Skip to content

Commit

Permalink
update newsfrag & log message
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyu-ms committed Jan 16, 2024
1 parent fc2fba6 commit 08bdb98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/newsfragments/2540_new.skip_remaining.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Added a new command line argument ``--skip-remaining``, a new argument ``skip_strategy`` to MultiTest, allowing certain test execution being skipped for a better user experience.
Added a new command line argument ``--skip-remaining``, a new argument ``skip_strategy`` to MultiTest, allowing remaining Testcases/Testsuites/MultiTests being skipped from execution when a Testcase has failed or raised exeception.

Argument ``uid`` of :py:meth:`Testplan.add_resource <testplan.base.Testplan.add_resource>` should match the uid of the ``resource`` argument.
Argument ``uid`` of :py:meth:`Testplan.add_resource <testplan.base.Testplan.add_resource>` should now match the uid of the ``resource`` argument.
2 changes: 1 addition & 1 deletion testplan/runners/pools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ def aborting(self) -> None:

self._conn.abort()
self.discard_pending_tasks(
report_status=Status.ERROR, report_reason=f"due to {self} aborted."
report_status=Status.ERROR, report_reason=f"due to {self} aborted"
)

def record_execution(self, uid) -> None:
Expand Down

0 comments on commit 08bdb98

Please sign in to comment.