Re-enable TaskResize test in CI#176
Conversation
Signed-off-by: James Sturtevant <jstur@microsoft.com>
Burning1020
left a comment
There was a problem hiding this comment.
These tests occurred by chance. May need to run it several times to potentially replicate the the problem.
|
interesting, I ran this specific test a bunch of times locally but I will see if I can reproduce running in a loop locally. I don't ability to re-trigger the jobs here so might do that on my branch as well. |
|
I ran this single, specific test 100 times successfully. Will try a few more times and also try in CI with all the tests running incase its a issue when running with everything: |
|
I got it on the 190th run locally: containerd logs confirm it was during create: |
|
Needs more investigation, I tried it with the fix that went into ttrpc (containerd/ttrpc-rust#208) but it didn't help. I've added a note to #122 /close |
Testing the failing tests in local environment for #122 I found this test passes. Trying it in CI.