Skip to content

Commit

Permalink
Added additional CSV test for execute_reporeters_on
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuahansel authored and oanaoana committed Oct 19, 2023
1 parent 0771b06 commit ea39814
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion test/tests/outputs/csv/tests
Expand Up @@ -110,7 +110,20 @@
input = 'csv.i'
cli_args = 'Outputs/csv/execute_postprocessors_on=FINAL'
expect_err = "The parameters 'execute_postprocessors_on', 'execute_scalars_on', and 'execute_reporters_on' must be the same for CSV output"
requirement = "The system shall report an error if post-processors and scalar variables have different output frequency."
requirement = "The system shall report an error if post-processors and scalar variables have different CSV output frequency."
issues = "#25211"
[]
[pp_reporter_execute_on_mismatch]
type = RunException
input = 'csv.i'
cli_args = "
Reporters/reporter/type=ConstantReporter
Reporters/reporter/integer_names='value1'
Reporters/reporter/integer_values='5'
Outputs/csv/execute_scalars_on='NONE'
Outputs/csv/execute_reporters_on='FINAL'"
expect_err = "The parameters 'execute_postprocessors_on', 'execute_scalars_on', and 'execute_reporters_on' must be the same for CSV output"
requirement = "The system shall report an error if post-processors and reporters have different CSV output frequency."
issues = "#25211"
[]
[]

0 comments on commit ea39814

Please sign in to comment.