Skip to content

Commit 8af1098

Browse files
committed
Add documentation for check_completion_time
1 parent cc16120 commit 8af1098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ All handlers accept the following set of attributes (keys) in their configuratio
841841
ReFrame supports all the `format strings <https://docs.python.org/3.6/library/logging.html#logrecord-attributes>`__ from Python's logging library and provides the following additional ones:
842842

843843
- ``check_completion_time``: A timestamp with the completion time of the regression test.
844-
For the ``slurm`` scheduler, the timestamp relies on job accounting (``sacct`` command) and returns the termination time of the job.
844+
The ``slurm`` scheduler relies on job accounting (``sacct`` command) and returns the actual termination time of the job.
845845
The rest of the schedulers report as completion time the moment the framework realizes the test has finished, as soon as the ``wait`` phase ends.
846846
The accuracy is dependent on the polling rate of the ``wait`` phase and can be lower for tests that take more time.
847847
If a job or process is not yet completed, ``None`` will be printed.

0 commit comments

Comments
 (0)