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

Jenkins Randomized Gradle Check Failed on main #1477

Closed
opensearch-ci-bot opened this issue Nov 1, 2021 · 4 comments
Closed

Jenkins Randomized Gradle Check Failed on main #1477

opensearch-ci-bot opened this issue Nov 1, 2021 · 4 comments
Labels
bug Something isn't working cicd

Comments

@opensearch-ci-bot
Copy link
Collaborator

@opensearch-project/opensearch-core team, please take a look at Build 924 in gradle_check log for more information.

@opensearch-ci-bot opensearch-ci-bot added bug Something isn't working cicd labels Nov 1, 2021
@adnapibar
Copy link
Contributor

Started by timer (Nov 1, 2021 12:33:00 PM)

 Tests with failures:
  - org.opensearch.index.ShardIndexingPressureSettingsIT.testShardIndexingPressureEnforcedEnabledDisabledSetting
  - org.opensearch.index.ShardIndexingPressureSettingsIT.classMethod


REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.index.ShardIndexingPressureSettingsIT.testShardIndexingPressureEnforcedEnabledDisabledSetting" -Dtests.seed=ACDE98FF6EA460C -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=tr -Dtests.timezone=America/Fort_Wayne -Druntime.java=17
 
 org.opensearch.index.ShardIndexingPressureSettingsIT > testShardIndexingPressureEnforcedEnabledDisabledSetting FAILED
     java.lang.Exception: Test abandoned because suite timeout was reached.
         at __randomizedtesting.SeedInfo.seed([ACDE98FF6EA460C]:0)
 


REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.index.ShardIndexingPressureSettingsIT" -Dtests.seed=ACDE98FF6EA460C -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=en -Dtests.timezone=Etc/UTC -Druntime.java=17

org.opensearch.index.ShardIndexingPressureSettingsIT > classMethod FAILED
     java.lang.Exception: Suite timeout exceeded (>= 1200000 msec).
         at __randomizedtesting.SeedInfo.seed([ACDE98FF6EA460C]:0)

@adnapibar
Copy link
Contributor

Both failures are not reproducible using the same seed on Mac OS X 11.6 (x86_64) and Amazon Linux 2 (Linux 5.4.141, x86_64)

@reta
Copy link
Collaborator

reta commented Nov 3, 2021

java.lang.Exception: Test abandoned because suite timeout was reached. seems like no particular test to blame for but the overall suite execution has exceeded 20mins, I think a good improvement would be to add a reasonable timeout to xxx.actionGet() calls (there are many in the ShardIndexingPressureSettingsIT) to at least better understand the failing flow, @adnapibar what do you think?

 14) Thread[id=897, name=TEST-ShardIndexingPressureSettingsIT.testShardIndexingPressureEnforcedEnabledDisabledSetting-seed#[ACDE98FF6EA460C], state=WAITING, group=TGRP-ShardIndexingPressureSettingsIT]
  2>         at java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at java.base@17/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
  2>         at java.base@17/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:715)
  2>         at java.base@17/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1047)
  2>         at app//org.opensearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:267)
  2>         at app//org.opensearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:99)
  2>         at app//org.opensearch.common.util.concurrent.FutureUtils.get(FutureUtils.java:69)

@peterzhuamazon
Copy link
Member

Seems like no errors anymore. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cicd
Projects
None yet
Development

No branches or pull requests

4 participants