bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
643 stars 85 forks source link

Test `TestStreamConsumerClientGoingDown` is flaky #4168

Open wdbaruni opened 4 days ago

wdbaruni commented 4 days ago

Examples: https://app.circleci.com/pipelines/github/bacalhau-project/bacalhau/13228/workflows/1a54ca69-849c-4b43-8bb5-5f0ecb22c3ec/jobs/177536/steps

https://app.circleci.com/pipelines/github/bacalhau-project/bacalhau/13228/workflows/1a54ca69-849c-4b43-8bb5-5f0ecb22c3ec/jobs/177537/tests

https://app.circleci.com/pipelines/github/bacalhau-project/bacalhau/13228/workflows/1a54ca69-849c-4b43-8bb5-5f0ecb22c3ec/jobs/177534/steps

udsamani commented 4 days ago

Easy to reproduce the test flakines.

for $x in 1..20 { go clean -testcache; go test ./pkg/nats/stream/ -run TestStreamingClientTestSuit/TestStreamConsumerClientGoingDown }