]
Petr Kremensky commented on WFLY-3862:
--------------------------------------
Tomaz Cerar added a comment - 9 minutes ago
No! proper fix is to do proper cleanup of vault files as it usually breaks because of
leftovers or some corrupt vault.dat stuff.
Petr Kremensky added a comment - 2 minutes ago
Than we have to look more into WFLY-3778 as that is why this issue occures. Please see
Run HTTPSConnectionWithCLITestCase and
VaultPasswordsInCLITestCase.java with standalone profile
-----------------------------------------------------------------------------------------------
Key: WFLY-3862
URL:
https://issues.jboss.org/browse/WFLY-3862
Project: WildFly
Issue Type: Bug
Components: Test Suite
Reporter: Petr Kremensky
Assignee: Petr Kremensky
HTTPSConnectionWithCLITestCase and VaultPasswordsInCLITestCase.java secures management
interface with SSL, but they sometimes fail to unsecure it due to problem mentioned in
WFLY-3778. We should use different configuration to avoid breaking whole manual-mode
module due to this (other tests cannot use secured server).
Also change tests to use :*reload* command instead of *reload* operation.