From 10dc038a247822475c2a2764d90716bc95662e2b Mon Sep 17 00:00:00 2001 From: David Roazen Date: Thu, 5 Dec 2013 17:31:32 -0500 Subject: [PATCH] Separate tests that access the knowledge base from other tests The tests that access the knowledge base are interfering with the basic ability to run the unit/integration test suite to completion -- these few tests often take hours to complete. Created a new class of test ("KnowledgeBaseTest") that runs separately from the unit/integration test suite, with corresponding build target. A new bamboo plan will be set up to run these tests independently so that they don't interfere with unit/integration testing. With this change, plus the recent changes to the parallel test runner, unit/integration test suite runtime should be back down to ~30 minutes on average. --- build.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/build.xml b/build.xml index 16cfa9a61..fd0801bfb 100644 --- a/build.xml +++ b/build.xml @@ -1415,6 +1415,13 @@ + + + + + + +