Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

FilterManagerTest.AdaptiveCheckTest Failure #1378

Open
bialesdaniel opened this issue Dec 5, 2020 · 1 comment · Fixed by #1419
Open

FilterManagerTest.AdaptiveCheckTest Failure #1378

bialesdaniel opened this issue Dec 5, 2020 · 1 comment · Fixed by #1419
Labels
bug Something isn't working (correctness). Mark issues with this.

Comments

@bialesdaniel
Copy link
Contributor

bialesdaniel commented Dec 5, 2020

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 bialesdaniel added the bug Something isn't working (correctness). Mark issues with this. label Dec 5, 2020
@linmagit linmagit reopened this Jan 16, 2021
@linmagit
Copy link
Member

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working (correctness). Mark issues with this.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants