Disable TestPsListContainersFilterExited (Windows)#39945
Conversation
4f7c18a to
bb77406
Compare
|
@thaJeztah While we are here, I noticed that the "Accept change" button seems to not work. I was pleasantly surprised to see it there and used it. And got an error message that my commit is not signed. Could I have done something to include my signatures there [or better yet could they have been included automatically]? |
|
Not only that but the suggested steps for working around the signing issue did not help either. Not sure which forum to raise those in - I can delete these comments here later if this is not a good place to bring these up but for now I will document it here: C:\gopath\src\github.com\moby\moby>git commit --amend --signoff C:\gopath\src\github.com\moby\moby> C:\gopath\src\github.com\moby\moby>git push --force-with-lease upstream disable_TestPsListContainersFilterExited_on_windows |
thaJeztah
left a comment
There was a problem hiding this comment.
oh, could you squash the commits?
|
sorry didn't see your comments; i'll try to write down the steps when I'm back at my computer |
On account of being flaky on both RS1 and RS5. Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com> Signed-off-by: Vikram bir Singh <vikrambir.singh@docker.com>
07d1c2c to
7de4e13
Compare
|
rebased and squashed; these were the steps I took; Make sure my remotes are up to date; Start an interactive rebase Which opens an editor; Change the second Cleanup the commit message, save, and close your editor Force push your changes (assuming the remote pointing to your fork is named |
|
ping @tiborvass @cpuguy83 ptal |
|
@thaJeztah - thanks for squashing the commit. Any idea why we ended up in this state? My expectation was that if I "accepted" your comments, it will commit with the -s option on its own. |
|
Yeah, the "suggestion" option isn't very useful for that; it will be a separate commit for each suggestion, and won't sign-off, so you'd always have to pull and squash afterwards |
relates to #20819
TestPsListContainersFilterExited is flaky on both RS1 and RS5.
Disable it for Windows by making it specific to Linux.
This is a workaround - a true fix would at least retry a few times in case
of the specific failure scenario [container not yet exited by the time we check
its exit value].
Signed-off-by: Vikram bir Singh vikrambir.singh@docker.com
- What I did
Disable TestPsListContainersFilterExited on Windows
- How I did it
Added a check that the daemon is a Linux daemon
- How to verify it
Test should not be executed on Windows but continue to be executed on Linux
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)