This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__________________________________________________________________________________________________ test_retirement_one_player[map1] __________________________________________________________________________________________________ | |
postgres_server = <cpp_server_api.CppServer object at 0x78ccc7ba1160>, map_id = 'map1' | |
def test_retirement_one_player(postgres_server, map_id): | |
token, player_id = postgres_server.join('Julius Can', map_id) | |
r_time = get_retirement_time() | |
postgres_server.get_state(token) # To ensure that the game is joined, so the validation will be passed | |
for _ in range(100): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vladimir@MegaVComp:~/repos/cpp_backend/cpp-backend-tests-practicum/scripts/sprint4/leave_game$ ./run.sh | |
failed to fetch metadata: fork/exec /usr/local/lib/docker/cli-plugins/docker-buildx: no such file or directory | |
DEPRECATED: The legacy builder is deprecated and will be removed in a future release. | |
Install the buildx component to build images with BuildKit: | |
https://docs.docker.com/go/buildx/ | |
Sending build context to Docker daemon 190.8MB | |
Step 1/15 : FROM gcc:11.3 as build | |
---> 7580976b875b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vladimir@MegaVComp:~/repos/cpp_backend/cpp-backend-tests-practicum/scripts/sprint4/leave_game$ ./run.sh | |
failed to fetch metadata: fork/exec /usr/local/lib/docker/cli-plugins/docker-buildx: no such file or directory | |
DEPRECATED: The legacy builder is deprecated and will be removed in a future release. | |
Install the buildx component to build images with BuildKit: | |
https://docs.docker.com/go/buildx/ | |
Sending build context to Docker daemon 190.8MB | |
Step 1/15 : FROM gcc:11.3 as build | |
---> 7580976b875b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_________________________________________________________________________________________________________ test_clean_records _________________________________________________________________________________________________________ | |
postgres_server = <cpp_server_api.CppServer object at 0x7991933ec950> | |
def test_clean_records(postgres_server): | |
> res_json = get_records(postgres_server) | |
../../../tests/test_s04_leave_game.py:210: | |
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | |
../../../tests/test_s04_leave_game.py:202: in get_records |