Skip to content

bug: CI passes despite test failures! #686

Open
@Kira-Pilot

Description

@Kira-Pilot

CI passes here but tests are actually failing. The failures are logged in Datadog. See below context - this is due to a retry mechanism. We should stop retrying as doing so compromises the feedback loop for engineering.

Maybe we're passing the wrong exit codes on Windows?

Posting @hugodutka's comment here:

We automatically retry failing tests now. If the test passes on the next run, we don't report the CI run as failed. The output isn't formatted great, but that's what happened here. The key line here is:

DONE 2 runs, 9735 tests, 229 skipped, 2 failures in 162.909s
2 runs means that the tests were run twice, and on the second run they passed.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions