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/CrossClusterLookupJoinIT.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,8 @@ public void testLookupJoinIndexMode() throws IOException {
330
330
assertThat(
331
331
failure.reason(),
332
332
containsString(
333
-
"Lookup Join requires a single lookup mode index; [values_lookup] resolves to [cluster-a:values_lookup] in [standard] mode"
333
+
"Lookup Join requires a single lookup mode index; "
334
+
+ "[values_lookup] resolves to [cluster-a:values_lookup] in [standard] mode"
0 commit comments