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

Implement LuceneTestCase RuleChains #1088

Open
1 task done
paulirwin opened this issue Jan 5, 2025 · 0 comments
Open
1 task done

Implement LuceneTestCase RuleChains #1088

paulirwin opened this issue Jan 5, 2025 · 0 comments
Labels
is:task A chore to be done pri:normal test-framework up-for-grabs This issue is open to be worked on by anyone
Milestone

Comments

@paulirwin
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Task description

LuceneTestCase has JUnit RuleChains for the class and method level, to control the logic for whether tests should be executed, tracking failures, etc. Many of these are also configurable via system properties, such as failing fast or failing after a certain number of test failures. We should implement these in a way that matches Lucene as close as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:task A chore to be done pri:normal test-framework up-for-grabs This issue is open to be worked on by anyone
Projects
None yet
Development

No branches or pull requests

1 participant