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
Bulk delete namespaces in reconfiguration nfr test (#3402)
Add bulk delete namespaces function to use in reconfiguration nfr test to improve performance.
Problem: The reconfiguration nfr test takes a very long time to run because we are deleting namespaces individually, we could save a lot of time by bulk deleting them.
Solution: Add a function which deletes multiple namespaces at a single time.
0 commit comments