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 2022/09/16 01:37:22 UTC

[pulsar] branch master updated (bfbe3811ab1 -> 4ba219d3e36)

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 bfbe3811ab1 [fix][broker]add test case for deleting namespace fail when has partitioned system topic (#17338)
     add 4ba219d3e36 [improve][test] Add integration test for entry filters (#17396)

No new revisions were added by this update.

Summary of changes:
 .../integration/plugins/PatternEntryFilter.java    | 61 ++++++++++++++
 .../resources/META-INF/services/entry_filter.yml   |  6 +-
 .../tests/integration/messaging/MessagingBase.java |  2 +-
 .../integration/plugins/TestEntryFilters.java      | 98 ++++++++++++++++++++++
 .../src/test/resources/pulsar-plugin.xml           |  1 +
 5 files changed, 164 insertions(+), 4 deletions(-)
 create mode 100644 tests/docker-images/java-test-plugins/src/main/java/org/apache/pulsar/tests/integration/plugins/PatternEntryFilter.java
 copy bouncy-castle/bcfips/src/main/resources/META-INF/services/bouncy-castle.yaml => tests/docker-images/java-test-plugins/src/main/resources/META-INF/services/entry_filter.yml (84%)
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/plugins/TestEntryFilters.java