server
server copied to clipboard
Serialize faction as string in game launch message
Closes #834
One integration test is broken, but I don't know why, because it seems totally unrelated to me.
test_game_ratings in test_teammatchmaker.py fails to finish. I found this in the log:
WARNING RatingService:rating_service.py:293 gps_update_sql resultset is empty for game_id 41956
It seems like the game_player_stats table fails to update correctly.
You need to make sure the integer value is still used for faction to update the game_stats entries
Codecov Report
Merging #835 (7411a0a) into develop (e2dec4b) will not change coverage. The diff coverage is
100.00%
.
Impacted Files | Coverage Δ | |
---|---|---|
server/ladder_service.py | 98.27% <ø> (ø) |
|
server/types.py | 100.00% <100.00%> (ø) |