-
Notifications
You must be signed in to change notification settings - Fork 1.1k
deprecated parameter in tests file appears to be ignored #15283
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
Comments
@milljm Maybe you're the best one to look into this? |
Hmm... I guess I should have read the documentation for the
I would have thought that this would also turn on the |
We should probably consolidation the "deprecated" and "no_deprecated_error" |
When running the tests with --error-deprecated it is possible to disable the warning to error conversion by using the "no_error_deprecated" in the test specification. For SQA purposes test specs with "deprecated = true" are exempt from needing requirements defined. The "deprecated = true" should do both. I like this parameter because it is easier to read and type. |
Bug Description
There is a large set of tests of deprecated
mesh_generator
objects that are failing the deprecated test target, but they all havedeprecated=true
set in theirtests
file.Steps to Reproduce
Look at any recent deprecated test target:
https://civet.inl.gov/job/524228/
Impact
We need this fixed to keep the deprecated test target passing. This isn't a hard fail, but this masks other issues that come up, so it needs to be fixed.
The text was updated successfully, but these errors were encountered: