lhotari commented on issue #8720: URL: https://github.com/apache/pulsar/issues/8720#issuecomment-778038828
I have revisited PulsarFunctionLocalRunTest [in my experimental branch](https://github.com/lhotari/pulsar/commits/lh-refactor-github-action-workflows) where I'm working on the Pulsar CI GitHub Actions workflow refactoring. I was forced to revisit it as a result of a build dependency change I'm working on where Pulsar IO .nar packaging would be switched to properly specify `<packaging>nar</packaging>` for Pulsar IO connector projects. This takes the classes off the classpath and some tests were dependent on this, such as PulsarFunctionLocalRunTest. While fixing it, I have found and fixed quite a few issues in the test which I'll contribute in proper PRs asap. ---------------------------------------------------------------- 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]
