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

Backport new features of the unit tests runner to rel-10_0 #3236

Closed
bschmalhofer opened this issue Mar 22, 2024 · 2 comments
Closed

Backport new features of the unit tests runner to rel-10_0 #3236

bschmalhofer opened this issue Mar 22, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bschmalhofer
Copy link
Contributor

bschmalhofer commented Mar 22, 2024

When working in rel-10_0 it would be convenient when the features of Dev::UnitTest::Run, added for rel-11_0, were also available in rel-10_0 and rel-10_1. These features are:

  • --merge: merge STDERR and STDOUT, so that it clear which messages belong to which failures
  • --shuffle: arbitrary order of executution (experimental)
  • --test-script-path: run tests in the indicated directory
  • --directory: can be specified multiple times
  • no longer support unittest blacklist from the SysConfig (I count the removal as a feature) , Remove support for SysConfig setting UnitTest::Blacklist #2267
@bschmalhofer bschmalhofer added the enhancement New feature or request label Mar 22, 2024
@bschmalhofer bschmalhofer added this to the OTOBO 10.0.20 milestone Mar 22, 2024
@bschmalhofer bschmalhofer self-assigned this Mar 22, 2024
bschmalhofer added a commit that referenced this issue Mar 22, 2024
simply taken from the rel-11_0 branch
bschmalhofer added a commit that referenced this issue Mar 22, 2024
simply taken from the rel-11_0 branch
@bschmalhofer
Copy link
Contributor Author

PR is merged. The test suite is still functional. Closing this issue.

@bschmalhofer
Copy link
Contributor Author

As the blacklist in SysConfig is no longer supported, we can also remove the test for that feature, that is scripts/test/UnitTest/Blacklist.t

bschmalhofer added a commit that referenced this issue Mar 26, 2024
as the feature that is tested has been removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant