The pqsi-pqsp gold test (tests/gold_tests/logging/pqsi-pqsp.test.py) is flaky on CI. It issues a cache-miss request followed by a cache-hit request, then compares the logged %<pqsi>/%<pqsp> output — after masking the first line's IP/port with sed '1s/^127.0.0.1 [1-6][0-9]*$$/abc/' — against gold/pqsi-pqsp.gold. The gold comparison intermittently fails and passes on re-run with no code change.
Test : Checking that ReturnCode == None - Failed
Run: 3-tr: Failed
Process: Default: Failed
Test : Checking that ReturnCode == 0 - Failed
file .../pqsi-pqsp/_output/3-tr-Default/stream.stdout.txt : Checking that .../stream.stdout.txt matches gold/pqsi-pqsp.gold - Failed
The
pqsi-pqspgold test (tests/gold_tests/logging/pqsi-pqsp.test.py) is flaky on CI. It issues a cache-miss request followed by a cache-hit request, then compares the logged%<pqsi>/%<pqsp>output — after masking the first line's IP/port withsed '1s/^127.0.0.1 [1-6][0-9]*$$/abc/'— againstgold/pqsi-pqsp.gold. The gold comparison intermittently fails and passes on re-run with no code change.