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] InstallPluginCommandTests.testOfficialPluginSnapshot (Random Test Failure) #1564

Closed
CEHENKLE opened this issue Nov 16, 2021 · 3 comments
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run

Comments

@CEHENKLE
Copy link
Member

Describe the bug
Random test failure. :( Please dig in and figure out what went wrong :(

https://ci.opensearch.org/logs/ci/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/gradle_check_1087_reports.zip

@CEHENKLE CEHENKLE added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run and removed untriaged labels Nov 16, 2021
@tlfeng
Copy link
Collaborator

tlfeng commented Jan 13, 2022

The issue comes from #1546 (comment), and also occurred in #1888

@owaiskazi19
Copy link
Member

Ran test in isolation for 100 times. Passed successfully

./gradlew ':distribution:tools:plugin-cli:test' --tests "org.opensearch.plugins.InstallPluginCommandTests.testOfficialPluginSnapshot" -Dtests.iters=100

> Configure project :qa:os
Cannot add task 'destructiveDistroTest.docker' as a task with that name already exists.
=======================================
OpenSearch Build Hamster says Hello!
  Gradle Version        : 7.6
  OS Info               : Linux 5.11.0-1020-aws (amd64)
  Runtime JDK Version   : 14 (Private Build JDK)
  Runtime java.home     : /usr/lib/jvm/java-14-openjdk-amd64
  Gradle JDK Version    : 17 (Oracle JDK)
  Gradle java.home      : /usr/lib/jvm/java-17/jdk-17.0.1
  Random Testing Seed   : F2E388CEF3FF354C
  In FIPS 140 mode      : false
=======================================

> Task :distribution:tools:plugin-cli:compileTestJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

BUILD SUCCESSFUL in 5m 38s
43 actionable tasks: 4 executed, 39 up-to-date

@minalsha
Copy link
Contributor

minalsha commented Dec 5, 2022

Closed this issue until we see it resurfacing again next time.

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

No branches or pull requests

4 participants