You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hold safe connections (like RedisClient, ActiveMQJMSConnectionFactory, etc) throughout the entire test cycle.
It is mandatory to close the connection after tests by using the following in the helper: Runtime.getRuntime().addShutdownHook();
Some connection options have overrided default values (for example, a connection timeout of 2000 ms — there is no point in using the driver's default 120-second timeout and keeping the test running).
HikariCP is used for SQL databases.
Starting with core version 1.5.0, it is possible to pass connection parameters/options in the config file (see the module descriptions for details).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
All modules connect to the service.
All reactions