Skip to content

Skip flaky cancellation test checks that depend on a race-condition #811

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

Merged
merged 2 commits into from
May 30, 2018

Conversation

julienschmidt
Copy link
Member

Description

Some of our cancellation tests depend on a race-condition, which unfortunately causes tests in e.g. docker containers to fail quite often.

This PR attempts to make that race-condition less likely and if it still fails to "soft error" (skip the test with a warning).

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
  • Added myself / the copyright holder to the AUTHORS file

@julienschmidt julienschmidt changed the title Skip flaky cancellation test checks that can fail Skip flaky cancellation test checks that depend on a race-condition May 29, 2018
@julienschmidt julienschmidt merged commit 7413002 into master May 30, 2018
@julienschmidt julienschmidt deleted the flaky_tests branch May 30, 2018 10:03
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