devinbost opened a new pull request #6104: [Issue 4175] [pulsar-function-go] (WIP) Create integration tests for Go Functions for production-readiness URL: https://github.com/apache/pulsar/pull/6104 This PR depends upon the changes here: https://github.com/apache/pulsar/pull/6031 This PR is to provide integration tests that test execution of Go functions that are managed by the Java FunctionManager. This will allow us to test things like behavior during function timeouts, heartbeat failures, and other situations that can only be effectively tested in an integration test. Master issue: #4175 This PR also depends on the code in #6031 . ### Modifications We must add Go to the integration testing logic. We must also build the Go dependencies into the test Dockerfile to ensure the Go binaries are available at runtime for the integration tests. ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): (yes) - The public API: (no) - The schema: (no) - The default values of configurations: (no) - The wire protocol: (no) - The rest endpoints: (no) - The admin cli options: (no) - Anything that affects deployment: (yes, as explained above) ### Documentation - Does this pull request introduce a new feature? (sort of) - If yes, how is the feature documented? (not documented) - If a feature is not applicable for documentation, explain why? Documentation is part of Go functions. We will need to enhance the documentation of Go functions as we get closer to being production-ready with them.
---------------------------------------------------------------- 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] With regards, Apache Git Services
