merlimat opened a new pull request #3003: Refactored C++ tests URL: https://github.com/apache/pulsar/pull/3003 ### Motivation Refactored the C++ tests execution in order to: * make it easier for developers to run tests locally * have the option to add tests for other authentication plugins ### Modifications * Start one single instance of Pulsar standalone that supports both TLS and clear text connections. * Create tenant and namespaces with no authentication required (by setting `anonymous` role) (`public/default`) * Create tenant and namespace for tests that require authentication. (`private/auth` namespace) * Added script to start stop the service with the configuration required: - `pulsar-test-service-start.sh` and `pulsar-test-service-stop.sh`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
