View Issue Details

IDProjectCategoryView StatusLast Update
0004633Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2019-09-13 15:07
ReporterBernd Edlinger Assigned ToAlexander Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.03.341.384 
Target Version1.03.341.390Fixed in Version1.03.341.390 
Summary0004633: Monitored Item Services/Monitor Items 100/Err-001.js fails
Description

CTT: 1.03.341.385

Many Errors: function checkCreateMonitoredItemsError(): ExpectedOperationResultsArray[] must have the same size as Request.ItemsToCreate[].
Expected length: 150; Actual length: 50

Maybe that is because our Server allows max array length = 150

The script sends 3 CreateMonitoredItem Request with 50 items, each pass,
just the last one Returns 50xBadTooManyMontoredItems, everything Looks fine.
Still the script prints the above error 3 times,
then it prints
DeleteMonitoredItems.Response.ResponseHeader.ServiceResult is Bad: BadNothingToDo (0x800f0000)

but it sents a DeleleMondtioredItems Request with 0 items, therefore it is normal.

TagsNo tags attached.
Attached Files
monitor.jpg (401,697 bytes)
Files Affected

Activities

Alexander Allmendinger

2019-02-24 12:45

developer   ~0009919

Fixed in 1.03.341.385

Bernd Edlinger

2019-04-15 19:18

reporter   ~0010196

Not fixed in CTT 1.3.341.389

The error looks slightly different, though:

Error: CreateMonitoredItems().Results that:
Passed (0)
Failed (1): [0] BadTooManyMonitoredItems (0x80db0000)

Alexander Allmendinger

2019-09-02 17:55

developer   ~0010903

There was still a problem in the splitting of the requests in multiple requests.
In the CreateMonitoredItems the index of the expected OperationResult and MonitoredItem were different.
In the other test scripts the OperationResults BadMonitoredItemIdInvalid were added for nodes which should have not been created.

The same fix has been applied to Err-001 of the CUs: Monitor Items 10, Monitor Items 100, Monitor Items 500 and Monitor Items 5000

Paul Hunkar

2019-09-13 15:07

administrator   ~0010983

Reviewed In CTT Call

Issue History

Date Modified Username Field Change
2019-02-21 13:36 Bernd Edlinger New Issue
2019-02-22 14:36 Paul Hunkar Assigned To => Alexander Allmendinger
2019-02-22 14:36 Paul Hunkar Status new => assigned
2019-02-24 12:45 Alexander Allmendinger Status assigned => resolved
2019-02-24 12:45 Alexander Allmendinger Resolution open => fixed
2019-02-24 12:45 Alexander Allmendinger Note Added: 0009919
2019-04-15 19:18 Bernd Edlinger Status resolved => feedback
2019-04-15 19:18 Bernd Edlinger Resolution fixed => reopened
2019-04-15 19:18 Bernd Edlinger Note Added: 0010196
2019-04-16 07:40 Bernd Edlinger File Added: monitor.jpg
2019-04-19 15:43 Paul Hunkar Status feedback => assigned
2019-09-02 17:55 Alexander Allmendinger Status assigned => resolved
2019-09-02 17:55 Alexander Allmendinger Resolution reopened => fixed
2019-09-02 17:55 Alexander Allmendinger Fixed in Version => 1.03.341.390
2019-09-02 17:55 Alexander Allmendinger Note Added: 0010903
2019-09-13 15:06 Paul Hunkar Target Version => 1.03.341.390
2019-09-13 15:07 Paul Hunkar Status resolved => closed
2019-09-13 15:07 Paul Hunkar Note Added: 0010983