Explorar o código

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 %!s(int64=7) %!d(string=hai) anos
pai
achega
d1a514f81c
Modificáronse 2 ficheiros con 1344 adicións e 1344 borrados
  1. 1343 1344
      testing/unittests/dalitests.cpp
  2. 1 0
      testing/unittests/unittests.cpp

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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)