-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat(azure-storage-blob): native maxDepth
support
#553
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #553 +/- ##
==========================================
- Coverage 65.05% 59.44% -5.61%
==========================================
Files 39 42 +3
Lines 4055 3689 -366
Branches 487 590 +103
==========================================
- Hits 2638 2193 -445
- Misses 1408 1493 +85
+ Partials 9 3 -6 ☔ View full report in Codecov by Sentry. |
Implements native `maxDepth` for the `azure-storage-blob` driver by using hierarchical fetches.
maxDepth
support
@pi0 do you know why we disabled these tests? when I run them locally, they seem to work fairly well if teardown happens cleanly |
IIRC tests were super flakey some point in CI. (sorry for delay, trying to find some time to review. might delay this PR) |
No rush at all. We can keep these tests disabled for now if you like They do pass locally at least |
@pi0 what do you think about merging this one? 👀 |
Still have to check better. Really no ETA sorry, i appreciate if you stay patient 🙏🏼 |
Implements native
maxDepth
for theazure-storage-blob
driver by using hierarchical fetches.the tests are skipped for whatever reason, but I ran them locally and they pass