Commit 2c154736 by donghu

切换pre-test环境

1 parent bc96cee4
Showing 49 changed files with 486 additions and 2305 deletions
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
[2021-08-25 13:53:53.725] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:255)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePutJson(HttpToolKit.java:340)
at com.fangdd.qa.testng.TestngSuiteListener.reportTestSuiteStatistic(TestngSuiteListener.java:90)
at com.fangdd.qa.testng.TestngSuiteListener.onFinish(TestngSuiteListener.java:77)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:232)
at org.testng.SuiteRunner.run(SuiteRunner.java:292)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-23 17:27:58.450] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:224)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePost(HttpToolKit.java:146)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.giftList(CosPlyaPlayerServiceImpl.java:349)
at com.pipi.invoker.CosPlayerTest.testGiftList(CosPlayerTest.java:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
at org.testng.SuiteRunner.run(SuiteRunner.java:289)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-23 17:28:57.392] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:255)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePutJson(HttpToolKit.java:340)
at com.fangdd.qa.testng.TestngSuiteListener.reportTestSuiteStatistic(TestngSuiteListener.java:90)
at com.fangdd.qa.testng.TestngSuiteListener.onFinish(TestngSuiteListener.java:77)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:232)
at org.testng.SuiteRunner.run(SuiteRunner.java:292)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-23 17:51:17.253] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:255)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePutJson(HttpToolKit.java:340)
at com.fangdd.qa.testng.TestngSuiteListener.reportTestSuiteStatistic(TestngSuiteListener.java:90)
at com.fangdd.qa.testng.TestngSuiteListener.onFinish(TestngSuiteListener.java:77)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:232)
at org.testng.SuiteRunner.run(SuiteRunner.java:292)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-25 13:53:05.516] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-25 13:53:05.581] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-25 13:53:05:测试集开始======
[2021-08-25 13:53:05.796] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-25 13:53:07.158] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:07:用例【com.pipi.invoker.CosPlayerTest.testActivityList】开始======
[2021-08-25 13:53:08.016] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testActivityList--Test Mthod Success
[2021-08-25 13:53:08.016] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:08:用例【com.pipi.invoker.CosPlayerTest.testActivityList】结束======
[2021-08-25 13:53:08.016] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 858毫秒======
[2021-08-25 13:53:12.507] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:12:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
[2021-08-25 13:53:12.965] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testAuditGuild--Test Mthod Failure
[2021-08-25 13:53:12.965] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-25 13:53:12:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
[2021-08-25 13:53:12.965] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 458毫秒======
[2021-08-25 13:53:18.995] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:18:用例【com.pipi.invoker.CosPlayerTest.testGetMine】开始======
[2021-08-25 13:53:19.852] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetMine--Test Mthod Success
[2021-08-25 13:53:19.852] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:19:用例【com.pipi.invoker.CosPlayerTest.testGetMine】结束======
[2021-08-25 13:53:19.852] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 857毫秒======
[2021-08-25 13:53:20.831] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:20:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】开始======
[2021-08-25 13:53:20.988] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserBalance--Test Mthod Success
[2021-08-25 13:53:20.988] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:20:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】结束======
[2021-08-25 13:53:20.988] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 157毫秒======
[2021-08-25 13:53:22.635] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:22:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】开始======
[2021-08-25 13:53:23.041] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple--Test Mthod Success
[2021-08-25 13:53:23.042] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:23:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】结束======
[2021-08-25 13:53:23.042] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 406毫秒======
[2021-08-25 13:53:23.723] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:23:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】开始======
[2021-08-25 13:53:24.078] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple2--Test Mthod Success
[2021-08-25 13:53:24.078] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:24:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】结束======
[2021-08-25 13:53:24.078] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 355毫秒======
[2021-08-25 13:53:25.169] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:25:用例【com.pipi.invoker.CosPlayerTest.testGethome】开始======
[2021-08-25 13:53:25.337] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGethome--Test Mthod Success
[2021-08-25 13:53:25.337] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:25:用例【com.pipi.invoker.CosPlayerTest.testGethome】结束======
[2021-08-25 13:53:25.337] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 168毫秒======
[2021-08-25 13:53:26.149] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:26:用例【com.pipi.invoker.CosPlayerTest.testGiftList】开始======
[2021-08-25 13:53:26.871] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGiftList--Test Mthod Success
[2021-08-25 13:53:26.871] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:26:用例【com.pipi.invoker.CosPlayerTest.testGiftList】结束======
[2021-08-25 13:53:26.871] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 722毫秒======
[2021-08-25 13:53:28.582] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:28:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】开始======
[2021-08-25 13:53:28.754] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGuildSearch--Test Mthod Success
[2021-08-25 13:53:28.754] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:28:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】结束======
[2021-08-25 13:53:28.754] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 172毫秒======
[2021-08-25 13:53:29.485] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:29:用例【com.pipi.invoker.CosPlayerTest.testManagerList】开始======
[2021-08-25 13:53:29.857] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testManagerList--Test Mthod Success
[2021-08-25 13:53:29.858] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:29:用例【com.pipi.invoker.CosPlayerTest.testManagerList】结束======
[2021-08-25 13:53:29.858] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 373毫秒======
[2021-08-25 13:53:31.587] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:31:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】开始======
[2021-08-25 13:53:32.016] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testMoneyDetailsSave--Test Mthod Success
[2021-08-25 13:53:32.016] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:32:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】结束======
[2021-08-25 13:53:32.016] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 429毫秒======
[2021-08-25 13:53:32.697] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:32:用例【com.pipi.invoker.CosPlayerTest.testRoomList】开始======
[2021-08-25 13:53:32.986] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomList--Test Mthod Success
[2021-08-25 13:53:32.986] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:32:用例【com.pipi.invoker.CosPlayerTest.testRoomList】结束======
[2021-08-25 13:53:32.986] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 289毫秒======
[2021-08-25 13:53:33.672] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:33:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】开始======
[2021-08-25 13:53:33.834] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomRecord--Test Mthod Success
[2021-08-25 13:53:33.835] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:33:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】结束======
[2021-08-25 13:53:33.835] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 163毫秒======
[2021-08-25 13:53:34.515] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:34:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-25 13:53:34.901] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testSend--Test Mthod Success
[2021-08-25 13:53:34.901] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:34:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-25 13:53:34.901] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 386毫秒======
[2021-08-25 13:53:35.756] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:35:用例【com.pipi.invoker.CosPlayerTest.testUpList】开始======
[2021-08-25 13:53:35.917] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpList--Test Mthod Success
[2021-08-25 13:53:35.917] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:35:用例【com.pipi.invoker.CosPlayerTest.testUpList】结束======
[2021-08-25 13:53:35.917] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 161毫秒======
[2021-08-25 13:53:37.956] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:37:用例【com.pipi.invoker.CosPlayerTest.testUpSize】开始======
[2021-08-25 13:53:38.114] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpSize--Test Mthod Success
[2021-08-25 13:53:38.114] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:38:用例【com.pipi.invoker.CosPlayerTest.testUpSize】结束======
[2021-08-25 13:53:38.114] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 158毫秒======
[2021-08-25 13:53:38.856] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:38:用例【com.pipi.invoker.CosPlayerTest.testUserList】开始======
[2021-08-25 13:53:39.035] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUserList--Test Mthod Success
[2021-08-25 13:53:39.035] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:39:用例【com.pipi.invoker.CosPlayerTest.testUserList】结束======
[2021-08-25 13:53:39.035] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 179毫秒======
[2021-08-25 13:53:39.708] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:39:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】开始======
[2021-08-25 13:53:40.057] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testVirtualMoneyModify--Test Mthod Success
[2021-08-25 13:53:40.057] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:40:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】结束======
[2021-08-25 13:53:40.057] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 349毫秒======
[2021-08-25 13:53:40.863] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:40:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
[2021-08-25 13:53:41.995] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testLotteryActivity--Test Mthod Success
[2021-08-25 13:53:41.995] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-25 13:53:41:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
[2021-08-25 13:53:41.995] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒132毫秒======
[2021-08-25 13:53:42.696] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-25 13:53:42:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======
[2021-08-25 13:53:43.131] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testRemove--Test Mthod Failure
[2021-08-25 13:53:43.131] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-25 13:53:43:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======
[2021-08-25 13:53:43.131] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 435毫秒======
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testLotteryActivity
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testActivityList
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetMine
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testMoneyDetailsSave
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomList
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testVirtualMoneyModify
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUserList
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple2
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomRecord
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpSize
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testSend
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGiftList
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserBalance
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGethome
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGuildSearch
[2021-08-25 13:53:48.700] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testManagerList
[2021-08-25 13:53:48.701] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpList
[2021-08-25 13:53:48.701] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testAuditGuild
[2021-08-25 13:53:48.701] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testRemove
[2021-08-25 13:53:48.701] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:18
[2021-08-25 13:53:48.701] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:2
[2021-08-25 13:53:48.701] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-25 13:53:48.705] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-25 13:53:48.707] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-25 13:53:53.725] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:255)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePutJson(HttpToolKit.java:340)
at com.fangdd.qa.testng.TestngSuiteListener.reportTestSuiteStatistic(TestngSuiteListener.java:90)
at com.fangdd.qa.testng.TestngSuiteListener.onFinish(TestngSuiteListener.java:77)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:232)
at org.testng.SuiteRunner.run(SuiteRunner.java:292)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-31 15:13:11.934] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-31 15:13:12.002] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-31 15:13:12:测试集开始======
[2021-08-31 15:13:14.154] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:14:用例【com.pipi.invoker.CosPlayerTest.testActivityList】开始======
[2021-08-31 15:13:14.599] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testActivityList--Test Mthod Success
[2021-08-31 15:13:14.599] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:14:用例【com.pipi.invoker.CosPlayerTest.testActivityList】结束======
[2021-08-31 15:13:14.600] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 445毫秒======
[2021-08-31 15:13:15.907] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:15:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
[2021-08-31 15:13:18.576] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testAuditGuild--Test Mthod Success
[2021-08-31 15:13:18.576] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:18:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
[2021-08-31 15:13:18.576] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒669毫秒======
[2021-08-31 15:13:19.414] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:19:用例【com.pipi.invoker.CosPlayerTest.testGetMine】开始======
[2021-08-31 15:13:19.812] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetMine--Test Mthod Success
[2021-08-31 15:13:19.812] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:19:用例【com.pipi.invoker.CosPlayerTest.testGetMine】结束======
[2021-08-31 15:13:19.813] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 398毫秒======
[2021-08-31 15:13:20.578] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:20:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】开始======
[2021-08-31 15:13:20.834] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserBalance--Test Mthod Success
[2021-08-31 15:13:20.834] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:20:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】结束======
[2021-08-31 15:13:20.834] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 256毫秒======
[2021-08-31 15:13:21.636] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:21:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】开始======
[2021-08-31 15:13:22.255] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple--Test Mthod Success
[2021-08-31 15:13:22.255] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:22:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】结束======
[2021-08-31 15:13:22.255] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 619毫秒======
[2021-08-31 15:13:23.017] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:23:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】开始======
[2021-08-31 15:13:23.486] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple2--Test Mthod Success
[2021-08-31 15:13:23.486] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:23:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】结束======
[2021-08-31 15:13:23.486] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 469毫秒======
[2021-08-31 15:13:24.239] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:24:用例【com.pipi.invoker.CosPlayerTest.testGethome】开始======
[2021-08-31 15:13:24.470] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGethome--Test Mthod Success
[2021-08-31 15:13:24.470] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:24:用例【com.pipi.invoker.CosPlayerTest.testGethome】结束======
[2021-08-31 15:13:24.470] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 231毫秒======
[2021-08-31 15:13:25.887] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:25:用例【com.pipi.invoker.CosPlayerTest.testGiftList】开始======
[2021-08-31 15:13:26.212] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGiftList--Test Mthod Success
[2021-08-31 15:13:26.212] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:26:用例【com.pipi.invoker.CosPlayerTest.testGiftList】结束======
[2021-08-31 15:13:26.212] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 325毫秒======
[2021-08-31 15:13:26.834] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:26:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】开始======
[2021-08-31 15:13:27.043] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGuildSearch--Test Mthod Success
[2021-08-31 15:13:27.043] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:27:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】结束======
[2021-08-31 15:13:27.043] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 209毫秒======
[2021-08-31 15:13:27.831] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:27:用例【com.pipi.invoker.CosPlayerTest.testMSend】开始======
[2021-08-31 15:13:28.602] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testMSend--Test Mthod Success
[2021-08-31 15:13:28.602] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:28:用例【com.pipi.invoker.CosPlayerTest.testMSend】结束======
[2021-08-31 15:13:28.602] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 771毫秒======
[2021-08-31 15:13:29.430] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:29:用例【com.pipi.invoker.CosPlayerTest.testManagerList】开始======
[2021-08-31 15:13:29.572] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testManagerList--Test Mthod Success
[2021-08-31 15:13:29.572] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:29:用例【com.pipi.invoker.CosPlayerTest.testManagerList】结束======
[2021-08-31 15:13:29.572] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 142毫秒======
[2021-08-31 15:13:30.937] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:30:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】开始======
[2021-08-31 15:13:31.342] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testMoneyDetailsSave--Test Mthod Success
[2021-08-31 15:13:31.342] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:31:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】结束======
[2021-08-31 15:13:31.342] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 405毫秒======
[2021-08-31 15:13:32.083] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:32:用例【com.pipi.invoker.CosPlayerTest.testQSend】开始======
[2021-08-31 15:13:32.736] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testQSend--Test Mthod Success
[2021-08-31 15:13:32.736] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:32:用例【com.pipi.invoker.CosPlayerTest.testQSend】结束======
[2021-08-31 15:13:32.736] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 653毫秒======
[2021-08-31 15:13:33.401] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:33:用例【com.pipi.invoker.CosPlayerTest.testRSend】开始======
[2021-08-31 15:13:33.991] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRSend--Test Mthod Success
[2021-08-31 15:13:33.991] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:33:用例【com.pipi.invoker.CosPlayerTest.testRSend】结束======
[2021-08-31 15:13:33.991] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 590毫秒======
[2021-08-31 15:13:35.206] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:35:用例【com.pipi.invoker.CosPlayerTest.testRoomList】开始======
[2021-08-31 15:13:35.583] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomList--Test Mthod Success
[2021-08-31 15:13:35.583] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:35:用例【com.pipi.invoker.CosPlayerTest.testRoomList】结束======
[2021-08-31 15:13:35.583] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 377毫秒======
[2021-08-31 15:13:37.322] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:37:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】开始======
[2021-08-31 15:13:38.094] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomRecord--Test Mthod Success
[2021-08-31 15:13:38.094] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:38:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】结束======
[2021-08-31 15:13:38.094] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 772毫秒======
[2021-08-31 15:13:38.787] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:38:用例【com.pipi.invoker.CosPlayerTest.testUpList】开始======
[2021-08-31 15:13:39.074] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpList--Test Mthod Success
[2021-08-31 15:13:39.074] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:39:用例【com.pipi.invoker.CosPlayerTest.testUpList】结束======
[2021-08-31 15:13:39.074] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 287毫秒======
[2021-08-31 15:13:39.704] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:39:用例【com.pipi.invoker.CosPlayerTest.testUpSize】开始======
[2021-08-31 15:13:39.927] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpSize--Test Mthod Success
[2021-08-31 15:13:39.927] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:39:用例【com.pipi.invoker.CosPlayerTest.testUpSize】结束======
[2021-08-31 15:13:39.928] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 223毫秒======
[2021-08-31 15:13:40.654] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:40:用例【com.pipi.invoker.CosPlayerTest.testUserList】开始======
[2021-08-31 15:13:40.846] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUserList--Test Mthod Success
[2021-08-31 15:13:40.846] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:40:用例【com.pipi.invoker.CosPlayerTest.testUserList】结束======
[2021-08-31 15:13:40.846] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 192毫秒======
[2021-08-31 15:13:41.436] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:41:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】开始======
[2021-08-31 15:13:41.830] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testVirtualMoneyModify--Test Mthod Success
[2021-08-31 15:13:41.830] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:41:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】结束======
[2021-08-31 15:13:41.830] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 394毫秒======
[2021-08-31 15:13:42.478] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:42:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
[2021-08-31 15:13:42.969] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testLotteryActivity--Test Mthod Success
[2021-08-31 15:13:42.969] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:42:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
[2021-08-31 15:13:42.969] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 491毫秒======
[2021-08-31 15:13:43.757] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-31 15:13:43:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======
[2021-08-31 15:13:44.402] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRemove--Test Mthod Success
[2021-08-31 15:13:44.402] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-31 15:13:44:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======
[2021-08-31 15:13:44.402] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 645毫秒======
[2021-08-31 15:13:45.549] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetMine
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testVirtualMoneyModify
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGethome
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomList
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testAuditGuild
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGiftList
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpList
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testMoneyDetailsSave
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUserList
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRSend
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomRecord
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRemove
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple2
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testManagerList
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testActivityList
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testLotteryActivity
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserBalance
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testMSend
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpSize
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGuildSearch
[2021-08-31 15:13:45.550] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testQSend
[2021-08-31 15:13:45.551] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:22
[2021-08-31 15:13:45.551] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:0
[2021-08-31 15:13:45.551] [TestNG] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-31 15:13:45.554] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-31 15:13:45.555] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-31 15:13:47.135] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-31 15:13:45:测试集结束======
[2021-08-31 15:13:47.135] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 33秒549毫秒======
[2021-08-23 17:27:16.855] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:27:16.937] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:27:16:测试集开始======
[2021-08-23 17:27:17.248] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:27:23.007] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:23:用例【com.pipi.invoker.CosPlayerTest.testActivityList】开始======
[2021-08-23 17:27:30.100] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testActivityList--Test Mthod Success
[2021-08-23 17:27:30.101] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:27:30:用例【com.pipi.invoker.CosPlayerTest.testActivityList】结束======
[2021-08-23 17:27:30.103] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 07秒094毫秒======
[2021-08-23 17:27:32.353] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:32:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
[2021-08-23 17:27:33.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testAuditGuild--Test Mthod Failure
[2021-08-23 17:27:33.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:27:33:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
[2021-08-23 17:27:33.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 01秒627毫秒======
[2021-08-23 17:27:39.108] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:39:用例【com.pipi.invoker.CosPlayerTest.testGetMine】开始======
[2021-08-23 17:27:42.259] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetMine--Test Mthod Success
[2021-08-23 17:27:42.260] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:27:42:用例【com.pipi.invoker.CosPlayerTest.testGetMine】结束======
[2021-08-23 17:27:42.260] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 03秒152毫秒======
[2021-08-23 17:27:42.956] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:42:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】开始======
[2021-08-23 17:27:43.198] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserBalance--Test Mthod Success
[2021-08-23 17:27:43.198] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:27:43:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】结束======
[2021-08-23 17:27:43.198] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 242毫秒======
[2021-08-23 17:27:43.987] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:43:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】开始======
[2021-08-23 17:27:48.008] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple--Test Mthod Success
[2021-08-23 17:27:48.008] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:27:48:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】结束======
[2021-08-23 17:27:48.008] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 04秒021毫秒======
[2021-08-23 17:27:48.618] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:48:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】开始======
[2021-08-23 17:27:49.799] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple2--Test Mthod Success
[2021-08-23 17:27:49.800] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:27:49:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】结束======
[2021-08-23 17:27:49.800] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒182毫秒======
[2021-08-23 17:27:50.516] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:50:用例【com.pipi.invoker.CosPlayerTest.testGethome】开始======
[2021-08-23 17:27:52.464] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGethome--Test Mthod Success
[2021-08-23 17:27:52.464] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:27:52:用例【com.pipi.invoker.CosPlayerTest.testGethome】结束======
[2021-08-23 17:27:52.464] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒948毫秒======
[2021-08-23 17:27:53.445] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:27:53:用例【com.pipi.invoker.CosPlayerTest.testGiftList】开始======
[2021-08-23 17:27:58.450] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: connect timed out
at java.net.DualStackPlainSocketImpl.waitForConnect(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:85)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:666)
at sun.net.NetworkClient.doConnect(NetworkClient.java:175)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
at sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
at sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:367)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:191)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:162)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:224)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePost(HttpToolKit.java:146)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.giftList(CosPlyaPlayerServiceImpl.java:349)
at com.pipi.invoker.CosPlayerTest.testGiftList(CosPlayerTest.java:40)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
at org.testng.SuiteRunner.run(SuiteRunner.java:289)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-23 17:27:58.454] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testGiftList--Test Mthod Failure
[2021-08-23 17:27:58.454] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:27:58:用例【com.pipi.invoker.CosPlayerTest.testGiftList】结束======
[2021-08-23 17:27:58.454] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 05秒009毫秒======
[2021-08-23 17:28:03.635] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:03:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】开始======
[2021-08-23 17:28:04.941] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGuildSearch--Test Mthod Success
[2021-08-23 17:28:04.941] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:04:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】结束======
[2021-08-23 17:28:04.941] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒306毫秒======
[2021-08-23 17:28:05.547] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:05:用例【com.pipi.invoker.CosPlayerTest.testManagerList】开始======
[2021-08-23 17:28:06.042] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testManagerList--Test Mthod Success
[2021-08-23 17:28:06.043] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:06:用例【com.pipi.invoker.CosPlayerTest.testManagerList】结束======
[2021-08-23 17:28:06.043] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 496毫秒======
[2021-08-23 17:28:06.695] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:06:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】开始======
[2021-08-23 17:28:10.181] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testMoneyDetailsSave--Test Mthod Success
[2021-08-23 17:28:10.181] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:10:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】结束======
[2021-08-23 17:28:10.181] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 03秒486毫秒======
[2021-08-23 17:28:10.951] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:10:用例【com.pipi.invoker.CosPlayerTest.testRoomList】开始======
[2021-08-23 17:28:11.860] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomList--Test Mthod Success
[2021-08-23 17:28:11.860] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:11:用例【com.pipi.invoker.CosPlayerTest.testRoomList】结束======
[2021-08-23 17:28:11.860] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 909毫秒======
[2021-08-23 17:28:12.487] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:12:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】开始======
[2021-08-23 17:28:13.955] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomRecord--Test Mthod Success
[2021-08-23 17:28:13.955] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:13:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】结束======
[2021-08-23 17:28:13.955] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒468毫秒======
[2021-08-23 17:28:15.055] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:15:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-23 17:28:17.035] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testSend--Test Mthod Failure
[2021-08-23 17:28:17.036] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:28:17:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-23 17:28:17.036] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 01秒980毫秒======
[2021-08-23 17:28:22.196] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:22:用例【com.pipi.invoker.CosPlayerTest.testUpList】开始======
[2021-08-23 17:28:25.102] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testUpList--Test Mthod Failure
[2021-08-23 17:28:25.102] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:28:25:用例【com.pipi.invoker.CosPlayerTest.testUpList】结束======
[2021-08-23 17:28:25.102] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 02秒906毫秒======
[2021-08-23 17:28:30.377] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:30:用例【com.pipi.invoker.CosPlayerTest.testUpSize】开始======
[2021-08-23 17:28:30.978] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpSize--Test Mthod Success
[2021-08-23 17:28:30.978] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:30:用例【com.pipi.invoker.CosPlayerTest.testUpSize】结束======
[2021-08-23 17:28:30.978] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 601毫秒======
[2021-08-23 17:28:31.660] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:31:用例【com.pipi.invoker.CosPlayerTest.testUserList】开始======
[2021-08-23 17:28:33.806] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUserList--Test Mthod Success
[2021-08-23 17:28:33.806] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:33:用例【com.pipi.invoker.CosPlayerTest.testUserList】结束======
[2021-08-23 17:28:33.806] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒146毫秒======
[2021-08-23 17:28:34.441] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:34:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】开始======
[2021-08-23 17:28:36.000] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testVirtualMoneyModify--Test Mthod Success
[2021-08-23 17:28:36.000] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:28:36:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】结束======
[2021-08-23 17:28:36.000] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒559毫秒======
[2021-08-23 17:28:37.136] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:37:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
[2021-08-23 17:28:37.949] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testLotteryActivity--Test Mthod Failure
[2021-08-23 17:28:37.949] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:28:37:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
[2021-08-23 17:28:37.949] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 813毫秒======
[2021-08-23 17:28:43.038] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:28:43:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======
[2021-08-23 17:28:46.374] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testRemove--Test Mthod Failure
[2021-08-23 17:28:46.374] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:28:46:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======
[2021-08-23 17:28:46.374] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 03秒336毫秒======
[2021-08-23 17:28:52.347] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomRecord
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGuildSearch
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUserList
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testActivityList
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetMine
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testMoneyDetailsSave
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpSize
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple2
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testVirtualMoneyModify
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserBalance
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGethome
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomList
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testManagerList
[2021-08-23 17:28:52.348] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testUpList
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testSend
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testRemove
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testAuditGuild
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testGiftList
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testLotteryActivity
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:14
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:6
[2021-08-23 17:28:52.349] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:28:52.354] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:28:52.365] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:28:57.392] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:255)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePutJson(HttpToolKit.java:340)
at com.fangdd.qa.testng.TestngSuiteListener.reportTestSuiteStatistic(TestngSuiteListener.java:90)
at com.fangdd.qa.testng.TestngSuiteListener.onFinish(TestngSuiteListener.java:77)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:232)
at org.testng.SuiteRunner.run(SuiteRunner.java:292)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-23 17:30:21.427] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:30:21.490] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:30:21:测试集开始======
[2021-08-23 17:30:21.698] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:30:27.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:27:用例【com.pipi.invoker.CosPlayerTest.testActivityList】开始======
[2021-08-23 17:30:29.582] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testActivityList--Test Mthod Success
[2021-08-23 17:30:29.582] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:29:用例【com.pipi.invoker.CosPlayerTest.testActivityList】结束======
[2021-08-23 17:30:29.582] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒573毫秒======
[2021-08-23 17:30:30.440] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:30:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
[2021-08-23 17:30:31.951] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testAuditGuild--Test Mthod Failure
[2021-08-23 17:30:31.951] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:30:31:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
[2021-08-23 17:30:31.951] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 01秒511毫秒======
[2021-08-23 17:30:37.172] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:37:用例【com.pipi.invoker.CosPlayerTest.testGetMine】开始======
[2021-08-23 17:30:39.121] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetMine--Test Mthod Success
[2021-08-23 17:30:39.121] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:39:用例【com.pipi.invoker.CosPlayerTest.testGetMine】结束======
[2021-08-23 17:30:39.121] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒949毫秒======
[2021-08-23 17:30:39.706] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:39:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】开始======
[2021-08-23 17:30:39.955] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserBalance--Test Mthod Success
[2021-08-23 17:30:39.955] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:39:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】结束======
[2021-08-23 17:30:39.955] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 249毫秒======
[2021-08-23 17:30:40.698] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:40:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】开始======
[2021-08-23 17:30:42.122] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple--Test Mthod Success
[2021-08-23 17:30:42.122] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:42:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】结束======
[2021-08-23 17:30:42.122] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒424毫秒======
[2021-08-23 17:30:43.251] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:43:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】开始======
[2021-08-23 17:30:45.326] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple2--Test Mthod Success
[2021-08-23 17:30:45.327] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:45:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】结束======
[2021-08-23 17:30:45.327] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒076毫秒======
[2021-08-23 17:30:46.164] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:46:用例【com.pipi.invoker.CosPlayerTest.testGethome】开始======
[2021-08-23 17:30:48.846] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGethome--Test Mthod Success
[2021-08-23 17:30:48.846] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:48:用例【com.pipi.invoker.CosPlayerTest.testGethome】结束======
[2021-08-23 17:30:48.846] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒682毫秒======
[2021-08-23 17:30:49.787] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:49:用例【com.pipi.invoker.CosPlayerTest.testGiftList】开始======
[2021-08-23 17:30:52.358] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGiftList--Test Mthod Success
[2021-08-23 17:30:52.358] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:52:用例【com.pipi.invoker.CosPlayerTest.testGiftList】结束======
[2021-08-23 17:30:52.358] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒571毫秒======
[2021-08-23 17:30:53.751] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:53:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】开始======
[2021-08-23 17:30:54.331] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGuildSearch--Test Mthod Success
[2021-08-23 17:30:54.332] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:54:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】结束======
[2021-08-23 17:30:54.332] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 581毫秒======
[2021-08-23 17:30:55.138] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:55:用例【com.pipi.invoker.CosPlayerTest.testManagerList】开始======
[2021-08-23 17:30:55.726] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testManagerList--Test Mthod Success
[2021-08-23 17:30:55.726] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:55:用例【com.pipi.invoker.CosPlayerTest.testManagerList】结束======
[2021-08-23 17:30:55.727] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 588毫秒======
[2021-08-23 17:30:56.486] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:30:56:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】开始======
[2021-08-23 17:30:58.300] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testMoneyDetailsSave--Test Mthod Success
[2021-08-23 17:30:58.300] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:30:58:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】结束======
[2021-08-23 17:30:58.300] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒814毫秒======
[2021-08-23 17:31:00.561] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:00:用例【com.pipi.invoker.CosPlayerTest.testRoomList】开始======
[2021-08-23 17:31:01.091] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomList--Test Mthod Success
[2021-08-23 17:31:01.091] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:31:01:用例【com.pipi.invoker.CosPlayerTest.testRoomList】结束======
[2021-08-23 17:31:01.091] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 530毫秒======
[2021-08-23 17:31:01.870] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:01:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】开始======
[2021-08-23 17:31:02.179] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomRecord--Test Mthod Success
[2021-08-23 17:31:02.179] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:31:02:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】结束======
[2021-08-23 17:31:02.179] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 309毫秒======
[2021-08-23 17:31:02.836] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:02:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-23 17:31:03.459] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testSend--Test Mthod Failure
[2021-08-23 17:31:03.459] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:31:03:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-23 17:31:03.460] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 623毫秒======
[2021-08-23 17:31:08.892] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:08:用例【com.pipi.invoker.CosPlayerTest.testUpList】开始======
[2021-08-23 17:31:09.476] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testUpList--Test Mthod Failure
[2021-08-23 17:31:09.477] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:31:09:用例【com.pipi.invoker.CosPlayerTest.testUpList】结束======
[2021-08-23 17:31:09.477] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 585毫秒======
[2021-08-23 17:31:14.936] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:14:用例【com.pipi.invoker.CosPlayerTest.testUpSize】开始======
[2021-08-23 17:31:16.210] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpSize--Test Mthod Success
[2021-08-23 17:31:16.210] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:31:16:用例【com.pipi.invoker.CosPlayerTest.testUpSize】结束======
[2021-08-23 17:31:16.210] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒274毫秒======
[2021-08-23 17:31:16.895] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:16:用例【com.pipi.invoker.CosPlayerTest.testUserList】开始======
[2021-08-23 17:31:17.427] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUserList--Test Mthod Success
[2021-08-23 17:31:17.428] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:31:17:用例【com.pipi.invoker.CosPlayerTest.testUserList】结束======
[2021-08-23 17:31:17.428] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 533毫秒======
[2021-08-23 17:31:18.082] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:18:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】开始======
[2021-08-23 17:31:19.231] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testVirtualMoneyModify--Test Mthod Success
[2021-08-23 17:31:19.232] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:31:19:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】结束======
[2021-08-23 17:31:19.232] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒150毫秒======
[2021-08-23 17:31:20.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:20:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
[2021-08-23 17:31:21.928] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testLotteryActivity--Test Mthod Failure
[2021-08-23 17:31:21.928] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:31:21:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
[2021-08-23 17:31:21.928] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 01秒919毫秒======
[2021-08-23 17:31:27.105] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:31:27:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======
[2021-08-23 17:31:28.028] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testRemove--Test Mthod Failure
[2021-08-23 17:31:28.028] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:31:28:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======
[2021-08-23 17:31:28.028] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 923毫秒======
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testActivityList
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetMine
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testMoneyDetailsSave
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testVirtualMoneyModify
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomList
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpSize
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple2
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomRecord
[2021-08-23 17:31:33.398] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGiftList
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUserList
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserBalance
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGethome
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGuildSearch
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testManagerList
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testUpList
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testAuditGuild
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testSend
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testLotteryActivity
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testRemove
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:15
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:5
[2021-08-23 17:31:33.399] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:31:33.406] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:31:33.407] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:31:34.180] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-23 17:31:33:测试集结束======
[2021-08-23 17:31:34.180] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 01分11秒910毫秒======
[2021-08-23 17:40:59.178] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:40:59.242] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:40:59:测试集开始======
[2021-08-23 17:40:59.457] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:41:01.228] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:41:01:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-23 17:41:04.688] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testSend--Test Mthod Failure
[2021-08-23 17:41:04.688] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:41:04:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-23 17:41:04.688] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 03秒460毫秒======
[2021-08-23 17:41:10.260] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testSend
[2021-08-23 17:41:10.260] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:0
[2021-08-23 17:41:10.260] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:1
[2021-08-23 17:41:10.260] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:41:10.264] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:41:10.265] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:41:11.282] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-23 17:41:10:测试集结束======
[2021-08-23 17:41:11.282] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 11秒019毫秒======
[2021-08-23 17:50:45.759] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:50:45.827] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:50:45:测试集开始======
[2021-08-23 17:50:46.039] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:51:01.003] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:51:01:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-23 17:51:05.823] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testSend--Test Mthod Failure
[2021-08-23 17:51:05.823] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:51:05:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-23 17:51:05.823] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 04秒820毫秒======
[2021-08-23 17:51:12.229] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testSend
[2021-08-23 17:51:12.229] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:0
[2021-08-23 17:51:12.229] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:1
[2021-08-23 17:51:12.229] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:51:12.233] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:51:12.234] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:51:17.253] [main] [ERROR] - [com.fangdd.qa.framework.utils.http.HttpUtil:339] - HttpUtil execute error:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
at com.fangdd.qa.framework.utils.http.HttpUtil.execute(HttpUtil.java:255)
at com.fangdd.qa.framework.tools.HttpToolKit.invokePutJson(HttpToolKit.java:340)
at com.fangdd.qa.testng.TestngSuiteListener.reportTestSuiteStatistic(TestngSuiteListener.java:90)
at com.fangdd.qa.testng.TestngSuiteListener.onFinish(TestngSuiteListener.java:77)
at org.testng.SuiteRunner.invokeListeners(SuiteRunner.java:232)
at org.testng.SuiteRunner.run(SuiteRunner.java:292)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
[2021-08-23 17:52:42.354] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:52:42.416] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:52:42:测试集开始======
[2021-08-23 17:52:42.625] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:52:44.987] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:52:44:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-23 17:52:47.065] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testSend--Test Mthod Success
[2021-08-23 17:52:47.065] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:52:47:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-23 17:52:47.065] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒078毫秒======
[2021-08-23 17:52:47.835] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testSend
[2021-08-23 17:52:47.835] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:1
[2021-08-23 17:52:47.835] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:0
[2021-08-23 17:52:47.835] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:52:47.838] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:52:47.839] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:52:48.190] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-23 17:52:47:测试集结束======
[2021-08-23 17:52:48.190] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 05秒419毫秒======
[2021-08-23 17:55:21.023] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:55:21.085] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:55:21:测试集开始======
[2021-08-23 17:55:21.296] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:55:23.978] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:55:23:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-23 17:55:26.102] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testSend--Test Mthod Success
[2021-08-23 17:55:26.102] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:55:26:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-23 17:55:26.102] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒124毫秒======
[2021-08-23 17:55:26.861] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testSend
[2021-08-23 17:55:26.862] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:1
[2021-08-23 17:55:26.862] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:0
[2021-08-23 17:55:26.862] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:55:26.865] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:55:26.866] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:55:27.210] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-23 17:55:26:测试集结束======
[2021-08-23 17:55:27.210] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 05秒777毫秒======
[2021-08-23 17:55:55.589] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:55:55.651] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:55:55:测试集开始======
[2021-08-23 17:55:55.857] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:55:57.986] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:55:57:用例【com.pipi.invoker.CosPlayerTest.testActivityList】开始======
[2021-08-23 17:55:59.276] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testActivityList--Test Mthod Success
[2021-08-23 17:55:59.276] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:55:59:用例【com.pipi.invoker.CosPlayerTest.testActivityList】结束======
[2021-08-23 17:55:59.276] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒290毫秒======
[2021-08-23 17:56:00.182] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:00:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
[2021-08-23 17:56:01.222] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testAuditGuild--Test Mthod Failure
[2021-08-23 17:56:01.223] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:56:01:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
[2021-08-23 17:56:01.223] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 01秒041毫秒======
[2021-08-23 17:56:06.426] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:06:用例【com.pipi.invoker.CosPlayerTest.testGetMine】开始======
[2021-08-23 17:56:07.077] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetMine--Test Mthod Success
[2021-08-23 17:56:07.078] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:07:用例【com.pipi.invoker.CosPlayerTest.testGetMine】结束======
[2021-08-23 17:56:07.078] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 652毫秒======
[2021-08-23 17:56:07.950] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:07:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】开始======
[2021-08-23 17:56:08.160] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserBalance--Test Mthod Success
[2021-08-23 17:56:08.160] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:08:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】结束======
[2021-08-23 17:56:08.160] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 210毫秒======
[2021-08-23 17:56:09.041] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:09:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】开始======
[2021-08-23 17:56:11.053] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple--Test Mthod Success
[2021-08-23 17:56:11.053] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:11:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】结束======
[2021-08-23 17:56:11.053] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 02秒012毫秒======
[2021-08-23 17:56:11.965] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:11:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】开始======
[2021-08-23 17:56:13.274] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple2--Test Mthod Success
[2021-08-23 17:56:13.274] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:13:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】结束======
[2021-08-23 17:56:13.274] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒309毫秒======
[2021-08-23 17:56:14.079] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:14:用例【com.pipi.invoker.CosPlayerTest.testGethome】开始======
[2021-08-23 17:56:14.365] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGethome--Test Mthod Success
[2021-08-23 17:56:14.365] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:14:用例【com.pipi.invoker.CosPlayerTest.testGethome】结束======
[2021-08-23 17:56:14.365] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 286毫秒======
[2021-08-23 17:56:15.478] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:15:用例【com.pipi.invoker.CosPlayerTest.testGiftList】开始======
[2021-08-23 17:56:16.005] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGiftList--Test Mthod Success
[2021-08-23 17:56:16.005] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:16:用例【com.pipi.invoker.CosPlayerTest.testGiftList】结束======
[2021-08-23 17:56:16.005] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 527毫秒======
[2021-08-23 17:56:16.831] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:16:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】开始======
[2021-08-23 17:56:17.143] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGuildSearch--Test Mthod Success
[2021-08-23 17:56:17.143] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:17:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】结束======
[2021-08-23 17:56:17.143] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 312毫秒======
[2021-08-23 17:56:17.903] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:17:用例【com.pipi.invoker.CosPlayerTest.testManagerList】开始======
[2021-08-23 17:56:18.951] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testManagerList--Test Mthod Success
[2021-08-23 17:56:18.951] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:18:用例【com.pipi.invoker.CosPlayerTest.testManagerList】结束======
[2021-08-23 17:56:18.952] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒048毫秒======
[2021-08-23 17:56:19.750] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:19:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】开始======
[2021-08-23 17:56:20.979] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testMoneyDetailsSave--Test Mthod Success
[2021-08-23 17:56:20.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:20:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】结束======
[2021-08-23 17:56:20.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒230毫秒======
[2021-08-23 17:56:21.854] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:21:用例【com.pipi.invoker.CosPlayerTest.testRoomList】开始======
[2021-08-23 17:56:22.621] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomList--Test Mthod Success
[2021-08-23 17:56:22.622] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:22:用例【com.pipi.invoker.CosPlayerTest.testRoomList】结束======
[2021-08-23 17:56:22.622] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 768毫秒======
[2021-08-23 17:56:23.419] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:23:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】开始======
[2021-08-23 17:56:23.963] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomRecord--Test Mthod Success
[2021-08-23 17:56:23.963] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:23:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】结束======
[2021-08-23 17:56:23.963] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 544毫秒======
[2021-08-23 17:56:24.630] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:24:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-23 17:56:26.056] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testSend--Test Mthod Success
[2021-08-23 17:56:26.056] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:26:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-23 17:56:26.056] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒426毫秒======
[2021-08-23 17:56:26.978] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:26:用例【com.pipi.invoker.CosPlayerTest.testUpList】开始======
[2021-08-23 17:56:27.265] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpList--Test Mthod Success
[2021-08-23 17:56:27.265] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:27:用例【com.pipi.invoker.CosPlayerTest.testUpList】结束======
[2021-08-23 17:56:27.265] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 287毫秒======
[2021-08-23 17:56:28.039] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:28:用例【com.pipi.invoker.CosPlayerTest.testUpSize】开始======
[2021-08-23 17:56:28.337] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpSize--Test Mthod Success
[2021-08-23 17:56:28.337] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:28:用例【com.pipi.invoker.CosPlayerTest.testUpSize】结束======
[2021-08-23 17:56:28.337] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 298毫秒======
[2021-08-23 17:56:29.116] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:29:用例【com.pipi.invoker.CosPlayerTest.testUserList】开始======
[2021-08-23 17:56:29.383] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUserList--Test Mthod Success
[2021-08-23 17:56:29.383] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:29:用例【com.pipi.invoker.CosPlayerTest.testUserList】结束======
[2021-08-23 17:56:29.383] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 267毫秒======
[2021-08-23 17:56:30.095] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:30:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】开始======
[2021-08-23 17:56:30.977] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testVirtualMoneyModify--Test Mthod Success
[2021-08-23 17:56:30.978] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-23 17:56:30:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】结束======
[2021-08-23 17:56:30.978] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 883毫秒======
[2021-08-23 17:56:32.174] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:32:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
[2021-08-23 17:56:32.480] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testLotteryActivity--Test Mthod Failure
[2021-08-23 17:56:32.481] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:56:32:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
[2021-08-23 17:56:32.481] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 307毫秒======
[2021-08-23 17:56:37.596] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:56:37:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======
[2021-08-23 17:56:39.867] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testRemove--Test Mthod Failure
[2021-08-23 17:56:39.867] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:56:39:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======
[2021-08-23 17:56:39.868] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 02秒271毫秒======
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testActivityList
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetMine
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testMoneyDetailsSave
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomList
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testVirtualMoneyModify
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUserList
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple2
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomRecord
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpSize
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testSend
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGiftList
[2021-08-23 17:56:45.009] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserBalance
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGethome
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGuildSearch
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testManagerList
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpList
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testLotteryActivity
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testAuditGuild
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testRemove
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:17
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:3
[2021-08-23 17:56:45.010] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:56:45.014] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:56:45.015] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:56:45.591] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-23 17:56:45:测试集结束======
[2021-08-23 17:56:45.591] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 49秒360毫秒======
[2021-08-23 17:57:18.239] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-23 17:57:18.300] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-23 17:57:18:测试集开始======
[2021-08-23 17:57:18.510] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-23 17:57:20.993] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-23 17:57:20:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
[2021-08-23 17:57:21.350] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testLotteryActivity--Test Mthod Failure
[2021-08-23 17:57:21.350] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-23 17:57:21:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
[2021-08-23 17:57:21.350] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 357毫秒======
[2021-08-23 17:57:26.597] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testLotteryActivity
[2021-08-23 17:57:26.597] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:0
[2021-08-23 17:57:26.598] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:1
[2021-08-23 17:57:26.598] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-23 17:57:26.601] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-23 17:57:26.602] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-23 17:57:27.003] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-23 17:57:26:测试集结束======
[2021-08-23 17:57:27.003] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 08秒298毫秒======
[2021-08-24 09:48:27.836] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-24 09:48:27.927] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-24 09:48:27:测试集开始======
[2021-08-24 09:48:28.263] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-24 09:48:30.887] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:30:用例【com.pipi.invoker.CosPlayerTest.testActivityList】开始======
[2021-08-24 09:48:32.002] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testActivityList--Test Mthod Success
[2021-08-24 09:48:32.002] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:32:用例【com.pipi.invoker.CosPlayerTest.testActivityList】结束======
[2021-08-24 09:48:32.002] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒115毫秒======
[2021-08-24 09:48:34.534] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:34:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
[2021-08-24 09:48:35.097] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testAuditGuild--Test Mthod Failure
[2021-08-24 09:48:35.097] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-24 09:48:35:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
[2021-08-24 09:48:35.097] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 563毫秒======
[2021-08-24 09:48:40.305] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:40:用例【com.pipi.invoker.CosPlayerTest.testGetMine】开始======
[2021-08-24 09:48:41.953] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetMine--Test Mthod Success
[2021-08-24 09:48:41.953] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:41:用例【com.pipi.invoker.CosPlayerTest.testGetMine】结束======
[2021-08-24 09:48:41.953] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒648毫秒======
[2021-08-24 09:48:43.776] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:43:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】开始======
[2021-08-24 09:48:43.945] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserBalance--Test Mthod Success
[2021-08-24 09:48:43.945] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:43:用例【com.pipi.invoker.CosPlayerTest.testGetUserBalance】结束======
[2021-08-24 09:48:43.945] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 169毫秒======
[2021-08-24 09:48:44.627] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:44:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】开始======
[2021-08-24 09:48:45.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple--Test Mthod Success
[2021-08-24 09:48:45.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:45:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple】结束======
[2021-08-24 09:48:45.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒353毫秒======
[2021-08-24 09:48:46.850] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:46:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】开始======
[2021-08-24 09:48:47.286] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGetUserSimple2--Test Mthod Success
[2021-08-24 09:48:47.286] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:47:用例【com.pipi.invoker.CosPlayerTest.testGetUserSimple2】结束======
[2021-08-24 09:48:47.286] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 436毫秒======
[2021-08-24 09:48:48.231] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:48:用例【com.pipi.invoker.CosPlayerTest.testGethome】开始======
[2021-08-24 09:48:48.430] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGethome--Test Mthod Success
[2021-08-24 09:48:48.430] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:48:用例【com.pipi.invoker.CosPlayerTest.testGethome】结束======
[2021-08-24 09:48:48.430] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 199毫秒======
[2021-08-24 09:48:49.167] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:49:用例【com.pipi.invoker.CosPlayerTest.testGiftList】开始======
[2021-08-24 09:48:50.303] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGiftList--Test Mthod Success
[2021-08-24 09:48:50.303] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:50:用例【com.pipi.invoker.CosPlayerTest.testGiftList】结束======
[2021-08-24 09:48:50.303] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒136毫秒======
[2021-08-24 09:48:51.094] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:51:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】开始======
[2021-08-24 09:48:51.822] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testGuildSearch--Test Mthod Success
[2021-08-24 09:48:51.822] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:51:用例【com.pipi.invoker.CosPlayerTest.testGuildSearch】结束======
[2021-08-24 09:48:51.822] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 728毫秒======
[2021-08-24 09:48:52.504] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:52:用例【com.pipi.invoker.CosPlayerTest.testManagerList】开始======
[2021-08-24 09:48:52.870] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testManagerList--Test Mthod Success
[2021-08-24 09:48:52.870] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:52:用例【com.pipi.invoker.CosPlayerTest.testManagerList】结束======
[2021-08-24 09:48:52.870] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 366毫秒======
[2021-08-24 09:48:54.041] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:54:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】开始======
[2021-08-24 09:48:54.907] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testMoneyDetailsSave--Test Mthod Success
[2021-08-24 09:48:54.907] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:54:用例【com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave】结束======
[2021-08-24 09:48:54.907] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 866毫秒======
[2021-08-24 09:48:55.676] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:55:用例【com.pipi.invoker.CosPlayerTest.testRoomList】开始======
[2021-08-24 09:48:55.979] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomList--Test Mthod Success
[2021-08-24 09:48:55.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:55:用例【com.pipi.invoker.CosPlayerTest.testRoomList】结束======
[2021-08-24 09:48:55.980] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 304毫秒======
[2021-08-24 09:48:56.711] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:56:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】开始======
[2021-08-24 09:48:57.996] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testRoomRecord--Test Mthod Success
[2021-08-24 09:48:57.997] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:48:57:用例【com.pipi.invoker.CosPlayerTest.testRoomRecord】结束======
[2021-08-24 09:48:57.997] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒285毫秒======
[2021-08-24 09:48:59.741] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:48:59:用例【com.pipi.invoker.CosPlayerTest.testSend】开始======
[2021-08-24 09:49:00.404] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testSend--Test Mthod Success
[2021-08-24 09:49:00.404] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:49:00:用例【com.pipi.invoker.CosPlayerTest.testSend】结束======
[2021-08-24 09:49:00.404] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 663毫秒======
[2021-08-24 09:49:01.159] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:49:01:用例【com.pipi.invoker.CosPlayerTest.testUpList】开始======
[2021-08-24 09:49:01.386] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpList--Test Mthod Success
[2021-08-24 09:49:01.386] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:49:01:用例【com.pipi.invoker.CosPlayerTest.testUpList】结束======
[2021-08-24 09:49:01.386] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 227毫秒======
[2021-08-24 09:49:02.228] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:49:02:用例【com.pipi.invoker.CosPlayerTest.testUpSize】开始======
[2021-08-24 09:49:02.481] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUpSize--Test Mthod Success
[2021-08-24 09:49:02.481] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:49:02:用例【com.pipi.invoker.CosPlayerTest.testUpSize】结束======
[2021-08-24 09:49:02.481] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 253毫秒======
[2021-08-24 09:49:03.239] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:49:03:用例【com.pipi.invoker.CosPlayerTest.testUserList】开始======
[2021-08-24 09:49:03.446] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testUserList--Test Mthod Success
[2021-08-24 09:49:03.446] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:49:03:用例【com.pipi.invoker.CosPlayerTest.testUserList】结束======
[2021-08-24 09:49:03.446] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 207毫秒======
[2021-08-24 09:49:04.993] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:49:04:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】开始======
[2021-08-24 09:49:05.865] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testVirtualMoneyModify--Test Mthod Success
[2021-08-24 09:49:05.866] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:49:05:用例【com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify】结束======
[2021-08-24 09:49:05.866] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 873毫秒======
[2021-08-24 09:49:06.530] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:49:06:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
[2021-08-24 09:49:07.841] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:56] - testLotteryActivity--Test Mthod Success
[2021-08-24 09:49:07.842] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:60] - ======2021-08-24 09:49:07:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
[2021-08-24 09:49:07.842] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:61] - ======本次用例运行消耗时间 01秒312毫秒======
[2021-08-24 09:49:08.493] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:49:08:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======
[2021-08-24 09:49:09.188] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testRemove--Test Mthod Failure
[2021-08-24 09:49:09.188] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-24 09:49:09:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======
[2021-08-24 09:49:09.188] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 695毫秒======
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testLotteryActivity
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testActivityList
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetMine
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testMoneyDetailsSave
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomList
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testVirtualMoneyModify
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUserList
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple2
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testRoomRecord
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpSize
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testSend
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGiftList
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserSimple
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGetUserBalance
[2021-08-24 09:49:14.721] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGethome
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testGuildSearch
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testManagerList
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:159] - PassedTests = testUpList
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testAuditGuild
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testRemove
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:18
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:2
[2021-08-24 09:49:14.722] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-24 09:49:14.727] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-24 09:49:14.729] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-24 09:49:19.132] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-24 09:49:14:测试集结束======
[2021-08-24 09:49:19.132] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 46秒796毫秒======
[2021-08-24 09:50:15.487] [main] [INFO ] - [com.fangdd.qa.testng.TestngRetry:23] - retrycount=0
[2021-08-24 09:50:15.549] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:36] - ======2021-08-24 09:50:15:测试集开始======
[2021-08-24 09:50:15.754] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.PropUtil:51] - 配置项 dbConnectionURL 不存在,请检查配置!
[2021-08-24 09:50:17.865] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:43] - ======2021-08-24 09:50:17:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
[2021-08-24 09:50:18.992] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:82] - testAuditGuild--Test Mthod Failure
[2021-08-24 09:50:18.992] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:86] - ======2021-08-24 09:50:18:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
[2021-08-24 09:50:18.992] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:87] - ======本次用例运行消耗时间 01秒127毫秒======
[2021-08-24 09:50:26.150] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:166] - failedTest = testAuditGuild
[2021-08-24 09:50:26.150] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:233] - passed tests count:0
[2021-08-24 09:50:26.150] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:234] - failed tests count:1
[2021-08-24 09:50:26.150] [main] [INFO ] - [com.fangdd.qa.testng.TestngListener:235] - skipped tests count:0
[2021-08-24 09:50:26.153] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:155] - 开始生成文件
[2021-08-24 09:50:26.154] [main] [INFO ] - [com.fangdd.qa.framework.utils.common.FileUtil:164] - 生成文件成功
[2021-08-24 09:50:26.537] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:80] - ======2021-08-24 09:50:26:测试集结束======
[2021-08-24 09:50:26.537] [main] [INFO ] - [com.fangdd.qa.testng.TestngSuiteListener:81] - ======本次测试集运行消耗时间 10秒601毫秒======
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
[2021-08-24 09:48:27.865] [main] [DEBUG] - [org.springframework.test.context.BootstrapUtils:78] - Instantiating TestContextBootstrapper from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
[2021-08-24 09:48:27.890] [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-24 09:48:27.892] [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-24 09:48:27.896] [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-24 09:48:27.897] [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-24 09:48:27.937] [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-24 09:48:27.937] [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-24 09:48:27.937] [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-24 09:48:27.995] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemProperties] PropertySource with lowest search precedence
[2021-08-24 09:48:27.997] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemEnvironment] PropertySource with lowest search precedence
[2021-08-24 09:48:27.997] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:126] - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[2021-08-24 09:48:28.004] [main] [INFO ] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317] - Loading XML bean definitions from class path resource [config/applicationContext.xml]
[2021-08-24 09:48:28.015] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultDocumentLoader:73] - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
[2021-08-24 09:48:28.047] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:141] - Loading schema mappings from [META-INF/spring.schemas]
[2021-08-24 09:48:28.050] [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-24 09:48:28.051] [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-24 09:48:28.076] [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-24 09:48:28.080] [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-24 09:48:28.084] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:98] - Loading bean definitions
[2021-08-24 09:48:28.093] [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-24 09:48:28.103] [main] [DEBUG] - [org.springframework.context.annotation.ClassPathBeanDefinitionScanner:252] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
[2021-08-24 09:48:28.105] [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-24 09:48:28.105] [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-24 09:48:28.106] [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-24 09:48:28.107] [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-24 09:48:28.107] [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-24 09:48:28.107] [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-24 09:48:28.107] [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-24 09:48:28.108] [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-24 09:48:28.108] [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-24 09:48:28.108] [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-24 09:48:28.108] [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-24 09:48:28.108] [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-24 09:48:28.167] [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-24 09:48:28.197] [main] [DEBUG] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224] - Loaded 6 bean definitions from location pattern [classpath:config/applicationContext.xml]
[2021-08-24 09:48:28.199] [main] [INFO ] - [org.springframework.context.support.GenericApplicationContext:510] - Refreshing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Tue Aug 24 09:48:28 CST 2021]; root of context hierarchy
[2021-08-24 09:48:28.200] [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-24 09:48:28.208] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:48:28.208] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:48:28.216] [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-24 09:48:28.217] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:48:28.231] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:48:28.231] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:48:28.231] [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-24 09:48:28.248] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:48:28.248] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [environmentProperties] PropertySource with lowest search precedence
[2021-08-24 09:48:28.248] [main] [INFO ] - [org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172] - Loading properties file from class path resource [config/server.properties]
[2021-08-24 09:48:28.249] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [localProperties] PropertySource with lowest search precedence
[2021-08-24 09:48:28.251] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:48:28.251] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:48:28.251] [main] [INFO ] - [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:153] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
[2021-08-24 09:48:28.251] [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-24 09:48:28.251] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:48:28.251] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:48:28.251] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:48:28.252] [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-24 09:48:28.252] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:48:28.252] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:48:28.252] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:48:28.255] [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-24 09:48:28.255] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:48:28.255] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:48:28.255] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:48:28.255] [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-24 09:48:28.255] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:48:28.256] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:48:28.256] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:48:28.256] [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-24 09:48:28.256] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:48:28.257] [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-24 09:48:28.259] [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-24 09:48:28.259] [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-24 09:48:28.259] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'cosPlyaPlayerServiceImpl'
[2021-08-24 09:48:28.259] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-24 09:48:28.264] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'cosPlyaPlayerServiceImpl' to allow for resolving potential circular references
[2021-08-24 09:48:28.266] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-24 09:48:28.266] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:48:28.266] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:48:28.266] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:48:28.266] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:48:28.266] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:48:28.266] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:48:28.267] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:48:28.267] [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-24 09:48:28.267] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-24 09:48:28.269] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
[2021-08-24 09:48:28.269] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
[2021-08-24 09:48:28.269] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:103] - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
[2021-08-24 09:48:28.270] [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-24 09:48:28.270] [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-24 09:48:28.273] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:27] - ======2021-08-24 09:48:28:273:测试【com.pipi.invoker.CosPlayerTest】开始======
[2021-08-24 09:48:34.533] [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-24 09:48:34.855] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:646] - guildId:0
[2021-08-24 09:48:40.304] [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-24 09:48:43.775] [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-24 09:48:44.626] [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-24 09:48:46.849] [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-24 09:48:48.230] [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-24 09:48:49.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 = 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-24 09:48:51.092] [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-24 09:48:52.502] [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-24 09:48:54.040] [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-24 09:48:54.225] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:289] - userId:2203773
[2021-08-24 09:48:55.674] [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 = [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-24 09:48:56.709] [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-24 09:48:59.739] [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-24 09:49:01.158] [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 = [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-24 09:49:02.227] [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-24 09:49:03.238] [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-24 09:49:04.992] [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-24 09:49:05.149] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:252] - userId:2203773
[2021-08-24 09:49:06.529] [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 = [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-24 09:49:08.491] [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 = [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-24 09:49:14.694] [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 = java.lang.AssertionError: expected [200] but found [500], 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-24 09:49:14.694] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:36] - ======2021-08-24 09:49:14:694:测试【com.pipi.invoker.CosPlayerTest】结束======
[2021-08-24 09:49:14.694] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:37] - ======本次测试运行消耗时间 46秒421毫秒======
[2021-08-24 09:49:14.695] [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-24 09:49:19.223] [Thread-0] [INFO ] - [org.springframework.context.support.GenericApplicationContext:862] - Closing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Tue Aug 24 09:48:28 CST 2021]; root of context hierarchy
[2021-08-24 09:49:19.223] [Thread-0] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-24 09:49:19.223] [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-24 09:50:15.508] [main] [DEBUG] - [org.springframework.test.context.BootstrapUtils:78] - Instantiating TestContextBootstrapper from class [org.springframework.test.context.support.DefaultTestContextBootstrapper]
[2021-08-24 09:50:15.520] [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-24 09:50:15.522] [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-24 09:50:15.524] [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-24 09:50:15.525] [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-24 09:50:15.559] [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-24 09:50:15.560] [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-24 09:50:15.560] [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-24 09:50:15.606] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemProperties] PropertySource with lowest search precedence
[2021-08-24 09:50:15.608] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:109] - Adding [systemEnvironment] PropertySource with lowest search precedence
[2021-08-24 09:50:15.608] [main] [DEBUG] - [org.springframework.core.env.StandardEnvironment:126] - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
[2021-08-24 09:50:15.614] [main] [INFO ] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:317] - Loading XML bean definitions from class path resource [config/applicationContext.xml]
[2021-08-24 09:50:15.617] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultDocumentLoader:73] - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
[2021-08-24 09:50:15.631] [main] [DEBUG] - [org.springframework.beans.factory.xml.PluggableSchemaResolver:141] - Loading schema mappings from [META-INF/spring.schemas]
[2021-08-24 09:50:15.633] [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-24 09:50:15.634] [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-24 09:50:15.653] [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-24 09:50:15.656] [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-24 09:50:15.659] [main] [DEBUG] - [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader:98] - Loading bean definitions
[2021-08-24 09:50:15.665] [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-24 09:50:15.673] [main] [DEBUG] - [org.springframework.context.annotation.ClassPathBeanDefinitionScanner:252] - JSR-330 'javax.inject.Named' annotation found and supported for component scanning
[2021-08-24 09:50:15.674] [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-24 09:50:15.675] [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-24 09:50:15.675] [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-24 09:50:15.676] [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-24 09:50:15.676] [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-24 09:50:15.676] [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-24 09:50:15.677] [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-24 09:50:15.677] [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-24 09:50:15.677] [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-24 09:50:15.677] [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-24 09:50:15.677] [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-24 09:50:15.677] [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-24 09:50:15.691] [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-24 09:50:15.700] [main] [DEBUG] - [org.springframework.beans.factory.xml.XmlBeanDefinitionReader:224] - Loaded 6 bean definitions from location pattern [classpath:config/applicationContext.xml]
[2021-08-24 09:50:15.701] [main] [INFO ] - [org.springframework.context.support.GenericApplicationContext:510] - Refreshing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Tue Aug 24 09:50:15 CST 2021]; root of context hierarchy
[2021-08-24 09:50:15.701] [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-24 09:50:15.707] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:50:15.707] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:50:15.713] [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-24 09:50:15.714] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:50:15.725] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:50:15.725] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:50:15.725] [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-24 09:50:15.740] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:50:15.741] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [environmentProperties] PropertySource with lowest search precedence
[2021-08-24 09:50:15.741] [main] [INFO ] - [org.springframework.context.support.PropertySourcesPlaceholderConfigurer:172] - Loading properties file from class path resource [config/server.properties]
[2021-08-24 09:50:15.741] [main] [DEBUG] - [org.springframework.core.env.MutablePropertySources:109] - Adding [localProperties] PropertySource with lowest search precedence
[2021-08-24 09:50:15.743] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:50:15.743] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:50:15.744] [main] [INFO ] - [org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor:153] - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
[2021-08-24 09:50:15.744] [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-24 09:50:15.744] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:50:15.744] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:50:15.744] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:50:15.744] [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-24 09:50:15.745] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:50:15.745] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:50:15.745] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:50:15.747] [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-24 09:50:15.747] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:50:15.747] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:50:15.747] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:50:15.747] [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-24 09:50:15.747] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:50:15.747] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:50:15.747] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:50:15.747] [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-24 09:50:15.748] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:50:15.749] [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-24 09:50:15.750] [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-24 09:50:15.750] [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-24 09:50:15.750] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:221] - Creating shared instance of singleton bean 'cosPlyaPlayerServiceImpl'
[2021-08-24 09:50:15.751] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:450] - Creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-24 09:50:15.755] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:523] - Eagerly caching bean 'cosPlyaPlayerServiceImpl' to allow for resolving potential circular references
[2021-08-24 09:50:15.756] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:478] - Finished creating instance of bean 'cosPlyaPlayerServiceImpl'
[2021-08-24 09:50:15.757] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
[2021-08-24 09:50:15.757] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
[2021-08-24 09:50:15.757] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
[2021-08-24 09:50:15.757] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
[2021-08-24 09:50:15.757] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0'
[2021-08-24 09:50:15.757] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
[2021-08-24 09:50:15.757] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor'
[2021-08-24 09:50:15.758] [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-24 09:50:15.758] [main] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-24 09:50:15.759] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
[2021-08-24 09:50:15.759] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:81] - Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
[2021-08-24 09:50:15.759] [main] [DEBUG] - [org.springframework.core.env.PropertySourcesPropertyResolver:103] - Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
[2021-08-24 09:50:15.760] [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-24 09:50:15.760] [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-24 09:50:15.763] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:27] - ======2021-08-24 09:50:15:763:测试【com.pipi.invoker.CosPlayerTest】开始======
[2021-08-24 09:50:18.827] [main] [INFO ] - [com.pipi.qa.service.CosPlayPlayerService:646] - guildId:0
[2021-08-24 09:50:26.134] [main] [DEBUG] - [org.springframework.test.context.support.DirtiesContextTestExecutionListener:86] - After test method: context [DefaultTestContext@6a6cb05c testClass = CosPlayerTest, testInstance = com.pipi.invoker.CosPlayerTest@1b7cc17c, 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-24 09:50:26.135] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:36] - ======2021-08-24 09:50:26:135:测试【com.pipi.invoker.CosPlayerTest】结束======
[2021-08-24 09:50:26.135] [main] [INFO ] - [com.pipi.invoker.CosPlayerTest:37] - ======本次测试运行消耗时间 10秒372毫秒======
[2021-08-24 09:50:26.135] [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-24 09:50:26.587] [Thread-0] [INFO ] - [org.springframework.context.support.GenericApplicationContext:862] - Closing org.springframework.context.support.GenericApplicationContext@7c6908d7: startup date [Tue Aug 24 09:50:15 CST 2021]; root of context hierarchy
[2021-08-24 09:50:26.588] [Thread-0] [DEBUG] - [org.springframework.beans.factory.support.DefaultListableBeanFactory:248] - Returning cached instance of singleton bean 'lifecycleProcessor'
[2021-08-24 09:50:26.588] [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
......@@ -35,23 +35,22 @@
</properties>
<profiles>
<profile>
<!-- t3测试环境 -->
<!-- t6测试环境 -->
<id>t6</id>
<properties>
<profiles.active>t6</profiles.active>
</properties>
<!-- 默认选择此环境 -->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
<profile>
<!-- 框架升级测试环境 -->
<id>pre</id>
<properties>
<profiles.active>pre</profiles.active>
</properties>
<!-- 默认选择此环境 -->
<activation>
<activeByDefault>true</activeByDefault>
</activation>
</profile>
</profiles>
<dependencies>
......
......@@ -28,14 +28,31 @@ public class BasicData {
//T3环境对应派单厅
//public final static String roomNo = "TEST833760";
//T6环境对应厅
public final static String roomNo = "TEST119720";
//public final static String roomNo = "TEST119720";
//pre-test环境对应厅
public final static String roomNo = "882100";
//T6环境对应礼物ID
//public final static String giftId = "393";
public final static String giftId = "393";
//pre-test环境对应魅力值礼物ID
public final static String mGiftId = "496";
//pre-test环境对应热度值礼物ID
public final static String rGiftId = "549";
//pre-test环境对应全服礼物
public final static String qGiftId = "410";
//pre-test环境对应activityId
public final static String activityId = "188";
//13823774131用户对应公会ID t3环境
//public final static String guildCode = "18306720";
//13823774131用户对应公会ID t6环境
public final static String guildCode = "18376254";
//public final static String guildCode = "18376254";
//pre-test环境对应的公会ID
public final static String guildCode = "16677017";
......
......@@ -70,7 +70,7 @@ public class CosPlayerTest extends AbstractTest {
public void testVirtualMoneyModify() {
CosPlayPlayerService cosPlyaPlayerServiceImpl = new CosPlyaPlayerServiceImpl();
//充钻石
JSONObject rsp = cosPlyaPlayerServiceImpl.virtualMoneyModify(BasicData.userMobile, 1000);
JSONObject rsp = cosPlyaPlayerServiceImpl.virtualMoneyModify(BasicData.userMobile, 52000);
Assert.assertEquals(rsp.getIntValue("status"), BasicData.status);
}
......@@ -108,8 +108,8 @@ public class CosPlayerTest extends AbstractTest {
* @param mobile
* @return
*/
@Test(enabled = true, alwaysRun = true, description = "送礼物")
public void testSend() {
@Test(enabled = true, alwaysRun = true, description = "送魅力值礼物")
public void testMSend() {
CosPlayPlayerService cosPlyaPlayerServiceImpl = new CosPlyaPlayerServiceImpl();
//送礼物 send(String mobile, String roomNo,String productId, String amount, String userIds, String env);
......@@ -117,11 +117,55 @@ public class CosPlayerTest extends AbstractTest {
JSONObject json = cosPlyaPlayerServiceImpl.userList(BasicData.playMobile);
String userId = json.getString("id");
//?需要补充获取礼物ID的逻辑
JSONObject rsp = cosPlyaPlayerServiceImpl.send(BasicData.roomNo, BasicData.giftId, "1", userId);
JSONObject rsp = cosPlyaPlayerServiceImpl.send(BasicData.roomNo, BasicData.mGiftId, "1", userId);
//需要补充校验交易流水情况
Assert.assertEquals(rsp.getIntValue("status"), BasicData.status);
}
/**
* 送礼物
* @param env
* @param mobile
* @return
*/
@Test(enabled = true, alwaysRun = true, description = "送热度值礼物")
public void testRSend() {
CosPlayPlayerService cosPlyaPlayerServiceImpl = new CosPlyaPlayerServiceImpl();
//送礼物 send(String mobile, String roomNo,String productId, String amount, String userIds, String env);
//根据手机号获取用户ID
JSONObject json = cosPlyaPlayerServiceImpl.userList(BasicData.playMobile);
String userId = json.getString("id");
//?需要补充获取礼物ID的逻辑
JSONObject rsp = cosPlyaPlayerServiceImpl.send(BasicData.roomNo, BasicData.rGiftId, "1", userId);
//需要补充校验交易流水情况
Assert.assertEquals(rsp.getIntValue("status"), BasicData.status);
}
/**
* 送礼物
* @param env
* @param mobile
* @return
*/
@Test(enabled = true, alwaysRun = true, description = "送全服礼物")
public void testQSend() {
CosPlayPlayerService cosPlyaPlayerServiceImpl = new CosPlyaPlayerServiceImpl();
//送礼物 send(String mobile, String roomNo,String productId, String amount, String userIds, String env);
//根据手机号获取用户ID
JSONObject json = cosPlyaPlayerServiceImpl.userList(BasicData.playMobile);
String userId = json.getString("id");
//?需要补充获取礼物ID的逻辑
JSONObject rsp = cosPlyaPlayerServiceImpl.send(BasicData.roomNo, BasicData.qGiftId, "1", userId);
//需要补充校验交易流水情况
Assert.assertEquals(rsp.getIntValue("status"), BasicData.status);
}
/**
* 开宝箱
* @param env
......@@ -133,7 +177,7 @@ public class CosPlayerTest extends AbstractTest {
CosPlayPlayerService cosPlyaPlayerServiceImpl = new CosPlyaPlayerServiceImpl();
//lotteryActivity(String mobile,String roomNo, String activityId, String times, String env);
//?需要补充动态获取不同环境对应的activityId 黄金宝箱
JSONObject rsp = cosPlyaPlayerServiceImpl.lotteryActivity(BasicData.userMobile, BasicData.roomNo, "71", "1");
JSONObject rsp = cosPlyaPlayerServiceImpl.lotteryActivity(BasicData.userMobile, BasicData.roomNo, BasicData.activityId, "1");
Assert.assertEquals(rsp.getIntValue("status"), BasicData.status);
}
......
......@@ -24,19 +24,19 @@
onclick="javscript:clearAllSelections();">pipi-test</a></b><div style="margin: 3px 0 3px 0;"><a href="pipi-test_groups.html" target="content"
onclick="javscript:clearAllSelections();">1
Groups
</a></div><span style="color: red;">4</span>
</a></div><span style="color: red;">0</span>
/
<span style="color: green;">17</span>
<span style="color: green;">22</span>
/
<span style="color: yellow;">0</span>
/
<span>21</span></td>
<td style="font-weight: bold;">81%</td>
<span>22</span></td>
<td style="font-weight: bold;">100%</td>
</tr>
</table>
<div xmlns="" class="testCaseLink"
onclick="javscript:selectTestCaseLink(this); parent.content.location='pipi-test_pipi-test.html'">
<div class="testCaseFail"></div>pipi-test
<div class="testCasePass"></div>pipi-test
</div>
</div>
</body>
......
......@@ -20,22 +20,19 @@
<svg id="graphzone" preserveAspectRatio="xMidYMid meet" x="0" y="0">
<rect style="fill:red;stroke-width:1;stroke:black;" x="10" y="86" width="20"
height="20"/>
<text class="legendtext" x="40" y="105">Failed (19%)
<text class="legendtext" x="40" y="105">Failed (0%)
</text>
<rect style="fill:green;stroke-width:1;stroke:black;" x="10" y="125" width="20"
height="20"/>
<text class="legendtext" x="40" y="143">Passed (81%)
<text class="legendtext" x="40" y="143">Passed (100%)
</text>
<rect style="fill:yellow;stroke-width:1;stroke:black;" x="10" y="163" width="20"
height="20"/>
<text class="legendtext" x="40" y="182">Skipped (0%)
</text>
<g style="stroke:black;stroke-width:1" transform="translate(450,150)">
<g style="fill:red" transform="rotate(-0) translate(13, -9)">
<path d="M 0 0 h 130 A 130,130 0,0,0 47.49436329839009,-121.01357549829083 z"/>
</g>
<g style="fill:green" transform="rotate(-68.57142857142857)">
<path d="M 0 0 h 130 A 130,130 0,1,0 47.49420511187392,121.01363758184963 z"/>
<g style="fill:green" transform="rotate(-0)">
<path d="M 0 0 h 130 A 130,130 0,1,0 129.99999999988892,0.00016993334619978658 z"/>
</g>
</g>
</svg>
......
......@@ -22,15 +22,15 @@
<table width="100%" cellpadding="5" cellspacing="1">
<tr style="background-color: #eaf0f7;">
<td width="100%">
<div class="suiteStatusFail"></div>pipi-test
<div class="suiteStatusPass"></div>pipi-test
</td>
<td xmlns="" style="background-color: #FFBBBB; padding: 3px 3px 3px 0;"
align="center">
<div style="width: 50px;">4</div>
<div style="width: 50px;">0</div>
</td>
<td xmlns="" style="background-color: lightgreen; padding: 3px 3px 3px 0;"
align="center">
<div style="width: 50px;">17</div>
<div style="width: 50px;">22</div>
</td>
<td xmlns="" style="background-color: #FFFFBB; padding: 3px 3px 3px 0;"
align="center">
......@@ -38,26 +38,26 @@
</td>
<td xmlns="" align="center"
style="background-color: #eaf0f7; padding: 3px 3px 3px 0;">
<div style="width: 50px;">21</div>
<div style="width: 50px;">22</div>
</td>
<td xmlns="" align="center"
style="font-weight: bold; background-color: #eaf0f7; padding: 3px 3px 3px 0;">
<div style="width: 50px;">81%</div>
<div style="width: 50px;">100%</div>
</td>
<td xmlns="" style="background-color: #eaf0f7; padding: 3px 3px 3px 0;"
align="center"
nowrap="true">26s
nowrap="true">14s
</td>
</tr>
<tr style="background-color: #f5f5f5; font-size: 12px;">
<td>pipi-test</td>
<td align="center">4</td>
<td align="center">17</td>
<td align="center">0</td>
<td align="center">21</td>
<td align="center" style="font-weight: bold;">81%</td>
<td align="center" nowrap="true">26s
<td align="center">22</td>
<td align="center">0</td>
<td align="center">22</td>
<td align="center" style="font-weight: bold;">100%</td>
<td align="center" nowrap="true">14s
</td>
</tr>
......
This diff could not be displayed because it is too large.
{"environment":"t6","failed":2,"passed":18,"skipped":0,"suiteDuration":"43秒121毫秒","suiteEnds":"2021-08-25 13:53:48","suiteStarts":"2021-08-25 13:53:05","total":20}
\ No newline at end of file
{"environment":"pre-test","failed":0,"passed":22,"skipped":0,"suiteDuration":"33秒549毫秒","suiteEnds":"2021-08-31 15:13:45","suiteStarts":"2021-08-31 15:13:12","total":22}
\ No newline at end of file
......@@ -2,12 +2,40 @@
Driver=net.sf.log4jdbc.DriverSpy
#Driver=com.mysql.jdbc.Driver
ConnectionURL=jdbc:log4jdbc:mysql://172.28.3.21:3306/mljr-footstone?useUnicode=true&amp;characterEncoding=utf-8
Username=admin
Password=nKHDfZVRRFlNEwEVNKoywQ==
dbConnectionURL = jdbc:mysql://10.0.4.105:3306
ConnectionURL= jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_yun?useUnicode=true&characterEncoding=utf8
Username=hesilu
Password=mAwijNVGd32K
mljr-footstone_url=jdbc:log4jdbc:mysql://172.28.3.21:3306/mljr-footstone?useUnicode=true&amp;characterEncoding=utf-8
mljr-footstone_Username=admin
mljr-footstone_Password=nKHDfZVRRFlNEwEVNKoywQ==
fdd_basic_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_basic?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
fdd_basic_Username=hesilu
fdd_basic_Password=mAwijNVGd32K
fdd_agent_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_agent?useUnicode=true&amp;characterEncoding=utf-8
fdd_agent_Username=hesilu
fdd_agent_Password=mAwijNVGd32K
fdd_trade_center_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_nh_tc_v2?useUnicode=true&characterEncoding=utf8
fdd_trade_center_Username=hesilu
fdd_trade_center_Password=mAwijNVGd32K
fdd_loupan_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_loupan?useUnicode=true&amp;characterEncoding=utf-8
fdd_loupan_Username=hesilu
fdd_loupan_Password=mAwijNVGd32K
fdd_settlement_center_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_settlement_center?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull
fdd_settlement_center_Username=hesilu
fdd_settlement_center_Password=mAwijNVGd32K
fdd_customer_info_center_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_customer_info_center?useUnicode=true&amp;characterEncoding=utf-8
fdd_customer_info_center_Username=hesilu
fdd_customer_info_center_Password=mAwijNVGd32K
fdd_finance_gateway_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/fdd_finance_gateway?useUnicode=true&amp;characterEncoding=utf-8
fdd_finance_gateway_Username=hesilu
fdd_finance_gateway_Password=mAwijNVGd32K
nh_c_center_ConnectionURL=jdbc:log4jdbc:mysql://10.0.4.105:3306/nh_c_center?useUnicode=true&amp;characterEncoding=utf-8
nh_c_center_Username=hesilu
nh_c_center_Password=mAwijNVGd32K
......@@ -2,17 +2,13 @@
#请求、应答字符集编码
charset=UTF-8
#连接、应答超时,单位:豪秒
timeout=5000
timeout=3000
#true:跟随重定向 false:不跟随重定向
isFollowRedirects=false
#定义重跑次数,默认值是0,即失败不重跑
retrycount=0
#定义环境配置
environment=t6
adminUserName=admin
adminPassWord=ZnVsdTk5NjM1
environment=pre-test
#定义case执行成功后间隔时间,单位:毫秒
onTestSuccessInterval=500
#定义case执行失败后间隔时间,单位:毫秒
......@@ -29,7 +25,43 @@ isReport=true
serviceId=1
#上报自动化测试构建结果服务地址
report_http_addr=http://10.1.10.21:9090/pipi-test-center
#report_http_addr=http://172.28.3.68:9096/fdd-test-center
#FQD
#线上环境
#QuickDealService_ip=qd.nh.fangdd.com
#预发布环境
#QuickDealService_ip=103.235.228.14
#测试环境
QuickDealService_ip=t6
QuickDealService_ip=pre-test
QuickDealService_port=30100
#agent_rest_api
#测试环境
agent_rest_api_addr=https://nha.fangdd.net
#NCC
#测试环境
ncc_http_server_addr=https://nhc.fangdd.net
#商户
#测试环境
shop_http_server_addr=https://shop.fangdd.net
#POC
PocService_ip=10.0.4.104
PocService_port=30014
#房佣宝
qiye_http_server_addr=https://qiye.fangdd.net
#FGW
fgw_http_server_addr=http://10.0.4.104:9017
#新房通用网关服务
nhws_server_addr=http://10.0.4.104:9012
#测试数据中心
TestDataCenter_server_addr=http://testcenter.fangdd.net/TestDataCenter
#配置注册中心地址及连接超时时间
dubbo.registry.address=zookeeper://172.28.3.21:2181
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="TestSuite" time="64.742" tests="21" errors="0" skipped="0" failures="4">
<testsuite xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/surefire/maven-surefire-plugin/xsd/surefire-test-report.xsd" name="TestSuite" time="35.48" tests="22" errors="0" skipped="0" failures="0">
<properties>
<property name="java.runtime.name" value="Java(TM) SE Runtime Environment"/>
<property name="sun.boot.library.path" value="C:\Program Files\Java\jdk1.8.0_191\jre\bin"/>
......@@ -26,9 +26,9 @@
<property name="java.vm.specification.vendor" value="Oracle Corporation"/>
<property name="user.variant" value=""/>
<property name="os.name" value="Windows 10"/>
<property name="classworlds.conf" value="D:\eclipse-workspace\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf360826940877173655.tmp"/>
<property name="classworlds.conf" value="D:\eclipse-workspace\.metadata\.plugins\org.eclipse.m2e.launching\launches\m2conf1281239974068673590.tmp"/>
<property name="sun.jnu.encoding" value="GBK"/>
<property name="java.library.path" value="C:\Program Files\Java\jdk1.8.0_191\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Users/123456/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205/jre/bin/server;C:/Users/123456/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205/jre/bin;C:\Program Files (x86)\NetSarang\Xshell 6\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\maven\apache-maven-3.5.4\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\Git\cmd;C:\Program Files (x86)\NetSarang\Xshell 7\;C:\Users\123456\AppData\Local\Microsoft\WindowsApps;C:\Users\123456\AppData\Local\Programs\Fiddler;C:\Users\123456\Desktop;;."/>
<property name="java.library.path" value="C:\Program Files\Java\jdk1.8.0_191\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Users/123456/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205/jre/bin/server;C:/Users/123456/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.1.v20210528-1205/jre/bin;C:\Program Files (x86)\NetSarang\Xshell 6\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\maven\apache-maven-3.5.4\bin;C:\Program Files\Java\jdk1.8.0_191\bin;C:\Program Files\Java\jdk1.8.0_191\jre\bin;D:\Program Files\Git\cmd;C:\Program Files (x86)\NetSarang\Xshell 7\;C:\Users\123456\AppData\Local\Microsoft\WindowsApps;;C:\Users\123456\AppData\Local\Programs\Fiddler;C:\Users\123456\Desktop;;."/>
<property name="java.specification.name" value="Java Platform API Specification"/>
<property name="java.class.version" value="52.0"/>
<property name="sun.management.compiler" value="HotSpot 64-Bit Tiered Compilers"/>
......@@ -43,7 +43,7 @@
<property name="java.vm.specification.version" value="1.8"/>
<property name="sun.arch.data.model" value="64"/>
<property name="java.home" value="C:\Program Files\Java\jdk1.8.0_191\jre"/>
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher -B -gs C:\maven\apache-maven-3.5.4\conf\settings.xml -s C:\maven\apache-maven-3.5.4\conf\settings.xml clean package -Pt6"/>
<property name="sun.java.command" value="org.codehaus.plexus.classworlds.launcher.Launcher -B -gs C:\maven\apache-maven-3.5.4\conf\settings.xml -s C:\maven\apache-maven-3.5.4\conf\settings.xml clean package -Ppre"/>
<property name="java.specification.vendor" value="Oracle Corporation"/>
<property name="user.language" value="zh"/>
<property name="awt.toolkit" value="sun.awt.windows.WToolkit"/>
......@@ -60,459 +60,26 @@
<property name="sun.desktop" value="windows"/>
<property name="sun.cpu.isalist" value="amd64"/>
</properties>
<testcase name="testActivityList" classname="com.pipi.invoker.CosPlayerTest" time="3.048"/>
<testcase name="testAuditGuild" classname="com.pipi.invoker.CosPlayerTest" time="10.529">
<failure type="java.lang.NullPointerException">java.lang.NullPointerException
at com.pipi.invoker.CosPlayerTest.testAuditGuild(CosPlayerTest.java:143)
</failure>
<system-out><![CDATA[======2021-07-30 11:25:40:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======
获取连接,URL:https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/search
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/search
###Http Request Method### : POST
###Http Request Headers### :
token:APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{pageSize=20, pageNum=1, queryStr=18376254}
###Http Request queryString after URLEncoder### :
pageSize=20&pageNum=1&queryStr=18376254
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:25:42 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":100,"orderBy":"id desc","endRow":1,"list":[{"guildStatus":2,"description":"欢迎来到我的公会","updateTime":"2021-07-29 17:30:21","maxNum":50,"guildCode":"18376254","logoUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg","guildName":"心玄的公会","leaderId":3222859,"curNum":1,"createTime":"2021-07-29 17:30:18","guildType":1,"id":706,"guildBiz":0}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
===================================
断开连接
获取连接,URL:https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/join
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/join
###Http Request Method### : POST
###Http Request Headers### :
token:APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{applyRemark=我是test,想加入公会, guildId=706}
###Http Request queryString after URLEncoder### :
applyRemark=%E6%88%91%E6%98%AFtest%EF%BC%8C%E6%83%B3%E5%8A%A0%E5%85%A5%E5%85%AC%E4%BC%9A&guildId=706
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:25:43 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"你的入会申请提交成功","status":200}
===================================
断开连接
获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/guild-center/guild/list
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-api-admin.apeiwan.com/api/v1/guild-center/guild/list
###Http Request Method### : POST
###Http Request Headers### :
token:1dbff90c915d40a1bea44e7826260f6b
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{pageSize=999999, guildCode=18376254, pageNum=1}
###Http Request queryString after URLEncoder### :
pageSize=999999&guildCode=18376254&pageNum=1
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:25:44 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":999999,"endRow":1,"list":[{"roomNums":1,"guildStatus":2,"mobile":"13823774131","description":"欢迎来到我的公会","updateTime":"2021-07-29 17:30:21","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":1,"createTime":"2021-07-29 17:30:18","guildType":1,"id":706,"guildBiz":0}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
===================================
断开连接
获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/user/list
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-api-admin.apeiwan.com/api/v1/user/list
###Http Request Method### : POST
###Http Request Headers### :
token:1dbff90c915d40a1bea44e7826260f6b
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{mobile=13823774131, pageSize=10, pageNum=1}
###Http Request queryString after URLEncoder### :
mobile=13823774131&pageSize=10&pageNum=1
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:25:45 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":5,"platformAuthUrl":"","platformAuth":0,"type":2,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":3222859,"chargeBalance":0.00,"headPortraitsUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg","lastMemberExp":0,"activeTime":"2021-06-03 15:37:02","userInfoAuth":2,"status":1,"gender":1,"city":"","registerType":3,"guildCode":"18376254","userCode":"195822230","loginTime":"2021-06-03 15:37:00","ordersTakeStatus":1,"nickname":"test","registIp":"61.183.246.70","virtualBalance":8210,"isCancel":false,"memberLevel":0,"mobile":"13823774131","imPsw":"d7f66b8fd74d4ed5916ad50fa4422e44","updateTime":"2021-05-21 17:36:09","quickServerStatus":0,"imId":"3222859_20210521","scoreAvg":4.0,"charm":0,"createTime":"2021-05-21 17:36:09","newUser":false,"sourceName":"android注册来源","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
===================================
断开连接
获取连接,URL:https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/search
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/search
###Http Request Method### : POST
###Http Request Headers### :
token:APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{pageSize=20, pageNum=1, queryStr=18376254}
###Http Request queryString after URLEncoder### :
pageSize=20&pageNum=1&queryStr=18376254
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:25:45 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":100,"orderBy":"id desc","endRow":1,"list":[{"guildStatus":2,"description":"欢迎来到我的公会","updateTime":"2021-07-29 17:30:21","maxNum":50,"guildCode":"18376254","logoUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg","guildName":"心玄的公会","leaderId":3222859,"curNum":1,"createTime":"2021-07-29 17:30:18","guildType":1,"id":706,"guildBiz":0}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
===================================
断开连接
获取连接,URL:https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/apply-list
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/apply-list
###Http Request Method### : POST
###Http Request Headers### :
token:APP-8e2ce409751649d7982158fc1bc77a78#3222859
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{applyType=1, pageSize=20, pageNum=1, guildId=706}
###Http Request queryString after URLEncoder### :
applyType=1&pageSize=20&pageNum=1&guildId=706
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:25:46 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"无权限操作,请联系公会管理员","status":500}
===================================
断开连接
testAuditGuild--Test Mthod Failure
======2021-07-30 11:25:45:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======
======本次用例运行消耗时间 04秒911毫秒======
获取连接,URL:http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
isFollowRedirects->false
===================================
###Http Request Url### :
http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
###Http Request Method### : PUT
###Http Request Headers### :
Content-Type:application/json
###Http Request queryString before URLEncoder### :
{}
###Http Request queryString after URLEncoder### :
###Http Request Content### :
{"buildId":0,"caseDescription":"申请加入公会及审核","caseLog":"======2021-07-30 11:25:40:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】开始======\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/search\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"pageSize\":\"20\",\"pageNum\":\"1\",\"queryStr\":\"18376254\"}\r\n###Http Request queryString after URLEncoder### :\r\npageSize=20&pageNum=1&queryStr=18376254\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:25:42 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"\",\"data\":{\"startRow\":1,\"lastPage\":1,\"navigatepageNums\":[1],\"prePage\":0,\"hasNextPage\":false,\"nextPage\":0,\"pageSize\":100,\"orderBy\":\"id desc\",\"endRow\":1,\"list\":[{\"guildStatus\":2,\"description\":\"欢迎来到我的公会\",\"updateTime\":\"2021-07-29 17:30:21\",\"maxNum\":50,\"guildCode\":\"18376254\",\"logoUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg\",\"guildName\":\"心玄的公会\",\"leaderId\":3222859,\"curNum\":1,\"createTime\":\"2021-07-29 17:30:18\",\"guildType\":1,\"id\":706,\"guildBiz\":0}],\"pageNum\":1,\"navigatePages\":8,\"total\":1,\"pages\":1,\"size\":1,\"firstPage\":1,\"isLastPage\":true,\"hasPreviousPage\":false,\"isFirstPage\":true},\"status\":200}\r\n===================================\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/join\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"applyRemark\":\"我是test,想加入公会\",\"guildId\":706}\r\n###Http Request queryString after URLEncoder### :\r\napplyRemark=%E6%88%91%E6%98%AFtest%EF%BC%8C%E6%83%B3%E5%8A%A0%E5%85%A5%E5%85%AC%E4%BC%9A&guildId=706\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:25:43 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"你的入会申请提交成功\",\"status\":200}\r\n===================================\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-api-admin.apeiwan.com/api/v1/guild-center/guild/list\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"1dbff90c915d40a1bea44e7826260f6b\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"pageSize\":999999,\"guildCode\":\"18376254\",\"pageNum\":1}\r\n###Http Request queryString after URLEncoder### :\r\npageSize=999999&guildCode=18376254&pageNum=1\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:25:44 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"\",\"data\":{\"startRow\":1,\"lastPage\":1,\"navigatepageNums\":[1],\"prePage\":0,\"hasNextPage\":false,\"nextPage\":0,\"pageSize\":999999,\"endRow\":1,\"list\":[{\"roomNums\":1,\"guildStatus\":2,\"mobile\":\"13823774131\",\"description\":\"欢迎来到我的公会\",\"updateTime\":\"2021-07-29 17:30:21\",\"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\":1,\"createTime\":\"2021-07-29 17:30:18\",\"guildType\":1,\"id\":706,\"guildBiz\":0}],\"pageNum\":1,\"navigatePages\":8,\"total\":1,\"pages\":1,\"size\":1,\"firstPage\":1,\"isLastPage\":true,\"hasPreviousPage\":false,\"isFirstPage\":true},\"status\":200}\r\n===================================\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-api-admin.apeiwan.com/api/v1/user/list\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"1dbff90c915d40a1bea44e7826260f6b\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"mobile\":\"13823774131\",\"pageSize\":10,\"pageNum\":1}\r\n###Http Request queryString after URLEncoder### :\r\nmobile=13823774131&pageSize=10&pageNum=1\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:25:45 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"查询用户列表成功!\",\"data\":{\"startRow\":1,\"lastPage\":1,\"navigatepageNums\":[1],\"prePage\":0,\"hasNextPage\":false,\"nextPage\":0,\"pageSize\":10,\"orderBy\":\"u.create_time desc\",\"endRow\":1,\"list\":[{\"sourceId\":5,\"platformAuthUrl\":\"\",\"platformAuth\":0,\"type\":2,\"balance\":0.00,\"charmDrawSum\":0,\"loginIp\":\"61.183.246.70\",\"id\":3222859,\"chargeBalance\":0.00,\"headPortraitsUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg\",\"lastMemberExp\":0,\"activeTime\":\"2021-06-03 15:37:02\",\"userInfoAuth\":2,\"status\":1,\"gender\":1,\"city\":\"\",\"registerType\":3,\"guildCode\":\"18376254\",\"userCode\":\"195822230\",\"loginTime\":\"2021-06-03 15:37:00\",\"ordersTakeStatus\":1,\"nickname\":\"test\",\"registIp\":\"61.183.246.70\",\"virtualBalance\":8210,\"isCancel\":false,\"memberLevel\":0,\"mobile\":\"13823774131\",\"imPsw\":\"d7f66b8fd74d4ed5916ad50fa4422e44\",\"updateTime\":\"2021-05-21 17:36:09\",\"quickServerStatus\":0,\"imId\":\"3222859_20210521\",\"scoreAvg\":4.0,\"charm\":0,\"createTime\":\"2021-05-21 17:36:09\",\"newUser\":false,\"sourceName\":\"android注册来源\",\"registDeviceNo\":\"6d90e789-f618-4e8d-8366-6b1af5e63f27\"}],\"pageNum\":1,\"navigatePages\":8,\"total\":1,\"pages\":1,\"size\":1,\"firstPage\":1,\"isLastPage\":true,\"hasPreviousPage\":false,\"isFirstPage\":true},\"status\":200}\r\n===================================\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/search\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"pageSize\":\"20\",\"pageNum\":\"1\",\"queryStr\":\"18376254\"}\r\n###Http Request queryString after URLEncoder### :\r\npageSize=20&pageNum=1&queryStr=18376254\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:25:45 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"\",\"data\":{\"startRow\":1,\"lastPage\":1,\"navigatepageNums\":[1],\"prePage\":0,\"hasNextPage\":false,\"nextPage\":0,\"pageSize\":100,\"orderBy\":\"id desc\",\"endRow\":1,\"list\":[{\"guildStatus\":2,\"description\":\"欢迎来到我的公会\",\"updateTime\":\"2021-07-29 17:30:21\",\"maxNum\":50,\"guildCode\":\"18376254\",\"logoUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/temp/2021/6/10/41ccae2242e74da8a554726da01f1dc2.jpeg\",\"guildName\":\"心玄的公会\",\"leaderId\":3222859,\"curNum\":1,\"createTime\":\"2021-07-29 17:30:18\",\"guildType\":1,\"id\":706,\"guildBiz\":0}],\"pageNum\":1,\"navigatePages\":8,\"total\":1,\"pages\":1,\"size\":1,\"firstPage\":1,\"isLastPage\":true,\"hasPreviousPage\":false,\"isFirstPage\":true},\"status\":200}\r\n===================================\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-guild-api.apeiwan.com/api/v1/guild-center/guild/apply-list\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"APP-8e2ce409751649d7982158fc1bc77a78#3222859\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"applyType\":\"1\",\"pageSize\":\"20\",\"pageNum\":\"1\",\"guildId\":706}\r\n###Http Request queryString after URLEncoder### :\r\napplyType=1&pageSize=20&pageNum=1&guildId=706\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:25:46 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"无权限操作,请联系公会管理员\",\"status\":500}\r\n===================================\r\n======2021-07-30 11:25:45:用例【com.pipi.invoker.CosPlayerTest.testAuditGuild】结束======\r\n======本次用例运行消耗时间 04秒911毫秒======\r","caseMessage":"java.lang.NullPointerException\r\n\tat com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.applyList(CosPlyaPlayerServiceImpl.java:693)\r\n\tat com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.auditGuild(CosPlyaPlayerServiceImpl.java:716)\r\n\tat com.pipi.invoker.CosPlayerTest.testAuditGuild(CosPlayerTest.java:143)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)\r\n\tat org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)\r\n\tat org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)\r\n\tat org.testng.internal.Invoker.invokeMethod(Invoker.java:641)\r\n\tat org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)\r\n\tat org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)\r\n\tat org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)\r\n\tat org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)\r\n\tat org.testng.TestRunner.privateRun(TestRunner.java:756)\r\n\tat org.testng.TestRunner.run(TestRunner.java:610)\r\n\tat org.testng.SuiteRunner.runTest(SuiteRunner.java:387)\r\n\tat org.testng.SuiteRunner.access$000(SuiteRunner.java:39)\r\n\tat org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)\r\n\tat org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n\tat java.lang.Thread.run(Thread.java:748)\r\n","caseName":"testAuditGuild","className":"com.pipi.invoker.CosPlayerTest","durationTime":"04秒911毫秒","endTime":"2021-07-30 11:25:45","id":0,"serviceId":1,"startTime":"2021-07-30 11:25:40","status":2}
===================================
###Http Response Status line### :
HTTP/1.1 200
###Http Response Headers### :
Transfer-Encoding:chunked
Keep-Alive:timeout=20
Access-Control-Allow-Origin:*
Access-Control-Allow-Methods:GET,POST,PUT,DELETE,OPTIONS
Access-Control-Allow-Credentials:true
Connection:keep-alive
Access-Control-Allow-Headers:Content-Type,X-Token
Date:Fri, 30 Jul 2021 03:25:46 GMT
Content-Type:application/json;charset=UTF-8
###Http Response Cookies### :
###Http Response Content### :
{"code":200,"data":true}
===================================
断开连接
]]></system-out>
</testcase>
<testcase name="testDelete" classname="com.pipi.invoker.CosPlayerTest" time="5.668">
<failure type="java.lang.NullPointerException">java.lang.NullPointerException
at com.pipi.invoker.CosPlayerTest.testDelete(CosPlayerTest.java:310)
</failure>
<system-out><![CDATA[======2021-07-30 11:25:50:用例【com.pipi.invoker.CosPlayerTest.testDelete】开始======
testDelete--Test Mthod Failure
======2021-07-30 11:25:50:用例【com.pipi.invoker.CosPlayerTest.testDelete】结束======
======本次用例运行消耗时间 000毫秒======
获取连接,URL:http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
isFollowRedirects->false
===================================
###Http Request Url### :
http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
###Http Request Method### : PUT
###Http Request Headers### :
Content-Type:application/json
###Http Request queryString before URLEncoder### :
{}
###Http Request queryString after URLEncoder### :
###Http Request Content### :
{"buildId":0,"caseDescription":"/v1/rask/manager/status/delete","caseLog":"======2021-07-30 11:25:50:用例【com.pipi.invoker.CosPlayerTest.testDelete】开始======\r\n======2021-07-30 11:25:50:用例【com.pipi.invoker.CosPlayerTest.testDelete】结束======\r\n======本次用例运行消耗时间 000毫秒======\r","caseMessage":"java.lang.NullPointerException\r\n\tat com.pipi.invoker.CosPlayerTest.testDelete(CosPlayerTest.java:310)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)\r\n\tat org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)\r\n\tat org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)\r\n\tat org.testng.internal.Invoker.invokeMethod(Invoker.java:641)\r\n\tat org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)\r\n\tat org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)\r\n\tat org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)\r\n\tat org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)\r\n\tat org.testng.TestRunner.privateRun(TestRunner.java:756)\r\n\tat org.testng.TestRunner.run(TestRunner.java:610)\r\n\tat org.testng.SuiteRunner.runTest(SuiteRunner.java:387)\r\n\tat org.testng.SuiteRunner.access$000(SuiteRunner.java:39)\r\n\tat org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)\r\n\tat org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n\tat java.lang.Thread.run(Thread.java:748)\r\n","caseName":"testDelete","className":"com.pipi.invoker.CosPlayerTest","durationTime":"000毫秒","endTime":"2021-07-30 11:25:50","id":0,"serviceId":1,"startTime":"2021-07-30 11:25:50","status":2}
===================================
###Http Response Status line### :
HTTP/1.1 200
###Http Response Headers### :
Transfer-Encoding:chunked
Keep-Alive:timeout=20
Access-Control-Allow-Origin:*
Access-Control-Allow-Methods:GET,POST,PUT,DELETE,OPTIONS
Access-Control-Allow-Credentials:true
Connection:keep-alive
Access-Control-Allow-Headers:Content-Type,X-Token
Date:Fri, 30 Jul 2021 03:25:52 GMT
Content-Type:application/json;charset=UTF-8
###Http Response Cookies### :
###Http Response Content### :
{"code":200,"data":true}
===================================
断开连接
]]></system-out>
</testcase>
<testcase name="testGetMine" classname="com.pipi.invoker.CosPlayerTest" time="1.664"/>
<testcase name="testGetUserBalance" classname="com.pipi.invoker.CosPlayerTest" time="0.884"/>
<testcase name="testGetUserSimple" classname="com.pipi.invoker.CosPlayerTest" time="1.242"/>
<testcase name="testGetUserSimple2" classname="com.pipi.invoker.CosPlayerTest" time="2.113"/>
<testcase name="testGethome" classname="com.pipi.invoker.CosPlayerTest" time="1.008"/>
<testcase name="testGiftList" classname="com.pipi.invoker.CosPlayerTest" time="1.646"/>
<testcase name="testGuildSearch" classname="com.pipi.invoker.CosPlayerTest" time="1.196"/>
<testcase name="testManagerList" classname="com.pipi.invoker.CosPlayerTest" time="3.794"/>
<testcase name="testMoneyDetailsSave" classname="com.pipi.invoker.CosPlayerTest" time="3.166"/>
<testcase name="testRoomList" classname="com.pipi.invoker.CosPlayerTest" time="1.763"/>
<testcase name="testRoomRecord" classname="com.pipi.invoker.CosPlayerTest" time="2.37"/>
<testcase name="testSend" classname="com.pipi.invoker.CosPlayerTest" time="2.986"/>
<testcase name="testUpList" classname="com.pipi.invoker.CosPlayerTest" time="1.132"/>
<testcase name="testUpSize" classname="com.pipi.invoker.CosPlayerTest" time="0.959"/>
<testcase name="testUserList" classname="com.pipi.invoker.CosPlayerTest" time="1.253"/>
<testcase name="testVirtualMoneyModify" classname="com.pipi.invoker.CosPlayerTest" time="1.381"/>
<testcase name="testLotteryActivity" classname="com.pipi.invoker.CosPlayerTest" time="5.545">
<failure message="expected [200] but found [500]" type="java.lang.AssertionError">java.lang.AssertionError: expected [200] but found [500]
at com.pipi.invoker.CosPlayerTest.testLotteryActivity(CosPlayerTest.java:130)
</failure>
<system-out><![CDATA[======2021-07-30 11:26:25:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======
获取连接,URL:https://t6-api-app.apeiwan.com/api/v3/virtual-product/lottery-activity
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-api-app.apeiwan.com/api/v3/virtual-product/lottery-activity
###Http Request Method### : POST
###Http Request Headers### :
token:APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{activityId=64, times=1, roomNo=TEST274746, timestamp=1621828487580}
###Http Request queryString after URLEncoder### :
activityId=64&times=1&roomNo=TEST274746&timestamp=1621828487580
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:26:26 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"activityId参数异常","status":500}
===================================
断开连接
testLotteryActivity--Test Mthod Failure
======2021-07-30 11:26:25:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======
======本次用例运行消耗时间 243毫秒======
获取连接,URL:http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
isFollowRedirects->false
===================================
###Http Request Url### :
http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
###Http Request Method### : PUT
###Http Request Headers### :
Content-Type:application/json
###Http Request queryString before URLEncoder### :
{}
###Http Request queryString after URLEncoder### :
###Http Request Content### :
{"buildId":0,"caseDescription":"开宝箱","caseLog":"======2021-07-30 11:26:25:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】开始======\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-api-app.apeiwan.com/api/v3/virtual-product/lottery-activity\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"APP-5f7b66a0fe154dd08f01b2ab5b643669#3222874\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"activityId\":\"64\",\"times\":\"1\",\"roomNo\":\"TEST274746\",\"timestamp\":\"1621828487580\"}\r\n###Http Request queryString after URLEncoder### :\r\nactivityId=64&times=1&roomNo=TEST274746&timestamp=1621828487580\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:26:26 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"activityId参数异常\",\"status\":500}\r\n===================================\r\n======2021-07-30 11:26:25:用例【com.pipi.invoker.CosPlayerTest.testLotteryActivity】结束======\r\n======本次用例运行消耗时间 243毫秒======\r","caseMessage":"java.lang.AssertionError: expected [200] but found [500]\r\n\tat org.testng.Assert.fail(Assert.java:94)\r\n\tat org.testng.Assert.failNotEquals(Assert.java:513)\r\n\tat org.testng.Assert.assertEqualsImpl(Assert.java:135)\r\n\tat org.testng.Assert.assertEquals(Assert.java:116)\r\n\tat org.testng.Assert.assertEquals(Assert.java:389)\r\n\tat org.testng.Assert.assertEquals(Assert.java:399)\r\n\tat com.pipi.invoker.CosPlayerTest.testLotteryActivity(CosPlayerTest.java:130)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)\r\n\tat org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)\r\n\tat org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)\r\n\tat org.testng.internal.Invoker.invokeMethod(Invoker.java:641)\r\n\tat org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)\r\n\tat org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)\r\n\tat org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)\r\n\tat org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)\r\n\tat org.testng.TestRunner.privateRun(TestRunner.java:756)\r\n\tat org.testng.TestRunner.run(TestRunner.java:610)\r\n\tat org.testng.SuiteRunner.runTest(SuiteRunner.java:387)\r\n\tat org.testng.SuiteRunner.access$000(SuiteRunner.java:39)\r\n\tat org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)\r\n\tat org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n\tat java.lang.Thread.run(Thread.java:748)\r\n","caseName":"testLotteryActivity","className":"com.pipi.invoker.CosPlayerTest","durationTime":"243毫秒","endTime":"2021-07-30 11:26:25","id":0,"serviceId":1,"startTime":"2021-07-30 11:26:25","status":2}
===================================
###Http Response Status line### :
HTTP/1.1 200
###Http Response Headers### :
Transfer-Encoding:chunked
Keep-Alive:timeout=20
Access-Control-Allow-Origin:*
Access-Control-Allow-Methods:GET,POST,PUT,DELETE,OPTIONS
Access-Control-Allow-Credentials:true
Connection:keep-alive
Access-Control-Allow-Headers:Content-Type,X-Token
Date:Fri, 30 Jul 2021 03:26:26 GMT
Content-Type:application/json;charset=UTF-8
###Http Response Cookies### :
###Http Response Content### :
{"code":200,"data":true}
===================================
断开连接
]]></system-out>
</testcase>
<testcase name="testRemove" classname="com.pipi.invoker.CosPlayerTest" time="7.237">
<failure message="expected [200] but found [500]" type="java.lang.AssertionError">java.lang.AssertionError: expected [200] but found [500]
at com.pipi.invoker.CosPlayerTest.testRemove(CosPlayerTest.java:171)
</failure>
<system-out><![CDATA[======2021-07-30 11:26:30:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======
获取连接,URL:https://t6-api-admin.apeiwan.com/api/v1/user/list
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-api-admin.apeiwan.com/api/v1/user/list
###Http Request Method### : POST
###Http Request Headers### :
token:1dbff90c915d40a1bea44e7826260f6b
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{mobile=13823774134, pageSize=10, pageNum=1}
###Http Request queryString after URLEncoder### :
mobile=13823774134&pageSize=10&pageNum=1
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:26:31 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"查询用户列表成功!","data":{"startRow":1,"lastPage":1,"navigatepageNums":[1],"prePage":0,"hasNextPage":false,"nextPage":0,"pageSize":10,"orderBy":"u.create_time desc","endRow":1,"list":[{"sourceId":5,"platformAuthUrl":"","platformAuth":0,"type":1,"balance":0.00,"charmDrawSum":0,"loginIp":"61.183.246.70","id":3222874,"chargeBalance":1.00,"headPortraitsUrl":"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg","lastMemberExp":0,"activeTime":"2021-06-25 15:06:56","userInfoAuth":0,"status":1,"gender":1,"city":"","registerType":3,"guildCode":"18376254","userCode":"147822230","loginTime":"2021-06-25 15:06:55","nickname":"test","registIp":"61.183.246.70","virtualBalance":120978,"isCancel":false,"memberLevel":0,"mobile":"13823774134","imPsw":"dc91e90d07794dedb1e980491f318895","updateTime":"2021-05-26 14:51:34","quickServerStatus":0,"imId":"3222874_20210526","scoreAvg":4.0,"charm":0,"createTime":"2021-05-26 14:51:34","newUser":false,"sourceName":"android注册来源","registDeviceNo":"6d90e789-f618-4e8d-8366-6b1af5e63f27"}],"pageNum":1,"navigatePages":8,"total":1,"pages":1,"size":1,"firstPage":1,"isLastPage":true,"hasPreviousPage":false,"isFirstPage":true},"status":200}
===================================
断开连接
获取连接,URL:https://t6-guild-api.apeiwan.com/api/v2/guild-member/remove
isFollowRedirects->false
===================================
###Http Request Url### :
https://t6-guild-api.apeiwan.com/api/v2/guild-member/remove
###Http Request Method### : POST
###Http Request Headers### :
token:APP-8e2ce409751649d7982158fc1bc77a78#3222859
Content-Type:application/x-www-form-urlencoded
###Http Request queryString before URLEncoder### :
{userId=3222874}
###Http Request queryString after URLEncoder### :
userId=3222874
###Http Request Content### :
===================================
###Http Response Status line### :
HTTP/1.1 200 OK
###Http Response Headers### :
Transfer-Encoding:chunked
Server:nginx
Connection:keep-alive
Vary:Access-Control-Request-Headers
Date:Fri, 30 Jul 2021 03:26:33 GMT
Content-Type:application/json
###Http Response Cookies### :
###Http Response Content### :
{"msg":"无权限操作,请联系公会管理员","status":500}
===================================
断开连接
testRemove--Test Mthod Failure
======2021-07-30 11:26:32:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======
======本次用例运行消耗时间 01秒854毫秒======
获取连接,URL:http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
isFollowRedirects->false
===================================
###Http Request Url### :
http://10.1.10.21:9090/pipi-test-center/report/testStatistic.json
###Http Request Method### : PUT
###Http Request Headers### :
Content-Type:application/json
###Http Request queryString before URLEncoder### :
{}
###Http Request queryString after URLEncoder### :
###Http Request Content### :
{"buildId":0,"caseDescription":"将成员从公会移除","caseLog":"======2021-07-30 11:26:30:用例【com.pipi.invoker.CosPlayerTest.testRemove】开始======\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-api-admin.apeiwan.com/api/v1/user/list\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"1dbff90c915d40a1bea44e7826260f6b\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"mobile\":\"13823774134\",\"pageSize\":10,\"pageNum\":1}\r\n###Http Request queryString after URLEncoder### :\r\nmobile=13823774134&pageSize=10&pageNum=1\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:26:31 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"查询用户列表成功!\",\"data\":{\"startRow\":1,\"lastPage\":1,\"navigatepageNums\":[1],\"prePage\":0,\"hasNextPage\":false,\"nextPage\":0,\"pageSize\":10,\"orderBy\":\"u.create_time desc\",\"endRow\":1,\"list\":[{\"sourceId\":5,\"platformAuthUrl\":\"\",\"platformAuth\":0,\"type\":1,\"balance\":0.00,\"charmDrawSum\":0,\"loginIp\":\"61.183.246.70\",\"id\":3222874,\"chargeBalance\":1.00,\"headPortraitsUrl\":\"http://test-game-play.oss-cn-hangzhou.aliyuncs.com/2020/11/11/c343b09eccfe4f14b56f33b2f42041d2.jpg\",\"lastMemberExp\":0,\"activeTime\":\"2021-06-25 15:06:56\",\"userInfoAuth\":0,\"status\":1,\"gender\":1,\"city\":\"\",\"registerType\":3,\"guildCode\":\"18376254\",\"userCode\":\"147822230\",\"loginTime\":\"2021-06-25 15:06:55\",\"nickname\":\"test\",\"registIp\":\"61.183.246.70\",\"virtualBalance\":120978,\"isCancel\":false,\"memberLevel\":0,\"mobile\":\"13823774134\",\"imPsw\":\"dc91e90d07794dedb1e980491f318895\",\"updateTime\":\"2021-05-26 14:51:34\",\"quickServerStatus\":0,\"imId\":\"3222874_20210526\",\"scoreAvg\":4.0,\"charm\":0,\"createTime\":\"2021-05-26 14:51:34\",\"newUser\":false,\"sourceName\":\"android注册来源\",\"registDeviceNo\":\"6d90e789-f618-4e8d-8366-6b1af5e63f27\"}],\"pageNum\":1,\"navigatePages\":8,\"total\":1,\"pages\":1,\"size\":1,\"firstPage\":1,\"isLastPage\":true,\"hasPreviousPage\":false,\"isFirstPage\":true},\"status\":200}\r\n===================================\r\n===================================\r\n###Http Request Url### : \r\nhttps://t6-guild-api.apeiwan.com/api/v2/guild-member/remove\r\n###Http Request Method### : POST\r\n###Http Request Headers### : \r\n{\"token\":\"APP-8e2ce409751649d7982158fc1bc77a78#3222859\",\"Content-Type\":\"application/x-www-form-urlencoded\"}\r\n###Http Request queryString before URLEncoder### : \r\n{\"userId\":\"3222874\"}\r\n###Http Request queryString after URLEncoder### :\r\nuserId=3222874\r\n===================================\r\n###Http Response Status line### : \r\nHTTP/1.1 200 OK\r\n###Http Response Headers### : \r\n{\"Transfer-Encoding\":\"chunked\",\"Server\":\"nginx\",\"Connection\":\"keep-alive\",\"Vary\":\"Access-Control-Request-Headers\",\"Date\":\"Fri, 30 Jul 2021 03:26:33 GMT\",\"Content-Type\":\"application/json\"}\r\n###Http Response Content### :\r\n{\"msg\":\"无权限操作,请联系公会管理员\",\"status\":500}\r\n===================================\r\n======2021-07-30 11:26:32:用例【com.pipi.invoker.CosPlayerTest.testRemove】结束======\r\n======本次用例运行消耗时间 01秒854毫秒======\r","caseMessage":"java.lang.AssertionError: expected [200] but found [500]\r\n\tat org.testng.Assert.fail(Assert.java:94)\r\n\tat org.testng.Assert.failNotEquals(Assert.java:513)\r\n\tat org.testng.Assert.assertEqualsImpl(Assert.java:135)\r\n\tat org.testng.Assert.assertEquals(Assert.java:116)\r\n\tat org.testng.Assert.assertEquals(Assert.java:389)\r\n\tat org.testng.Assert.assertEquals(Assert.java:399)\r\n\tat com.pipi.invoker.CosPlayerTest.testRemove(CosPlayerTest.java:171)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)\r\n\tat org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)\r\n\tat org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)\r\n\tat org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)\r\n\tat org.testng.internal.Invoker.invokeMethod(Invoker.java:641)\r\n\tat org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)\r\n\tat org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)\r\n\tat org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)\r\n\tat org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)\r\n\tat org.testng.TestRunner.privateRun(TestRunner.java:756)\r\n\tat org.testng.TestRunner.run(TestRunner.java:610)\r\n\tat org.testng.SuiteRunner.runTest(SuiteRunner.java:387)\r\n\tat org.testng.SuiteRunner.access$000(SuiteRunner.java:39)\r\n\tat org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)\r\n\tat org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)\r\n\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)\r\n\tat java.lang.Thread.run(Thread.java:748)\r\n","caseName":"testRemove","className":"com.pipi.invoker.CosPlayerTest","durationTime":"01秒854毫秒","endTime":"2021-07-30 11:26:32","id":0,"serviceId":1,"startTime":"2021-07-30 11:26:30","status":2}
===================================
###Http Response Status line### :
HTTP/1.1 200
###Http Response Headers### :
Transfer-Encoding:chunked
Keep-Alive:timeout=20
Access-Control-Allow-Origin:*
Access-Control-Allow-Methods:GET,POST,PUT,DELETE,OPTIONS
Access-Control-Allow-Credentials:true
Connection:keep-alive
Access-Control-Allow-Headers:Content-Type,X-Token
Date:Fri, 30 Jul 2021 03:26:34 GMT
Content-Type:application/json;charset=UTF-8
###Http Response Cookies### :
###Http Response Content### :
{"code":200,"data":true}
===================================
断开连接
]]></system-out>
</testcase>
<testcase name="testActivityList" classname="com.pipi.invoker.CosPlayerTest" time="1.75"/>
<testcase name="testAuditGuild" classname="com.pipi.invoker.CosPlayerTest" time="3.506"/>
<testcase name="testGetMine" classname="com.pipi.invoker.CosPlayerTest" time="1.163"/>
<testcase name="testGetUserBalance" classname="com.pipi.invoker.CosPlayerTest" time="1.058"/>
<testcase name="testGetUserSimple" classname="com.pipi.invoker.CosPlayerTest" time="1.379"/>
<testcase name="testGetUserSimple2" classname="com.pipi.invoker.CosPlayerTest" time="1.222"/>
<testcase name="testGethome" classname="com.pipi.invoker.CosPlayerTest" time="1.646"/>
<testcase name="testGiftList" classname="com.pipi.invoker.CosPlayerTest" time="0.947"/>
<testcase name="testGuildSearch" classname="com.pipi.invoker.CosPlayerTest" time="0.995"/>
<testcase name="testMSend" classname="com.pipi.invoker.CosPlayerTest" time="1.596"/>
<testcase name="testManagerList" classname="com.pipi.invoker.CosPlayerTest" time="1.506"/>
<testcase name="testMoneyDetailsSave" classname="com.pipi.invoker.CosPlayerTest" time="1.145"/>
<testcase name="testQSend" classname="com.pipi.invoker.CosPlayerTest" time="1.317"/>
<testcase name="testRSend" classname="com.pipi.invoker.CosPlayerTest" time="1.803"/>
<testcase name="testRoomList" classname="com.pipi.invoker.CosPlayerTest" time="2.113"/>
<testcase name="testRoomRecord" classname="com.pipi.invoker.CosPlayerTest" time="1.464"/>
<testcase name="testUpList" classname="com.pipi.invoker.CosPlayerTest" time="0.916"/>
<testcase name="testUpSize" classname="com.pipi.invoker.CosPlayerTest" time="0.949"/>
<testcase name="testUserList" classname="com.pipi.invoker.CosPlayerTest" time="0.78"/>
<testcase name="testVirtualMoneyModify" classname="com.pipi.invoker.CosPlayerTest" time="1.042"/>
<testcase name="testLotteryActivity" classname="com.pipi.invoker.CosPlayerTest" time="1.277"/>
<testcase name="testRemove" classname="com.pipi.invoker.CosPlayerTest" time="1.778"/>
</testsuite>
\ No newline at end of file
-------------------------------------------------------------------------------
Test set: TestSuite
-------------------------------------------------------------------------------
Tests run: 21, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 64.742 sec <<< FAILURE! - in TestSuite
testAuditGuild(com.pipi.invoker.CosPlayerTest) Time elapsed: 10.529 sec <<< FAILURE!
java.lang.NullPointerException
at com.pipi.invoker.CosPlayerTest.testAuditGuild(CosPlayerTest.java:143)
testDelete(com.pipi.invoker.CosPlayerTest) Time elapsed: 5.668 sec <<< FAILURE!
java.lang.NullPointerException
at com.pipi.invoker.CosPlayerTest.testDelete(CosPlayerTest.java:310)
testLotteryActivity(com.pipi.invoker.CosPlayerTest) Time elapsed: 5.545 sec <<< FAILURE!
java.lang.AssertionError: expected [200] but found [500]
at com.pipi.invoker.CosPlayerTest.testLotteryActivity(CosPlayerTest.java:130)
testRemove(com.pipi.invoker.CosPlayerTest) Time elapsed: 7.237 sec <<< FAILURE!
java.lang.AssertionError: expected [200] but found [500]
at com.pipi.invoker.CosPlayerTest.testRemove(CosPlayerTest.java:171)
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.48 sec - in TestSuite
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="21" time="23.776" ignored="2" failures="2" timestamp="30 七月 2021 03:26:39 GMT" skipped="0" hostname="DESKTOP-U3UHQH3" errors="2">
<testcase name="testGiftList" time="0.851" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserSimple" time="0.472" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetMine" time="0.881" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testLotteryActivity" time="0.242" classname="com.pipi.invoker.CosPlayerTest">
<failure type="java.lang.AssertionError" message="expected [200] but found [500]">
<![CDATA[java.lang.AssertionError: expected [200] but found [500]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:513)
at org.testng.Assert.assertEqualsImpl(Assert.java:135)
at org.testng.Assert.assertEquals(Assert.java:116)
at org.testng.Assert.assertEquals(Assert.java:389)
at org.testng.Assert.assertEquals(Assert.java:399)
at com.pipi.invoker.CosPlayerTest.testLotteryActivity(CosPlayerTest.java:130)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
]]>
</failure>
</testcase> <!-- testLotteryActivity -->
<testcase name="testRoomList" time="0.978" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRoomRecord" time="1.394" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGuildSearch" time="0.269" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testManagerList" time="3.004" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserSimple2" time="0.958" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGethome" time="0.234" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testSend" time="2.050" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testActivityList" time="2.149" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpList" time="0.220" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testVirtualMoneyModify" time="0.565" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpSize" time="0.215" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testMoneyDetailsSave" time="2.179" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUserList" time="0.163" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testAuditGuild" time="4.913" classname="com.pipi.invoker.CosPlayerTest">
<error type="java.lang.NullPointerException">
<![CDATA[java.lang.NullPointerException
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.applyList(CosPlyaPlayerServiceImpl.java:693)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.auditGuild(CosPlyaPlayerServiceImpl.java:716)
at com.pipi.invoker.CosPlayerTest.testAuditGuild(CosPlayerTest.java:143)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
]]>
</error>
</testcase> <!-- testAuditGuild -->
<testcase name="testGetUserBalance" time="0.186" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testDelete" time="0.000" classname="com.pipi.invoker.CosPlayerTest">
<error type="java.lang.NullPointerException">
<![CDATA[java.lang.NullPointerException
at com.pipi.invoker.CosPlayerTest.testDelete(CosPlayerTest.java:310)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
]]>
</error>
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="22" time="11.571" ignored="3" failures="0" timestamp="31 八月 2021 07:13:47 GMT" skipped="0" hostname="DESKTOP-U3UHQH3" errors="0">
<testcase name="testGetMine" time="0.398" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserSimple" time="0.619" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testVirtualMoneyModify" time="0.394" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGethome" time="0.231" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRoomList" time="0.377" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testAuditGuild" time="2.669" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGiftList" time="0.325" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpList" time="0.287" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testMoneyDetailsSave" time="0.407" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUserList" time="0.193" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRSend" time="0.590" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRoomRecord" time="0.772" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRemove" time="0.645" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserSimple2" time="0.469" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testManagerList" time="0.143" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testActivityList" time="0.446" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testLotteryActivity" time="0.491" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserBalance" time="0.258" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testMSend" time="0.772" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpSize" time="0.223" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGuildSearch" time="0.209" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testQSend" time="0.653" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testDelete" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testDelete -->
<testcase name="testRemove" time="1.853" classname="com.pipi.invoker.CosPlayerTest">
<failure type="java.lang.AssertionError" message="expected [200] but found [500]">
<![CDATA[java.lang.AssertionError: expected [200] but found [500]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:513)
at org.testng.Assert.assertEqualsImpl(Assert.java:135)
at org.testng.Assert.assertEquals(Assert.java:116)
at org.testng.Assert.assertEquals(Assert.java:389)
at org.testng.Assert.assertEquals(Assert.java:399)
at com.pipi.invoker.CosPlayerTest.testRemove(CosPlayerTest.java:171)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.access$000(SuiteRunner.java:39)
at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:421)
at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
]]>
</failure>
</testcase> <!-- testRemove -->
<testcase name="testRecordExport" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRecordExport -->
......
......@@ -4,6 +4,6 @@
</head><body>
<h2><p align='center'>Test results</p></h2>
<table border='1' width='100%' class='main-page'><tr><th>Suite</th><th>Passed</th><th>Failed</th><th>Skipped</th><th>testng.xml</th></tr>
<tr align='center' class='invocation-failed'><td><em>Total</em></td><td><em>17</em></td><td><em>4</em></td><td><em>0</em></td><td>&nbsp;</td></tr>
<tr align='center' class='invocation-failed'><td><a href='pipi-test/index.html'>pipi-test</a></td>
<td>17</td><td>4</td><td>0</td><td><a href='pipi-test/testng.xml.html'>Link</a></td></tr></table></body></html>
<tr align='center' class='invocation-passed'><td><em>Total</em></td><td><em>22</em></td><td><em>0</em></td><td><em>0</em></td><td>&nbsp;</td></tr>
<tr align='center' class='invocation-passed'><td><a href='pipi-test/index.html'>pipi-test</a></td>
<td>22</td><td>0</td><td>0</td><td><a href='pipi-test/testng.xml.html'>Link</a></td></tr></table></body></html>
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
<testsuite hostname="DESKTOP-U3UHQH3" ignored="3" name="Default test" tests="20" failures="2" timestamp="25 八月 2021 05:53:48 GMT" time="43.1" errors="0">
<testcase name="testActivityList" time="0.86" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testAuditGuild" time="0.457" classname="com.pipi.invoker.CosPlayerTest">
<failure type="java.lang.IndexOutOfBoundsException" message="Index: 0, Size: 0">
<![CDATA[java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at com.alibaba.fastjson.JSONArray.get(JSONArray.java:189)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.guildList(CosPlyaPlayerServiceImpl.java:466)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.auditGuild(CosPlyaPlayerServiceImpl.java:714)
at com.pipi.invoker.CosPlayerTest.testAuditGuild(CosPlayerTest.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
at org.testng.SuiteRunner.run(SuiteRunner.java:289)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
]]>
</failure>
</testcase> <!-- testAuditGuild -->
<testcase name="testGetMine" time="0.856" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserBalance" time="0.157" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserSimple" time="0.406" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGetUserSimple2" time="0.355" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGethome" time="0.168" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGiftList" time="0.722" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGuildSearch" time="0.172" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testManagerList" time="0.374" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testMoneyDetailsSave" time="0.428" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRoomList" time="0.289" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRoomRecord" time="0.163" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testSend" time="0.386" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpList" time="0.161" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpSize" time="0.159" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUserList" time="0.18" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testVirtualMoneyModify" time="0.35" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testLotteryActivity" time="1.134" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRemove" time="0.435" classname="com.pipi.invoker.CosPlayerTest">
<failure type="java.lang.AssertionError" message="expected [200] but found [500]">
<![CDATA[java.lang.AssertionError: expected [200] but found [500]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:513)
at org.testng.Assert.assertEqualsImpl(Assert.java:135)
at org.testng.Assert.assertEquals(Assert.java:116)
at org.testng.Assert.assertEquals(Assert.java:389)
at org.testng.Assert.assertEquals(Assert.java:399)
at com.pipi.invoker.CosPlayerTest.testRemove(CosPlayerTest.java:178)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
at org.testng.SuiteRunner.run(SuiteRunner.java:289)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
]]>
</failure>
</testcase> <!-- testRemove -->
<testsuite hostname="DESKTOP-U3UHQH3" ignored="24" name="Default test" tests="1" failures="0" timestamp="31 八月 2021 06:26:43 GMT" time="3.012" errors="0">
<testcase name="testQSend" time="0.698" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpSize" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testUpSize -->
<testcase name="testDelete" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testDelete -->
<testcase name="testUpList" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testUpList -->
<testcase name="testRoomList" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testRoomList -->
<testcase name="testRecordExport" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testRecordExport -->
<testcase name="testUserList" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testUserList -->
<testcase name="testRSend" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testRSend -->
<testcase name="testGetUserBalance" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testGetUserBalance -->
<testcase name="testRoomRecord" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testRoomRecord -->
<testcase name="testMoneyDetailsSave" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testMoneyDetailsSave -->
<testcase name="testActivityList" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testActivityList -->
<testcase name="testVirtualMoneyModify" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testVirtualMoneyModify -->
<testcase name="testMSend" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testMSend -->
<testcase name="testGiftList" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testGiftList -->
<testcase name="testManagerList" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testManagerList -->
<testcase name="testGetUserSimple" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testGetUserSimple -->
<testcase name="testLotteryActivity" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testLotteryActivity -->
<testcase name="testRemove" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testRemove -->
<testcase name="testGethome" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testGethome -->
<testcase name="testUserGet" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testUserGet -->
<testcase name="testAuditGuild" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testAuditGuild -->
<testcase name="testGetUserSimple2" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testGetUserSimple2 -->
<testcase name="testGuildSearch" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testGuildSearch -->
<testcase name="testGetMine" time="0.0" classname="com.pipi.invoker.CosPlayerTest">
<ignored/>
</testcase> <!-- testGetMine -->
</testsuite> <!-- Default test -->
......@@ -6,25 +6,12 @@
<class name="com.pipi.invoker.CosPlayerTest">
<methods>
<include name="springTestContextBeforeTestClass"/>
<include name="testUpSize"/>
<include name="afterClass"/>
<include name="testRoomList"/>
<include name="testUpList"/>
<include name="BeforeClassTest"/>
<include name="testUserList"/>
<include name="springTestContextPrepareTestInstance"/>
<include name="beforeClass"/>
<include name="beforeClassTest"/>
<include name="springTestContextBeforeTestMethod"/>
<<<<<<< HEAD
<include name="testAuditGuild"/>
<include name="springTestContextAfterTestMethod"/>
=======
<<<<<<< HEAD
<include name="testActivityList"/>
<include name="testMoneyDetailsSave"/>
<include name="testVirtualMoneyModify"/>
<include name="testGiftList"/>
<include name="testSend"/>
<include name="testLotteryActivity"/>
<include name="afterClassTest"/>
......@@ -32,12 +19,6 @@
<include name="springTestContextAfterTestClass"/>
<include name="testAuditGuild"/>
<include name="springTestContextAfterTestMethod"/>
<include name="testGuildSearch"/>
=======
<include name="springTestContextAfterTestMethod"/>
<include name="testSend"/>
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
</methods>
</class> <!-- com.pipi.invoker.CosPlayerTest -->
</classes>
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitReportReporter -->
<<<<<<< HEAD
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="1" time="1.128" ignored="22" failures="0" timestamp="24 八月 2021 01:50:26 GMT" skipped="0" hostname="DESKTOP-U3UHQH3" errors="1">
<testcase name="testAuditGuild" time="1.128" classname="com.pipi.invoker.CosPlayerTest">
<error type="java.lang.IndexOutOfBoundsException" message="Index: 0, Size: 0">
<![CDATA[java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(ArrayList.java:657)
at java.util.ArrayList.get(ArrayList.java:433)
at com.alibaba.fastjson.JSONArray.get(JSONArray.java:189)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.guildList(CosPlyaPlayerServiceImpl.java:466)
at com.pipi.qa.service.impl.CosPlyaPlayerServiceImpl.auditGuild(CosPlyaPlayerServiceImpl.java:714)
at com.pipi.invoker.CosPlayerTest.testAuditGuild(CosPlayerTest.java:144)
=======
<<<<<<< HEAD
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="13" time="17.002" ignored="0" failures="0" timestamp="17 八月 2021 07:12:29 GMT" skipped="0" hostname="dennisdong.local" errors="0">
<testcase name="testMoneyDetailsSave" time="0.728" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpList" time="0.218" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRemove" time="0.740" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testLotteryActivity" time="1.268" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testVirtualMoneyModify" time="1.163" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUserList" time="0.204" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testRoomList" time="0.956" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testAuditGuild" time="8.028" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGuildSearch" time="0.274" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testGiftList" time="0.867" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpSize" time="0.211" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testSend" time="1.192" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testActivityList" time="1.153" classname="com.pipi.invoker.CosPlayerTest"/>
=======
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="1" time="3.463" ignored="22" failures="1" timestamp="23 八月 2021 09:41:11 GMT" skipped="0" hostname="DESKTOP-U3UHQH3" errors="0">
<testcase name="testSend" time="3.463" classname="com.pipi.invoker.CosPlayerTest">
<failure type="java.lang.AssertionError" message="expected [200] but found [500]">
<![CDATA[java.lang.AssertionError: expected [200] but found [500]
at org.testng.Assert.fail(Assert.java:94)
at org.testng.Assert.failNotEquals(Assert.java:513)
at org.testng.Assert.assertEqualsImpl(Assert.java:135)
at org.testng.Assert.assertEquals(Assert.java:116)
at org.testng.Assert.assertEquals(Assert.java:389)
at org.testng.Assert.assertEquals(Assert.java:399)
at com.pipi.invoker.CosPlayerTest.testSend(CosPlayerTest.java:116)
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104)
at org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:205)
at org.springframework.test.context.testng.AbstractTestNGSpringContextTests.run(AbstractTestNGSpringContextTests.java:171)
at org.testng.internal.MethodInvocationHelper.invokeHookable(MethodInvocationHelper.java:217)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:641)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
at org.testng.TestRunner.privateRun(TestRunner.java:756)
at org.testng.TestRunner.run(TestRunner.java:610)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:387)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:382)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:340)
at org.testng.SuiteRunner.run(SuiteRunner.java:289)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1293)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1218)
at org.testng.TestNG.runSuites(TestNG.java:1133)
at org.testng.TestNG.run(TestNG.java:1104)
at org.testng.remote.AbstractRemoteTestNG.run(AbstractRemoteTestNG.java:115)
at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:251)
at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:77)
]]>
</error>
</testcase> <!-- testAuditGuild -->
<testsuite name="com.pipi.invoker.CosPlayerTest" tests="1" time="0.699" ignored="24" failures="0" timestamp="31 八月 2021 06:26:44 GMT" skipped="0" hostname="DESKTOP-U3UHQH3" errors="0">
<testcase name="testQSend" time="0.699" classname="com.pipi.invoker.CosPlayerTest"/>
<testcase name="testUpSize" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUpSize -->
<testcase name="testDelete" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testDelete -->
<testcase name="testRoomList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRoomList -->
<testcase name="testUpList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUpList -->
<testcase name="testRoomList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRoomList -->
<testcase name="testRecordExport" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRecordExport -->
<testcase name="testUserList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUserList -->
<testcase name="testRSend" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRSend -->
<testcase name="testGetUserBalance" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetUserBalance -->
<testcase name="testRoomRecord" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testRoomRecord -->
<testcase name="testActivityList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testActivityList -->
<testcase name="testMoneyDetailsSave" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testMoneyDetailsSave -->
<testcase name="testActivityList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testActivityList -->
<testcase name="testVirtualMoneyModify" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testVirtualMoneyModify -->
<testcase name="testMSend" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testMSend -->
<testcase name="testGiftList" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGiftList -->
......@@ -113,9 +50,6 @@
<testcase name="testGetUserSimple" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetUserSimple -->
<testcase name="testSend" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testSend -->
<testcase name="testLotteryActivity" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testLotteryActivity -->
......@@ -128,6 +62,9 @@
<testcase name="testUserGet" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testUserGet -->
<testcase name="testAuditGuild" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testAuditGuild -->
<testcase name="testGetUserSimple2" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetUserSimple2 -->
......@@ -137,5 +74,4 @@
<testcase name="testGetMine" classname="com.pipi.invoker.CosPlayerTest">
<skipped/>
</testcase> <!-- testGetMine -->
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
</testsuite> <!-- com.pipi.invoker.CosPlayerTest -->
......@@ -31,7 +31,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td>testGethome</td>
<td>testRSend</td>
<td>pipi-test </td>
</tr>
<tr>
......@@ -41,66 +41,72 @@
</tr>
<tr>
<td>&nbsp;</td>
<td>testGuildSearch</td>
<td>testGetUserSimple2</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testGetUserSimple2</td>
<td>testUpList</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testRoomList</td>
<td>testGiftList</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<<<<<<< HEAD
<td>testGiftList</td>
=======
<td>testUpList</td>
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
<td>testDelete</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testUpList</td>
<td>testUserList</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testUpSize</td>
<td>testRoomRecord</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testDelete</td>
<td>testGetUserSimple</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testGetUserBalance</td>
<td>testGethome</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testUserList</td>
<td>testGuildSearch</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testRecordExport</td>
<td>testUpSize</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testRoomRecord</td>
<td>testRoomList</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testActivityList</td>
<td>testQSend</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testGetUserBalance</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testRecordExport</td>
<td>pipi-test </td>
</tr>
<tr>
......@@ -110,7 +116,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td>testGetUserSimple</td>
<td>testActivityList</td>
<td>pipi-test </td>
</tr>
<tr>
......@@ -120,12 +126,12 @@
</tr>
<tr>
<td>&nbsp;</td>
<td>testSend</td>
<td>testVirtualMoneyModify</td>
<td>pipi-test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>testVirtualMoneyModify</td>
<td>testMSend</td>
<td>pipi-test </td>
</tr>
<tr>
......
<h2>Groups used for this test run</h2><table border="1">
<<<<<<< HEAD
<tr> <td align="center"><b>Group name</b></td><td align="center"><b>Methods</b></td></tr><tr><td>pipi-test</td><td>CosPlayerTest.testAuditGuild()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]<br/></td></tr>
=======
<<<<<<< HEAD
<tr> <td align="center"><b>Group name</b></td><td align="center"><b>Methods</b></td></tr><tr><td>pipi-test</td><td>CosPlayerTest.testUpSize()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testRoomList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testUpList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testUserList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testActivityList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testMoneyDetailsSave()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testVirtualMoneyModify()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testGiftList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testSend()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testLotteryActivity()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testRemove()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testAuditGuild()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/>CosPlayerTest.testGuildSearch()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]<br/></td></tr>
=======
<tr> <td align="center"><b>Group name</b></td><td align="center"><b>Methods</b></td></tr><tr><td>pipi-test</td><td>CosPlayerTest.testSend()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]<br/></td></tr>
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
<tr> <td align="center"><b>Group name</b></td><td align="center"><b>Methods</b></td></tr><tr><td>pipi-test</td><td>CosPlayerTest.testQSend()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]<br/></td></tr>
</table>
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; means after</h3><p/><br/><em>Default suite</em><p/><small><i>(Hover the method name to see the test class name)</i></small><p/>
<table border="1">
<tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
<<<<<<< HEAD
<tr bgcolor="f385a2"> <td>21/08/24 09:50:15</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;CosPlayerTest.BeforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;BeforeClassTest</td>
=======
<<<<<<< HEAD
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:09</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;CosPlayerTest.BeforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;BeforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="d2b987"> <td>21/08/17 15:12:29</td> <td>19437</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;BaseDubboTestCase.afterClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;afterClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:29</td> <td>19437</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;CosPlayerTest.afterClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;afterClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="d2b987"> <td>21/08/17 15:12:09</td> <td>-2</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;BaseDubboTestCase.beforeClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;beforeClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="fa7d9b"> <td>21/08/17 15:12:09</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTest.beforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;beforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:29</td> <td>19438</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:13</td> <td>3565</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:21</td> <td>11598</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>12466</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>12740</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:23</td> <td>13471</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:24</td> <td>14428</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>15622</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>15842</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16056</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16260</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:27</td> <td>17426</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:28</td> <td>18693</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:29</td> <td>19436</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:09</td> <td>-401</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:12</td> <td>2413</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:13</td> <td>3568</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:21</td> <td>11599</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>12467</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>12743</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:23</td> <td>13472</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:24</td> <td>14429</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>15623</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>15843</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16057</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16261</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:27</td> <td>17427</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:28</td> <td>18695</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:09</td> <td>-388</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextPrepareTestInstance</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:12</td> <td>2413</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testActivityList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testActivityList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:13</td> <td>3568</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testAuditGuild()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testAuditGuild</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:21</td> <td>11599</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testGiftList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testGiftList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:22</td> <td>12467</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testGuildSearch()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testGuildSearch</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:27</td> <td>17427</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testLotteryActivity()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testLotteryActivity</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:22</td> <td>12743</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testMoneyDetailsSave()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testMoneyDetailsSave</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:28</td> <td>18696</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testRemove()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testRemove</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:23</td> <td>13472</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testRoomList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testRoomList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:24</td> <td>14429</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testSend()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testSend</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:25</td> <td>15623</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testUpList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testUpList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:25</td> <td>15843</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testUpSize()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testUpSize</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:26</td> <td>16057</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testUserList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testUserList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:26</td> <td>16261</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testVirtualMoneyModify()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testVirtualMoneyModify</td>
<td>main@1738236591</td> <td></td> </tr>
=======
<tr bgcolor="f385a2"> <td>21/08/23 17:40:59</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;CosPlayerTest.BeforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;BeforeClassTest</td>
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
<tr bgcolor="f385a2"> <td>21/08/31 14:26:40</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;CosPlayerTest.BeforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;BeforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="ee72e6"> <td>21/08/24 09:50:26</td> <td>10372</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;BaseDubboTestCase.afterClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClass</td>
<tr bgcolor="ee72e6"> <td>21/08/31 14:26:43</td> <td>2790</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;BaseDubboTestCase.afterClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="f385a2"> <td>21/08/24 09:50:26</td> <td>10372</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;CosPlayerTest.afterClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClassTest</td>
<tr bgcolor="f385a2"> <td>21/08/31 14:26:43</td> <td>2790</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;CosPlayerTest.afterClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="ee72e6"> <td>21/08/24 09:50:15</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;BaseDubboTestCase.beforeClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClass</td>
<tr bgcolor="ee72e6"> <td>21/08/31 14:26:40</td> <td>-1</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;BaseDubboTestCase.beforeClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="7362d6"> <td>21/08/24 09:50:15</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTest.beforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClassTest</td>
<tr bgcolor="7362d6"> <td>21/08/31 14:26:40</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTest.beforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:26</td> <td>10372</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestClass</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:43</td> <td>2791</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:26</td> <td>10371</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestMethod</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:43</td> <td>2789</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:15</td> <td>-206</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestClass</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:40</td> <td>-216</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:17</td> <td>2099</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:41</td> <td>889</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:15</td> <td>-204</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextPrepareTestInstance</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:40</td> <td>-214</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextPrepareTestInstance</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="f385a2"> <td>21/08/24 09:50:17</td> <td>2100</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testAuditGuild()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">testAuditGuild</td>
<tr bgcolor="f385a2"> <td>21/08/31 14:26:41</td> <td>889</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testQSend()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">testQSend</td>
<td>main@898694235</td> <td></td> </tr>
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
</table>
<h2>Methods that were not run</h2><table>
<tr><td>com.pipi.invoker.CosPlayerTest.testUpSize<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>获取聊天室内上麦试音队列、点单队列等</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testDelete<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>/v1/rask/manager/status/delete</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testRoomList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>查询房间</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testUpList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>获取上麦、试音申请列表数据</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testRoomList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>查询房间</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testRecordExport<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>查询超管巡查记录导出</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testUserList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>用户信息</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testRSend<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>送礼物</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testGetUserBalance<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>获取用户皮皮币/钻石余额</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testRoomRecord<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>查询超管巡查记录 /api/v1/rask/manager/room/record</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testActivityList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>幸运夺宝箱列表</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testMoneyDetailsSave<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>充皮皮币</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testActivityList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>幸运夺宝箱列表</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testVirtualMoneyModify<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>充钻石</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testMSend<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>送礼物</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testGiftList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>礼物列表</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testManagerList<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>查询超管列表 /api/v1/rask/manager/list</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testGetUserSimple<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>获取用户信息v1</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testSend<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>送礼物</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testLotteryActivity<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>开宝箱</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testRemove<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>将成员从公会移除</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testGethome<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i> /api/v3/user/get-home获取用户信息(用户是否是巡管员) </i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testUserGet<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>/api/v2/user/get 获取用户信息</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testAuditGuild<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>申请加入公会及审核</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testGetUserSimple2<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>获取用户信息v2</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testGuildSearch<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>搜索公会</i></td></tr>
<tr><td>com.pipi.invoker.CosPlayerTest.testGetMine<br/>&nbsp;&nbsp;&nbsp;&nbsp;<i>/api/v3/user/get-mine 获取用户信(人气等级)</i></td></tr>
......
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; means after</h3><p/><br/><em>Default suite</em><p/><small><i>(Hover the method name to see the test class name)</i></small><p/>
<table border="1">
<tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th><th>Class<br>configuration</th><th>Groups<br>configuration</th><th>Method<br>configuration</th><th>Test<br>method</th><th>Thread</th><th>Instances</th></tr>
<<<<<<< HEAD
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:15</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestClass</td>
=======
<<<<<<< HEAD
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:09</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:09</td> <td>13</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextPrepareTestInstance</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="d2b987"> <td>21/08/17 15:12:09</td> <td>399</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;BaseDubboTestCase.beforeClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;beforeClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="fa7d9b"> <td>21/08/17 15:12:09</td> <td>401</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTest.beforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;beforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:09</td> <td>401</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;CosPlayerTest.BeforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;BeforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:12</td> <td>2814</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:12</td> <td>2814</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testActivityList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testActivityList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:13</td> <td>3966</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:13</td> <td>3969</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:13</td> <td>3969</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testAuditGuild()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testAuditGuild</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:21</td> <td>11999</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:21</td> <td>12000</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:21</td> <td>12000</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testGiftList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testGiftList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>12867</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>12868</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:22</td> <td>12868</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testGuildSearch()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testGuildSearch</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>13141</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:22</td> <td>13144</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:22</td> <td>13144</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testMoneyDetailsSave()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testMoneyDetailsSave</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:23</td> <td>13872</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:23</td> <td>13873</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:23</td> <td>13873</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testRoomList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testRoomList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:24</td> <td>14829</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:24</td> <td>14830</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:24</td> <td>14830</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testSend()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testSend</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>16023</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>16024</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:25</td> <td>16024</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testUpList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testUpList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>16243</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:25</td> <td>16244</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:25</td> <td>16244</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testUpSize()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testUpSize</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16457</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16458</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:26</td> <td>16458</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testUserList()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testUserList</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16661</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:26</td> <td>16662</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:26</td> <td>16662</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testVirtualMoneyModify()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testVirtualMoneyModify</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:27</td> <td>17827</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:27</td> <td>17828</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:27</td> <td>17828</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testLotteryActivity()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testLotteryActivity</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:28</td> <td>19094</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:28</td> <td>19096</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:28</td> <td>19097</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testRemove()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">testRemove</td>
<td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:29</td> <td>19837</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="f3ddb1"> <td>21/08/17 15:12:29</td> <td>19838</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;CosPlayerTest.afterClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;afterClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="d2b987"> <td>21/08/17 15:12:29</td> <td>19838</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;BaseDubboTestCase.afterClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;afterClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
<tr bgcolor="aed9f0"> <td>21/08/17 15:12:29</td> <td>19839</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@5427c60c]">&lt;&lt;springTestContextAfterTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@1738236591</td> <td></td> </tr>
=======
<tr bgcolor="d4bf7e"> <td>21/08/23 17:40:59</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestClass</td>
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:40</td> <td>0</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:15</td> <td>2</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextPrepareTestInstance</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:40</td> <td>2</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextPrepareTestInstance()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextPrepareTestInstance</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="ee72e6"> <td>21/08/24 09:50:15</td> <td>206</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;BaseDubboTestCase.beforeClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClass</td>
<tr bgcolor="ee72e6"> <td>21/08/31 14:26:40</td> <td>215</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;BaseDubboTestCase.beforeClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="7362d6"> <td>21/08/24 09:50:15</td> <td>206</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTest.beforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClassTest</td>
<tr bgcolor="7362d6"> <td>21/08/31 14:26:40</td> <td>216</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTest.beforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;beforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="f385a2"> <td>21/08/24 09:50:15</td> <td>206</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;CosPlayerTest.BeforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;BeforeClassTest</td>
<tr bgcolor="f385a2"> <td>21/08/31 14:26:40</td> <td>216</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;CosPlayerTest.BeforeClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;BeforeClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:17</td> <td>2305</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:41</td> <td>1105</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&gt;&gt;AbstractTestNGSpringContextTests.springTestContextBeforeTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&gt;&gt;springTestContextBeforeTestMethod</td>
<td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="f385a2"> <td>21/08/24 09:50:17</td> <td>2306</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testAuditGuild()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">testAuditGuild</td>
<tr bgcolor="f385a2"> <td>21/08/31 14:26:41</td> <td>1105</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="CosPlayerTest.testQSend()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">testQSend</td>
<td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:26</td> <td>10577</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestMethod</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:43</td> <td>3005</td> <td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestMethod(java.lang.reflect.Method)[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestMethod</td>
<td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="f385a2"> <td>21/08/24 09:50:26</td> <td>10578</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;CosPlayerTest.afterClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClassTest</td>
<tr bgcolor="f385a2"> <td>21/08/31 14:26:43</td> <td>3006</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;CosPlayerTest.afterClassTest()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClassTest</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="ee72e6"> <td>21/08/24 09:50:26</td> <td>10578</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;BaseDubboTestCase.afterClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClass</td>
<tr bgcolor="ee72e6"> <td>21/08/31 14:26:43</td> <td>3006</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;BaseDubboTestCase.afterClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;afterClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
<tr bgcolor="d4bf7e"> <td>21/08/24 09:50:26</td> <td>10578</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestClass</td>
<tr bgcolor="d4bf7e"> <td>21/08/31 14:26:43</td> <td>3007</td> <td>&nbsp;</td><td>&nbsp;</td><td title="&lt;&lt;AbstractTestNGSpringContextTests.springTestContextAfterTestClass()[pri:0, instance:com.pipi.invoker.CosPlayerTest@1b7cc17c]">&lt;&lt;springTestContextAfterTestClass</td>
<td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td> <td>main@898694235</td> <td></td> </tr>
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
</table>
This diff could not be displayed because it is too large.
<<<<<<< HEAD
<html><head><title>testng.xml for Default suite</title></head><body><tt>&lt;?xml&nbsp;version="1.0"&nbsp;encoding="UTF-8"?&gt;<br/>&lt;!DOCTYPE&nbsp;suite&nbsp;SYSTEM&nbsp;"http://testng.org/testng-1.0.dtd"&gt;<br/>&lt;suite&nbsp;guice-stage="DEVELOPMENT"&nbsp;name="Default&nbsp;suite"&gt;<br/>&nbsp;&nbsp;&lt;test&nbsp;verbose="2"&nbsp;name="Default&nbsp;test"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;classes&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;class&nbsp;name="com.pipi.invoker.CosPlayerTest"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;methods&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;include&nbsp;name="testAuditGuild"/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/methods&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/class&gt;&nbsp;&lt;!--&nbsp;com.pipi.invoker.CosPlayerTest&nbsp;--&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/classes&gt;<br/>&nbsp;&nbsp;&lt;/test&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;test&nbsp;--&gt;<br/>&lt;/suite&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;suite&nbsp;--&gt;<br/></tt></body></html>
=======
<<<<<<< HEAD
<html><head><title>testng.xml for Default suite</title></head><body><tt>&lt;?xml&nbsp;version="1.0"&nbsp;encoding="UTF-8"?&gt;<br/>&lt;!DOCTYPE&nbsp;suite&nbsp;SYSTEM&nbsp;"http://testng.org/testng-1.0.dtd"&gt;<br/>&lt;suite&nbsp;guice-stage="DEVELOPMENT"&nbsp;name="Default&nbsp;suite"&gt;<br/>&nbsp;&nbsp;&lt;test&nbsp;verbose="2"&nbsp;name="Default&nbsp;test"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;classes&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;class&nbsp;name="com.pipi.invoker.CosPlayerTest"/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/classes&gt;<br/>&nbsp;&nbsp;&lt;/test&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;test&nbsp;--&gt;<br/>&lt;/suite&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;suite&nbsp;--&gt;<br/></tt></body></html>
=======
<html><head><title>testng.xml for Default suite</title></head><body><tt>&lt;?xml&nbsp;version="1.0"&nbsp;encoding="UTF-8"?&gt;<br/>&lt;!DOCTYPE&nbsp;suite&nbsp;SYSTEM&nbsp;"http://testng.org/testng-1.0.dtd"&gt;<br/>&lt;suite&nbsp;guice-stage="DEVELOPMENT"&nbsp;name="Default&nbsp;suite"&gt;<br/>&nbsp;&nbsp;&lt;test&nbsp;verbose="2"&nbsp;name="Default&nbsp;test"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;classes&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;class&nbsp;name="com.pipi.invoker.CosPlayerTest"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;methods&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;include&nbsp;name="testSend"/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/methods&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/class&gt;&nbsp;&lt;!--&nbsp;com.pipi.invoker.CosPlayerTest&nbsp;--&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/classes&gt;<br/>&nbsp;&nbsp;&lt;/test&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;test&nbsp;--&gt;<br/>&lt;/suite&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;suite&nbsp;--&gt;<br/></tt></body></html>
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
<html><head><title>testng.xml for Default suite</title></head><body><tt>&lt;?xml&nbsp;version="1.0"&nbsp;encoding="UTF-8"?&gt;<br/>&lt;!DOCTYPE&nbsp;suite&nbsp;SYSTEM&nbsp;"http://testng.org/testng-1.0.dtd"&gt;<br/>&lt;suite&nbsp;guice-stage="DEVELOPMENT"&nbsp;name="Default&nbsp;suite"&gt;<br/>&nbsp;&nbsp;&lt;test&nbsp;verbose="2"&nbsp;name="Default&nbsp;test"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;classes&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;class&nbsp;name="com.pipi.invoker.CosPlayerTest"&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;methods&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;include&nbsp;name="testQSend"/&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/methods&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/class&gt;&nbsp;&lt;!--&nbsp;com.pipi.invoker.CosPlayerTest&nbsp;--&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/classes&gt;<br/>&nbsp;&nbsp;&lt;/test&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;test&nbsp;--&gt;<br/>&lt;/suite&gt;&nbsp;&lt;!--&nbsp;Default&nbsp;suite&nbsp;--&gt;<br/></tt></body></html>
\ No newline at end of file
......
......@@ -13,16 +13,16 @@
<td>1 method:<br/>
&nbsp;&nbsp;<a target='mainFrame' href='methods.html'>chronological</a><br/>
&nbsp;&nbsp;<a target='mainFrame' href='methods-alphabetical.html'>alphabetical</a><br/>
&nbsp;&nbsp;<a target='mainFrame' href='methods-not-run.html'>not run (22)</a></td>
&nbsp;&nbsp;<a target='mainFrame' href='methods-not-run.html'>not run (24)</a></td>
</tr>
<tr>
<td><a target='mainFrame' href='groups.html'>1 group</a></td>
<td><a target='mainFrame' href='reporter-output.html'>reporter output</a></td>
<td><a target='mainFrame' href='testng.xml.html'>testng.xml</a></td>
</tr></table>
<table width='100%' class='test-failed'>
<table width='100%' class='test-passed'>
<tr><td>
<table style='width: 100%'><tr><td valign='top'>Default test (0/1/0)</td><td valign='top' align='right'>
<table style='width: 100%'><tr><td valign='top'>Default test (1/0/0)</td><td valign='top' align='right'>
<a href='Default test.html' target='mainFrame'>Results</a>
</td></tr></table>
</td></tr><p/>
......
......@@ -4,6 +4,6 @@
</head><body>
<h2><p align='center'>Test results</p></h2>
<table border='1' width='100%' class='main-page'><tr><th>Suite</th><th>Passed</th><th>Failed</th><th>Skipped</th><th>testng.xml</th></tr>
<tr align='center' class='invocation-failed'><td><em>Total</em></td><td><em>0</em></td><td><em>1</em></td><td><em>0</em></td><td>&nbsp;</td></tr>
<tr align='center' class='invocation-failed'><td><a href='Default suite/index.html'>Default suite</a></td>
<td>0</td><td>1</td><td>0</td><td><a href='Default suite/testng.xml.html'>Link</a></td></tr></table></body></html>
<tr align='center' class='invocation-passed'><td><em>Total</em></td><td><em>1</em></td><td><em>0</em></td><td><em>0</em></td><td>&nbsp;</td></tr>
<tr align='center' class='invocation-passed'><td><a href='Default suite/index.html'>Default suite</a></td>
<td>1</td><td>0</td><td>0</td><td><a href='Default suite/testng.xml.html'>Link</a></td></tr></table></body></html>
......@@ -6,25 +6,12 @@
<class name="com.pipi.invoker.CosPlayerTest">
<methods>
<include name="springTestContextBeforeTestClass"/>
<include name="testUpSize"/>
<include name="afterClass"/>
<include name="testRoomList"/>
<include name="testUpList"/>
<include name="BeforeClassTest"/>
<include name="testUserList"/>
<include name="springTestContextPrepareTestInstance"/>
<include name="beforeClass"/>
<include name="beforeClassTest"/>
<include name="springTestContextBeforeTestMethod"/>
<<<<<<< HEAD
<include name="testAuditGuild"/>
<include name="springTestContextAfterTestMethod"/>
=======
<<<<<<< HEAD
<include name="testActivityList"/>
<include name="testMoneyDetailsSave"/>
<include name="testVirtualMoneyModify"/>
<include name="testGiftList"/>
<include name="testSend"/>
<include name="testLotteryActivity"/>
<include name="afterClassTest"/>
......@@ -32,12 +19,6 @@
<include name="springTestContextAfterTestClass"/>
<include name="testAuditGuild"/>
<include name="springTestContextAfterTestMethod"/>
<include name="testGuildSearch"/>
=======
<include name="springTestContextAfterTestMethod"/>
<include name="testSend"/>
>>>>>>> 1ed68c0798d26436a5a74cb0097d4432e0990a91
>>>>>>> 189efd727a5b6a5f5ebaa4d214986bc1f94b3081
</methods>
</class> <!-- com.pipi.invoker.CosPlayerTest -->
</classes>
......
This diff could not be displayed because it is too large.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!