-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
When creating H2 database server with no options, some tests can fail intermittently, because the test failed to create a connection.
//To allow remote connections, start the TCP server using the option -tcpAllowOthers
h2Server = Server.createTcpServer("-tcpAllowOthers").start();
- is related to
-
WFLY-16300 Intermittent failures in StopFromDifferentNodeTestCase
- Closed