View Issue Details

IDProjectCategoryView StatusLast Update
0009590Compliance Test Tool (CTT) Unified Architecture1 - Script Issuepublic2024-07-05 01:47
ReporterMaximilian Assigned ToPaul Hunkar  
PriorityhighSeveritytextReproducibilitysometimes
Status resolvedResolutionunable to reproduce 
Product Version1.04.11-01.00.506 
Summary0009590: Base Info ResendData Method 002.js Not waiting for next publish before checking data changes
Description

After receiving initial data change and calling ResendData the test is not waiting for the next publish before checking the received datachanges.
This causes the test to fail sporadically, depending on if the next publish request is received or not.

Maybe test 001 has similar issues. (not checked yet)

Additional Information

At line 44 there should be a loop waiting at least once the Subscription Publishing Interval (1.5 the time worked best) to safely receive the next publish request.

TagsNo tags attached.
Files Affected

Activities

Paul Hunkar

2024-07-05 01:47

administrator   ~0021419

Resend data is supposed to send a response immediately (i.e. as soon as the method is invoked. If there is a publish in the queue it is to be dequeued and used to send the response, if that is nothing in the queue then as soon as a publish is received it is utilized to send the response).

We don't believe there should be any wait - the server should be sending a response immediately.

Paul Hunkar

2024-07-05 01:47

administrator   ~0021420

We do not see this as an error, suspect it is a server problem

Issue History

Date Modified Username Field Change
2024-06-12 09:39 Maximilian New Issue
2024-07-04 14:49 Paul Hunkar Summary Base Info ResendData Method 002.js Not waiting for next publish befor checking data changes => Base Info ResendData Method 002.js Not waiting for next publish before checking data changes
2024-07-04 14:51 Paul Hunkar Assigned To => Paul Hunkar
2024-07-04 14:51 Paul Hunkar Status new => assigned
2024-07-05 01:47 Paul Hunkar Note Added: 0021419
2024-07-05 01:47 Paul Hunkar Status assigned => resolved
2024-07-05 01:47 Paul Hunkar Resolution open => unable to reproduce
2024-07-05 01:47 Paul Hunkar Note Added: 0021420