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] {p0=indices.delete_index_template/10_basic/Delete index template which is not used by data stream but index pattern matches} is flaky #15161

Closed
gaobinlong opened this issue Aug 8, 2024 · 0 comments · Fixed by #15162
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run

Comments

@gaobinlong
Copy link
Collaborator

gaobinlong commented Aug 8, 2024

Describe the bug

org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT.test {p0=indices.delete_index_template/10_basic/Delete index template which is not used by data stream but index pattern matches} is flaky:

java.lang.AssertionError: Failure at [indices.delete_index_template/10_basic:2]: got unexpected warning header [
	299 OpenSearch-2.17.0-SNAPSHOT-8d664b338ba19022eb79cc584b423665ea8915ee "index template [test_template_1] has index patterns [test-*] matching patterns from existing older templates [global] with patterns (global => [*]); this template [test_template_1] will take precedence during new index creation"
]

https://build.ci.opensearch.org/job/gradle-check/44183/

Related component

Indexing

To Reproduce

./gradlew ':qa:mixed-cluster:v2.17.0#mixedClusterTest' --tests "org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=indices.delete_index_template/10_basic/Delete index template which is not used by data stream but index pattern matches}"

Expected behavior

Fix the flaky test

Additional Details

No response

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

Successfully merging a pull request may close this issue.

1 participant