#1144164 gotestsum: flaky test FTBFS: FAIL: TestScanTestOutput_WithDotsFormatter: dotformat_test.go:34: assertion failed

Package:
gotestsum
Source:
gotestsum
Description:
Feature-rich runner for go test
Submitter:
Simon Josefsson
Date:
2026-08-11 20:05:02 UTC
Severity:
normal
#1144164#5
Date:
2026-08-11 20:02:39 UTC
From:
To:
Hi!  This package has what appears to be a flaky test FTBFS, or possibly
a flaky FTBFS problem on armhf.

https://ci.debian.net/packages/g/gotestsum/testing/armhf/74275354/#L1110
https://ci.debian.net/packages/g/gotestsum/testing/armhf/74275354/#L1482

148s === RUN   TestScanTestOutput_WithDotsFormatter
148s     dotformat_test.go:34: assertion failed:
148s         --- expected
148s         +++ actual
148s         @@ -3,5 +3,5 @@
148s             1ms internal/badmain
148s
148s         - 0 tests, 1 failure, 1 error
148s         + 0 tests, 1 failure
...
148s
148s         You can run 'go test . -update' to automatically update testdata/format/dots-v2.out to the new expected value.'
148s
148s --- FAIL: TestScanTestOutput_WithDotsFormatter (0.03s)

/Simon