Skip to content

Commit ec20ca9

Browse files
committed
Switch Concurrency test to use catch2
- added verbose output to try to help catch an infrequent failure.
1 parent e00eab5 commit ec20ca9

9 files changed

+637
-777
lines changed

FWCore/Concurrency/test/BuildFile.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
<bin name="testFWCoreConcurrency" file="*.cppunit.cpp">
2-
<use name="cppunit"/>
1+
<bin name="testFWCoreConcurrency" file="test2_catch2_*.cc">
2+
<use name="catch2"/>
33
<use name="FWCore/Concurrency"/>
4+
<use name="tbb"/>
5+
<!-- be verbose to help find failure-->
6+
<flags TEST_RUNNER_CMD="testFWCoreConcurrency -s"/>
47
</bin>
58

69
<bin file="test_threadSafeOutputFileStream.cpp">

FWCore/Concurrency/test/limitedtaskqueue_t.cppunit.cpp

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)