Fix flaky test case of TestExecInteractiveStdinClose#37076
Fix flaky test case of TestExecInteractiveStdinClose#37076vdemeester merged 1 commit intomoby:masterfrom
TestExecInteractiveStdinClose#37076Conversation
This issue has been reported by issue moby#36877. The purpose of this test case is for the regression test of moby#12546, so we only need to make sure the essential of the testing is still in the way to check that while not disturbed by some testing noises, which is exactly what this PR want to do. Signed-off-by: Dennis Chen <[email protected]>
|
/cc @vdemeester @thaJeztah @anusha-ragunathan PTAL 😄 |
Codecov Report
@@ Coverage Diff @@
## master #37076 +/- ##
==========================================
- Coverage 35.34% 35.09% -0.26%
==========================================
Files 615 615
Lines 45818 45818
==========================================
- Hits 16196 16080 -116
- Misses 27470 27628 +158
+ Partials 2152 2110 -42 |
|
Do we know what caused the test to fail in the first place? |
It's hard to say as hard to reproduce, according to last experience, this kind of issue most probably is a synchronization issue, but since we have a 3rd party |
thaJeztah
left a comment
There was a problem hiding this comment.
yeah perhaps it's not worth looking into
LGTM
|
Just take a look at the I suggest to add below code snippet in Do we need to squash this change? |
|
@arm64b interesting… we should try that 👼 (in another PR, this one being merged already) |
|
+1 on trying #37076 (comment) |
|
Follow-up done in #37086 |
fixes #36877
This issue has been reported by issue #36877.
The purpose of this test case is for the regression test of #12546,
so we only need to make sure the essential of the testing is still
in the way to check that while not disturbed by some testing noises,
which is exactly what this PR want to do.
Signed-off-by: Dennis Chen [email protected]
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)