Skip to content

Duplicate collected test cases in the generator #4705

@jtraglia

Description

@jtraglia

For some reason, there are a bunch of duplicate test cases (same identifier) which are being executed/generated.

I added some checks to the generator and there are ~90k duplicate tests.

Total test cases: 199853
Unique identifiers: 111385

This bug showed itself in the nightly reference test generator:

Image

It seems that two instances of a test with the same identifier were being executed at the same time. The first one finished & left the second one in the queue forever, eventually timing out.

When debugging this, I noticed that this test showed up in the logs multiple times:

Image Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions