We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0038b81 commit b34d338Copy full SHA for b34d338
pulsar-testclient/src/test/java/org/apache/pulsar/testclient/PerformanceBaseArgumentsTest.java
@@ -333,6 +333,8 @@ public void run() throws Exception {
333
}
334
args.getCommander().setDefaultValueProvider(PulsarPerfTestPropertiesProvider.create(prop));
335
args.parse(new String[]{});
336
+ args.validate();
337
+ assertTrue(args.useKeyStoreTls);
338
assertEquals("PKCS12", args.tlsTrustStoreType);
339
assertEquals("./path", args.tlsTrustStorePath);
340
assertEquals("changeme", args.tlsTrustStorePassword);
0 commit comments