View Issue Details

IDProjectCategoryView StatusLast Update
0010166CTT UA Test Case4 - Test Case Definitionpublic2025-08-04 05:58
ReporterSebastian Allmendinger Assigned ToSebastian Allmendinger  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0010166: History Read Raw / Err-019: Expected StatusCode should be changed
Description

The test case requests historical data in a time frame that is years before the first record and in a second step years after the last record.
In the first step, the test case currently accepts 'Good' (as StatusCode for the first record in historian) for the EndBound.

This test fails if the first record has a bad StatusCode (for example Bad_WaitingForInitialData, Bad_NoCommunication, ...). Shouldn't the test case expect the StatusCode of the first record instead of 'Good'?

The same applies for the second step with the StartBound (which could be the last record in historian).

Additional Information

If the test case is updated, the test script must be updated too.

TagsNo tags attached.
Files Affected

Activities

Sebastian Allmendinger

2025-08-04 05:58

developer   ~0023194

The current version has been deactivated and a new version has been created with an updated wording. This has been done in both databases (1.04 and 1.05).

Step 2:
From: OperationLevelResults='BadBoundNotFound for the startBound, for the endBound it may return BadBoundNotFound or Good (first record in historian), or BadBoundNotSupported.'
To: OperationLevelResults='BadBoundNotFound for the startBound, for the endBound it may return BadBoundNotFound, BadBoundNotSupported or the first record in historian.'

Step 3:
From: OperationLevelResults='BadBoundNotFound for the endBound, for the startBound it may return BadBoundNotFound or Good (last record in historian), or BadBoundNotSupported.'
To: OperationLevelResults='BadBoundNotFound for the endBound, for the startBound it may return BadBoundNotFound, BadBoundNotSupported or the last record in historian.'

Issue History

Date Modified Username Field Change
2025-02-27 09:19 Sebastian Allmendinger New Issue
2025-07-17 15:42 Paul Hunkar Assigned To => Sebastian Allmendinger
2025-07-17 15:42 Paul Hunkar Status new => assigned
2025-08-04 05:58 Sebastian Allmendinger Status assigned => resolved
2025-08-04 05:58 Sebastian Allmendinger Resolution open => fixed
2025-08-04 05:58 Sebastian Allmendinger Note Added: 0023194