View Issue Details

IDProjectCategoryView StatusLast Update
0005588Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2020-05-22 14:51
ReporterPaul Hunkar Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.390 
Fixed in Version1.03.341.396 
Summary0005588: CTT not correctly checking for GoodCompletesAsynchronously status
Description

Issue is in the write.js file in directory Library->AttributeServiceSet -> Write.js.

On line 374 this code was written:

writeResponse.Results[i].StatusCode.StatusCode == StatusCode.GoodCompletesAsynchronously

but, in order to actually pull the status code off the writeResponse I had to use

writeResponse.Results[i].StatusCode == StatusCode.GoodCompletesAsynchronously

Also an important note is that 2 * the sampling interval wait time was not enough to sufficiently pass the tests. This is done on line 378.

Would it be a requirement to be able to asynchronously write then read a value in under 2 * the sampling interval fastest value?

Additional Information

This is the second part of this two part issue - the CTT Settings

TagsNo tags attached.
Files Affected

Relationships

related to 0004975 closedSebastian Allmendinger CTT not correctly checking for GoodCompletesAsynchronously status 

Activities

Sebastian Allmendinger

2020-05-08 14:59

developer   ~0012036

The changes made to the CTT in MantisId 4975 work as expected but they have to be done in another function too.

Paul Hunkar

2020-05-22 14:51

administrator   ~0012102

reviewed in CMP call

Issue History

Date Modified Username Field Change
2020-04-23 17:50 Paul Hunkar New Issue
2020-04-23 17:50 Paul Hunkar Status new => assigned
2020-04-23 17:50 Paul Hunkar Assigned To => Alexander Allmendinger
2020-04-23 17:50 Paul Hunkar Issue generated from: 0004975
2020-04-23 17:50 Paul Hunkar Relationship added related to 0004975
2020-05-08 14:59 Sebastian Allmendinger Assigned To Alexander Allmendinger => Sebastian Allmendinger
2020-05-08 14:59 Sebastian Allmendinger Status assigned => resolved
2020-05-08 14:59 Sebastian Allmendinger Resolution open => fixed
2020-05-08 14:59 Sebastian Allmendinger Fixed in Version => 1.03.341.396
2020-05-08 14:59 Sebastian Allmendinger Note Added: 0012036
2020-05-22 14:51 Paul Hunkar Status resolved => closed
2020-05-22 14:51 Paul Hunkar Note Added: 0012102