diff options
author | Fabricio Voznika <fvoznika@google.com> | 2021-03-15 19:04:16 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-03-15 19:06:03 -0700 |
commit | 34d0d720679778611fce51ed7f62fbdafa413d60 (patch) | |
tree | efce5137cb6615be8bfc9d9cb30cd95008562eb3 /test/syscalls/linux/BUILD | |
parent | b1d57877264c2b94e3024375efc9914881f0bbe8 (diff) |
Deflake proc_test_native
Terminating tasks from other tests can mess up with the task
list of the current test. Tests were changed to look for added/removed
tasks, ignoring other tasks that may exist while the test is running.
PiperOrigin-RevId: 363084261
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r-- | test/syscalls/linux/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 5399d8106..4509b5e55 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -1705,6 +1705,7 @@ cc_binary( "@com_google_absl//absl/time", gtest, "//test/util:memory_util", + "//test/util:multiprocess_util", "//test/util:posix_error", "//test/util:proc_util", "//test/util:temp_path", |