Skip to content

Commit b34d338

Browse files
shasank112001nodece
andcommitted
Update pulsar-testclient/src/test/java/org/apache/pulsar/testclient/PerformanceBaseArgumentsTest.java
Co-authored-by: Zixuan Liu <[email protected]>
1 parent 0038b81 commit b34d338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pulsar-testclient/src/test/java/org/apache/pulsar/testclient/PerformanceBaseArgumentsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ public void run() throws Exception {
333333
}
334334
args.getCommander().setDefaultValueProvider(PulsarPerfTestPropertiesProvider.create(prop));
335335
args.parse(new String[]{});
336+
args.validate();
337+
assertTrue(args.useKeyStoreTls);
336338
assertEquals("PKCS12", args.tlsTrustStoreType);
337339
assertEquals("./path", args.tlsTrustStorePath);
338340
assertEquals("changeme", args.tlsTrustStorePassword);

0 commit comments

Comments
 (0)