Test failures/flakiness #2711
Labels
C-bug
Category: This is a bug
C-dev-productivity
Category: Developer productivity
P1
High - we should be working on this now or in the immediate future
Describe the bug
I am having real trouble getting the tests to pass, locally and on CI. I can't quite trace it down and not sure if it's just me.
Locally, the typical failure on master is:
TestInspectConfig
fails a lot for me locally, but I don't observe it on CI.actor not found
message is common in bothHere are some recent failing CI builds on master:
At least some builds on CI pass, though, unlike my local environment.
Here are more on a branch (which does have changes from master, but a downstream branch scored a green build at some subsequent point)
To Reproduce
Locally,
go run ./build/*.go best
, or inspect/rebuild CI.Expected behavior
Tests pass reliably
Version information
Additional context
I have been doing some work moving directories around, including in IPTB plugin. The local failures above are on master, though.
If I run a focussed test, like
go run ./build/*.go best -run TestInspectConfig
, it passes.The text was updated successfully, but these errors were encountered: