You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/internalClusterTest/java/org/elasticsearch/xpack/esql/action/CrossClusterLookupJoinFailuresIT.java
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ public void sendResponse(Exception exception) {
94
94
} */
95
95
96
96
try (
97
+
// This only calls REMOTE_CLUSTER_1 which is skip_unavailable=true
97
98
EsqlQueryResponseresp = runQuery(
98
99
"FROM logs-*,c*:logs-* | EVAL lookup_key = v | LOOKUP JOIN values_lookup ON lookup_key",
99
100
randomBoolean()
@@ -112,9 +113,8 @@ public void sendResponse(Exception exception) {
0 commit comments