Fix heisenbug#5027
Merged
Merged
Conversation
rabbah
approved these changes
Nov 17, 2020
cc1c766 to
8cc41e8
Compare
Codecov Report
@@ Coverage Diff @@
## master #5027 +/- ##
==========================================
- Coverage 83.52% 76.85% -6.67%
==========================================
Files 195 202 +7
Lines 9553 9818 +265
Branches 413 416 +3
==========================================
- Hits 7979 7546 -433
- Misses 1574 2272 +698
Continue to review full report at Codecov.
|
rabbah
approved these changes
Nov 19, 2020
style95
commented
Nov 22, 2020
|
|
||
| for (a <- 1 to 10) { | ||
| val run = wsk.action.invoke(name, Map("payload" -> "128".toJson)) | ||
| val run = wsk.action.invoke(name, Map("payload" -> "128".toJson), blocking = true) |
Member
Author
There was a problem hiding this comment.
This test is supposed to reuse a container, so I change them to blocking calls.
Member
Author
|
I would re-run all tests multiple times and merge this if there is no further issue. |
Member
Author
|
Handling |
bf128ad to
8f8d40f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is to fix the intermittent test failures.
Description
Intermittent test failures due to heisenbugs increase the CI time and make authors run tests multiple times.
Related issue and scope
My changes affect the following components
Types of changes
Checklist: