From: Brett Smith Date: Tue, 14 Oct 2014 14:15:53 +0000 (-0400) Subject: 2881: Re-enable Node Manager tests. X-Git-Url: https://git.arvados.org/arvados-dev.git/commitdiff_plain/aa68e1bfb8b5fe86127c4a3157183f423c9179b4?hp=284acd7cf652e9ca0fcd57a230fedcc2a155db67 2881: Re-enable Node Manager tests. The work done in refs #4139 should make these more reliable. --- diff --git a/jenkins/run-tests.sh b/jenkins/run-tests.sh index 05f009c..412aac0 100755 --- a/jenkins/run-tests.sh +++ b/jenkins/run-tests.sh @@ -122,12 +122,6 @@ declare -A skip # Always skip CLI tests. They don't know how to use run_test_server.py. skip[cli]=1 -# Skip Node Manager tests. Because these tests are multithreaded, their -# performance is a little unpredictable, and Jenkins regularly has trouble -# with them. Brett has a plan for making them more robust, but it's going -# to take a little time to implement. -2014-10-10 -skip[nodemanager]=1 - while [[ -n "$1" ]] do arg="$1"; shift