noisepage icon indicating copy to clipboard operation
noisepage copied to clipboard

FilterManagerTest.AdaptiveCheckTest Failure

Open bialesdaniel opened this issue 4 years ago • 1 comments

Bug Report

Summary

Ran into an issue where I received the following error during the build. This failed test seems to be intermittent

The following tests FAILED:

	158 - jumbotest_execution_sql (Failed)

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

[ 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)

bialesdaniel avatar Dec 05 '20 21:12 bialesdaniel

See this failure again: http://jenkins.db.cs.cmu.edu:8080/blue/organizations/jenkins/terrier/detail/PR-1426/20/tests

linmagit avatar Jan 16 '21 03:01 linmagit