View Issue Details

IDProjectCategoryView StatusLast Update
0007262Compliance Test Tool (CTT) Unified Architecture4 - Test Case Definitionpublic2021-12-30 17:52
ReporterThomas Kugler Assigned ToArchie Miller  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.04.09.398 
Summary0007262: Multiple calls of ConditionRefresh
Description

Alarms and Conditions > A and C Refresh > Err_004.js
Alarms and Conditions > A and C Refresh2 > Err_003.js
are calling the ConditionRefresh method twice in one OPC UA service call. The test expects that these method calls are executed in parallel. However this is an implementation detail of the server. It is very likely for single threaded servers to execute the two method call in sequence.

If the test result should indicate that manual testing is required, the test result should be a warning.

TagsNo tags attached.
Files Affected

Activities

Paul Hunkar

2021-09-26 03:28

administrator   ~0015015

The test is expecting them to be executed one after another. The refresh method starts a refresh operation, and the method call will return before it is complete. The second call should receive the error, since the refresh operation is in progress. If no error occurs, it might be that the refresh operation completed two quickly and that a much langer list of alarms are needed. The refresh operation triggers a Refresh Start event, a stream of event and a Refresh End event. if the first call completed before then second call was issued then a second set of refresh start, stream of events, refresh end should be received. Until the refresh end event has been sent a new method call can not be issued (i.e. another refresh can not be started). They can not be intermixed and all active conditions need to be returned between the refresh operations.

Archie Miller

2021-12-09 20:24

administrator   ~0015558

Multiple subscriptions are created and Refresh is called multiple times on each subscription/event item.

Error conditions are validated, and RefreshStart and End are expected in the correct order.

Paul Hunkar

2021-12-30 17:52

administrator   ~0015648

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

Issue History

Date Modified Username Field Change
2021-09-17 11:32 Thomas Kugler New Issue
2021-09-26 03:28 Paul Hunkar Note Added: 0015015
2021-10-15 15:38 Paul Hunkar Assigned To => Archie Miller
2021-10-15 15:38 Paul Hunkar Status new => assigned
2021-12-09 20:24 Archie Miller Status assigned => resolved
2021-12-09 20:24 Archie Miller Resolution open => fixed
2021-12-09 20:24 Archie Miller Note Added: 0015558
2021-12-30 17:52 Paul Hunkar Status resolved => closed
2021-12-30 17:52 Paul Hunkar Note Added: 0015648