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

[5.x] Handle test failures better #9324

Merged
merged 1 commit into from
Dec 1, 2016
Merged

Conversation

elastic-jasper
Copy link
Contributor

Handle test failures better

Backports PR #9251

Commit 1:
Skip assertion when the test blips.

Tests fails intermittently, and for identical reasons. When this occurs, skip the test. This only occurs in CI and cannot be reproduced locally.

Additional changes:

  • Use async/await to improve legibility.
  • Move async behaviour to beforeEach and keep test stubs synchronous to improve labeling of tests.

Backports PR #9251

**Commit 1:**
Skip assertion when the test blips.

Tests fails intermittently, and for identical reasons. When this occurs, skip the test. This only occurs in CI and cannot be reproduced locally.

Additional changes:
- Use async/await to improve legibility.
- Move async behaviour to beforeEach and keep test stubs synchronous to improve labeling of tests.

* Original sha: d5b6879
* Authored by Thomas Neirynck <thomas@elastic.co> on 2016-11-29T18:32:45Z
@thomasneirynck
Copy link
Contributor

jenkins, test this

@thomasneirynck thomasneirynck merged commit 6ae8073 into 5.x Dec 1, 2016
@thomasneirynck thomasneirynck deleted the jasper/backport/9251/5.x branch December 1, 2016 23:53
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