-
Notifications
You must be signed in to change notification settings - Fork 184
Keep .plugins-ml-config index for Integration test #3989
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
Conversation
Signed-off-by: Hailong Cui <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3989 +/- ##
============================================
+ Coverage 80.63% 80.65% +0.02%
- Complexity 7965 7976 +11
============================================
Files 694 694
Lines 34902 34932 +30
Branches 3895 3898 +3
============================================
+ Hits 28142 28174 +32
+ Misses 5032 5029 -3
- Partials 1728 1729 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Looks good. Thanks for fixing the issue. |
this tag mismatch flaky IT tests failure has been here for quite some time. thanks for fixing it!!! |
Description
.plugins-ml-config
index for Integration test, As the master key stores in this index, delete and recreate will cause the value in Encryptor is not consistent for encrypt and decrypt.A exception flow may looks like
.plugins-ml-config
index.plugins-ml-config
and reset masterkey in Encryptor as KeyBtag mismatch
exception happened.Related Issues
#3963 (comment)
#2560
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.