View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010409 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2025-07-02 09:32 | 2025-07-03 14:15 |
| Reporter | Thomas Merk | Assigned To | Sebastian Allmendinger | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 1.04.11-01.00.508 | ||||
| Summary | 0010409: Subscription Durable - 005.js always report error | ||||
| Description | This error is only reported if CTT able to write equal or more values than revised queue size. If this case an error is raised in any case. I assume the second should read ">" instead of ">=" | ||||
| Tags | No tags attached. | ||||
| Files Affected | /maintree/Subscription Services/Subscription Durable/Test Cases/005.js | ||||
|
|
I assmue the statements should read f (valuesWritten < items[0].RevisedQueueSize && valuesReceived <valuesWritten ) addError( "Received less DataChanges (" + valuesReceived + ") than values written (" + valuesWritten + ") and less than the QueueSize of the MonitoredItem (" + items[0].RevisedQueueSize + ")." ); result = false; I |
|
|
If the server returns more values than the revised QueueSize, the error should always be thrown (regardless of the number of written values). So the first part of the second statement should be removed and (as suggested) - '>=' should be replaced with '>' in the second part. |
|
|
If the server returns more values than the revised QueueSize of the MonitoredItem, then the error should always be thrown (regardless of the number of written values). |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2025-07-02 09:32 | Thomas Merk | New Issue | |
| 2025-07-02 12:54 | Thomas Merk | Note Added: 0023058 | |
| 2025-07-03 06:27 | Sebastian Allmendinger | Note Added: 0023062 | |
| 2025-07-03 13:51 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
| 2025-07-03 13:51 | Paul Hunkar | Status | new => assigned |
| 2025-07-03 14:14 | Sebastian Allmendinger | Files Affected | => /maintree/Subscription Services/Subscription Durable/Test Cases/005.js |
| 2025-07-03 14:15 | Sebastian Allmendinger | Status | assigned => resolved |
| 2025-07-03 14:15 | Sebastian Allmendinger | Resolution | open => fixed |
| 2025-07-03 14:15 | Sebastian Allmendinger | Note Added: 0023071 |