View Issue Details

IDProjectCategoryView StatusLast Update
0005934Compliance Test Tool (CTT) Unified Architecture3 - Feature Requestpublic2021-12-30 17:33
ReporterArchie Miller Assigned ToArchie Miller  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0005934: Need a mechanism for the scripts to know when the Stop Button has been pressed
Description

Test scripts can be lengthy, a mechanism is required for long scripts to check whether the stop button has been pressed and quit.

TagsNo tags attached.
Files Affected

Activities

Archie Miller

2021-02-18 23:48

administrator   ~0013752

Implemented a call to determine if the user pushed the StopRun button.

Scripts can call this directly, and throw an error for this condition, stopping the test.
Example
if ( shouldStopRun() == true ){ throw( "StopRun: User stopped the current Run" ) };

This can be implemented in many places, for example safeinvoke::PushAuditRecord, or UaI::isDefined

Archie Miller

2021-11-25 22:16

administrator   ~0015389

Resolved with binary and script pull requests Feature Request Mantis 5934, 5935

Paul Hunkar

2021-12-30 17:33

administrator   ~0015644

reviewed issue and fix in CMP Call, agreed to close issue

Issue History

Date Modified Username Field Change
2020-09-04 15:02 Archie Miller New Issue
2020-09-08 03:51 Paul Hunkar Status new => acknowledged
2021-02-18 23:44 Archie Miller Assigned To => Archie Miller
2021-02-18 23:44 Archie Miller Status acknowledged => assigned
2021-02-18 23:48 Archie Miller Note Added: 0013752
2021-11-25 22:16 Archie Miller Status assigned => resolved
2021-11-25 22:16 Archie Miller Resolution open => fixed
2021-11-25 22:16 Archie Miller Note Added: 0015389
2021-12-30 17:33 Paul Hunkar Status resolved => closed
2021-12-30 17:33 Paul Hunkar Note Added: 0015644