devinbost commented on issue #6031: [Issue 4175] [pulsar-function-go] (ongoing) Fixed gRPC file to contain service registration method URL: https://github.com/apache/pulsar/pull/6031#issuecomment-573770757 I ran each of the Go tests individually. Here are the results: ``` util_test.go passed. instanceConf_test.go passed. In function_test.go: TestInvalidFunctions passed. TestInvokes passed. In context_test.go: TestContext failed. ``` So, most of them passed. It’s only context_test.go that failed. Regarding the TestContext failure, here's what I got from my breakpoint: <img width="999" alt="Screen Shot 2020-01-13 at 8 39 50 AM" src="https://user-images.githubusercontent.com/7418031/72276446-24414500-35ed-11ea-9a27-22e93749e813.png">
---------------------------------------------------------------- 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
