RobertIndie commented on PR #1151: URL: https://github.com/apache/pulsar-client-go/pull/1151#issuecomment-1878106647
> @RobertIndie There are no tests for the `namespaces`(and other modules) at all, we may need a PIP to setup the tests structure first I don't think we need a PIP for that. We can utilize the existing testing framework. Seems that you can just create a test go file and write the test. I have created a PR to show how to do it: https://github.com/apache/pulsar-client-go/pull/1152 Then you can refer to these scripts to run the tests: https://github.com/apache/pulsar-client-go/tree/master/scripts . It will run in the CI: https://github.com/apache/pulsar-client-go/blob/master/.github/workflows/ci.yml#L50 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
