This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
from 228fa75244 Bump net.openhft:chronicle-core from 2.25ea15 to 2.26ea1 (#13395) add 4a428ec3a9 Avoid port conflict in integration tests (#13390) No new revisions were added by this update. Summary of changes: .../pinot/controller/BaseControllerStarter.java | 2 +- .../controller/ControllerStarterStatelessTest.java | 6 +- ...anceAssignmentRestletResourceStatelessTest.java | 11 +- ...inotDummyExtraRestletResourceStatelessTest.java | 11 +- ...ControllerPeriodicTaskStarterStatelessTest.java | 2 +- .../pinot/controller/helix/ControllerTest.java | 124 ++++----- .../PinotHelixResourceManagerAssignmentTest.java | 17 +- .../PinotHelixResourceManagerStatelessTest.java | 18 +- .../StaleInstancesCleanupTaskStatelessTest.java | 34 ++- .../tests/BaseClusterIntegrationTest.java | 16 +- .../integration/tests/BasicAuthTestUtils.java | 48 ++-- .../pinot/integration/tests/ClusterTest.java | 237 ++++++++--------- .../tests/BasicAuthBatchIntegrationTest.java | 28 +- .../BrokerServiceDiscoveryIntegrationTest.java | 26 +- .../tests/CLPEncodingRealtimeIntegrationTest.java | 2 +- .../ControllerPeriodicTasksIntegrationTest.java | 21 +- .../ControllerServiceDiscoveryIntegrationTest.java | 22 +- .../integration/tests/DedupIntegrationTest.java | 2 +- .../tests/GrpcBrokerClusterIntegrationTest.java | 16 +- .../tests/HybridClusterIntegrationTest.java | 17 +- .../MergeRollupMinionClusterIntegrationTest.java | 4 +- .../MultiNodesOfflineClusterIntegrationTest.java | 1 + ...ultiStageEngineCustomTenantIntegrationTest.java | 12 +- .../tests/MultiStageEngineIntegrationTest.java | 2 +- ...PartialUpsertTableRebalanceIntegrationTest.java | 6 +- ...rDownloadLLCRealtimeClusterIntegrationTest.java | 41 +-- .../tests/PurgeMinionClusterIntegrationTest.java | 4 +- .../tests/ServerStarterIntegrationTest.java | 1 - .../integration/tests/TlsIntegrationTest.java | 283 ++++++++++----------- .../tests/UpsertTableIntegrationTest.java | 19 +- .../tests/UrlAuthRealtimeIntegrationTest.java | 61 ++--- .../SegmentGenerationAndPushTaskExecutorTest.java | 91 +++++++ .../SegmentGenerationAndPushTaskGeneratorTest.java | 137 ---------- pinot-plugins/pinot-minion-tasks/pom.xml | 13 - 34 files changed, 584 insertions(+), 751 deletions(-) create mode 100644 pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/test/java/org/apache/pinot/plugin/minion/tasks/segmentgenerationandpush/SegmentGenerationAndPushTaskExecutorTest.java delete mode 100644 pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/test/java/org/apache/pinot/plugin/minion/tasks/segmentgenerationandpush/SegmentGenerationAndPushTaskGeneratorTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org