-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add integration tests for server #13
Comments
One test is there. I would like to see map downloads and another test like chat or something before the the issue can be closed. |
The current state is that the CI gets in a bugged state after the first server test ran. I added a Dockerfile into the integration_tests folder and I could get all tests passing locally once in some half manual docker exec attempt. But that is no way close to being clean/fast or consistent. I even doubt the reproducibility. The gh action yaml for it is ready and tested already but it fails. |
Okay multiple jobs it is. I moved the setup to a oneliner script. Thats fine maintenance wise. It spams a bunch of jobs but it should still be fast enough. Adding new tests is now simple. So the last thing blocking this issue is the server having a test for map download. |
I had a bunch of crashes happening in the server tick that were not caught by the CI. |
No description provided.
The text was updated successfully, but these errors were encountered: