root.log.2021-08-02
93.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
[2021-08-02 16:08:50.868] [main] [DEBUG] - [org.springframework.test.context.BootstrapUtils:78] - Instantiating TestContextBootstrapper from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
[2021-08-02 16:08:50.883] [main] [DEBUG] - [org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:97] - Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@661972b0 declaringClass = 'com.fangdd.qa.framework.testcase.BaseDubboTestCase', classes = '{}', locations = '{classpath:config/applicationContext.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
[2021-08-02 16:08:50.885] [main] [DEBUG] - [org.springframework.test.context.support.ActiveProfilesUtils:83] - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.pipi.invoker.CosPlayerTest]
[2021-08-02 16:08:50.888] [main] [INFO ] - [org.springframework.test.context.support.DefaultTestContextBootstrapper:204] - Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext]
[2021-08-02 16:08:50.889] [main] [INFO ] - [org.springframework.test.context.support.DefaultTestContextBootstrapper:182] - Using TestExecutionListeners: [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@52bf72b5, org.springframework.test.context.support.DirtiesContextTestExecutionListener@37afeb11]
[2021-08-02 16:08:50.924] [main] [DEBUG] - [org.springframework.test.context.support.DependencyInjectionTestExecutionListener:81] - Performing dependency injection for test context [[DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
[2021-08-02 16:08:50.924] [main] [DEBUG] - [org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:107] - Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
[2021-08-02 16:08:50.924] [main] [DEBUG] - [org.springframework.test.context.support.AbstractGenericContextLoader:107] - Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
[2021-08-02 16:08:50.981] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemProperties] PropertySource with lowest search precedence
[2021-08-02 16:08:50.983] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemEnvironment] PropertySource with lowest search precedence
[2021-08-02 16:08:50.983] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:126] - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[2021-08-02 16:08:50.990] [main] [INFO ] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317] - Loading XML bean definitions from class path resource [config/applicationContext.xml]
[2021-08-02 16:08:50.995] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultDocumentLoader:73] - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
[2021-08-02 16:08:51.028] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:141] - Loading schema mappings from [META-INF/spring.schemas]
[2021-08-02 16:08:51.031] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:147] - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://code.alibabatech.com/schema/dubbo/dubbo.xsd=META-INF/dubbo.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd}
[2021-08-02 16:08:51.032] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:119] - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.1.xsd
[2021-08-02 16:08:51.056] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:119] - Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.1.xsd
[2021-08-02 16:08:51.058] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:119] - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd
[2021-08-02 16:08:51.062] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:98] - Loading bean definitions
[2021-08-02 16:08:51.070] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver:157] - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://code.alibabatech.com/schema/dubbo=com.alibaba.dubbo.config.spring.schema.DubboNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
[2021-08-02 16:08:51.080] [main] [DEBUG] - [org.springframework.context.annotation.ClassPathBeanDefinitionScanner:252] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
[2021-08-02 16:08:51.081] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:622] - Looking for matching resources in directory tree [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi]
[2021-08-02 16:08:51.081] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi] for files matching pattern [D:/code/t8t-fi-frt-test/target/test-classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.082] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi\invoker] for files matching pattern [D:/code/t8t-fi-frt-test/target/test-classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.083] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:622] - Looking for matching resources in directory tree [D:\code\t8t-fi-frt-test\target\classes\com\pipi]
[2021-08-02 16:08:51.083] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.083] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\basic] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.083] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\dao] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.084] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.084] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.084] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\impl] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.084] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\sql] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:08:51.085] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:423] - Resolved location pattern [classpath*:com/pipi/**/*.class] to resources [file [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi\invoker\AbstractTest.class], file [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi\invoker\CosPlayerTest.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\basic\BasicData.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\basic\ConfigReader.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\dao\FootStoneDao.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\CosPlayPlayerService.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\impl\CosPlyaPlayerServiceImpl.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\sql\FootStoneSql.class]]
[2021-08-02 16:08:51.130] [main] [DEBUG] - [org.springframework.context.annotation.ClassPathBeanDefinitionScanner:286] - Identified candidate component class: file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\impl\CosPlyaPlayerServiceImpl.class]
[2021-08-02 16:08:51.150] [main] [DEBUG] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224] - Loaded 6 bean definitions from location pattern [classpath:config/applicationContext.xml]
[2021-08-02 16:08:51.152] [main] [INFO ] - [org.springframework.context.support.GenericApplicationContext:510] - Refreshing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Mon Aug 02 16:08:51 CST 2021]; root of context hierarchy
[2021-08-02 16:08:51.152] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:540] - Bean factory for org.springframework.context.support.GenericApplicationContext@7c6908d7: org.springframework.beans.factory.support.DefaultListableBeanFactory@5149d738: defining beans [cosPlyaPlayerServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0]; root of factory hierarchy
[2021-08-02 16:08:51.158] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:08:51.158] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:08:51.165] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:08:51.166] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:08:51.177] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:08:51.177] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:08:51.178] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
[2021-08-02 16:08:51.193] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:08:51.193] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [environmentProperties] PropertySource with lowest search precedence
[2021-08-02 16:08:51.194] [main] [INFO ] - [org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172] - Loading properties file from class path resource [config/server.properties]
[2021-08-02 16:08:51.194] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [localProperties] PropertySource with lowest search precedence
[2021-08-02 16:08:51.196] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:08:51.196] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:08:51.196] [main] [INFO ] - [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:153] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
[2021-08-02 16:08:51.196] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:08:51.196] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:08:51.197] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:08:51.197] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:08:51.197] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:08:51.197] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:08:51.197] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:08:51.197] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:08:51.200] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:08:51.201] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
[2021-08-02 16:08:51.201] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:08:51.202] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:646] - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13526e59]
[2021-08-02 16:08:51.203] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:670] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@461ad730]
[2021-08-02 16:08:51.203] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:724] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5149d738: defining beans [cosPlyaPlayerServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor]; root of factory hierarchy
[2021-08-02 16:08:51.203] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'cosPlyaPlayerServiceImpl'
[2021-08-02 16:08:51.203] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-02 16:08:51.208] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'cosPlyaPlayerServiceImpl' to allow for resolving potential circular references
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:08:51.210] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:08:51.211] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:697] - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ac296f6]
[2021-08-02 16:08:51.211] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-02 16:08:51.213] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
[2021-08-02 16:08:51.213] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
[2021-08-02 16:08:51.213] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:103] - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
[2021-08-02 16:08:51.213] [main] [DEBUG] - [org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate:88] - Storing ApplicationContext in cache under key [[MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
[2021-08-02 16:08:51.213] [main] [DEBUG] - [org.springframework.test.context.cache:105] - Spring test ApplicationContext cache statistics: [ContextCache@238d68ff size = 1, hitCount = 0, missCount = 1, parentContextCount = 0]
[2021-08-02 16:08:51.217] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:27] - ======2021-08-02 16:08:51:216:测试【com.pipi.invoker.CosPlayerTest】开始======
[2021-08-02 16:08:58.445] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testActivityList@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:08:58.751] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:646] - guildId:706
[2021-08-02 16:08:59.238] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:467] - 获取会长相关信息:{"roomNums":1,"guildStatus":2,"mobile":"13823774131","description":"欢迎来到我的公会","updateTime":"2021-07-30 17:55:32","leaderNickName":"test","maxNum":50,"guildCode":"18376254","logoUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg","guildName":"心玄的公会","leaderId":3222859,"guildMaxNumDesc":"50人以下","curNum":2,"createTime":"2021-07-29 17:30:18","guildType":1,"id":706,"guildBiz":0}
[2021-08-02 16:08:59.673] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:646] - guildId:706
[2021-08-02 16:09:06.165] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testAuditGuild@CosPlayerTest, testException = java.lang.IndexOutOfBoundsException: Index: 0, Size: 0, mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:07.672] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testGetMine@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:09.513] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testGetUserBalance@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:11.081] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testGetUserSimple@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:13.022] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testGetUserSimple2@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:14.012] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testGethome@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:15.748] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testGiftList@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:17.973] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testGuildSearch@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:21.707] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testManagerList@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:21.942] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:289] - userId:3222874
[2021-08-02 16:09:32.428] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testMoneyDetailsSave@CosPlayerTest, testException = com.fangdd.qa.framework.exception.BusinessException: 请求URL:https://t6-api-admin.apeiwan.com/api/v1/moneyDetails/save,异常信息:Read timed out, mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:33.822] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testRoomList@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:34.984] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testRoomRecord@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:45.396] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testSend@CosPlayerTest, testException = com.fangdd.qa.framework.exception.BusinessException: 请求URL:https://t6-api-app.apeiwan.com/api/v4/room/gift/send,异常信息:Read timed out, mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:46.390] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testUpList@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:47.352] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testUpSize@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:48.217] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testUserList@CosPlayerTest, testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:09:48.376] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:252] - userId:3222874
[2021-08-02 16:09:59.636] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testVirtualMoneyModify@CosPlayerTest, testException = com.fangdd.qa.framework.exception.BusinessException: 请求URL:https://t6-api-admin.apeiwan.com/api/v1/moneyDetails/virtual-money/modify,异常信息:Read timed out, mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:10:10.140] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testLotteryActivity@CosPlayerTest, testException = com.fangdd.qa.framework.exception.BusinessException: 请求URL:https://t6-api-app.apeiwan.com/api/v3/virtual-product/lottery-activity,异常信息:Read timed out, mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:10:20.895] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@49139829, testMethod = testRemove@CosPlayerTest, testException = com.fangdd.qa.framework.exception.BusinessException: 请求URL:https://t6-guild-api.apeiwan.com/api/v2/guild-member/remove,异常信息:Read timed out, mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:10:20.896] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:36] - ======2021-08-02 16:10:20:896:测试【com.pipi.invoker.CosPlayerTest】结束======
[2021-08-02 16:10:20.896] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:37] - ======本次测试运行消耗时间 01分29秒680毫秒======
[2021-08-02 16:10:20.896] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:118] - After test class: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], dirtiesContext [false].
[2021-08-02 16:10:25.945] [Thread-0] [INFO ] - [org.springframework.context.support.GenericApplicationContext:862] - Closing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Mon Aug 02 16:08:51 CST 2021]; root of context hierarchy
[2021-08-02 16:10:25.945] [Thread-0] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-02 16:10:25.945] [Thread-0] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:512] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5149d738: defining beans [cosPlyaPlayerServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor]; root of factory hierarchy
[2021-08-02 16:10:38.100] [main] [DEBUG] - [org.springframework.test.context.BootstrapUtils:78] - Instantiating TestContextBootstrapper from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
[2021-08-02 16:10:38.112] [main] [DEBUG] - [org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:97] - Delegating to GenericXmlContextLoader to process context configuration [ContextConfigurationAttributes@694abbdc declaringClass = 'com.fangdd.qa.framework.testcase.BaseDubboTestCase', classes = '{}', locations = '{classpath:config/applicationContext.xml}', inheritLocations = true, initializers = '{}', inheritInitializers = true, name = [null], contextLoaderClass = 'org.springframework.test.context.ContextLoader'].
[2021-08-02 16:10:38.114] [main] [DEBUG] - [org.springframework.test.context.support.ActiveProfilesUtils:83] - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [com.pipi.invoker.CosPlayerTest]
[2021-08-02 16:10:38.116] [main] [INFO ] - [org.springframework.test.context.support.DefaultTestContextBootstrapper:204] - Could not instantiate TestExecutionListener [org.springframework.test.context.web.ServletTestExecutionListener]. Specify custom listener classes or make the default listener classes (and their required dependencies) available. Offending class: [javax/servlet/ServletContext]
[2021-08-02 16:10:38.117] [main] [INFO ] - [org.springframework.test.context.support.DefaultTestContextBootstrapper:182] - Using TestExecutionListeners: [org.springframework.test.context.support.DependencyInjectionTestExecutionListener@245b4bdc, org.springframework.test.context.support.DirtiesContextTestExecutionListener@6c64cb25]
[2021-08-02 16:10:38.153] [main] [DEBUG] - [org.springframework.test.context.support.DependencyInjectionTestExecutionListener:81] - Performing dependency injection for test context [[DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@1b7cc17c, testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]].
[2021-08-02 16:10:38.153] [main] [DEBUG] - [org.springframework.test.context.support.AbstractDelegatingSmartContextLoader:107] - Delegating to GenericXmlContextLoader to load context from [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]].
[2021-08-02 16:10:38.153] [main] [DEBUG] - [org.springframework.test.context.support.AbstractGenericContextLoader:107] - Loading ApplicationContext for merged context configuration [[MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]].
[2021-08-02 16:10:38.201] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemProperties] PropertySource with lowest search precedence
[2021-08-02 16:10:38.202] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemEnvironment] PropertySource with lowest search precedence
[2021-08-02 16:10:38.202] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:126] - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[2021-08-02 16:10:38.208] [main] [INFO ] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317] - Loading XML bean definitions from class path resource [config/applicationContext.xml]
[2021-08-02 16:10:38.211] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultDocumentLoader:73] - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
[2021-08-02 16:10:38.225] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:141] - Loading schema mappings from [META-INF/spring.schemas]
[2021-08-02 16:10:38.227] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:147] - Loaded schema mappings: {http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-4.1.xsd=org/springframework/aop/config/spring-aop-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.1.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang-4.1.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.0.xsd=org/springframework/context/config/spring-context-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-4.1.xsd=org/springframework/beans/factory/xml/spring-tool-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-4.1.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.1.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-4.0.xsd=org/springframework/aop/config/spring-aop-4.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-4.0.xsd=org/springframework/jdbc/config/spring-jdbc-4.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-4.0.xsd=org/springframework/scripting/config/spring-lang-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.1.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-4.0.xsd=org/springframework/beans/factory/xml/spring-tool-4.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-4.0.xsd=org/springframework/ejb/config/spring-jee-4.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/task/spring-task-4.1.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/tx/spring-tx-4.1.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/cache/spring-cache-4.0.xsd=org/springframework/cache/config/spring-cache-4.0.xsd, http://code.alibabatech.com/schema/dubbo/dubbo.xsd=META-INF/dubbo.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/beans/spring-beans-4.0.xsd=org/springframework/beans/factory/xml/spring-beans-4.0.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-4.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/task/spring-task-4.0.xsd=org/springframework/scheduling/config/spring-task-4.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-4.0.xsd=org/springframework/transaction/config/spring-tx-4.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/util/spring-util-4.1.xsd=org/springframework/beans/factory/xml/spring-util-4.1.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-4.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-4.1.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/util/spring-util-4.0.xsd=org/springframework/beans/factory/xml/spring-util-4.0.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-4.1.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-4.1.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-4.1.xsd, http://www.springframework.org/schema/context/spring-context-4.1.xsd=org/springframework/context/config/spring-context-4.1.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-4.1.xsd}
[2021-08-02 16:10:38.228] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:119] - Found XML schema [http://www.springframework.org/schema/beans/spring-beans.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-4.1.xsd
[2021-08-02 16:10:38.246] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:119] - Found XML schema [http://www.springframework.org/schema/context/spring-context.xsd] in classpath: org/springframework/context/config/spring-context-4.1.xsd
[2021-08-02 16:10:38.249] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:119] - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-4.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-4.1.xsd
[2021-08-02 16:10:38.253] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:98] - Loading bean definitions
[2021-08-02 16:10:38.258] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultNamespaceHandlerResolver:157] - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://code.alibabatech.com/schema/dubbo=com.alibaba.dubbo.config.spring.schema.DubboNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
[2021-08-02 16:10:38.266] [main] [DEBUG] - [org.springframework.context.annotation.ClassPathBeanDefinitionScanner:252] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
[2021-08-02 16:10:38.268] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:622] - Looking for matching resources in directory tree [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi]
[2021-08-02 16:10:38.268] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi] for files matching pattern [D:/code/t8t-fi-frt-test/target/test-classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.269] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi\invoker] for files matching pattern [D:/code/t8t-fi-frt-test/target/test-classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.270] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:622] - Looking for matching resources in directory tree [D:\code\t8t-fi-frt-test\target\classes\com\pipi]
[2021-08-02 16:10:38.270] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.270] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\basic] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.270] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\dao] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.270] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.271] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.271] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\impl] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.271] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:684] - Searching directory [D:\code\t8t-fi-frt-test\target\classes\com\pipi\sql] for files matching pattern [D:/code/t8t-fi-frt-test/target/classes/com/pipi/**/*.class]
[2021-08-02 16:10:38.271] [main] [DEBUG] - [org.springframework.core.io.support.PathMatchingResourcePatternResolver:423] - Resolved location pattern [classpath*:com/pipi/**/*.class] to resources [file [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi\invoker\AbstractTest.class], file [D:\code\t8t-fi-frt-test\target\test-classes\com\pipi\invoker\CosPlayerTest.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\basic\BasicData.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\basic\ConfigReader.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\dao\FootStoneDao.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\CosPlayPlayerService.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\impl\CosPlyaPlayerServiceImpl.class], file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\sql\FootStoneSql.class]]
[2021-08-02 16:10:38.284] [main] [DEBUG] - [org.springframework.context.annotation.ClassPathBeanDefinitionScanner:286] - Identified candidate component class: file [D:\code\t8t-fi-frt-test\target\classes\com\pipi\qa\service\impl\CosPlyaPlayerServiceImpl.class]
[2021-08-02 16:10:38.293] [main] [DEBUG] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224] - Loaded 6 bean definitions from location pattern [classpath:config/applicationContext.xml]
[2021-08-02 16:10:38.295] [main] [INFO ] - [org.springframework.context.support.GenericApplicationContext:510] - Refreshing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Mon Aug 02 16:10:38 CST 2021]; root of context hierarchy
[2021-08-02 16:10:38.295] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:540] - Bean factory for org.springframework.context.support.GenericApplicationContext@7c6908d7: org.springframework.beans.factory.support.DefaultListableBeanFactory@5149d738: defining beans [cosPlyaPlayerServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0]; root of factory hierarchy
[2021-08-02 16:10:38.300] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:10:38.300] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:10:38.307] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:10:38.308] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:10:38.319] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:10:38.319] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:10:38.320] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0' to allow for resolving potential circular references
[2021-08-02 16:10:38.335] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:10:38.335] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [environmentProperties] PropertySource with lowest search precedence
[2021-08-02 16:10:38.335] [main] [INFO ] - [org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172] - Loading properties file from class path resource [config/server.properties]
[2021-08-02 16:10:38.335] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [localProperties] PropertySource with lowest search precedence
[2021-08-02 16:10:38.337] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:10:38.337] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:10:38.338] [main] [INFO ] - [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:153] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
[2021-08-02 16:10:38.338] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:10:38.338] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:10:38.338] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:10:38.338] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:10:38.338] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:10:38.338] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:10:38.338] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:10:38.339] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:10:38.340] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor' to allow for resolving potential circular references
[2021-08-02 16:10:38.341] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:10:38.343] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:646] - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@13526e59]
[2021-08-02 16:10:38.344] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:670] - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@461ad730]
[2021-08-02 16:10:38.344] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:724] - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5149d738: defining beans [cosPlyaPlayerServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor]; root of factory hierarchy
[2021-08-02 16:10:38.344] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'cosPlyaPlayerServiceImpl'
[2021-08-02 16:10:38.344] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-02 16:10:38.348] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'cosPlyaPlayerServiceImpl' to allow for resolving potential circular references
[2021-08-02 16:10:38.350] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-02 16:10:38.350] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-02 16:10:38.350] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-02 16:10:38.350] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-02 16:10:38.350] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-02 16:10:38.351] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-02 16:10:38.351] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-02 16:10:38.351] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-02 16:10:38.352] [main] [DEBUG] - [org.springframework.context.support.GenericApplicationContext:697] - Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@7ac296f6]
[2021-08-02 16:10:38.352] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-02 16:10:38.353] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
[2021-08-02 16:10:38.353] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
[2021-08-02 16:10:38.353] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:103] - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
[2021-08-02 16:10:38.353] [main] [DEBUG] - [org.springframework.test.context.DefaultCacheAwareContextLoaderDelegate:88] - Storing ApplicationContext in cache under key [[MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]]
[2021-08-02 16:10:38.353] [main] [DEBUG] - [org.springframework.test.context.cache:105] - Spring test ApplicationContext cache statistics: [ContextCache@238d68ff size = 1, hitCount = 0, missCount = 1, parentContextCount = 0]
[2021-08-02 16:10:38.356] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:27] - ======2021-08-02 16:10:38:356:测试【com.pipi.invoker.CosPlayerTest】开始======
[2021-08-02 16:10:39.463] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:289] - userId:3222874
[2021-08-02 16:10:49.776] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@1b7cc17c, testMethod = testMoneyDetailsSave@CosPlayerTest, testException = com.fangdd.qa.framework.exception.BusinessException: 请求URL:https://t6-api-admin.apeiwan.com/api/v1/moneyDetails/save,异常信息:Read timed out, mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], class dirties context [false], class mode [null], method dirties context [false].
[2021-08-02 16:10:49.779] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:36] - ======2021-08-02 16:10:49:779:测试【com.pipi.invoker.CosPlayerTest】结束======
[2021-08-02 16:10:49.779] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:37] - ======本次测试运行消耗时间 11秒423毫秒======
[2021-08-02 16:10:49.780] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:118] - After test class: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [MergedContextConfiguration@40a4337a testClass = CosPlayerTest, locations = '{classpath:config/applicationContext.xml}', classes = '{}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{}', contextLoader = 'org.springframework.test.context.support.DelegatingSmartContextLoader', parent = [null]]], dirtiesContext [false].
[2021-08-02 16:10:50.280] [Thread-0] [INFO ] - [org.springframework.context.support.GenericApplicationContext:862] - Closing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Mon Aug 02 16:10:38 CST 2021]; root of context hierarchy
[2021-08-02 16:10:50.281] [Thread-0] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-02 16:10:50.281] [Thread-0] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:512] - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5149d738: defining beans [cosPlyaPlayerServiceImpl,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor,org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor]; root of factory hierarchy