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/pinot.git
from 8b71e3560e Bump org.codehaus.mojo:sonar-maven-plugin from 2.5 to 2.7.1
(#11352)
add 29e08beda2 Consolidate per function/data type integration test (#11319)
No new revisions were added by this update.
Summary of changes:
.github/workflows/scripts/.pinot_test.sh | 30 ++-
.../java/org/apache/pinot/client/Connection.java | 3 +-
pinot-integration-tests/pom.xml | 84 ++++++
.../CustomDataQueryClusterIntegrationTest.java | 131 +++++++++
.../GeoSpatialTest.java} | 83 ++----
.../JsonPathTest.java} | 121 ++++-----
.../MapTypeTest.java} | 95 +++----
.../SumPrecisionTest.java} | 111 +++-----
.../TextIndicesTest.java} | 96 +++----
.../ThetaSketchTest.java} | 297 ++++++++++-----------
.../TupleSketchTest.java} | 83 ++----
.../VectorTest.java} | 94 +++----
.../custom-cluster-integration-test-suite.xml | 11 +-
.../spi/data/readers/AbstractRecordReaderTest.java | 2 +-
14 files changed, 620 insertions(+), 621 deletions(-)
create mode 100644
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/custom/CustomDataQueryClusterIntegrationTest.java
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{GeoSpatialClusterIntegrationTest.java
=> custom/GeoSpatialTest.java} (88%)
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{JsonPathClusterIntegrationTest.java
=> custom/JsonPathTest.java} (83%)
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{MapTypeClusterIntegrationTest.java
=> custom/MapTypeTest.java} (90%)
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{SumPrecisionIntegrationTest.java
=> custom/SumPrecisionTest.java} (64%)
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{TextIndicesRealtimeClusterIntegrationTest.java
=> custom/TextIndicesTest.java} (75%)
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{ThetaSketchIntegrationTest.java
=> custom/ThetaSketchTest.java} (84%)
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{TupleSketchIntegrationTest.java
=> custom/TupleSketchTest.java} (67%)
rename
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/{VectorIntegrationTest.java
=> custom/VectorTest.java} (79%)
copy pinot-plugins/pinot-stream-ingestion/pinot-kafka-base/README.md =>
pinot-integration-tests/src/test/resources/custom-cluster-integration-test-suite.xml
(73%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]