Skip to content

Ensure Iceberg test waits for dynamic filtering#12829

Merged
hashhar merged 1 commit intotrinodb:masterfrom
alexjo2144:iceberg/flaky-df-test
Jun 17, 2022
Merged

Ensure Iceberg test waits for dynamic filtering#12829
hashhar merged 1 commit intotrinodb:masterfrom
alexjo2144:iceberg/flaky-df-test

Conversation

@alexjo2144
Copy link
Copy Markdown
Member

Description

testLocalDynamicFilteringWithSelectiveBuildSizeJoin tests that a local Dynamic Filter is applied, so it should have a wait time set to ensure the filter is available.

Is this change a fix, improvement, new feature, refactoring, or other?

Test change only

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

Test change only

How would you describe this change to a non-technical end user or system administrator?

Test change only

Related issues, pull requests, and links

Fixes: #10932

Documentation

(x) No documentation is needed.
( ) Sufficient documentation is included in this PR.
( ) Documentation PR is available with #prnumber.
( ) Documentation issue #issuenumber is filed, and can be handled later.

Release notes

(x) No release notes entries required.
( ) Release notes entries required with the following suggested text:

@cla-bot cla-bot bot added the cla-signed label Jun 13, 2022
@alexjo2144 alexjo2144 marked this pull request as draft June 13, 2022 16:26
@alexjo2144
Copy link
Copy Markdown
Member Author

Testing with invocationCount-100

@alexjo2144 alexjo2144 force-pushed the iceberg/flaky-df-test branch from 1818a13 to 685eba5 Compare June 14, 2022 13:37
@alexjo2144 alexjo2144 marked this pull request as ready for review June 14, 2022 13:37
@alexjo2144 alexjo2144 force-pushed the iceberg/flaky-df-test branch from 685eba5 to 72dac46 Compare June 14, 2022 18:19
@alexjo2144 alexjo2144 requested a review from raunaqmorarka June 14, 2022 18:19
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit : I would keep timeout something between 20-30 sec since CI workers are small nodes and we do encounter GC pauses

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Sure, bumped it to 25s

@alexjo2144 alexjo2144 force-pushed the iceberg/flaky-df-test branch from 72dac46 to 3b58a1b Compare June 16, 2022 17:47
@alexjo2144
Copy link
Copy Markdown
Member Author

Also fixed a small typo, size -> side

@alexjo2144 alexjo2144 requested a review from ebyhr June 16, 2022 19:46
@hashhar hashhar added test no-release-notes This pull request does not require release notes entry labels Jun 17, 2022
@hashhar hashhar merged commit 0795a31 into trinodb:master Jun 17, 2022
@github-actions github-actions bot added this to the 387 milestone Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed no-release-notes This pull request does not require release notes entry test

Development

Successfully merging this pull request may close these issues.

Flaky TestIcebergParquetConnectorTest.testLocalDynamicFilteringWithSelectiveBuildSizeJoin

3 participants