On Fri, 26 Jan 2024 21:31:51 -0500 Willem de Bruijn wrote: > From: Willem de Bruijn <willemb@xxxxxxxxxx> > > The test sends packets and compares enqueue, transmit and Ack > timestamps with expected values. It installs netem delays to increase > latency between these points. > > The test proves flaky in virtual environment (vng). Increase the > delays to reduce variance. Scale measurement tolerance accordingly. > > Time sensitive tests are difficult to calibrate. Increasing delays 10x > also increases runtime 10x, for one. And it may still prove flaky at > some rate. Willem, do you still want us to apply this as is or should we do the 10x only if [ x$KSFT_MACHINE_SLOW != x ] ?