-
Notifications
You must be signed in to change notification settings - Fork 3
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
Threaded Web API test passes although Web server fails to start #240
Comments
@maxs-rose can you look into this? |
That occurs when the previous script fails to shutdown maestro. I think its a problem with python being unable to stop Java processes sometimes and I am not entirely sure how to solve it |
Ah okay. So it connects to the Maestro instance created by the previous test on port 8082 as it is not shutdown and this is why it passes although the port is in use? |
I think that could be a workaround. Will have a look into it |
Thanks! :) |
The test Threaded Web API test executed by the test_simultaneous_simulations.py script as part of the github actions workflow passes although it states that the test fails to start the web server with the following description: "Web server failed to start. Port 8082 was already in use.".
The text was updated successfully, but these errors were encountered: