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 | [<none> -> pulsar://localhost:6650] Create ClientConnection, timeout=10000 2023-02-10 14:53:57.415 INFO [0x101084580] ConnectionPool:97 | Created connection for pulsar://localhost:6650 2023-02-10 14:53:57.418 INFO [0x16ffaf000] ClientConnection:388 | [[::1]:51199 -> [::1]:6650] Connected to broker 2023-02-10 14:53:57.433 INFO [0x16ffaf000] HandlerBase:72 | [persistent://public/default/partition-testMessageListenerPause, ] Getting connection from pool 2023-02-10 14:53:57.502 INFO [0x16ffaf000] ProducerImpl:202 | [persistent://public/default/partition-testMessageListenerPause, ] Created producer on broker [[::1]:51199 -> [::1]:6650] 2023-02-10 14:53:57.502 INFO [0x101084580] Client:87 | Subscribing on Topic :partition-testMessageListenerPause 2023-02-10 14:53:57.506 INFO [0x16ffaf000] HandlerBase:72 | [persistent://public/default/partition-testMessageListenerPause, subscription-name, 0] Getting connection from pool 2023-02-10 14:53:57.549 INFO [0x16ffaf000] ConsumerImpl:238 | [persistent://public/default/partition-testMessageListenerPause, subscription-name, 0] Created consumer on broker [[::1]:51199 -> [::1]:6650] 2023-02-10 14:53:57.549 INFO [0x101084580] ConsumerImpl:289 | [persistent://public/default/partition-testMessageListenerPause, subscription-name, 0] Unsubscribing 2023-02-10 14:53:57.574 INFO [0x16ffaf000] ConsumerImpl:294 | [persistent://public/default/partition-testMessageListenerPause, subscription-name, 0] Unsubscribed successfully 2023-02-10 14:53:57.574 INFO [0x101084580] Client:87 | Subscribing on Topic :partition-testMessageListenerPause 2023-02-10 14:53:57.580 INFO [0x16ffaf000] HandlerBase:72 | [persistent://public/default/partition-testMessageListenerPause, subscription-name, 1] Getting connection from pool 2023-02-10 14:53:57.628 INFO [0x16ffaf000] ConsumerImpl:238 | [persistent://public/default/partition-testMessageListenerPause, subscription-name, 1] Created consumer on broker [[::1]:51199 -> [::1]:6650] ```
I'm not sure what the problem is Thanks, Bo Baodi Shi <ba...@apache.org> 于2023年2月9日周四 18:28写道: > > +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 <matteo.me...@gmail.com> 写道: > > > +1 > > > > -- > > Matteo Merli > > <matteo.me...@gmail.com> > > > > On Wed, Feb 8, 2023 at 12:28 AM Yunze Xu <y...@streamnative.io.invalid> > > 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, test and vote on this release. This vote will stay > > open > > > > for at least 72 hours *** > > > > > > Note that we are voting upon the source (tag), binaries are provided for > > > > convenience. > > > > > > Source and binary files: > > > > > > https://dist.apache.org/repos/dist/dev/pulsar/pulsar-client-cpp/pulsar-client-cpp-3.1.2-candidate-1/ > > > > > > SHA-512 checksums: > > > > > > b8ecada9f9287b3c135c5b939385a59053193cab6c0b41d6faa074e98f596ad5c86d903d4bc581512fe10c1cd35ee74a2adcfb699f2e34349be2ee1d75f81cf4 > > > > apache-pulsar-client-cpp-3.1.2.tar.gz > > > > > > The tag to be voted upon: > > > > v3.1.2-candidate-1 (9257d147d2cdfdd3817f9f1194d11797ed3d485c) > > > > https://github.com/apache/pulsar-client-cpp/releases/tag/v3.1.2-candidate-1 > > > > > > Pulsar's KEYS file containing PGP keys you use to sign the release: > > > > https://dist.apache.org/repos/dist/dev/pulsar/KEYS > > > > > > Please download the source package, and follow the README to compile and > > test. > > > >