Skip to content

Commit 33826ed

Browse files
authored
Update cluster.remote.connect to node.remote_cluster_client (#4589)
This commit updates the cluster.remote.connect setting to allow integration tests to run against master 8.0.0 snapshots
1 parent 44135c1 commit 33826ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Tests.Core/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ params ElasticsearchPlugin[] plugins
5353
Add(AttributeKey("testingcluster"), "true");
5454
Add(AttributeKey("gateway"), "true");
5555
Add("search.remote.connect", "true", "<8.0.0");
56-
Add("cluster.remote.connect", "true", ">=8.0.0-SNAPSHOT");
56+
Add("node.remote_cluster_client", "true", ">=8.0.0-SNAPSHOT");
5757

5858
Add($"script.max_compilations_per_minute", "10000", "<6.0.0-rc1");
5959
Add($"script.max_compilations_rate", "10000/1m", ">=6.0.0-rc1");

0 commit comments

Comments
 (0)