summaryrefslogtreecommitdiff
path: root/cpp/test/IceStorm/stress/test.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2018-01-30 17:49:06 +0100
committerBenoit Foucher <benoit@zeroc.com>2018-01-30 17:49:06 +0100
commit4dad5ef818e8d25b747c5856ddf5c398cf8d09af (patch)
tree08d8c8dba16db8f0ddfc93b72cf6372c66186b6a /cpp/test/IceStorm/stress/test.py
parentRename GRADLEOPTS/GRADLE_OPTS -> GRADLEARGS (diff)
downloadice-4dad5ef818e8d25b747c5856ddf5c398cf8d09af.tar.bz2
ice-4dad5ef818e8d25b747c5856ddf5c398cf8d09af.tar.xz
ice-4dad5ef818e8d25b747c5856ddf5c398cf8d09af.zip
Run IceStorm/repstress on driver main thread (ICE-8175)
Diffstat (limited to 'cpp/test/IceStorm/stress/test.py')
-rw-r--r--cpp/test/IceStorm/stress/test.py9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpp/test/IceStorm/stress/test.py b/cpp/test/IceStorm/stress/test.py
index 6b7fe614dd9..6164e74fcc2 100644
--- a/cpp/test/IceStorm/stress/test.py
+++ b/cpp/test/IceStorm/stress/test.py
@@ -143,13 +143,6 @@ class IceStormStressTestCase(IceStormTestCase):
s.stop(current, True)
current.writeln("ok")
-#
-# TODO: WORKAROUND: we run this test on the main thread only for now to investigate a
-# sporadic hang on Windows. This test supports workers but when it hangs we don't get
-# the output. We should remove this workaround once the hang is fixed or no longer
-# shows up.
-#
-
TestSuite(__file__, [
IceStormStressTestCase("persistent", icestorm=[IceStorm("TestIceStorm1", quiet=True),
@@ -159,4 +152,4 @@ TestSuite(__file__, [
[IceStorm("TestIceStorm1", i, 3, quiet=True) for i in range(0,3)] +
[IceStorm("TestIceStorm2", i, 3, portnum=20, quiet=True) for i in range(0,3)]),
-], multihost=False, runOnMainThread=True)
+], multihost=False)