You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2021/03/16 02:56:49 UTC

[incubator-pinot] branch basic-auth-controller updated (59cdaee -> 92f4a08)

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

apucher pushed a change to branch basic-auth-controller
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 59cdaee  review fixes
     add 351a0f9  added header support to connection factory
     add e1b6309  add header support to controller and cluster test tooling
     add 92f4a08  add draft realtime integration test harness with auth

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pinot/client/ConnectionFactory.java |  28 ++++-
 .../pinot/controller/helix/ControllerTest.java     |  40 +++++-
 .../tests/BaseClusterIntegrationTest.java          |   6 +-
 .../tests/BasicAuthRealtimeIntegrationTest.java    | 135 +++++++++++++++++++++
 .../tests/ClusterIntegrationTestUtils.java         |  44 ++++++-
 .../pinot/integration/tests/ClusterTest.java       |  30 ++++-
 6 files changed, 270 insertions(+), 13 deletions(-)
 create mode 100644 pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/BasicAuthRealtimeIntegrationTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org