Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialize faction as string in game launch message #835

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

BlackYps
Copy link
Collaborator

Closes #834

@BlackYps
Copy link
Collaborator Author

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.

@Sheikah45
Copy link
Member

You need to make sure the integer value is still used for faction to update the game_stats entries

@codecov
Copy link

codecov bot commented Sep 15, 2021

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%> (ø)

@BlackYps BlackYps added this to the v2.0 milestone Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use string for faction in game launch message
2 participants