This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from cd8e22ee [Go Functions] Add newOuputMessage interface for Go Function
(#8327)
add 9922249 Delete associated ledgers before deleting cluster metadata
(#8244)
No new revisions were added by this update.
Summary of changes:
.../pulsar/PulsarClusterMetadataTeardown.java | 115 +++++++++++-
tests/integration/pom.xml | 12 ++
.../cli/ClusterMetadataTearDownTest.java | 208 +++++++++++++++++++++
.../integration/topologies/PulsarCluster.java | 4 +
.../integration/src/test/resources/pulsar-cli.xml | 1 +
5 files changed, 332 insertions(+), 8 deletions(-)
create mode 100644
tests/integration/src/test/java/org/apache/pulsar/tests/integration/cli/ClusterMetadataTearDownTest.java