summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKevin Krakauer <krakauer@google.com>2021-03-11 21:12:25 -0800
committergVisor bot <gvisor-bot@google.com>2021-03-11 21:14:46 -0800
commit002df130655ff5e10196d0a057659a4d7c4f6364 (patch)
treec7aaca5b11f87339c83a140d2563614f765d962a
parent82d7fb2cb0cf37ceeb44de665cde1ac7d72230f1 (diff)
Remove special casing of socket stress test
With /proc/sys/net/ipv4/ip_local_port_range implemented, the socket stress test runs in a more normal time and doesn't need to sacrifice coverage to prevent timeouts. PiperOrigin-RevId: 362443366
-rw-r--r--test/syscalls/BUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/syscalls/BUILD b/test/syscalls/BUILD
index 9adb1cea3..ef299799e 100644
--- a/test/syscalls/BUILD
+++ b/test/syscalls/BUILD
@@ -65,14 +65,8 @@ syscall_test(
syscall_test(
size = "large",
- # Produce too many logs in the debug mode.
- debug = False,
shard_count = most_shards,
- # 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.
- tags = ["nogotsan"],
test = "//test/syscalls/linux:socket_stress_test",
- vfs2 = False,
)
syscall_test(