-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 S3BlobContainerRetriesTests #9905
Labels
bug
Something isn't working
flaky-test
Random test failure that succeeds on second run
Storage:Snapshots
Comments
This was referenced Sep 8, 2023
kotwanikunal
added
the
flaky-test
Random test failure that succeeds on second run
label
Sep 19, 2023
@shourya035 can you please take a look at this ? |
...
Removing network cecfaffbad8f91d35778c3983160aef9_minio-fixture__│
default │
│
BUILD SUCCESSFUL in 1m 11s │
67 actionable tasks: 11 executed, 56 up-to-date │
=================================================================│
== │
4917 │
=================================================================│
== │
======================================= │
OpenSearch Build Hamster says Hello! │
Gradle Version : 8.7 │
OS Info : <redacted> │
JDK Version : 11 (Amazon Corretto JDK) │
JAVA_HOME : /usr/lib/jvm/java-11-amazon-corretto │
Random Testing Seed : 8802C3ED079BC1EE │
In FIPS 140 mode : false │
======================================= │
│
> Task :test:fixtures:s3-fixture:composeBuild │
Building s3-fixture │
Building s3-fixture-other │
Building s3-fixture-repositories-metering │
Building s3-fixture-with-session-token │
Building s3-fixture-with-ec2 │
...
No repro yet in 4k+ suite runs with unique master seeds. Will repro for longer and check. |
Removing cecfaffbad8f91d35778c3983160aef9_minio-fixture__minio-fi│
xture_1 ... done │
Removing network cecfaffbad8f91d35778c3983160aef9_minio-fixture__│
default │
│
BUILD SUCCESSFUL in 1m 10s │
67 actionable tasks: 11 executed, 56 up-to-date │
=================================================================│
== │
9565 │
=================================================================│
== │
======================================= │
OpenSearch Build Hamster says Hello! │
Gradle Version : 8.7 │
OS Info : <redacted> No repro |
github-project-automation
bot
moved this from 🏗 In progress
to ✅ Done
in Storage Project Board
Apr 5, 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
Storage:Snapshots
Describe the bug
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.opensearch.repositories.s3.S3BlobContainerRetriesTests:
at java.base@17.0.8/jdk.internal.misc.Unsafe.park(Native Method)
at java.base@17.0.8/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
at java.base@17.0.8/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
at java.base@17.0.8/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
at java.base@17.0.8/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
at java.base@17.0.8/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
To Reproduce
https://build.ci.opensearch.org/job/gradle-check/24970/
Expected behavior
Test should pass
The text was updated successfully, but these errors were encountered: