Skip to content
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

Remove flaky assertions in DF test #5184

Merged
merged 1 commit into from
Sep 16, 2020

Conversation

raunaqmorarka
Copy link
Member

@raunaqmorarka raunaqmorarka commented Sep 16, 2020

Fixes: #5120

Copy link
Member

@sopel39 sopel39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm % modulo @Praveen2112 comment. Let's remove these lines with TODO that points to commit

@raunaqmorarka raunaqmorarka force-pushed the flaky_df_test branch 2 times, most recently from 135b15d to 66b2869 Compare September 16, 2020 10:54
@raunaqmorarka raunaqmorarka changed the title Comment flaky assertions in DF test Remove flaky assertions in DF test Sep 16, 2020
@sopel39 sopel39 merged commit 9faddbe into trinodb:master Sep 16, 2020
@raunaqmorarka raunaqmorarka deleted the flaky_df_test branch January 14, 2021 11:38
assertEquals(probeStats.getInputPositions(), 0L);
assertEquals(probeStats.getDynamicFilterSplitsProcessed(), 0L);
// TODO bring back OperatorStats assertions from https://github.com/prestosql/presto/commit/1feaa0f928a02f577c8ac9ef6cc0c8ec2008a46d
// after https://github.com/prestosql/presto/issues/5120 is fixed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raunaqmorarka would you like to re-enable this?
(or at least re-link to #5172?)

#5120 is closed. #5172 isn't solved, but we have developed ways to deal with that in tests

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am indeed planning on bringing this back using the assertQueryStats thing we added recently. But I wanted to wait for the in-progress iceberg DF PR to merge which has changes in these files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants