-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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] Flaky test failure - v1.2.5#mixedClusterTest - yaml rest test - indices.get_field_mapping #2440
Comments
There is an attempt to fix in the commit 4577e73 The test failure message became to the below after the above commit:
See #2439 (comment)
|
I tested the REST API manually in OpenSearch single node of both 1.x branch and 2.0 branch:
Unfortunately, I didn't get 404 response code, or empty response body |
Muting test in #2452. It looks related to the intermediate state we're in for types removal. Should resolve once that's complete. |
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: opensearch-project#2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com>
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: opensearch-project#2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com>
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: #2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com>
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: #2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit a50d1f6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: #2440 (comment) (cherry picked from commit a50d1f6) Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: opensearch-project#2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com>
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: opensearch-project#2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Aman Khare <amkhar@amazon.com>
This flaky test still exists, see the failed test. |
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: opensearch-project#2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com>
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: opensearch-project#2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com> Signed-off-by: Shivansh Arora <hishiv@amazon.com>
Fixed by #13624 |
Describe the bug
Seen in #2437 (comment)
Gradle run result:
Log 3252
Reports 3252
To Reproduce
I can't reproduce it locally. 🙂
The below shows in the log of Gradle check.
Expected behavior
test passes.
Plugins
none.
Screenshots
none.
Host/Environment (please complete the following information):
Additional context
Occurred since Mar.10th, 2022.
The BWC test running with OpenSearch v1.3.0 can also fail.
gradle command:
./gradlew ':qa:mixed-cluster:v1.3.0#mixedClusterTest' --tests "org.opensearch.backwards.MixedClusterClientYamlTestSuiteIT" -Dtests.method="test {p0=indices.get_field_mapping/20_missing_field/Return empty object if field doesn't exist, but index does}" -Dtests.seed=2E22A45097655A52
see #2438 (comment)
The text was updated successfully, but these errors were encountered: