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

Investigate failing JUnit tests and decide if they indicate regressions or not. #22

Open
nuthub opened this issue Jun 1, 2023 · 2 comments
Labels

Comments

@nuthub
Copy link
Contributor

nuthub commented Jun 1, 2023

Some tests seem to have never passed. Investigate failed JUnit tests and decide if they indicate regressions or not.
In the meantime we deactivate (by setting them to @Ignore) failing tests in order to allow maven to build (e.g. mvn clean package) and to check for further regression by using existing and currently passing tests.

nuthub added a commit that referenced this issue Jun 1, 2023
This allows for successful builds and for more focused investigation.
Addresses #22
nuthub added a commit that referenced this issue Jun 1, 2023
@nuthub
Copy link
Contributor Author

nuthub commented Jun 1, 2023

Find all ignored tests with e.g. rg -l "@Ignore" tests/

@nuthub nuthub added the qa label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant