mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
84b2d93c70
Some of the multi-threaded tests had race conditions that show up when running inside the Kokoro Test VMs. To wake up and complete all running threads, no-ops are inserted into the uring. However, each thread can grab a list of results. On the test VMs, all no-ops are read by one thread, leaving the others running, blocking the test from completing. Since this is just a test.. let's just leave the threads hanging and let the OS take care of them. BUG=b:181673923 TEST=./test_all Change-Id: I504b6db9cf934e2454d27c1155667b4b0f7fbc77 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2750783 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Chirantan Ekbote <chirantan@chromium.org> Commit-Queue: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
src | ||
.build_test_skip | ||
Cargo.toml |