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

Improve attach API shutdown robustness #2485

Merged
merged 1 commit into from
Jul 26, 2018

Conversation

pdbain-ibm
Copy link
Contributor

Increase semaphore count when retrying wait loop termination,
to account for possible missing target directories.
This is tested by TestAttachErrorHandling.test_startupShutdownRobustness().

I ran the test 100 times. There were a few failures, all due to
#2047 which is a separate issue.

Signed-off-by: Peter Bain peter_bain@ca.ibm.com

Increase semaphore count when retrying wait loop termination,
to account for possible missing target directories.
This is tested by TestAttachErrorHandling.test_startupShutdownRobustness().

Signed-off-by: Peter Bain <peter_bain@ca.ibm.com>
@pshipton
Copy link
Member

Is test_startupShutdownRobustness an excluded test? Ideally it should be included as part of this PR, which likely means fixing #2047 at the same time.

@pshipton
Copy link
Member

jenkins test all xlinux jdk8

@pdbain-ibm
Copy link
Contributor Author

The test is excluded in the OpenJ9 test suite, but is still running in the internal builds.
I could fix #2047 et al. first in a separate pull request (since they are a different issue from this PR),
then re-submit this commit with the test re-enabled.

@pshipton pshipton merged commit 6a806ca into eclipse-openj9:master Jul 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants