View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005588 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2020-04-23 17:50 | 2020-05-22 14:51 |
Reporter | Paul Hunkar | Assigned To | Sebastian Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03.341.390 | ||||
Fixed in Version | 1.03.341.396 | ||||
Summary | 0005588: 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 | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
related to | 0004975 | closed | Sebastian Allmendinger | CTT not correctly checking for GoodCompletesAsynchronously status |
|
The changes made to the CTT in MantisId 4975 work as expected but they have to be done in another function too. |
|
reviewed in CMP call |
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 |