Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent failures in DynamicData.Tests.EnumerableIListFixture.EnumerableIListTests #817

Closed
JakenVeina opened this issue Jan 4, 2024 · 1 comment · Fixed by #818
Closed
Assignees
Labels

Comments

@JakenVeina
Copy link
Collaborator

The following assertion fails on rare occasions, it took 60 runs in a row for me to produce a failure, locally.

Assert.True(fixture.IndexOf(lastItem) > 0);

This seems to be a faulty test, which uses randomized and non-deterministic data, and does not account for duplicate data values being produced by the RNG

Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
1 participant