mirror of https://github.com/apache/druid.git
apidoc
This commit is contained in:
parent
d5b82af4a9
commit
42cc5d62a8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue