View Issue Details

IDProjectCategoryView StatusLast Update
0005766CTT UA Scripts1 - Script Issuepublic2022-10-07 14:35
ReporterThomas Merk Assigned ToYannik Klaass  
PrioritynormalSeverityminorReproducibilitysometimes
Status closedResolutionfixed 
Fixed in Version1.03.501 
Summary0005766: Subscription Services / Subscription Basic / Err-029.js fails randomly
Description

The test script tries to create up to 1000 subscriptions - which succeed.
However the script is so slow, that many subscriptions die during execution since no publish requests are sent (and / or LifeTimeCount is too small).
When deleting the subscriptions, a "BadSubscriptionIdInvalid" is returned by server, which CTT does not expect.

Possible solutions:

  • increase LifetimeCount significant (currently "62" is used with PublishingInterval 250)
  • send enough publish requests so subscriptions can survive.
TagsNo tags attached.
Files Affected

/maintree/Subscription Services/Subscription Basic/Test Cases/Err-029.js

Activities

Yannik Klaass

2022-09-06 13:29

developer   ~0017527

High LifetimeCount and PublishingInterval are now set before creating the subscriptions to keep them alive.

Paul Hunkar

2022-10-07 14:35

administrator   ~0017977

Reviewed changes in call, agreed to updates and closed issue

Issue History

Date Modified Username Field Change
2020-06-30 09:13 Thomas Merk New Issue
2020-07-10 17:36 Paul Hunkar Assigned To => Alexander Allmendinger
2020-07-10 17:36 Paul Hunkar Status new => assigned
2022-08-02 20:04 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts
2022-09-06 13:29 Yannik Klaass Assigned To Alexander Allmendinger => Yannik Klaass
2022-09-06 13:29 Yannik Klaass Status assigned => resolved
2022-09-06 13:29 Yannik Klaass Resolution open => fixed
2022-09-06 13:29 Yannik Klaass Note Added: 0017527
2022-10-07 14:34 Paul Hunkar Files Affected => /maintree/Subscription Services/Subscription Basic/Test Cases/Err-029.js
2022-10-07 14:35 Paul Hunkar Status resolved => closed
2022-10-07 14:35 Paul Hunkar Fixed in Version => 1.03.501
2022-10-07 14:35 Paul Hunkar Note Added: 0017977