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/running.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -841,7 +841,7 @@ All handlers accept the following set of attributes (keys) in their configuratio
841
841
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:
842
842
843
843
- ``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`` schedulerrelies on job accounting (``sacct`` command) and returns the actual termination time of the job.
845
845
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.
846
846
The accuracy is dependent on the polling rate of the ``wait`` phase and can be lower for tests that take more time.
847
847
If a job or process is not yet completed, ``None`` will be printed.
0 commit comments