| commit | 9aaa72815dfa53eb050debdb3dd5abcd5895de46 | [log] [tgz] |
|---|---|---|
| author | Oleksandr Kononenko <okononenko@mirantis.com> | Thu Feb 19 14:57:30 2026 +0200 |
| committer | Mykyta Karpin <mkarpin@mirantis.com> | Tue Mar 03 16:11:16 2026 +0000 |
| tree | 49d59702c00629ad20d344c60fcf12fadfd783a0 | |
| parent | 9c2fd54623cb4302f9fdebafe2b05801d657c947 [diff] |
Update tests with 'while True' loop Some tests use a 'while True' loop to send queries to the DNS server However, none of them pause between queries, which can lead to high load on the DNS server. This patch adds a delay between each query iteration. Related-Prod: PRODX-57822 Change-Id: I24dcb791f1dde1f26693a118a9ad76776609eca7 (cherry picked from commit 815d3a4113b005951c4b5d2a275c08fbb566f1f8)