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] org.opensearch.index.codec.fuzzy.FuzzyFilterPostingsFormatTests is flaky #13177

Closed
aggarwalShivani opened this issue Apr 12, 2024 · 0 comments · Fixed by #13188
Closed
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Indexing Indexing, Bulk Indexing and anything related to indexing Other

Comments

@aggarwalShivani
Copy link
Contributor

Describe the bug

The test case org.opensearch.index.codec.fuzzy.FuzzyFilterPostingsFormatTests is flaky

java.lang.AssertionError: The test or suite printed 49379 bytes to stdout and stderr, even though the limit was set to 8192 bytes. Increase the limit with @Limit, ignore it completely with @SuppressSysoutChecks or run with -Dtests.verbose=true
	at __randomizedtesting.SeedInfo.seed([6936636B7D8738D4]:0)
	at org.apache.lucene.tests.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:283)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
	at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Build id: 36939

I have executed it on my local machine multiple times and it has passed.

Related component

Other

To Reproduce

./gradlew :server:test --tests "*.FuzzyFilterPostingsFormatTests" -Dtests.seed=6936636B7D8738D4 -Dtests.locale=de-CH -Dtests.timezone=America/Atikokan -Dtests.asserts=true -Dtests.file.encoding=UTF-8

Expected behavior

The test must always pass

Additional Details

Plugins
Standard

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

Host/Environment (please complete the following information):

  • CI

Additional context

@aggarwalShivani aggarwalShivani added bug Something isn't working untriaged labels Apr 12, 2024
@github-actions github-actions bot added the Other label Apr 12, 2024
@mgodwan mgodwan self-assigned this Apr 13, 2024
@mgodwan mgodwan added flaky-test Random test failure that succeeds on second run Indexing Indexing, Bulk Indexing and anything related to indexing and removed untriaged labels Apr 15, 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 flaky-test Random test failure that succeeds on second run Indexing Indexing, Bulk Indexing and anything related to indexing Other
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants