bump google.golang.org/grpc v1.20.1#936
Conversation
|
|
Seems something is not working when multiple workers are simultaneously being tested. |
|
Even with multiple workers, the test suite passes after commenting out some testcases in I assume we are hitting some quota (FD?) when we have lots of testcases/workers running. |
|
0cc96a1 once succeeded but failed after restarting CI. Locally always fails. |
|
@tonistiigi ptal |
|
|
bf7f63d to
0d4d708
Compare
Bisecting CI failure moby#936 in bumping up grpc 1.12 to 1.20 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
|
failure seems caused in grpc/grpc-go@40cd6b1 |
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
| err = c.stream.RecvMsg(m) | ||
| if err != nil { | ||
| if err != io.EOF { | ||
| c.readMu.Unlock() |
There was a problem hiding this comment.
There was a problem hiding this comment.
I think you could equivalently have moved the existing Unlock() to a defer next to the Lock()?
Signed-off-by: Akihiro Suda suda.akihiro@lab.ntt.co.jp