tektoncd / pipeline

A cloud-native Pipeline resource.
https://tekton.dev
Apache License 2.0
8.36k stars 1.76k forks source link

Flake: entrypoint test TestRealWaiterWaitWithContent #5254

Open lbernick opened 1 year ago

lbernick commented 1 year ago
=== RUN   TestRealWaiterWaitWithContent
    waiter_test.go:123: expected Wait() to have detected a non-zero file size by now
lbernick commented 1 year ago

Same error for TestRealWaiterWaitWithBreakpointOnFailure on https://github.com/tektoncd/pipeline/pull/5622

=== RUN   TestRealWaiterWaitWithBreakpointOnFailure
    waiter_test.go:191: expected Wait() to have detected a non-zero file size by now

Thanks @bendory for spending some time looking into this issue. He was not able to get it to flake locally and I wasn't able to get it to flake run locally in a container, so I'm not sure why this is still happening on CI. Unfortunately makes it hard to know if a given fix works. His description of what's probably going on:

Two possible ideas for why:

Possible mitigations:

jerop commented 8 months ago

Flaked again in https://github.com/tektoncd/pipeline/pull/7328 🤔