You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/tests/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,9 +94,9 @@ In addition, in the directories of the cases executed, you can find `system-test
94
94
When the tests fail at the results comparison step, this typically means that there are numerical regressions (unless something wrong went undetected in a previous step). We use [fieldcompare](https://gitlab.com/dglaeser/fieldcompare) to compare all [preCICE exports](https://precice.org/configuration-export.html) to reference results generated from a previous run. Relevant files:
95
95
96
96
-`precice-exports/`: The coupling meshes of the test run.
97
-
-`reference-results/`: The coupling meshes of the reference run, as stored on Git LFS, expanded into `reference-results-unpacked`. For implicit-coupling tests, the reference `.tar.gz` also contains an `iterations-logs/` directory with the reference `precice-*-iterations.log` files.
97
+
-`reference-results/`: The coupling meshes of the reference run, as stored on Git LFS, expanded into `reference-results-unpacked`. For implicit-coupling tests, the reference `.tar.gz` also contains a separate `{case}.iterations-logs/` directory with the reference `precice-*-iterations.log` files.
98
98
-`diff-results/`: Numerical difference of the results in the two directories (computed with `fieldcompare dir --diff precice-exports/ reference/`). These are only present on failed comparisons.
99
-
-`iterations-logs/`: The `precice-*-iterations.log` files of the test run. Only present in implicit coupling tests and compared by SHA-256 hash against the copies unpacked from the reference `.tar.gz`.
99
+
-`iterations-logs/`: The `precice-*-iterations.log` files of the test run. Only present in implicit coupling tests and compared by SHA-256 hash against the copies unpacked from `{case}.iterations-logs/` in the reference `.tar.gz`.
100
100
101
101
To reproduce the comparison locally, use the [same fieldcompare command](https://github.com/precice/tutorials/blob/develop/tools/tests/docker-compose.field_compare.template.yaml):
0 commit comments