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

[AUTO] [1.x] Added bwc version 1.3.2. #2673

Merged
merged 1 commit into from
Mar 31, 2022
Merged

Conversation

github-actions[bot]
Copy link
Contributor

I've noticed that a new tag 1.3.1 was pushed, and added a bwc version 1.3.2.

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure b47c982884d09856d9f1e3f9c2a7b101776d71d4
Log 3924

Reports 3924

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 30, 2022

Since the version on 1.3 branch has been bumped to "1.3.2" in PR #2675, the gradle check should be passed now.

Signed-off-by: Tianli Feng <ftianli@amazon.com>
@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 5f9c480
Log 3944

Reports 3944

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

In log 3944:

> Task :qa:remote-clusters:integTest FAILED
REPRODUCE WITH: ./gradlew ':qa:remote-clusters:integTest' --tests "org.opensearch.cluster.remote.test.RemoteClustersIT.testHAProxyModeConnectionWorks" -Dtests.seed=DBB38D5B63465121 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-HN -Dtests.timezone=America/Inuvik -Druntime.java=11
  java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([DBB38D5B63465121:DCC5589058C0277C]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertTrue(Assert.java:53)
        at org.opensearch.cluster.remote.test.RemoteClustersIT.testHAProxyModeConnectionWorks(RemoteClustersIT.java:125)

It's reported in issue #1703

> Task :server:test
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.index.ShardIndexingPressureConcurrentExecutionTests.testReplicaThreadedUpdateToShardLimits" -Dtests.seed=DBB38D5B63465121 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=pl-PL -Dtests.timezone=Asia/Qatar -Druntime.java=11
 java.lang.AssertionError
        at __randomizedtesting.SeedInfo.seed([DBB38D5B63465121:BEC66878B4B94BFC]:0)
        at org.junit.Assert.fail(Assert.java:87)
        at org.junit.Assert.assertTrue(Assert.java:42)
        at org.junit.Assert.assertTrue(Assert.java:53)
        at org.opensearch.index.ShardIndexingPressureConcurrentExecutionTests.testReplicaThreadedUpdateToShardLimits(ShardIndexingPressureConcurrentExecutionTests.java:115)

Can't be reproduced locally.

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 5f9c480
Log 3948

Reports 3948

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 5f9c480
Log 3950

Reports 3950

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

In log 3950:

FAILURE: Build failed with an exception.

* Where:
Build file '/var/CITOOL/workflow/OpenSearch_CI/PR_Checks/Gradle_Check/search/qa/full-cluster-restart/build.gradle' line: 80

* What went wrong:
Execution failed for task ':qa:full-cluster-restart:v1.3.2#oldClusterTest'.
> `cluster{:qa:full-cluster-restart:v1.3.2}` failed to wait for cluster health yellow after 40 SECONDS
    IO error while waiting cluster
    503 Service Unavailable

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 5f9c480
Log 3957

Reports 3957

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

In log 3957:

  2> REPRODUCE WITH: ./gradlew ':qa:full-cluster-restart:v1.3.2#oldClusterTest' --tests "org.opensearch.upgrades.FullClusterRestartIT.testRecoveryWithTranslogRetentionDisabled" -Dtests.seed=75FBEA36F78B06E1 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-NI -Dtests.timezone=ART -Druntime.java=11
  2> org.opensearch.client.WarningFailureException: method [PUT], host [http://[::1]:46421], URI [/testrecoverywithtranslogretentiondisabled], status line [HTTP/1.1 200 OK]
    {"acknowledged":true,"shards_acknowledged":true,"index":"testrecoverywithtranslogretentiondisabled"}
        at __randomizedtesting.SeedInfo.seed([75FBEA36F78B06E1:8ED42C296AD53ED]:0)
        at org.opensearch.client.RestClient.convertResponse(RestClient.java:340)
        at org.opensearch.client.RestClient.performRequest(RestClient.java:314)
        at org.opensearch.client.RestClient.performRequest(RestClient.java:289)
        at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:978)
        at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:958)
        at org.opensearch.test.rest.OpenSearchRestTestCase.createIndex(OpenSearchRestTestCase.java:954)
        at org.opensearch.upgrades.FullClusterRestartIT.testRecoveryWithTranslogRetentionDisabled(FullClusterRestartIT.java:1446)

It's reported in issue #2334

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

❌   Gradle Check failure 5f9c480
Log 3961

Reports 3961

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

In log 3961:

  2> REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.cluster.ClusterHealthIT.testHealthOnMasterFailover" -Dtests.seed=92B10F8E83EF5B3 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=sr -Dtests.timezone=Asia/Thimphu -Druntime.java=11
  2> java.util.concurrent.ExecutionException: RemoteTransportException[[node_s3][127.0.0.1:42381][cluster:monitor/health]]; nested: MasterNotDiscoveredException[NodeClosedException[node closed {node_s1}{fyoUnFntRIeo4PPmBuk8VA}{g70dGCcWS7CszsOfVu5JCQ}{127.0.0.1}{127.0.0.1:42773}{dimr}{shard_indexing_pressure_enabled=true}]]; nested: NodeClosedException[node closed {node_s1}{fyoUnFntRIeo4PPmBuk8VA}{g70dGCcWS7CszsOfVu5JCQ}{127.0.0.1}{127.0.0.1:42773}{dimr}{shard_indexing_pressure_enabled=true}];
        at __randomizedtesting.SeedInfo.seed([92B10F8E83EF5B3:97C43FD5EBD4E955]:0)
        at org.opensearch.common.util.concurrent.BaseFuture$Sync.getValue(BaseFuture.java:281)
        at org.opensearch.common.util.concurrent.BaseFuture$Sync.get(BaseFuture.java:268)
        at org.opensearch.common.util.concurrent.BaseFuture.get(BaseFuture.java:99)
        at org.opensearch.cluster.ClusterHealthIT.testHealthOnMasterFailover(ClusterHealthIT.java:393)

        Caused by:
        RemoteTransportException[[node_s3][127.0.0.1:42381][cluster:monitor/health]]; nested: MasterNotDiscoveredException[NodeClosedException[node closed {node_s1}{fyoUnFntRIeo4PPmBuk8VA}{g70dGCcWS7CszsOfVu5JCQ}{127.0.0.1}{127.0.0.1:42773}{dimr}{shard_indexing_pressure_enabled=true}]]; nested: NodeClosedException[node closed {node_s1}{fyoUnFntRIeo4PPmBuk8VA}{g70dGCcWS7CszsOfVu5JCQ}{127.0.0.1}{127.0.0.1:42773}{dimr}{shard_indexing_pressure_enabled=true}];
...

It's reported in #1828

@tlfeng
Copy link
Collaborator

tlfeng commented Mar 31, 2022

start gradle check

@opensearch-ci-bot
Copy link
Collaborator

✅   Gradle Check success 5f9c480
Log 3966

Reports 3966

@tlfeng tlfeng requested a review from a team March 31, 2022 06:14
@tlfeng tlfeng added :test Adding or fixing a test v1.4.0 labels Mar 31, 2022
@dblock dblock merged commit 6c1599c into 1.x Mar 31, 2022
@tlfeng tlfeng deleted the create-pull-request/patch-1.x branch April 13, 2022 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:test Adding or fixing a test v1.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants