View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010009 | CTT UA Scripts | 5 - General Problem | public | 2024-11-14 09:11 | 2025-08-14 05:18 |
| Reporter | Jochen Baier | Assigned To | Sebastian Allmendinger | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0010009: CTT writes always "false" to NodeIds/Static/All Profiles/Scalar/Bool after end of all tests | ||||
| Description | Regardless of whether the value of NodeIds/Static/All Profiles/Scalar/Bool was previously "true": CTT always writes "false" to this variable at the end of all tests. This causes problems if other CI tests use this variable and assume that it is still "true". | ||||
| Steps To Reproduce | New CTT project with minimal setup. Add a bool variable to NodeIds/Static/All Profiles/Scalar/Bool. The bool variable should have value "true". tested with server_cpp_demo from unified automation. | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Files Affected | /library/ServiceBased/DetectUAServices.js | ||||
|
|
The CTT writes the minimum value to the first configured scalar item in the afterTests.js without reverting it. Proposed solution:
|
|
|
... or even simplier: |
|
|
A Read before the Write has been added and the CTT now writes the same value to the item again. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-11-14 09:11 | Jochen Baier | New Issue | |
| 2024-11-14 09:11 | Jochen Baier | File Added: image.png | |
| 2025-07-31 15:25 | Paul Hunkar | Assigned To | => Sebastian Allmendinger |
| 2025-07-31 15:25 | Paul Hunkar | Status | new => assigned |
| 2025-07-31 16:54 | Sebastian Allmendinger | Note Added: 0023181 | |
| 2025-08-01 06:32 | Sebastian Allmendinger | Note Added: 0023182 | |
| 2025-08-02 09:14 | Sebastian Allmendinger | Project | Compliance Test Tool (CTT) Unified Architecture => CTT UA Scripts |
| 2025-08-02 09:14 | Sebastian Allmendinger | Product Version | 1.04.11-01.00.508 => |
| 2025-08-02 09:14 | Sebastian Allmendinger | Files Affected | => /library/ServiceBased/DetectUAServices.js |
| 2025-08-14 05:18 | Sebastian Allmendinger | Status | assigned => resolved |
| 2025-08-14 05:18 | Sebastian Allmendinger | Resolution | open => fixed |
| 2025-08-14 05:18 | Sebastian Allmendinger | Note Added: 0023228 |