Comment 25 for bug 1710278

Revision history for this message
Sam Lee (sjwl) wrote :

repro.py attempts to trigger DNS queries during DNS Reloads.

It does so by first deploying all 50 machines.
Then one-by-one (not all at once!) release a machine, wait, deploy machine, move to next machine.

At some point a machine will be releasing (Reloads) while others are starting to deploy (DNS Queries). This is the sweet spot.

If one simply deploys all 50 machines simultaneously, then the DNS Reload would occur but without any DNS queries (because all machines have yet to PXE boot).