You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2020/12/01 13:00:17 UTC

[pulsar] branch master updated (91e2f83 -> 7f62bbc)

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

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


    from 91e2f83  [docs] Fix incorrect command (#8758)
     add 7f62bbc  Split pulsar-client-and-admin-shade-test into two parts (#8716)

No new revisions were added by this update.

Summary of changes:
 tests/bc_2_0_0/pom.xml                               |  6 ------
 tests/bc_2_0_1/pom.xml                               |  6 ------
 tests/pom.xml                                        |  3 ++-
 .../pom.xml                                          | 20 ++------------------
 .../pulsar/tests/integration/PulsarContainer.java    |  0
 .../apache/pulsar/tests/integration/SmokeTest.java   |  0
 .../src/test/resources/pulsar.xml                    |  2 +-
 tests/pulsar-client-all-shade-test/pom.xml           |  6 ------
 .../pom.xml                                          | 13 ++++---------
 .../pulsar/tests/integration/PulsarContainer.java    |  0
 .../apache/pulsar/tests/integration/SmokeTest.java   |  2 +-
 .../src/test/resources/pulsar.xml                    |  2 +-
 12 files changed, 11 insertions(+), 49 deletions(-)
 rename tests/{pulsar-client-and-admin-shade-test => pulsar-client-admin-shade-test}/pom.xml (89%)
 copy tests/{pulsar-client-and-admin-shade-test => pulsar-client-admin-shade-test}/src/test/java/org/apache/pulsar/tests/integration/PulsarContainer.java (100%)
 rename tests/{pulsar-client-and-admin-shade-test => pulsar-client-admin-shade-test}/src/test/java/org/apache/pulsar/tests/integration/SmokeTest.java (100%)
 rename tests/{pulsar-client-and-admin-shade-test => pulsar-client-admin-shade-test}/src/test/resources/pulsar.xml (94%)
 copy tests/{pulsar-client-all-shade-test => pulsar-client-shade-test}/pom.xml (92%)
 rename tests/{pulsar-client-and-admin-shade-test => pulsar-client-shade-test}/src/test/java/org/apache/pulsar/tests/integration/PulsarContainer.java (100%)
 copy tests/{bc_2_0_0 => pulsar-client-shade-test}/src/test/java/org/apache/pulsar/tests/integration/SmokeTest.java (97%)
 copy tests/{pulsar-client-all-shade-test => pulsar-client-shade-test}/src/test/resources/pulsar.xml (94%)