summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2016-11-12 15:16:30 -0500
committerJames E. King, III <jking@apache.org>2016-11-12 15:16:30 -0500
commitdf89913b8a952a46bc91264e0d96df9c69969efb (patch)
tree548a2f75295cad56246a9370cea5fc51abcc16d8 /appveyor.yml
parentea5ea8b4c85ffced36a88b93b35a4671478921ab (diff)
downloadthrift-df89913b8a952a46bc91264e0d96df9c69969efb.tar.gz
THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that area, did a little refactoring and prettying up along the way
Client: C++ This closes #1103
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index cfd8b51f3..03ee29543 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -89,6 +89,5 @@ build_script:
# CTest fails to invoke ant seemingly due to "ant.bat" v.s. "ant" (shell script) conflict.
# Currently, everything that involves OpenSSL seems to hang forever on our Appveyor setup.
# Also a few C++ tests hang (on Appveyor or on Windows in general).
-- ctest -C Release --timeout 600 -VV -E "(concurrency_test|processor_test|TInterruptTest|StressTestNonBlocking|OpenSSLManualInitTest|SecurityTest|PythonTestSSLSocket|python_test$|^Java)"
-
-#TODO make it perfect ;-r
+- ctest -C Release --timeout 600 -VV -E "(StressTestNonBlocking|PythonTestSSLSocket|python_test$|^Java)"
+# TODO make it perfect ;-r