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

Adjust end to end tests to support websocket infrastructure #987

Merged
merged 3 commits into from
Nov 24, 2023

Conversation

Askaholic
Copy link
Collaborator

Since we added the websocket proxy, the end to end test suite stopped working. This adds support for websockets and also names the end to end test folder e2e_tests to distinguish it from the 'integration' tests in the unit test folder.

These changes required a small refactor to the protocol classes to be able to decode messages from bytes objects directly rather than requiring them to be read from the StreamReader.

@Askaholic Askaholic force-pushed the fix-end-to-end-tests branch from 48b4ee3 to effa447 Compare November 24, 2023 21:16
@Askaholic Askaholic merged commit b908255 into FAForever:develop Nov 24, 2023
8 checks passed
@Askaholic Askaholic deleted the fix-end-to-end-tests branch November 24, 2023 21:35
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.

1 participant