Skip to content
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

[MUTE] search with uppercase regex in bwc testing #4226

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

nknize
Copy link
Collaborator

@nknize nknize commented Aug 16, 2022

Mixed cluster testing is failing with the new search with uppercase regex test from #3967. This PR prevents the test from running on pre-3.0 clusters until the feature is backported.

Prevents "search with uppercase regex" in 190_index_prefix_search.yml from
running in bwc testing until feature is backported.

Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
@nknize nknize added :test Adding or fixing a test CI CI related labels Aug 16, 2022
@nknize nknize requested review from a team and reta as code owners August 16, 2022 13:31
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #4226 (dbebe7d) into main (5f2e66b) will decrease coverage by 0.15%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #4226      +/-   ##
============================================
- Coverage     70.78%   70.63%   -0.16%     
+ Complexity    57218    57098     -120     
============================================
  Files          4605     4605              
  Lines        274695   274695              
  Branches      40228    40227       -1     
============================================
- Hits         194441   194019     -422     
- Misses        63955    64389     +434     
+ Partials      16299    16287      -12     
Impacted Files Coverage Δ
...main/java/org/opensearch/common/lucene/Lucene.java 66.02% <ø> (-1.28%) ⬇️
...index/codec/PerFieldMappingPostingFormatCodec.java 64.28% <ø> (ø)
...s/replication/SegmentReplicationSourceHandler.java 87.71% <ø> (-0.81%) ⬇️
server/src/main/java/org/opensearch/Version.java 79.26% <100.00%> (-0.47%) ⬇️
.../java/org/opensearch/index/codec/CodecService.java 88.88% <100.00%> (ø)
...fieldcomparator/BytesRefFieldComparatorSource.java 88.57% <100.00%> (ø)
...pensearch/index/search/QueryStringQueryParser.java 70.47% <100.00%> (+0.87%) ⬆️
...nsearch/index/shard/CheckpointRefreshListener.java 100.00% <100.00%> (ø)
...in/java/org/opensearch/index/shard/IndexShard.java 69.50% <100.00%> (+0.18%) ⬆️
...adonly/AddIndexBlockClusterStateUpdateRequest.java 0.00% <0.00%> (-75.00%) ⬇️
... and 510 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nknize
Copy link
Collaborator Author

nknize commented Aug 16, 2022

Simple bwc test mute w/ tests passing. Exercising maintainer privilege to merge w/o approval in order to get build back to stable.

@nknize nknize merged commit 1e47b95 into opensearch-project:main Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI related :test Adding or fixing a test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants