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/28 10:39:10 UTC

[pulsar] branch master updated (31203c3952d -> 0678b821765)

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 31203c3952d [fix][flask-test] Fix and improve LookupRetryTest (#17848)
     add 0678b821765 [improve][test] Add integration test for websocket (#17843)

No new revisions were added by this update.

Summary of changes:
 build/run_integration_group.sh                     |   4 +-
 .../docker-images/latest-version-image/Dockerfile  |   4 +-
 .../conf/{local-zk.conf => websocket.conf}         |   6 +-
 .../latest-version-image/scripts/run-websocket.sh  |   4 +-
 ...rokerContainer.java => WebSocketContainer.java} |  20 +--
 .../integration/proxy/TestProxyWithWebSocket.java  | 128 ------------------
 .../integration/topologies/PulsarCluster.java      |   8 +-
 .../integration/topologies/PulsarClusterSpec.java  |   6 +
 .../tests/integration/websocket/TestWebSocket.java |  74 +++++++++++
 .../integration/websocket/WebSocketTestSuite.java  | 148 +++++++++++++++++++++
 ...ar-proxy-websocket.xml => pulsar-websocket.xml} |   4 +-
 11 files changed, 256 insertions(+), 150 deletions(-)
 copy tests/docker-images/latest-version-image/conf/{local-zk.conf => websocket.conf} (89%)
 copy tests/integration/src/test/java/org/apache/pulsar/tests/integration/containers/{BrokerContainer.java => WebSocketContainer.java} (68%)
 delete mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/proxy/TestProxyWithWebSocket.java
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/websocket/TestWebSocket.java
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/websocket/WebSocketTestSuite.java
 rename tests/integration/src/test/resources/{pulsar-proxy-websocket.xml => pulsar-websocket.xml} (83%)