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

Verify a test pre-condition #2841

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Conversation

khk-globus
Copy link
Collaborator

As seen in CI at least once, it's possible that the noop() function takes too long to complete. Address by:

  • increasing the timeout
  • removing the now-deemed-extraneous other parameterizations
  • and verifying the test pre-condition first. ("We expect to get a result!")

Reference problem observed: #2812 (comment)

Type of change

  • Code maintenance/cleanup

As seen in CI at least once, it's possible that the noop() function takes too
long to complete.  Address by:

- increasing the timeout
- removing the now-deemed-extraneous other parameterizations
- and verifying the test pre-condition first.  ("We expect to get a result!")

Reference problem observed: #2812 (comment)
@benclifford benclifford merged commit 6bb3373 into master Jul 21, 2023
@benclifford benclifford deleted the test_address_timeout_racecondition branch July 21, 2023 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants