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
pytest: Retry set until failure after ACL update (#5823)
pytest: Retry set until failure
In test_acl_cat_commands_multi_exec_squash we set an ACL to deny set
commands, and then check if subsequent set command fails. However this
can fail because of time taken for the ACL setuser to propagate changes
to shards, during this time a set command may succeed.
The test is changed to retry the command a fixed number of times until
eventually it is denied.
Signed-off-by: Abhijat Malviya <[email protected]>
0 commit comments