-
Notifications
You must be signed in to change notification settings - Fork 593
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
Ice.ServerIdleTime in tests #2025
Comments
externl
added a commit
to externl/ice
that referenced
this issue
Apr 10, 2024
externl
added a commit
that referenced
this issue
Apr 11, 2024
- Remove the random usage in the tests - Adds a test to exercise Ice.ServerIdleTime - Fix a few selector bugs Closes #2025
pepone
pushed a commit
to pepone/ice
that referenced
this issue
Apr 12, 2024
- Remove the random usage in the tests - Adds a test to exercise Ice.ServerIdleTime - Fix a few selector bugs Closes zeroc-ice#2025
When implementing this I also found several issues which affected primarily Apple platforms.
|
externl
added a commit
to externl/ice
that referenced
this issue
Apr 15, 2024
externl
added a commit
that referenced
this issue
Apr 15, 2024
InsertCreativityHere
pushed a commit
to InsertCreativityHere/compiler-comparison
that referenced
this issue
Jan 1, 2025
…ice/ice#2041) - Remove the random usage in the tests - Adds a test to exercise Ice.ServerIdleTime - Fix a few selector bugs Closes zeroc-ice/ice#2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A number of tests configure Ice.ServerIdleTime, however, it's not clear why they do it and no test appears to actually verify that Ice.ServerIdleTime works.
Keep in the mind the default value for Ice.ServerIdleTime is 0 - meaning, the communicator is not shutdown automatically when inactive.
The text was updated successfully, but these errors were encountered: