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-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org