Skip to content

Send ratings of search parties in queue #2238

Send ratings of search parties in queue

Send ratings of search parties in queue #2238

Triggered via pull request June 8, 2024 23:10
Status Failure
Total duration 5m 31s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
unit-test: tests/integration_tests/test_teammatchmaker.py#L89
test_info_message[qstream] assert [[[300, 700]]] == [[300, 700]] At index 0 diff: [[300, 700]] != [300, 700] Full diff: [ [ + [ - 300, + 300, ? ++++ - 700, + 700, ? ++++ + ], ], ]
unit-test: tests/integration_tests/test_teammatchmaker.py#L89
test_info_message[json] assert [[[300, 700]]] == [[300, 700]] At index 0 diff: [[300, 700]] != [300, 700] Full diff: [ [ + [ - 300, + 300, ? ++++ - 700, + 700, ? ++++ + ], ], ]
unit-test: tests/unit_tests/test_lobbyconnection.py#L1033
test_command_matchmaker_info AssertionError: expected call not found. Expected: mock({'command': 'matchmaker_info', 'queues': [{'queue_name': 'test', 'queue_pop_time': '2019-07-01T16:53:20+00:00', 'queue_pop_time_delta': 1.0, 'team_size': 1, 'num_players': 6, 'boundaries': [(1800, 2200), (300, 700), (800, 1200)]}]}) Actual: mock({'command': 'matchmaker_info', 'queues': [{'queue_name': 'test', 'queue_pop_time': '2019-07-01T16:53:20+00:00', 'queue_pop_time_delta': 1, 'num_players': 6, 'boundaries': [[(1800, 2200)], [(300, 700), (300, 700)], [(800, 1200), (1100, 1500), (1800, 2200)]], 'team_size': 1}]}) pytest introspection follows: Args: assert ({'command': ...:00', ...}]},) == ({'command': ...:00', ...}]},) At index 0 diff: {'command': 'matchmaker_info', 'queues': [{'queue_name': 'test', 'queue_pop_time': '2019-07-01T16:53:20+00:00', 'queue_pop_time_delta': 1, 'num_players': 6, 'boundaries': [[(1800, 2200)], [(300, 700), (300, 700)], [(800, 1200), (1100, 1500), (1800, 2200)]], 'team_size': 1}]} != {'command': 'matchmaker_info', 'queues': [{'queue_name': 'test', 'queue_pop_time': '2019-07-01T16:53:20+00:00', 'queue_pop_time_delta': 1.0, 'team_size': 1, 'num_players': 6, 'boundaries': [(1800, 2200), (300, 700), (800, 1200)]}]} Full diff: ( { 'command': 'matchmaker_info', 'queues': [ { 'boundaries': [ - ( ? ^ + [ ? ^ + ( - 1800, + 1800, ? ++++ - 2200, + 2200, ? ++++ + ), - ), ? ^ + ], ? ^ - ( ? ^ + [ ? ^ + ( - 300, + 300, ? ++++ - 700, + 700, ? ++++ + ), + ( + 300, + 700, + ), - ), ? ^ + ], ? ^ - ( ? ^ + [ ? ^ + ( - 800, + 800, ? ++++ - 1200, + 1200, ? ++++ + ), + ( + 1100, + 1500, + ), + ( + 1800, + 2200, + ), - ), ? ^ + ], ? ^ ], 'num_players': 6, 'queue_name': 'test', 'queue_pop_time': '2019-07-01T16:53:20+00:00', - 'queue_pop_time_delta': 1.0, ? -- + 'queue_pop_time_delta': 1, 'team_size': 1, }, ], }, )
unit-test: tests/unit_tests/test_matchmaker_queue.py#L188
test_search_boundaries AttributeError: 'Search' object has no attribute 'boundaries'. Did you mean: 'boundary_80'?
unit-test
Process completed with exit code 1.
docker-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
unit-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.