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
Adds missing `assertBusy` in `testQueryDeleteOrUpdateReservedRoles`.
We wait for security migration to finish before test execution, but this is not
enough to guarantee that built-in roles are synchronized into the `.security`
index. In many cases, the roles have already been synchronized before the
query gets executed, but in rare cases the cluster is a bit slower and the
assertion fails because the built-in roles have not been indexed yet.
Resolveselastic#120401
Copy file name to clipboardExpand all lines: x-pack/plugin/security/qa/security-basic/src/javaRestTest/java/org/elasticsearch/xpack/security/QueryableReservedRolesIT.java
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -121,14 +121,16 @@ public void testQueryDeleteOrUpdateReservedRoles() throws Exception {
0 commit comments