소스 검색

HPCC-18617 Refactor Dali unit tests

Seperate different areas into different categorgies.
All used to fall under 'stress' and as such were not run by
e.g. the smoke test runs
Fix various bugs/leaks and ensure they all pass.

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 7 년 전
부모
커밋
d1a514f81c
2개의 변경된 파일1344개의 추가작업 그리고 1344개의 파일을 삭제
  1. 1343 1344
      testing/unittests/dalitests.cpp
  2. 1 0
      testing/unittests/unittests.cpp

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1343 - 1344
testing/unittests/dalitests.cpp


+ 1 - 0
testing/unittests/unittests.cpp

@@ -176,6 +176,7 @@ int main(int argc, char* argv[])
     {
         excludeNames.append("*stress*");
         excludeNames.append("*timing*");
+        excludeNames.append("*slow*");
     }
 
     if (useDefaultLocations)