You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/11/16 13:27:15 UTC

[pulsar] branch master updated (1907afe -> 2be4f2d)

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 1907afe  Upgrade BookKeeper to 4.12.0 (#8447)
     add 2be4f2d  [Issue 8542]Add smoke test for shade package (#8574)

No new revisions were added by this update.

Summary of changes:
 ...{ci-integration-sql.yaml => ci-shade-test.yaml} |  8 +++----
 tests/pom.xml                                      |  2 ++
 .../pom.xml                                        | 19 +++++++--------
 .../pulsar/tests/integration/PulsarContainer.java  |  4 ++++
 .../apache/pulsar/tests/integration/SmokeTest.java | 15 +++++++++++-
 .../src/test/resources/pulsar.xml                  |  6 ++---
 .../pom.xml                                        | 27 +++++++++++++++-------
 .../pulsar/tests/integration/PulsarContainer.java  |  4 ++++
 .../apache/pulsar/tests/integration/SmokeTest.java | 15 +++++++++++-
 .../src/test/resources/pulsar.xml                  |  6 ++---
 10 files changed, 77 insertions(+), 29 deletions(-)
 copy .github/workflows/{ci-integration-sql.yaml => ci-shade-test.yaml} (93%)
 copy tests/{bc_2_0_1 => pulsar-client-all-shade-test}/pom.xml (87%)
 copy tests/{bc_2_0_0 => pulsar-client-all-shade-test}/src/test/java/org/apache/pulsar/tests/integration/PulsarContainer.java (92%)
 copy tests/{bc_2_0_0 => pulsar-client-all-shade-test}/src/test/java/org/apache/pulsar/tests/integration/SmokeTest.java (78%)
 copy tests/{bc_2_0_0 => pulsar-client-all-shade-test}/src/test/resources/pulsar.xml (89%)
 copy tests/{bc_2_0_0 => pulsar-client-and-admin-shade-test}/pom.xml (84%)
 copy tests/{bc_2_0_0 => pulsar-client-and-admin-shade-test}/src/test/java/org/apache/pulsar/tests/integration/PulsarContainer.java (92%)
 copy tests/{bc_2_0_0 => pulsar-client-and-admin-shade-test}/src/test/java/org/apache/pulsar/tests/integration/SmokeTest.java (78%)
 copy tests/{bc_2_0_0 => pulsar-client-and-admin-shade-test}/src/test/resources/pulsar.xml (88%)