File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ pulsar_cpp_base_url() {
2323 exit 1
2424 fi
2525 VERSION=$1
26- echo " https://archive .apache.org/dist/pulsar/pulsar-client-cpp- ${VERSION} "
26+ echo " https://dist .apache.org/repos/ dist/dev/ pulsar/pulsar-client-cpp/pulsar-client-cpp- ${VERSION} -candidate-2 "
2727}
2828
2929download_dependency () {
Original file line number Diff line number Diff line change 1717# under the License.
1818#
1919
20- pulsar-cpp : 3.7.0
20+ pulsar-cpp : 3.7.1
2121pybind11 : 2.10.1
2222# The OpenSSL dependency is only used when building Python from source
2323openssl : 1.1.1q
Original file line number Diff line number Diff line change @@ -46,8 +46,7 @@ def test_get(self):
4646 self .assertEqual (table_view .get ('key-1' ), b'\xba \xd0 \xba \xd0 ' )
4747
4848 producer .send ('value-1' .encode (), partition_key = 'key-0' )
49- # TODO: Upgrade to C++ client 3.7.1 to include https://github.com/apache/pulsar-client-cpp/pull/487
50- #self._wait_for_assertion(lambda: self.assertEqual(table_view.get('key-0'), b'value-1'))
49+ self ._wait_for_assertion (lambda : self .assertEqual (table_view .get ('key-0' ), b'value-1' ))
5150
5251 producer .close ()
5352 table_view .close ()
You can’t perform that action at this time.
0 commit comments