You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by mm...@apache.org on 2023/03/20 16:40:04 UTC

[bookkeeper] branch master updated (c3e5bfe431 -> dda42a3a33)

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

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


    from c3e5bfe431 [Bugfix] make metadataDriver initialization more robust (#3873)
     add dda42a3a33 Enable CI for the streamstorage python client (#3875)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/bk-streamstorage-python.yml      |   85 ++
 stream/clients/pom.xml                             |   18 +
 stream/clients/python/.flake8                      |    1 +
 stream/clients/python/.gitignore                   |    2 +
 stream/clients/python/README.rst                   |   19 +
 .../python/bookkeeper/common/protobuf_helpers.py   |   22 +-
 .../clients/python/bookkeeper/proto/cluster_pb2.py |  207 +--
 .../clients/python/bookkeeper/proto/common_pb2.py  |   70 +-
 stream/clients/python/bookkeeper/proto/kv_pb2.py   |  192 +--
 .../clients/python/bookkeeper/proto/kv_rpc_pb2.py  | 1302 ++----------------
 .../python/bookkeeper/proto/kv_store_pb2.py        |  312 +----
 .../clients/python/bookkeeper/proto/storage_pb2.py | 1328 +++----------------
 .../clients/python/bookkeeper/proto/stream_pb2.py  | 1401 +++-----------------
 .../clients/python/docker}/Dockerfile              |   33 +-
 .../test.sh => docker/build-local-image.sh}        |   20 +-
 .../python/scripts/docker_integration_tests.sh     |    7 +-
 .../python/scripts/run_integration_tests.sh        |    3 +
 stream/clients/python/scripts/test.sh              |    1 -
 stream/clients/python/setup.py                     |    2 +-
 .../tests/integration/bookkeeper/kv/test_client.py |    1 -
 20 files changed, 759 insertions(+), 4267 deletions(-)
 create mode 100644 .github/workflows/bk-streamstorage-python.yml
 copy {docker => stream/clients/python/docker}/Dockerfile (58%)
 copy stream/clients/python/{scripts/test.sh => docker/build-local-image.sh} (62%)