View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004139 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2018-01-30 01:39 | 2019-08-09 14:56 |
Reporter | Camille Dominique Reyes | 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 | 0004139: 'items[t]' [undefined] is not an object in Monitor MinQueueSize_05 006.js | ||||
Description | When 006.js is ran, it returns the following error: Test.Execute() encounted an unexpected error: TypeError: Result of expression 'items[t]' [undefined] is not an object. | ||||
Steps To Reproduce | Run Monitor MinQueueSize_05 test case 006.js | ||||
Additional Information | The call in line 42: if (items[t].NodeSetting ==... ) ... may go out of bounds if the number of nodes configured in project file is less than 6. Changing the code to : if (items[i].NodeSetting...), which iterates through the items, fixes this error. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Files Affected | |||||
|
Issue is similar to 0003917, which I believe has been closed. However, a different error is not raised instead of BadOutOfRange (0x803c0000) and test case is still failing. |
|
followed suggestion |
|
reviewed in CMP call |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-30 01:39 | Camille Dominique Reyes | New Issue | |
2018-01-30 01:39 | Camille Dominique Reyes | File Added: Monitor_QueueSize5_006.png | |
2018-01-30 01:52 | Camille Dominique Reyes | Note Added: 0008850 | |
2018-08-31 17:20 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2018-08-31 17:20 | Paul Hunkar | Status | new => assigned |
2018-10-02 09:17 | Alexander Allmendinger | Note Added: 0009443 | |
2018-10-02 09:17 | Alexander Allmendinger | Status | assigned => resolved |
2018-10-02 09:17 | Alexander Allmendinger | Fixed in Version | => 1.03.341.381 |
2018-10-02 09:17 | Alexander Allmendinger | Resolution | open => fixed |
2019-01-28 14:10 | Paul Hunkar | Category | Script Issue => 1 - Script Issue |
2019-08-09 14:56 | Paul Hunkar | Target Version | => 1.03 |
2019-08-09 14:56 | Paul Hunkar | Status | resolved => closed |
2019-08-09 14:56 | Paul Hunkar | Note Added: 0010728 |