Skip to content

Commit aae3269

Browse files
committed
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 (cherry picked from commit 33826ed)
1 parent d3f670d commit aae3269

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ params ElasticsearchPlugin[] plugins
5252

5353
Add(AttributeKey("testingcluster"), "true");
5454
Add(AttributeKey("gateway"), "true");
55-
Add("search.remote.connect", "true");
55+
Add("search.remote.connect", "true", "<8.0.0");
56+
Add("node.remote_cluster_client", "true", ">=8.0.0-SNAPSHOT");
5657

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

0 commit comments

Comments
 (0)