mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
The CompositeRolesStoreTests#testNegativeLookupsAreCached test had a bug where it was expected to retrieve the superuser role but the mockito verification on the call failed. This was because there is also randomization on the number of times to call, which could be 0. Closes elastic/elasticsearch#4562 Original commit: elastic/x-pack-elasticsearch@5c62df15b7