View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005603 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2020-04-30 12:25 | 2020-06-03 16:56 |
Reporter | Ondrej Flek | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.04.09.394 | ||||
Target Version | 1.04.09.396 | Fixed in Version | 1.03.341.396 | ||
Summary | 0005603: MaxStringLength test problem (Base Info Server Capabilities/006.js) | ||||
Description | In Step 1, CTT attempts to write a string of length MaxStringLength and expects the string to be accepted. | ||||
Steps To Reproduce |
| ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Files Affected | |||||
related to | 0005681 | closed | Paul Hunkar | WriteService.GenerateString() is called with wrong parameter in script: generates string with wrong size |
|
The read Value of the ServerCapabilities.MaxStringLength variable is not interpreted as a number and therefore the generation of the longer string in WriteService.GenerateString( 1 + stringLen ) does a ( 1 + stringLen.length) and therefore generates a string which has the number of characters of the length (e.g. 4 when having the limit set to 4096) + 1 which results in a string length of 5 in the generated string. |
|
reviewed in CMP call |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-04-30 12:25 | Ondrej Flek | New Issue | |
2020-04-30 12:25 | Ondrej Flek | File Added: MaxStringLength_error.jpg | |
2020-04-30 14:09 | Paul Hunkar | Assigned To | => Alexander Allmendinger |
2020-04-30 14:09 | Paul Hunkar | Status | new => assigned |
2020-05-28 09:04 | Alexander Allmendinger | Status | assigned => resolved |
2020-05-28 09:04 | Alexander Allmendinger | Resolution | open => fixed |
2020-05-28 09:04 | Alexander Allmendinger | Fixed in Version | => 1.03.341.396 |
2020-05-28 09:04 | Alexander Allmendinger | Note Added: 0012132 | |
2020-05-28 15:26 | Paul Hunkar | Target Version | => 1.04.09.396 |
2020-05-28 15:27 | Paul Hunkar | Status | resolved => closed |
2020-05-28 15:27 | Paul Hunkar | Note Added: 0012136 | |
2020-06-03 16:56 | Paul Hunkar | Relationship added | related to 0005681 |