-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Closed
Copy link
Labels
:Core/Infra/SettingsSettings infrastructure and APIsSettings infrastructure and APIs>test-failureTriaged test failures from CITriaged test failures from CITeam:Core/InfraMeta label for core/infra teamMeta label for core/infra teamv7.10.0
Description
ReloadSecureSettingsIT.testReloadAllNodesWithPasswordWithoutTLSFails
failed and caused a suite timeout in https://gradle-enterprise.elastic.co/s/ncsu2j6bxs2dc
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2890, name=elasticsearch[transport_client_node_sm0][listener][T#6], state=RUNNABLE, group=TGRP-ReloadSecureSettingsIT] |
-- | --
| |
| Caused by: |
| java.lang.AssertionError: |
| Expected: a string containing "Secure settings cannot be updated cluster wide when TLS for the transport layer is not enabled" |
| but: was "[node_sm0][127.0.0.1:40377][cluster:admin/nodes/reload_secure_settings]" |
| at __randomizedtesting.SeedInfo.seed([5584ECBEEA2ED9D5]:0) |
| at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18) |
| at org.junit.Assert.assertThat(Assert.java:956) |
| at org.junit.Assert.assertThat(Assert.java:923) |
| at org.elasticsearch.action.admin.ReloadSecureSettingsIT$3.onFailure(ReloadSecureSettingsIT.java:178)
This reproduces locally for me on the 7.x branch on Linux using:
./gradlew ':server:integTest' --tests "org.elasticsearch.action.admin.ReloadSecureSettingsIT.testReloadAllNodesWithPasswordWithoutTLSFails" \
-Dtests.seed=5584ECBEEA2ED9D5 \
-Dtests.security.manager=true \
-Dtests.locale=ar-SA \
-Dtests.timezone=PNT \
-Dcompiler.java=13
Metadata
Metadata
Assignees
Labels
:Core/Infra/SettingsSettings infrastructure and APIsSettings infrastructure and APIs>test-failureTriaged test failures from CITriaged test failures from CITeam:Core/InfraMeta label for core/infra teamMeta label for core/infra teamv7.10.0