Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Test] Reduce concurrency when testing creation of security index (#7…
…5293) The internal cluster could get overwhelmed by many nodes and large number of concurrent putUser request. It can sometimes fail with confusing messages when JVM is under pressure. This PR reduces the concurrency so it has a better chance to succeed. The test also no longer relies on the user being "created" instead of "updated". Since they do not make a difference for the purpose of this test.
- Loading branch information