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

Test Indexes and Reporters #616

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

Tibor17
Copy link
Contributor

@Tibor17 Tibor17 commented Feb 27, 2023

@slawekjaranowski This is a work in progress.
The test reporters must not determine the test status upon timings of test events.
The test reporters must not identify the test run upon text literals (e.g. class and method) of the test entry.

These are all the causes why parallel tests are chaotic in JUnit5 report.
These are the causes why JUnit5 and JUnit4 parameterized tests give different reports.
These are the causes why Cucumber is not able to work with dynamic tests.
Nevertheless this would fix the issue with memory consumption in JUnit47 parallel test and the provider.

So I have some doubts about #516 #544 and #608 and I will make the audit there as well.

@michael-o michael-o marked this pull request as draft December 24, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant