jerrypeng commented on a change in pull request #9727:
URL: https://github.com/apache/pulsar/pull/9727#discussion_r583243589
##########
File path:
pulsar-broker/src/test/java/org/apache/pulsar/io/PulsarFunctionE2ETest.java
##########
@@ -217,6 +256,9 @@ void setup(Method method) throws Exception {
if (connectorsDir.mkdir()) {
File file = new
File(getClass().getClassLoader().getResource("pulsar-io-data-generator.nar").getFile());
Files.copy(file.toPath(), new
File(connectorsDir.getAbsolutePath() + "/" + file.getName()).toPath());
+
+ file = new
File(getClass().getClassLoader().getResource("pulsar-io-batch-data-generator.nar").getFile());
Review comment:
Since you are copying the connector into the "connectors" dir, please
also add a test to test submitting the builtin version of the connector.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]