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

Fix flaky ORC filecache test #9240

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Sep 13, 2023

Fixes #8776. The fix attempted in #9188 was flawed in that it mistakenly assumed reattempts would increment existing metrics but in fact there are new metrics being generated for each attempt. Therefore this takes a simpler approach of retrying the operation until we do not see any filecache data range misses and then verifying we see no misses and non-zero hits for footer and data ranges when expecting to get a full cache hit on a file.

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added the test Only impacts tests label Sep 13, 2023
@jlowe jlowe self-assigned this Sep 13, 2023
@jlowe
Copy link
Member Author

jlowe commented Sep 13, 2023

build

@pxLi pxLi merged commit aedda6d into NVIDIA:branch-23.10 Sep 18, 2023
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] FileCacheIntegrationSuite intermittent failure
3 participants