fleet/changes/30311-fix-race-cond-test
Juan Fernandez fdfef5adf1
30311: Fix race condition in test (#30903)
For #30311 

Refactored `AddHostsToTeam` so that batch size can be specified via a
parameter and not a global variable.
2025-07-17 10:20:49 -04:00

1 line
No EOL
84 B
Text

* Refactored `AddHostsToTeam` method to fix race condition introduced by global var.