Migrate to supporting database v133 with table removals #1915
test.yml
on: pull_request
unit-test
8m 40s
docker-build
9s
Annotations
6 errors and 3 warnings
docker-build
Process completed with exit code 1.
|
unit-test:
tests/integration_tests/test_teammatchmaker.py#L678
test_ratings_initialized_based_on_global_persisted[json]
asyncio.exceptions.TimeoutError
|
unit-test:
tests/unit_tests/test_player_service.py#L23
test_fetch_player_data_legacy_rating
assert Rating(mean=1500, dev=500) == (1201, 250)
At index 0 diff: 1500 != 1201
Full diff:
- (1201, 250)
+ Rating(mean=1500, dev=500)
|
unit-test:
tests/unit_tests/test_player_service.py#L34
test_fetch_ratings_nonexistent
AssertionError: Expected 'info' to have been called once. Called 0 times.
|
unit-test:
tests/unit_tests/test_player_service.py#L47
test_fetch_ratings_partially_nonexistent
AssertionError: Expected 'info' to have been called once. Called 0 times.
|
unit-test
Process completed with exit code 1.
|
unit-test
Docker pull failed with exit code 1, back off 2.685 seconds before retry.
|
unit-test
Docker pull failed with exit code 1, back off 7.323 seconds before retry.
|
unit-test
Docker pull failed with exit code 1, back off 2.692 seconds before retry.
|