Skip to content

org.elasticsearch.upgrades.RecoveryIT fails during upgrade tests #68278

Closed
@przemekwitek

Description

@przemekwitek

Build scan:
[6.8.14] https://gradle-enterprise.elastic.co/s/zrc4fnpfqnwdu

Repro line:

REPRODUCE WITH: ./gradlew ':qa:rolling-upgrade:v6.8.14#upgradedClusterTest' \
  -Dtests.class="org.elasticsearch.upgrades.RecoveryIT" \
  -Dtests.method="testRecoveryWithConcurrentIndexing" \
  -Dtests.seed=9A9A65701543F0D \
  -Dtests.security.manager=true \
  -Dtests.bwc=true \
  -Dtests.locale=es-VE \
  -Dtests.timezone=Arctic/Longyearbyen \
  -Druntime.java=8

REPRODUCE WITH: ./gradlew ':qa:rolling-upgrade:v6.8.14#upgradedClusterTest' \
  -Dtests.class="org.elasticsearch.upgrades.RecoveryIT" \
  -Dtests.method="testRecoveryWithConcurrentIndexing" \
  -Dtests.seed=9A9A65701543F0D \
  -Dtests.security.manager=true \
  -Dtests.bwc=true \
  -Dtests.locale=es-VE \
  -Dtests.timezone=Arctic/Longyearbyen \
  -Druntime.java=8

Reproduces locally?:
Don't know yet.

Applicable branches:
7.x, 7.10

Failure history:

Failure excerpt:

12:46:20 org.elasticsearch.upgrades.RecoveryIT > testRecoveryWithConcurrentIndexing FAILED
12:46:20     org.elasticsearch.client.WarningFailureException: method [PUT], host [http://127.0.0.1:38975], URI [/recovery_with_concurrent_indexing/_settings], status line [HTTP/1.1 200 OK]
12:46:20     Warnings: ['Y' year-of-era should be replaced with 'y'. Use 'Y' for week-based-year.; 'Z' time zone offset/id fails when parsing 'Z' for Zulu timezone. Consider using 'X'. Use new java.time date format specifiers.]
12:46:20     {"acknowledged":true}
12:46:20         at __randomizedtesting.SeedInfo.seed([9A9A65701543F0D:89F8620483F0E1C7]:0)
12:46:20         at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:322)
12:46:20         at org.elasticsearch.client.RestClient.performRequest(RestClient.java:296)
12:46:20         at org.elasticsearch.client.RestClient.performRequest(RestClient.java:270)
12:46:20         at org.elasticsearch.test.rest.ESRestTestCase.updateIndexSettings(ESRestTestCase.java:1208)
12:46:20         at org.elasticsearch.test.rest.ESRestTestCase.updateIndexSettings(ESRestTestCase.java:1202)
12:46:20         at org.elasticsearch.upgrades.RecoveryIT.testRecoveryWithConcurrentIndexing(RecoveryIT.java:174)

Metadata

Metadata

Assignees

No one assigned

    Labels

    :Core/Infra/CoreCore issues without another label>test-failureTriaged test failures from CITeam:Core/InfraMeta label for core/infra team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions