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

[BUG] Update Suppressed Lucene Codecs in OpenSearchTestCase #12767

Open
jed326 opened this issue Mar 19, 2024 · 1 comment
Open

[BUG] Update Suppressed Lucene Codecs in OpenSearchTestCase #12767

jed326 opened this issue Mar 19, 2024 · 1 comment
Labels
bug Something isn't working Libraries Lucene Upgrades and Libraries, Any 3rd party library that Core depends on, ex: nebula; team is respo :test Adding or fixing a test

Comments

@jed326
Copy link
Collaborator

jed326 commented Mar 19, 2024

Describe the bug

The suppressed codecs in OpenSearchTestCase have not been updated in a while:

@SuppressCodecs({
"SimpleText",
"Memory",
"CheapBastard",
"Direct",
"Compressing",
"FST50",
"FSTOrd50",
"TestBloomFilteredLucenePostings",
"MockRandom",
"BlockTreeOrds",
"LuceneFixedGap",
"LuceneVarGapFixedInterval",
"LuceneVarGapDocFreqInterval",
"Lucene50" })

The purpose of this issue is to review which ones are actually needed and if there are any codec related misses in the tests elsewhere.

Related component

Libraries

To Reproduce

n/a

Expected behavior

n/a

Additional Details

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@jed326 jed326 added bug Something isn't working untriaged labels Mar 19, 2024
@github-actions github-actions bot added the Libraries Lucene Upgrades and Libraries, Any 3rd party library that Core depends on, ex: nebula; team is respo label Mar 19, 2024
@andrross andrross added :test Adding or fixing a test and removed untriaged labels Mar 20, 2024
@andrross
Copy link
Member

[Triage - attendees 1 2 3 4 5 6]
@jed326 Thanks for opening, looking forward to see a review of the suppressed codecs.

@andrross andrross changed the title [BUG] Update Supressed Lucene Codecs in OpenSearchTestCase [BUG] Update Suppressed Lucene Codecs in OpenSearchTestCase Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Libraries Lucene Upgrades and Libraries, Any 3rd party library that Core depends on, ex: nebula; team is respo :test Adding or fixing a test
Projects
None yet
Development

No branches or pull requests

2 participants