View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004147 | Compliance Test Tool (CTT) Unified Architecture | 1 - Script Issue | public | 2018-02-01 14:16 | 2019-08-16 15:27 |
Reporter | Bernd Edlinger | Assigned To | Alexander Allmendinger | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | PC | OS | Windows | OS Version | 8.1 |
Product Version | 1.03.340.380 | ||||
Target Version | 1.03 | Fixed in Version | 1.03.341.381 | ||
Summary | 0004147: PostTestFunctions cause timeouts | ||||
Description | If you have the following selection and one of the Security Basic CUs is skipped, because the server Then the View Services become extremely slow and fail because session breaks. The problem is in part that Security Basic initialize.js is executed, // we NEED a secure channel 128Rsa15 for this CU! Test.PostTestFunctions.push( postTestDelay ); function postTestDelay() { while cleanup.js contains this (but is not executed): Test.PostTestFunctions = []; Workarounds: it is clear how 2) works, because it always executes it's cleanup.js it is not clear to us how 1) works. | ||||
Tags | No tags attached. | ||||
Files Affected | |||||
|
Compliance Group Meeting: Alexander verifies the behavior with some servers to find the reason for the slow responses and session breaks. |
|
The PostTestFunctions weren't removed when skipping the test cases and therefore were executed after each test case later on. In order to prevent the issue the script is now only adding the delay, if the server does support the SecurityPolicies. |
|
Reviewed in CMP call |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-01 14:16 | Bernd Edlinger | New Issue | |
2018-02-01 14:17 | Bernd Edlinger | Description Updated | |
2018-03-01 16:37 | Alexander Allmendinger | Note Added: 0008903 | |
2018-03-01 16:37 | Alexander Allmendinger | Assigned To | => Alexander Allmendinger |
2018-03-01 16:37 | Alexander Allmendinger | Status | new => assigned |
2018-03-01 16:37 | Alexander Allmendinger | Target Version | => 1.03 |
2018-03-01 16:38 | Alexander Allmendinger | Target Version | 1.03 => |
2018-07-27 11:58 | Alexander Allmendinger | Note Added: 0009232 | |
2018-07-27 11:58 | Alexander Allmendinger | Status | assigned => resolved |
2018-07-27 11:58 | Alexander Allmendinger | Fixed in Version | => 1.03.341.381 |
2018-07-27 11:58 | Alexander Allmendinger | Resolution | open => fixed |
2019-01-28 14:10 | Paul Hunkar | Category | Script Issue => 1 - Script Issue |
2019-08-16 15:27 | Paul Hunkar | Status | resolved => closed |
2019-08-16 15:27 | Paul Hunkar | Note Added: 0010785 | |
2019-08-16 15:27 | Paul Hunkar | Target Version | => 1.03 |