Skip to content

Commit 99c0868

Browse files
authored
[8.x] Longer RCS suite timeout due to slow keystore (#117157) (#117173)
* Longer RCS suite timeout due to slow keystore (#117157) Rather than muting the suite and losing signal, bump the suite timeout to account for very slow keystore operations. We should follow this up with performance improvements around keystore setup in tests. Closes: #116883 * Unmute
1 parent c012a75 commit 99c0868

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

muted-tests.yml

-3
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,6 @@ tests:
356356
- class: org.elasticsearch.xpack.inference.InferenceRestIT
357357
method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint}
358358
issue: https://github.com/elastic/elasticsearch/issues/117027
359-
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityReloadCredentialsRestIT
360-
method: testDowngradeToRcs1
361-
issue: https://github.com/elastic/elasticsearch/issues/117109
362359
- class: org.elasticsearch.xpack.searchablesnapshots.RetrySearchIntegTests
363360
method: testRetryPointInTime
364361
issue: https://github.com/elastic/elasticsearch/issues/117116

x-pack/plugin/security/qa/multi-cluster/src/javaRestTest/java/org/elasticsearch/xpack/remotecluster/RemoteClusterSecurityReloadCredentialsRestIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
import static org.hamcrest.Matchers.nullValue;
4343

4444
// account for slow stored secure settings updates (involves removing and re-creating the keystore)
45-
@TimeoutSuite(millis = 10 * TimeUnits.MINUTE)
45+
@TimeoutSuite(millis = 20 * TimeUnits.MINUTE)
4646
public class RemoteClusterSecurityReloadCredentialsRestIT extends AbstractRemoteClusterSecurityTestCase {
4747

4848
private static final MutableSettingsProvider keystoreSettings = new MutableSettingsProvider();

0 commit comments

Comments
 (0)