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: docs/config_reference.rst
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1219,9 +1219,9 @@ The additional properties for the ``filelog`` handler are the following:
1219
1219
{basedir}/
1220
1220
system1/
1221
1221
partition1/
1222
-
test_short_name.log
1222
+
<test_class_name>.log
1223
1223
partition2/
1224
-
test_short_name.log
1224
+
<test_class_name>.log
1225
1225
...
1226
1226
system2/
1227
1227
...
@@ -1241,6 +1241,12 @@ The additional properties for the ``filelog`` handler are the following:
1241
1241
Examples of changes in the logged information are when the log record format changes or a new performance metric is added, deleted or has its name changed.
1242
1242
This behavior guarantees that each log file is consistent and it will not break existing parsers.
1243
1243
1244
+
.. versionchanged:: 4.3
1245
+
1246
+
In the generated log file, the name of the test class name is used instead of the test's short name (which included the test's hash).
1247
+
This allows the results of different variants of a parameterized test to be stored in the same log file facilitating post-processing.
0 commit comments