Patrick Behne
Patrick Behne
@milljm, @loganharbour: The test harness currently has the ability to delete old output file before re-running tests. This helps to prevent false successes and is done through the `delete_output_before_running` parameter....
> Instead of a bool to delete wildcard data, can we instead do something where if the key is populated, the value becomes what gets deleted? > > ``` >...
> I think that I would prefer instead that we keep a registry of files that are created during the run, and put that in a common output file that...
@loganharbour, @permcody: This PR affects tests in Bison and Griffin (see links in PR description). I have draft PRs up for these apps and all tests are passing, but I...
@permcody, @loganharbour: Ready to merge?
@loganharbour, Griffin calls `_app.halfTransient`, which has been renamed to `_app.testCheckpointHalfTransient`. We need to break next to get this Griffin PR in: https://github.inl.gov/ncrc/griffin/pull/1767
> @loganharbour, Griffin calls `_app.halfTransient`, which has been renamed to `_app.testCheckpointHalfTransient`. We need to break next to get this Griffin PR in: https://github.inl.gov/ncrc/griffin/pull/1767 Never mind, I added a deprecation option...
@loganharbour, it is ready.
> Please resolve the conversations that you explicitly followed and made changes for. This looks good > > Let's check with cody if `--test-checkpoint-half-transient` is too long, but I think...
Should be good now.