Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-15 Thread Yunze Xu
Close this vote with 3 binding +1s votes: * Matteo * Bo * Penghui Thanks, Yunze On Wed, Feb 15, 2023 at 12:31 PM PengHui Li wrote: > > +1 binding > > The tests failed with curl 7.84. upgrading to 7.87 fixed the issue. > > Thanks, > Penghui > > On Wed, Feb 15, 2023 at 10:36 AM 丛搏 wrote: > > > +

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-14 Thread PengHui Li
+1 binding The tests failed with curl 7.84. upgrading to 7.87 fixed the issue. Thanks, Penghui On Wed, Feb 15, 2023 at 10:36 AM 丛搏 wrote: > +1 (binding) > > - Build from source (macos x86_64 12.6) > - Run pulsar-tests with apachepulsar/pulsar:2.11.0 docker images > > https://github.com/apache/

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-14 Thread 丛搏
+1 (binding) - Build from source (macos x86_64 12.6) - Run pulsar-tests with apachepulsar/pulsar:2.11.0 docker images https://github.com/apache/pulsar-client-cpp/issues/192 I found in my env. Thanks, Bo Zike Yang 于2023年2月14日周二 15:35写道: > > +1 (non-binding) > > - Build from source (macos x86_64

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-13 Thread Zike Yang
+1 (non-binding) - Build from source (macos x86_64 12.6) - Run example producer/consumer - Run perf producer/consumer. - Run unit tests I have found an issue when running the unit test [0]. But it seems not a regression bug and only affects the test code. So I am +1. [0] https://github.com/apach

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-12 Thread Yunze Xu
Hi Bo, This test takes about 1 minute to finish, did you wait long enough? I ran this test in my local env (Ubuntu 20.04) against a Pulsar 2.11.0 standalone and it succeeded. ``` $ ./tests/pulsar-tests --gtest_filter='BasicEndToEndTest.testMessageListenerPause' Note: Google Test filter = BasicEnd

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-09 Thread 丛搏
I run ./pulsar-tests block, ``` [ RUN ] BasicEndToEndTest.testMessageListenerPause 2023-02-10 14:53:57.415 INFO [0x101084580] BasicEndToEndTest:922 | res = 204 2023-02-10 14:53:57.415 INFO [0x101084580] ClientConnection:190 | [ -> pulsar://localhost:6650] Create ClientConnection, timeout=100

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-09 Thread Baodi Shi
+1 (non-binding) * Verify checksum and signatures * Build from source (MacOS arm64 13.1) * Verify oauth2 set `TlsTrustCertsFilePath`(libpulsarwithdeps.a) * Verify the oauth2 set `TlsTrustCertsFilePath` on Node.js client Thanks, Baodi Shi 在 2023年2月9日 04:33:36 上,Matteo Merli 写道: > +1 > > -- >

Re: [VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-08 Thread Matteo Merli
+1 -- Matteo Merli On Wed, Feb 8, 2023 at 12:28 AM Yunze Xu wrote: > > This is the first release candidate for Apache Pulsar Client C++, version > 3.1.2. > > It fixes the following issues: > https://github.com/apache/pulsar-client-cpp/issues?q=label%3Arelease%2F3.1.2 > > *** Please download, t

[VOTE] Pulsar Client C++ Release 3.1.2 Candidate 1

2023-02-08 Thread Yunze Xu
This is the first release candidate for Apache Pulsar Client C++, version 3.1.2. It fixes the following issues: https://github.com/apache/pulsar-client-cpp/issues?q=label%3Arelease%2F3.1.2 *** Please download, test and vote on this release. This vote will stay open for at least 72 hours *** Note