-
Notifications
You must be signed in to change notification settings - Fork 3k
Core: Add RESTCatalog tests for FileIOTracker #14378
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
base: main
Are you sure you want to change the base?
Conversation
|
@gaborkaszab what's the reason we want to test the track with the rest catalog? We do already have |
|
Hey @nastra , |
I'm currently undecided on this, so let's see what others think |
|
FYI, this change in freshness-aware loading made me think testing this area has value. But in general, the usage of FileIOTracker inRESTSessionCatalog is untested and some test coverage still makes sense to me. |
FileIOTracker related functionality in RESTSessionCatalog code isn't covered with tests. The PR adds test coverage, and also some adjustments to make the FileIOTracker available in tests.
0ffd2c3 to
baf7298
Compare
|
Last change is rebase with main to resolve conflicts |
|
This pull request has been marked as stale due to 30 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the [email protected] list. Thank you for your contributions. |
|
Just an FYI, that the freshness-aware loading implementation was changed a bit and it no longer requires FileIOTracker testability. Would you mind sharing your view, @amogh-jahagirdar, @danielcweeks ? There is a merge conflict that I'd resolve only if we have consensus that this useful. |
FileIOTracker related functionality in RESTSessionCatalog code isn't covered with tests. The PR adds test coverage, and also some adjustments to make the FileIOTracker available in tests.