View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004129 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2018-01-12 14:46 | 2019-08-09 15:48 |
Reporter | Martin Lang | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.03.340.380 | ||||
Target Version | 1.03 | Fixed in Version | 1.03.341.381 | ||
Summary | 0004129: Base Information/Base Info Server Capabilities/ 008 + 011 difference in limit testing + operation length check bug | ||||
Description | script 008.js - MaxNodesPerRead: script 011.js - MaxNodesPerWrite So the underlaying script Write.js checks the operation result length whereas the service result match. | ||||
Additional Information | modifications for script 008.js - MaxNodesPerRead:
} Proposal:
} modifications for script 011.js - MaxNodesPerWrite: proposal: | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
I came across this issue as well. As spotted by mlang, there is a bug in the Write.js file if( result ) { should be if( result && this.ResponseHeader.ServiceResult.IsGood() ) { (The correct pattern is used in Read.js ) |
|
reviewed in CTT - agreed to target 1.03 The is valid should be setting the status based on the service result. |
|
Fixed according to the suggestion. |
|
reviewed in CMP call |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-12 14:46 | Martin Lang | New Issue | |
2018-01-13 10:01 | Etienne Rossignon | Note Added: 0008837 | |
2018-01-13 10:02 | Etienne Rossignon | Note Edited: 0008837 | |
2018-01-13 10:10 | Etienne Rossignon | Note Edited: 0008837 | |
2018-02-22 16:45 | Paul Hunkar | Note Added: 0008886 | |
2018-02-22 16:45 | Paul Hunkar | Target Version | => 1.03 |
2018-02-22 16:45 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2018-02-22 16:45 | Paul Hunkar | Status | new => assigned |
2018-08-06 11:02 | Alexander Allmendinger | Note Added: 0009266 | |
2018-08-06 11:02 | Alexander Allmendinger | Status | assigned => resolved |
2018-08-06 11:02 | Alexander Allmendinger | Fixed in Version | => 1.03.341.381 |
2018-08-06 11:02 | Alexander Allmendinger | Resolution | open => fixed |
2019-01-28 14:10 | Paul Hunkar | Category | Script Issue => 1 - Script Issue |
2019-08-09 15:48 | Paul Hunkar | Status | resolved => closed |
2019-08-09 15:48 | Paul Hunkar | Note Added: 0010742 |