Tests: Reduce runtime for high_throughput_limits test
authorKienan Stewart <kstewart@efficios.com>
Fri, 9 Jun 2023 20:30:10 +0000 (16:30 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 13 Jun 2023 22:25:02 +0000 (18:25 -0400)
commit0d1c8a685e82b1b358aa76796eb73cc79ad37fd8
tree3fd39ff706e5c18fcd69235f7f8681c6bfcab614
parentb7a2f86d3d9b2554f80dcf684d9bd90bbf7a3213
Tests: Reduce runtime for high_throughput_limits test

The test currently takes about 2 hours to run. The iteration count and
range of bandwidth limits have been adjusted to reduce the runtime,
while hopefully covering the same goal: attempting to catch rare race
conditions in low-bandwidth scenarios.

The iteration count has been set so there should be some dropped
events, and a diagnostic message emitted if ever there are no dropped
events.

Change-Id: I670414b60c6881c3a6f7aafd2c1b0c4540e6707f
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/tools/streaming/test_high_throughput_limits
This page took 0.025074 seconds and 4 git commands to generate.