Send ratings of search parties in queue #2238
Annotations
5 errors and 1 warning
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,
? ++++
+ ],
],
]
|
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,
? ++++
+ ],
],
]
|
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,
},
],
},
)
|
tests/unit_tests/test_matchmaker_queue.py#L188
test_search_boundaries
AttributeError: 'Search' object has no attribute 'boundaries'. Did you mean: 'boundary_80'?
|
|
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/.
|
This job failed
Loading