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
The #113501 PR introduced a
change where `:index-name` is no longer considered a valid remote index
name. The valid remote index name has to have a non-empty remote cluster
name, e.g. `my-remote-cluster:index-name`.
This PR changes tests to avoid randomly generating empty remote cluster
names.
Resolves#113659,
#113660
(cherry picked from commit be22d2a)
# Conflicts:
# muted-tests.yml
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authz/interceptor/SearchRequestCacheDisablingInterceptorTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ public void testRequestCacheWillBeDisabledWhenSearchRemoteIndices() {
0 commit comments