This commit is contained in:
Zoltan Haindrich 2024-08-06 15:28:36 +00:00
parent d5b82af4a9
commit 42cc5d62a8
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@ import static org.junit.jupiter.api.Assertions.fail;
* <li>Copy over the .iq.out to .iq to accept the changes</li>
* </ol>
*
* To shorten the above 2 steps
* To shorten the above 2 steps you can run the test with system property quiem.overwrite=true
*
*/
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
@ -149,6 +149,7 @@ public abstract class DruidQuidemTestBase
ConfigBuilder configBuilder = Quidem.configBuilder()
.withConnectionFactory(connectionFactory)
.withPropertyHandler(connectionFactory)
.withEnv(connectionFactory::getEnv)
.withCommandHandler(new DruidQuidemCommandHandler());
Config config = configBuilder