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

Jackie-Jiang pushed a change to branch dependabot/maven/org.apache-apache-40
in repository https://gitbox.apache.org/repos/asf/pinot.git


    omit aeefb05d8d0 Migrate TestNG suites to Surefire 3.6 JUnit Platform

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/dependabot/maven/org.apache-apache-40 (4d0cdf22431)
            \
             O -- O -- O   (aeefb05d8d0)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pinot-common/pom.xml                               |  22 +--
 .../apache/pinot/common/utils/TestNGSuiteTest.java | 197 ---------------------
 pinot-controller/pom.xml                           |  84 ++++-----
 .../pinot/controller/ControllerTestSetup.java      |   2 +-
 .../controller/suites/ControllerStatefulSuite.java |  36 ----
 .../suites/ControllerStatelessSuite.java           |  36 ----
 .../testng-statefull.xml                           |  33 ++--
 .../testng-stateless.xml                           |  32 ++--
 pinot-integration-tests/pom.xml                    |  64 ++++---
 .../tests/suites/CustomClusterSuite.java           |  34 ----
 .../integration/tests/suites/KinesisSuite.java     |  37 ----
 .../tests/suites/MultiNodesOfflineSuite.java       |  36 ----
 .../tests/suites/SharedHybridSuite.java            |  39 ----
 .../tests/suites/SharedKafkaRealtimeSuite.java     |  41 -----
 .../custom-cluster-integration-test-suite.xml      |  11 +-
 .../resources/kinesis-integration-test-suite.xml   |  15 +-
 .../multi-nodes-offline-integration-test-suite.xml |  25 ++-
 .../shared-hybrid-integration-test-suite.xml       |  14 +-
 ...hared-kafka-realtime-integration-test-suite.xml |  22 +--
 pinot-segment-local/pom.xml                        |   6 -
 pom.xml                                            |  40 ++---
 21 files changed, 176 insertions(+), 650 deletions(-)
 delete mode 100644 
pinot-common/src/test/java/org/apache/pinot/common/utils/TestNGSuiteTest.java
 delete mode 100644 
pinot-controller/src/test/java/org/apache/pinot/controller/suites/ControllerStatefulSuite.java
 delete mode 100644 
pinot-controller/src/test/java/org/apache/pinot/controller/suites/ControllerStatelessSuite.java
 copy pinot-broker/src/test/resources/log4j2.xml => 
pinot-controller/testng-statefull.xml (58%)
 copy pinot-core/testng.xml => pinot-controller/testng-stateless.xml (53%)
 delete mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/suites/CustomClusterSuite.java
 delete mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/suites/KinesisSuite.java
 delete mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/suites/MultiNodesOfflineSuite.java
 delete mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/suites/SharedHybridSuite.java
 delete mode 100644 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/suites/SharedKafkaRealtimeSuite.java
 copy pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/README.md => 
pinot-integration-tests/src/test/resources/custom-cluster-integration-test-suite.xml
 (73%)
 copy helm/README.md => 
pinot-integration-tests/src/test/resources/kinesis-integration-test-suite.xml 
(64%)
 copy pinot-core/testng.xml => 
pinot-integration-tests/src/test/resources/multi-nodes-offline-integration-test-suite.xml
 (54%)
 copy pinot-plugins/pinot-stream-ingestion/README.md => 
pinot-integration-tests/src/test/resources/shared-hybrid-integration-test-suite.xml
 (56%)
 copy pinot-core/testng.xml => 
pinot-integration-tests/src/test/resources/shared-kafka-realtime-integration-test-suite.xml
 (51%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to