New tests for protected indices feature#5865
New tests for protected indices feature#5865shikharj05 merged 2 commits intoopensearch-project:mainfrom
Conversation
|
Suddenly these tests started failing, without having touched them. So far I am clueless why this is happening. |
|
Taking a look at the tests |
|
@nibix are the test failures only showing on Github? I was not able to reproduce on my mac, but will also try on linux to see if its reproducible there |
|
I could not reproduce it locally, so far. This is mysterious indeed. |
1dd9fbe to
7c01bad
Compare
|
Merging #5869 first would fix the tests. I am still clueless regarding any other ways to fix the tests. |
7c01bad to
93ea822
Compare
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
93ea822 to
962af3a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5865 +/- ##
==========================================
+ Coverage 73.68% 73.72% +0.04%
==========================================
Files 438 438
Lines 26649 26649
Branches 3939 3939
==========================================
+ Hits 19635 19646 +11
+ Misses 5141 5128 -13
- Partials 1873 1875 +2 🚀 New features to boost your workflow:
|
…currency issue Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
895748b to
76ea28b
Compare
|
@cwperks @DarshitChanpura @shikharj05 I could now resolve the issues with this test PR. It contains now an additional commit to fix issues with concurrent test execution. Would you be available to review this? Thank you :) |
|
@DarshitChanpura @shikharj05 @derek-ho @willyborankin would you be able to review this? merging this is needed to both unblock #5895 and #5827 |
Description
Another PR for preparing the improved index resolution feature #5827 ; this adds new tests for the protected index feature. This allows us to easily test the new implementation in the future.
Check List
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.