cmu-db / noisepage

Self-Driving Database Management System from Carnegie Mellon University
https://noise.page
MIT License
1.75k stars 502 forks source link

FilterManagerTest.AdaptiveCheckTest Failure #1378

Open bialesdaniel opened 3 years ago

bialesdaniel commented 3 years ago

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)
linmagit commented 3 years ago

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