View Issue Details

IDProjectCategoryView StatusLast Update
0006340Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2021-03-26 15:59
ReporterAdrian Scholl Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLaptop x64OSWindows 10 x64OS Version1909
Product Version1.03.341.390 
Fixed in Version1.03.341.398 
Summary0006340: cleanup.js of Monitor_QueueSize_1 does not restore the PreTestFunctions
Description

cleanup.js of Monitor_QueueSize_1 does not restore the PreTestFunctions. This leads to side effects (Err_InvalidState) in later tests.

Steps To Reproduce

Select the testcases

  1. Monitored Item Services / Monitore QueueSize_1 / 001.js
  2. View Services / View Minimum Continuation Point 01 / Err-002.js
  3. View Services / View Minimum Continuation Point 01 / Err-003.js

Run the tests. On some servers Err-003.js will fail with BadInvalidState

Additional Information

Adding the following to cleanup.js helped here:
Test.PreTestFunctions = []; (Thanks to Alexander Allmendinger)

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2021-01-14 06:27

developer   ~0013525

Updated the mentioned test script and did an additional search for Test.PreTestFunctions and Test.PostTestFunctions.
Found and resolved an identical issue in Subscription Durable too.

Paul Hunkar

2021-03-26 15:59

administrator   ~0014098

Reviewed in CMP call - Agreed to changes and closed

Issue History

Date Modified Username Field Change
2021-01-11 11:07 Adrian Scholl New Issue
2021-01-13 18:41 Alexander Allmendinger Assigned To => Sebastian Allmendinger
2021-01-13 18:41 Alexander Allmendinger Status new => assigned
2021-01-14 06:27 Sebastian Allmendinger Status assigned => resolved
2021-01-14 06:27 Sebastian Allmendinger Resolution open => fixed
2021-01-14 06:27 Sebastian Allmendinger Fixed in Version => 1.03.341.398
2021-01-14 06:27 Sebastian Allmendinger Note Added: 0013525
2021-03-26 15:59 Paul Hunkar Status resolved => closed
2021-03-26 15:59 Paul Hunkar Note Added: 0014098