]
Tomaz Cerar commented on WFLY-3890:
-----------------------------------
No! proper fix is to do proper cleanup of vault files as it usually breaks because of
leftovers or some corrupt vault.dat stuff.
Intermittent test failures due to 'Could not stop container'
and 'Could not start container'
--------------------------------------------------------------------------------------------
Key: WFLY-3890
URL:
https://issues.jboss.org/browse/WFLY-3890
Project: WildFly
Issue Type: Bug
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 BZ1105003. We should use
different standalone
configuration to avoid breaking whole manual-mode module due to this. Also chenged tests
to use :reload
command instead of reload operation as Alexey suggested in BZ1136220#c11.