-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Added tools bucket marker for no-downsample.json #5945
Conversation
Linked Issue: #5944 |
c9f4934
to
b35d7ec
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we still need to update the downsample code to exclude blocks that have the marker.
@yeya24 I have added in the code that filters the block with that filter. Just split it into two commits to reflect adding the flag to the command itself and then another that reflected adding the logic. |
204452c
to
5fe8343
Compare
c9c504c
to
f81ed16
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Generally this makes sense to me. Can we add some tests?
Sounds good, I'll get working on that over the next day. Do you have any insight why the PR is failing CI? I looked through the action results, but can't diagnose the issue. |
This one is a flake I believe. Just retried the workflow and let's see if it works this time. |
@yeya24, adding tests now. I'm wondering what you think would be the best ways to test this. My current idea is to test the |
Yeah having this coverage is good for now. Thanks for working on this! |
ab85ef6
to
3ec072a
Compare
@yeya24 added the test in a similar format to how no-compact marks are testing, looks like it's passing CI so I think this might be good! |
3ec072a
to
9f757e9
Compare
@yeya24 Fixed the changelog entry |
a3568ca
to
fe2a5df
Compare
@fpetkovski @yeya24 Looking for an update on this... curious why the CI checks seem to have hung... |
@RohitKochhar The changelog is not fixed... Please also mention we will skip downsampling for blocks with the new marker. |
Signed-off-by: Rohit Singh <[email protected]>
fe2a5df
to
8a6bdf7
Compare
@yeya24 thanks for your quick response, I added the additional information in the change log. doing another push seems to have properly retriggered CI as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the contribution! @RohitKochhar
Perfect, does anything else have to happen to get this merged? |
…s-io#5945) Signed-off-by: Rohit Singh <[email protected]> Signed-off-by: Rohit Singh <[email protected]>
…s-io#5945) Signed-off-by: Rohit Singh <[email protected]> Signed-off-by: Rohit Singh <[email protected]>
Signed-off-by: Rohit Singh [email protected]
Changes
Verification