Skip to content

Commit 78b1109

Browse files
authored
Merge pull request #2998 from vkarak/doc/perflog-fixes
[doc] Update `filelog` log handler docs
2 parents a4e8469 + b90e26a commit 78b1109

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/config_reference.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,9 +1219,9 @@ The additional properties for the ``filelog`` handler are the following:
12191219
{basedir}/
12201220
system1/
12211221
partition1/
1222-
test_short_name.log
1222+
<test_class_name>.log
12231223
partition2/
1224-
test_short_name.log
1224+
<test_class_name>.log
12251225
...
12261226
system2/
12271227
...
@@ -1241,6 +1241,12 @@ The additional properties for the ``filelog`` handler are the following:
12411241
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.
12421242
This behavior guarantees that each log file is consistent and it will not break existing parsers.
12431243

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.
1248+
1249+
12441250
The ``graylog`` log handler
12451251
---------------------------
12461252

0 commit comments

Comments
 (0)