Skip to content

Commit 1d7519e

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 8c75450 commit 1d7519e

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)