You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the time being, the integration tests should use randomized ports for Logging and Commands. This will allow mutilple jobs to coexist without deadlocking each other.
In the future we will contain these jobs on the Jenkins server in individual docker containers, etc
The text was updated successfully, but these errors were encountered:
uh anything in the unprivileged port range (I think anything above 1024 IIRC) is fine. Probably best to restrict the range to something like 20,000 to 30,000 and check the random port before starting the test.
All this logic of port selection can be done in ControllerTest.py
For the time being, the integration tests should use randomized ports for Logging and Commands. This will allow mutilple jobs to coexist without deadlocking each other.
In the future we will contain these jobs on the Jenkins server in individual docker containers, etc
The text was updated successfully, but these errors were encountered: