This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a change to branch branch-4.2
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 6334d191ed1 [improve][misc] Upgrade Netty to 4.1.134 (#25870)
     new d93426e0a45 [fix][test] Stabilize WebService rate limiting test 
(#25866)
     new 5991a1d685e [fix][fn] Fix Go function runtime to continue after user 
exceptions and add neg-ack tests (#25867)
     new 5f10bf0c96f [fix][test] Fix flaky ProducerCleanupTest timer cleanup 
(#25864)
     new b3c7f394c86 [fix][test] Fix flaky 
PulsarFunctionTlsTest.testFunctionsCreation() test (#25889)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/pulsar/broker/web/WebServiceTest.java   | 24 +++++++++++--
 .../pulsar/client/api/ProducerCleanupTest.java     | 17 +++++----
 .../functions/worker/PulsarFunctionTlsTest.java    | 37 ++++++++++---------
 pulsar-function-go/pf/instance.go                  | 41 +++++++++++++++-------
 pulsar-function-go/pf/instance_test.go             | 32 +++++++++++++++++
 .../docker-images/latest-version-image/Dockerfile  |  1 +
 .../go-examples/exceptionFunc/exceptionFunc.go     | 11 ++++--
 .../integration/functions/PulsarFunctionsTest.java |  4 +++
 .../functions/PulsarFunctionsTestBase.java         |  1 +
 .../functions/go/PulsarFunctionsGoTest.java        |  5 +++
 10 files changed, 131 insertions(+), 42 deletions(-)
 copy pulsar-function-go/examples/exclamationFunc/exclamationFunc.go => 
tests/docker-images/latest-version-image/go-examples/exceptionFunc/exceptionFunc.go
 (84%)

Reply via email to