ginkgo icon indicating copy to clipboard operation
ginkgo copied to clipboard

internal/internal_integration/node_spec_events_test.go:33 may be flaky

Open siretart opened this issue 6 months ago • 7 comments

While looking at the debian package of ginkgo, I can across https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078516 that indicates that the Integration Tests may be flaky. Here are two instances where the same test fails in a very similar manner:

  • https://buildd.debian.org/status/fetch.php?pkg=golang-github-onsi-ginkgo-v2&arch=arm64&ver=2.15.0-1%2Bb1&stamp=1723382580&raw=0
  • https://buildd.debian.org/status/fetch.php?pkg=golang-github-onsi-ginkgo-v2&arch=arm64&ver=2.12.1-2%2Bb1&stamp=1697640325&raw=0

Usually this passes on a retry.

The test in question appears to be here: https://github.com/onsi/ginkgo/blob/master/internal/internal_integration/node_spec_events_test.go#L33-L70

It is possible that this test is affected by heavy load on the host, I couldn't reproduce it yet on my laptop.

siretart avatar Aug 21 '24 12:08 siretart