From df89913b8a952a46bc91264e0d96df9c69969efb Mon Sep 17 00:00:00 2001 From: "James E. King, III" Date: Sat, 12 Nov 2016 15:16:30 -0500 Subject: 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 --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') 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 -- cgit v1.2.1