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

Enhance the system to be able to run test differing in NullHandling more natually #16820

Open
kgyrtkirk opened this issue Jul 30, 2024 · 1 comment

Comments

@kgyrtkirk
Copy link
Member

Motivation

Right now the CI runs the tests twice; differing only in the setting of this flag.

I have faced it several times that I was testing with value X and with Y it failed; regardless that I've run the test from the commandline as I was not setting the flag...

Description

I think any option would be interesting which could possibly run both versions of the test during the same maven execution.

@kgyrtkirk
Copy link
Member Author

I think there are multiple options like:

  • enhancing the testcases themselves with a rule or something to run them with useDefault and without
  • enhance the build system to run these tests twice with different useDefault settings
    • there might be a caveat here if the TEST-*xml gets overwritten by the second run

there might be other options these are just my ideas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant