feat(messaging): game join failed command #2571
test.yml
on: pull_request
unit-test
5m 8s
docker-build
37s
Annotations
4 errors and 1 warning
unit-test:
tests/integration_tests/test_game.py#L890
test_restore_game_session_live[json]
AssertionError: assert [{'player_ids...'team_id': 2}] == [{'player_ids...'team_id': 2}]
At index 1 diff: {'team_id': 2, 'player_ids': []} != {'team_id': 2, 'player_ids': [3]}
Full diff:
[
{
'player_ids': [
1,
],
'team_id': 1,
},
{
- 'player_ids': [
+ 'player_ids': [],
? ++
- 3,
- ],
'team_id': 2,
},
]
|
unit-test:
tests/integration_tests/test_game.py#L1219
test_ladder_game_not_joinable[qstream]
asyncio.exceptions.TimeoutError
|
unit-test:
tests/integration_tests/test_game.py#L1219
test_ladder_game_not_joinable[json]
asyncio.exceptions.TimeoutError
|
unit-test
Process completed with exit code 1.
|
unit-test:
home/runner/.local/share/virtualenvs/server-SDmdnSrG/lib/python3.10/site-packages/_pytest/unraisableexception.py#L85
Exception ignored When destroying _lsprof profiler: None
Traceback (most recent call last):
File "/home/runner/work/server/server/server/profiler.py", line 78, in _run
self.profiler.enable()
RuntimeError: Cannot install a profile function while another profile function is being installed
|