You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2021/05/05 23:49:47 UTC

[incubator-pinot] branch master updated (fe10fc1 -> fe596b6)

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

xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from fe10fc1  Fix validation logic for DISTINCT queries (#6880)
     add fe596b6  Make zookeeper, kafka, controller, broker use random port for integration tests (#6872)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/pinot_tests.yml                  |  2 +
 .../broker/broker/HelixBrokerStarterTest.java      |  3 +-
 ...elixExternalViewBasedQueryQuotaManagerTest.java |  4 +-
 .../routing/segmentpruner/SegmentPrunerTest.java   |  2 +-
 .../timeboundary/TimeBoundaryManagerTest.java      |  2 +-
 .../org/apache/pinot/common/utils/ZkStarter.java   | 18 +++++--
 .../pinot/common/http/MultiGetRequestTest.java     |  4 ++
 .../pinot/controller/ControllerTestUtils.java      |  6 +--
 ...ControllerPeriodicTaskStarterStatelessTest.java |  3 +-
 .../pinot/controller/helix/ControllerTest.java     | 19 ++++++--
 .../helix/PinotControllerModeStatelessTest.java    |  9 +---
 .../core/util/SegmentDeletionManagerTest.java      |  3 ++
 .../tests/BaseClusterIntegrationTest.java          | 19 +++++---
 .../tests/BasicAuthBatchIntegrationTest.java       | 18 +++----
 .../tests/BasicAuthRealtimeIntegrationTest.java    |  5 +-
 .../pinot/integration/tests/ClusterTest.java       | 32 ++++++++++---
 .../tests/NullHandlingIntegrationTest.java         | 18 +++++++
 .../tests/SegmentCompletionIntegrationTest.java    | 12 +++--
 .../tests/ServerStarterIntegrationTest.java        |  3 +-
 .../ControllerLeaderLocatorIntegrationTest.java    |  3 +-
 .../kafka09/server/KafkaDataServerStartable.java   | 35 ++++++++------
 .../kafka20/server/KafkaDataServerStartable.java   |  5 ++
 .../spi/stream/StreamDataServerStartable.java      |  5 ++
 .../java/org/apache/pinot/spi/utils/NetUtils.java  | 56 ++++++++++++++++++++++
 .../org/apache/pinot/tools/GenericQuickstart.java  |  2 +-
 .../apache/pinot/tools/GitHubEventsQuickstart.java |  2 +-
 .../org/apache/pinot/tools/HybridQuickstart.java   |  2 +-
 .../pinot/tools/RealtimeJsonIndexQuickStart.java   |  2 +-
 .../org/apache/pinot/tools/RealtimeQuickStart.java |  3 +-
 .../org/apache/pinot/tools/UpsertQuickStart.java   |  2 +-
 .../tools/admin/command/StartKafkaCommand.java     |  2 +-
 .../pinot/tools/utils/KafkaStarterUtils.java       | 18 +++++--
 32 files changed, 237 insertions(+), 82 deletions(-)

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