tzaeschke / phtree-cpp

PH-Tree C++ implementation
Apache License 2.0
29 stars 9 forks source link

Some tests fail with Code Coverage #147

Open tzaeschke opened 1 year ago

tzaeschke commented 1 year ago

When building with:

cmake .. -DPHTREE_CODE_COVERAGE=ON -DCMAKE_BUILD_TYPE=Debug

Some test fail:

99% tests passed, 3 tests failed out of 382

Total Test time (real) =  31.55 sec

The following tests FAILED:
    352 - PhTreeBptPriorityQueueTest.SmokeTest (Failed)
    353 - PhTreeBptPriorityQueueTest.SmokeTestTop (Failed)
    360 - PhTreeBptFixedVectorTest.SmokeTest (SEGFAULT)
Errors while running CTest

The tests do not fail with:

The test do fail with