View Issue Details

IDProjectCategoryView StatusLast Update
0009201CTT UA Binary1 - Script Issuepublic2024-04-22 21:53
ReporterSebastian Allmendinger Assigned ToArchie Miller  
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0009201: TimeoutHint should be configurable for Async-Publish
Description

There is a setting "Default TimeoutHint" in the CTT, that is currently set to 20,000 ms.
When using the async publish mechanism, the CTT also uses this setting for the TimeoutHint in the PublishRequests.
This is fine for most of the test scenarios, but there are some test cases, that requires the use of multiple parallel PublishRequests.
For example Publish Min 02 / 003 requires 2 parallel PublishRequests while using a PublishingInterval of 10 seconds. So there is a very small time frame in that this test would be passed, but most of the time, the second PublishRequest will be timed out before the server can use it for a response.
For such cases, it should be possible to specify a value for the TimeoutHint that should be used in the PublishRequest when starting the async publish from a test script.

TagsNo tags attached.
Files Affected

/library/Utilities/ThreadInfrastructure/StartThreadPublish.js

Several binary changes

Activities

Archie Miller

2024-04-22 19:54

administrator   ~0021136

I'm going to make the assumption that the requested parameter should be on the startThreadPublish, as this is where interesting parameters like PublishDuration are set.

This will require a change to the binary, as well as the script helper, as the configured parameter will be required to be set by scripting.

Archie Miller

2024-04-22 21:52

administrator   ~0021137

Binary and Scripts both have the same pull request ids.

Issue History

Date Modified Username Field Change
2023-10-12 10:00 Sebastian Allmendinger New Issue
2023-10-12 16:27 Paul Hunkar Assigned To => Sebastian Allmendinger
2023-10-12 16:27 Paul Hunkar Status new => assigned
2023-10-12 16:28 Paul Hunkar Assigned To Sebastian Allmendinger => Archie Miller
2023-10-12 16:29 Paul Hunkar Project Compliance Test Tool (CTT) Unified Architecture => CTT UA Binary
2024-04-22 19:54 Archie Miller Note Added: 0021136
2024-04-22 21:52 Archie Miller Status assigned => resolved
2024-04-22 21:52 Archie Miller Resolution open => fixed
2024-04-22 21:52 Archie Miller Note Added: 0021137
2024-04-22 21:52 Archie Miller Category 3 - Feature Request => 1 - Script Issue
2024-04-22 21:53 Archie Miller Files Affected => /library/Utilities/ThreadInfrastructure/StartThreadPublish.js

Several binary changes