-
Notifications
You must be signed in to change notification settings - Fork 106
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(build): add elasticsearch feature to block serialize #6709
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6709 +/- ##
==========================================
- Coverage 77.66% 77.64% -0.03%
==========================================
Files 310 310
Lines 41475 41477 +2
==========================================
- Hits 32211 32204 -7
- Misses 9264 9273 +9 |
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.
Did you manually test the same command that failed in the ticket?
This is working:
|
Are you missing |
Yea, sorry, i just noticed that. Trying again. |
If this was a production feature, we'd add a CI test that specifically tried this compile. But since it's experimental it's ok to break it in some circumstances. |
I changed it back to draft as it seems the changes did not worked with the full correct command i wanted to fix:
|
45bd4a8
to
84f9ec2
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.
We'll need to chain the feature activations between different crates.
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.
Looks good, thanks!
I'm assuming you did the manual test again?
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!
I want to approve, but someone needs to manually test that this works first.
I tested this manually and it is working. |
Motivation
Close #6695
Solution
Add elasticsearch feature to block serialization.
Review
Reviewer Checklist
Follow Up Work