From 002df130655ff5e10196d0a057659a4d7c4f6364 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Thu, 11 Mar 2021 21:12:25 -0800 Subject: 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 --- test/syscalls/BUILD | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/syscalls') 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( -- cgit v1.2.3