diff options
author | Fabricio Voznika <fvoznika@google.com> | 2020-08-20 16:16:46 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-20 16:19:10 -0700 |
commit | e8a25a283447443ee895d41ae7ae95e96fe62140 (patch) | |
tree | 59b4b2fffa53a2e338746eae7990d46eab196cb3 /test/syscalls/BUILD | |
parent | df4822709992c971af0f9b339d915f6e629c0225 (diff) |
Enable strace+debug in syscall tests
This is done to ease troubleshooting when tests fail. runsc
logs are not stored when tests passe, so this will only
affect failing tests and should not increase log storage
too badly.
PiperOrigin-RevId: 327717551
Diffstat (limited to 'test/syscalls/BUILD')
-rw-r--r-- | test/syscalls/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD index d11412c55..9897946ed 100644 --- a/test/syscalls/BUILD +++ b/test/syscalls/BUILD @@ -64,6 +64,8 @@ syscall_test( syscall_test( size = "large", + # Produce too many logs in the debug mode. + debug = False, shard_count = 50, # Takes too long for TSAN. Since this is kind of a stress test that doesn't # involve much concurrency, TSAN's usefulness here is limited anyway. |