We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c0440 commit eb49a1aCopy full SHA for eb49a1a
1 file changed
integ-test/src/test/java/org/opensearch/sql/legacy/OpenSearchSQLRestTestCase.java
@@ -311,7 +311,9 @@ protected static void configureHttpsClient(
311
* cluster.
312
*/
313
public void configureMultiClusters(String remote) throws IOException {
314
- initRemoteClient(remote);
+ if (remoteClient == null) {
315
+ initRemoteClient(remote);
316
+ }
317
318
Request connectionRequest = new Request("PUT", "_cluster/settings");
319
String connectionSetting =
0 commit comments