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

Try to fix slow async timing test intermittent failures #6978

Closed

Conversation

tjquinno
Copy link
Member

@tjquinno tjquinno commented Jun 8, 2023

Resolves #6653 (we hope)

This PR tries to use explicit countdown latches (already in place for another test using the same test resource) to resolve the intermittent timing issue.

The original code used timing and retries to avoid race conditions, but using explicit synchronization via countdown latches might help.

@tjquinno tjquinno self-assigned this Jun 8, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 8, 2023
@tjquinno tjquinno marked this pull request as draft June 9, 2023 05:17
@tjquinno
Copy link
Member Author

tjquinno commented Jun 9, 2023

Abandoning this PR. Will return to the underlying issue later.

@tjquinno tjquinno closed this Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant