GameControllerIntegrationTest

2

tests

0

failures

0

ignored

0.313s

duration

100%

successful

Tests

Test Duration Result
should get game log() 0.235s passed
should return empty string when game not found() 0.078s passed

Standard output

2023-03-13T17:16:07.888Z  INFO 2500 --- [    Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [delta.codecharacter.server.game.GameControllerIntegrationTest]: GameControllerIntegrationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2023-03-13T17:16:07.975Z  INFO 2500 --- [    Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration delta.codecharacter.server.ServerApplication for test class delta.codecharacter.server.game.GameControllerIntegrationTest
2023-03-13T17:16:07.999Z  INFO 2500 --- [MessageBroker-2] d.c.server.schedulers.SchedulingService  : Practice phase ended!!
2023-03-13T17:16:08.006Z  INFO 2500 --- [MessageBroker-2] d.c.s.u.public_user.PublicUserService    : Ratings reset after practice phase done
2023-03-13T17:16:08.027Z  INFO 2500 --- [MessageBroker-2] d.c.s.u.public_user.PublicUserService    : Leaderboard tier set during the start of game phase
2023-03-13T17:16:08.034Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.034+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn3","msg":"createCollection","attr":{"namespace":"test.user","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"ad666e42-d6ac-471b-a90f-a10a01529342"}},"options":{}}}
2023-03-13T17:16:08.046Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.046+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"ad666e42-d6ac-471b-a90f-a10a01529342"}},"namespace":"test.user","index":"_id_","ident":"index-36--4017041888978331020","collectionIdent":"collection-35--4017041888978331020","commitTimestamp":null}}
2023-03-13T17:16:08.094Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.093+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn3","msg":"createCollection","attr":{"namespace":"test.game","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"4d12f54f-9482-49cc-8b87-eb950651b5ff"}},"options":{}}}
2023-03-13T17:16:08.106Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.106+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"4d12f54f-9482-49cc-8b87-eb950651b5ff"}},"namespace":"test.game","index":"_id_","ident":"index-38--4017041888978331020","collectionIdent":"collection-37--4017041888978331020","commitTimestamp":null}}
2023-03-13T17:16:08.133Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.133+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn3","msg":"createCollection","attr":{"namespace":"test.game_log","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"bf629025-4244-4fe4-b73a-fb750d5e0e10"}},"options":{}}}
2023-03-13T17:16:08.146Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.145+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"bf629025-4244-4fe4-b73a-fb750d5e0e10"}},"namespace":"test.game_log","index":"_id_","ident":"index-40--4017041888978331020","collectionIdent":"collection-39--4017041888978331020","commitTimestamp":null}}
2023-03-13T17:16:08.229Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.228+00:00"},"s":"I",  "c":"COMMAND",  "id":518070,  "ctx":"conn3","msg":"CMD: drop","attr":{"namespace":"test.user"}}
2023-03-13T17:16:08.229Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.228+00:00"},"s":"I",  "c":"STORAGE",  "id":20318,   "ctx":"conn3","msg":"Finishing collection drop","attr":{"namespace":"test.user","uuid":{"uuid":{"$uuid":"ad666e42-d6ac-471b-a90f-a10a01529342"}}}}
2023-03-13T17:16:08.230Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.228+00:00"},"s":"I",  "c":"STORAGE",  "id":22206,   "ctx":"conn3","msg":"Deferring table drop for index","attr":{"index":"_id_","namespace":"test.user","uuid":{"uuid":{"$uuid":"ad666e42-d6ac-471b-a90f-a10a01529342"}},"ident":"index-36--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.230Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.228+00:00"},"s":"I",  "c":"STORAGE",  "id":22214,   "ctx":"conn3","msg":"Deferring table drop for collection","attr":{"namespace":"test.user","ident":"collection-35--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.235Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.234+00:00"},"s":"I",  "c":"COMMAND",  "id":518070,  "ctx":"conn3","msg":"CMD: drop","attr":{"namespace":"test.game"}}
2023-03-13T17:16:08.235Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.234+00:00"},"s":"I",  "c":"STORAGE",  "id":20318,   "ctx":"conn3","msg":"Finishing collection drop","attr":{"namespace":"test.game","uuid":{"uuid":{"$uuid":"4d12f54f-9482-49cc-8b87-eb950651b5ff"}}}}
2023-03-13T17:16:08.236Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.234+00:00"},"s":"I",  "c":"STORAGE",  "id":22206,   "ctx":"conn3","msg":"Deferring table drop for index","attr":{"index":"_id_","namespace":"test.game","uuid":{"uuid":{"$uuid":"4d12f54f-9482-49cc-8b87-eb950651b5ff"}},"ident":"index-38--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.236Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.234+00:00"},"s":"I",  "c":"STORAGE",  "id":22214,   "ctx":"conn3","msg":"Deferring table drop for collection","attr":{"namespace":"test.game","ident":"collection-37--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.241Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.240+00:00"},"s":"I",  "c":"COMMAND",  "id":518070,  "ctx":"conn3","msg":"CMD: drop","attr":{"namespace":"test.game_log"}}
2023-03-13T17:16:08.241Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.240+00:00"},"s":"I",  "c":"STORAGE",  "id":20318,   "ctx":"conn3","msg":"Finishing collection drop","attr":{"namespace":"test.game_log","uuid":{"uuid":{"$uuid":"bf629025-4244-4fe4-b73a-fb750d5e0e10"}}}}
2023-03-13T17:16:08.242Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.240+00:00"},"s":"I",  "c":"STORAGE",  "id":22206,   "ctx":"conn3","msg":"Deferring table drop for index","attr":{"index":"_id_","namespace":"test.game_log","uuid":{"uuid":{"$uuid":"bf629025-4244-4fe4-b73a-fb750d5e0e10"}},"ident":"index-40--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.242Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.240+00:00"},"s":"I",  "c":"STORAGE",  "id":22214,   "ctx":"conn3","msg":"Deferring table drop for collection","attr":{"namespace":"test.game_log","ident":"collection-39--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.275Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.275+00:00"},"s":"I",  "c":"STORAGE",  "id":20320,   "ctx":"conn3","msg":"createCollection","attr":{"namespace":"test.user","uuidDisposition":"generated","uuid":{"uuid":{"$uuid":"7d527572-fc94-4d8b-bd54-cc994fd63b77"}},"options":{}}}
2023-03-13T17:16:08.286Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.285+00:00"},"s":"I",  "c":"INDEX",    "id":20345,   "ctx":"conn3","msg":"Index build: done building","attr":{"buildUUID":null,"collectionUUID":{"uuid":{"$uuid":"7d527572-fc94-4d8b-bd54-cc994fd63b77"}},"namespace":"test.user","index":"_id_","ident":"index-42--4017041888978331020","collectionIdent":"collection-41--4017041888978331020","commitTimestamp":null}}
2023-03-13T17:16:08.318Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.318+00:00"},"s":"I",  "c":"COMMAND",  "id":518070,  "ctx":"conn3","msg":"CMD: drop","attr":{"namespace":"test.user"}}
2023-03-13T17:16:08.319Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.318+00:00"},"s":"I",  "c":"STORAGE",  "id":20318,   "ctx":"conn3","msg":"Finishing collection drop","attr":{"namespace":"test.user","uuid":{"uuid":{"$uuid":"7d527572-fc94-4d8b-bd54-cc994fd63b77"}}}}
2023-03-13T17:16:08.319Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.318+00:00"},"s":"I",  "c":"STORAGE",  "id":22206,   "ctx":"conn3","msg":"Deferring table drop for index","attr":{"index":"_id_","namespace":"test.user","uuid":{"uuid":{"$uuid":"7d527572-fc94-4d8b-bd54-cc994fd63b77"}},"ident":"index-42--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.320Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.318+00:00"},"s":"I",  "c":"STORAGE",  "id":22214,   "ctx":"conn3","msg":"Deferring table drop for collection","attr":{"namespace":"test.user","ident":"collection-41--4017041888978331020","commitTimestamp":{"$timestamp":{"t":0,"i":0}}}}
2023-03-13T17:16:08.324Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.323+00:00"},"s":"I",  "c":"COMMAND",  "id":518070,  "ctx":"conn3","msg":"CMD: drop","attr":{"namespace":"test.game"}}
2023-03-13T17:16:08.328Z  INFO 2500 --- [       Thread-6] d.f.e.m.s.autoconfigure.EmbeddedMongo    : {"t":{"$date":"2023-03-13T17:16:08.326+00:00"},"s":"I",  "c":"COMMAND",  "id":518070,  "ctx":"conn3","msg":"CMD: drop","attr":{"namespace":"test.game_log"}}