I have not tried to reproduce. This seems to happen randomly during the build.
Failed Test Output
[ RUN ] FilterManagerTest.AdaptiveCheckTest
/jenkins/workspace/_terrier_common-compile-function/test/execution/sql_filter_manager_test.cpp:187: Failure
Value of: clause->GetOptimalTermOrder()
Expected: has 2 elements where
element #0 is equal to 0,
element #1 is equal to 1
Actual: { 1, 0 }, whose element #0 doesn't match
[ FAILED ] FilterManagerTest.AdaptiveCheckTest (3485 ms)
[----------] 4 tests from FilterManagerTest (5177 ms total)
Bug Report
Summary
Ran into an issue where I received the following error during the build. This failed test seems to be intermittent
Environment
OS: Ubuntu (LTS) 20.04
Compiler: Clang 8.0.1
CMake Profile:
Debug
Jenkins/CI: http://jenkins.db.cs.cmu.edu:8080/blue/organizations/jenkins/testing-team%2Fterrier/detail/common-compile-function/57/pipeline
Steps to Reproduce
I have not tried to reproduce. This seems to happen randomly during the build.
Failed Test Output