-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Native] Test AbstractTestNativeGeneralQueries.testFiltersAndProjections is failing often #21820
Comments
The issue is that the worker node is crashing
|
saw tbhis one again today: [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 54.166 s - in com.facebook.presto.nativeworker.TestPrestoNativeAggregations |
I created a PR to disable these tests #22134 (leaving the issue open though, since we should fix them and re-enable) |
+1 these tests fail 80% of the time and it takes 1 hr for each retry |
updating that I didn't end up disabling these tests in that pr since it would remove a lot of coverage, but I split them up into 6 tests to narrow down the issue, and so that disabling if need be could have a smaller blast radius. |
[ERROR] TestPrestoNativeGeneralQueriesJSON>AbstractTestNativeGeneralQueries.testFiltersAndProjections:172->AbstractTestQueryFramework.assertQuery:147->AbstractTestQueryFramework.assertQuery:152 Execution of 'actual' query failed: SELECT * FROM lineitem WHERE linenumber_as_smallint > 5 AND linenumber_as_smallint < 2
The text was updated successfully, but these errors were encountered: