Reduce the number of simultaneous debug sessions to 10 and remove
authorJason Molenda <jmolenda@apple.com>
Tue, 13 Sep 2016 02:45:45 +0000 (02:45 +0000)
committerJason Molenda <jmolenda@apple.com>
Tue, 13 Sep 2016 02:45:45 +0000 (02:45 +0000)
the expectedFlakeyDarwin annotation.

I've been running this test in isolation on my macOS Sierra system
and haven't seen a failure in 20-30 runs.  The number of simultaneous
debug sessions that it spins up could be a problem when the testbots
are running under load, so I'm reducing this from 20 simultaneous
debug sessions to see if we can get enough stability to leave this
enabled.

llvm-svn: 281291

lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/multi-process-driver.cpp

index ca8a69c..20e41f0 100644 (file)
@@ -18,7 +18,6 @@ class TestMultipleSimultaneousDebuggers(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @skipIfNoSBHeaders
-    @expectedFlakeyDarwin()
     @expectedFailureAll(
         archs="i[3-6]86",
         bugnumber="multi-process-driver.cpp creates an x64 target")