|
103 | 103 | <include>**/org/apache/pinot/integration/tests/M*Test.java</include> |
104 | 104 | <include>**/org/apache/pinot/integration/tests/N*Test.java</include> |
105 | 105 | </includes> |
| 106 | + <excludes> |
| 107 | + <exclude>**/org/apache/pinot/integration/tests/DateTimeFieldSpecHybridClusterIntegrationTest.java</exclude> |
| 108 | + <exclude>**/org/apache/pinot/integration/tests/DimensionTableIntegrationTest.java</exclude> |
| 109 | + <exclude>**/org/apache/pinot/integration/tests/HelixZNodeSizeLimitTest.java</exclude> |
| 110 | + <exclude>**/org/apache/pinot/integration/tests/HybridClusterIntegrationTest.java</exclude> |
| 111 | + <exclude>**/org/apache/pinot/integration/tests/LLCRealtimeClusterIntegrationTest.java</exclude> |
| 112 | + <exclude>**/org/apache/pinot/integration/tests/LLCRealtimeKafka3ClusterIntegrationTest.java</exclude> |
| 113 | + <exclude>**/org/apache/pinot/integration/tests/LLCRealtimeKafka4ClusterIntegrationTest.java</exclude> |
| 114 | + <exclude>**/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java</exclude> |
| 115 | + <exclude>**/org/apache/pinot/integration/tests/PinotLLCRealtimeSegmentManagerIntegrationTest.java</exclude> |
| 116 | + <exclude>**/org/apache/pinot/integration/tests/QueryQuotaClusterIntegrationTest.java</exclude> |
| 117 | + <exclude>**/org/apache/pinot/integration/tests/RetentionManagerIntegrationTest.java</exclude> |
| 118 | + <exclude>**/org/apache/pinot/integration/tests/SegmentUploadIntegrationTest.java</exclude> |
| 119 | + <exclude>**/org/apache/pinot/integration/tests/SegmentWriterUploaderIntegrationTest.java</exclude> |
| 120 | + <exclude>**/org/apache/pinot/integration/tests/ServerStarterIntegrationTest.java</exclude> |
| 121 | + <exclude>**/org/apache/pinot/integration/tests/SparkSegmentMetadataPushIntegrationTest.java</exclude> |
| 122 | + <exclude>**/org/apache/pinot/integration/tests/StarTreeFunctionParametersIntegrationTest.java</exclude> |
| 123 | + <exclude>**/org/apache/pinot/integration/tests/tpch/TPCHQueryIntegrationTest.java</exclude> |
| 124 | + <exclude>**/org/apache/pinot/server/realtime/ControllerLeaderLocatorIntegrationTest.java</exclude> |
| 125 | + </excludes> |
106 | 126 | </configuration> |
107 | 127 | </plugin> |
108 | 128 | </plugins> |
|
136 | 156 | <include>**/org/apache/pinot/integration/tests/Z*Test.java</include> |
137 | 157 | <include>**/org/apache/pinot/server/realtime/**</include> |
138 | 158 | </includes> |
| 159 | + <excludes> |
| 160 | + <exclude>**/org/apache/pinot/integration/tests/DateTimeFieldSpecHybridClusterIntegrationTest.java</exclude> |
| 161 | + <exclude>**/org/apache/pinot/integration/tests/DimensionTableIntegrationTest.java</exclude> |
| 162 | + <exclude>**/org/apache/pinot/integration/tests/HelixZNodeSizeLimitTest.java</exclude> |
| 163 | + <exclude>**/org/apache/pinot/integration/tests/HybridClusterIntegrationTest.java</exclude> |
| 164 | + <exclude>**/org/apache/pinot/integration/tests/LLCRealtimeClusterIntegrationTest.java</exclude> |
| 165 | + <exclude>**/org/apache/pinot/integration/tests/LLCRealtimeKafka3ClusterIntegrationTest.java</exclude> |
| 166 | + <exclude>**/org/apache/pinot/integration/tests/LLCRealtimeKafka4ClusterIntegrationTest.java</exclude> |
| 167 | + <exclude>**/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java</exclude> |
| 168 | + <exclude>**/org/apache/pinot/integration/tests/PinotLLCRealtimeSegmentManagerIntegrationTest.java</exclude> |
| 169 | + <exclude>**/org/apache/pinot/integration/tests/QueryQuotaClusterIntegrationTest.java</exclude> |
| 170 | + <exclude>**/org/apache/pinot/integration/tests/RetentionManagerIntegrationTest.java</exclude> |
| 171 | + <exclude>**/org/apache/pinot/integration/tests/SegmentUploadIntegrationTest.java</exclude> |
| 172 | + <exclude>**/org/apache/pinot/integration/tests/SegmentWriterUploaderIntegrationTest.java</exclude> |
| 173 | + <exclude>**/org/apache/pinot/integration/tests/ServerStarterIntegrationTest.java</exclude> |
| 174 | + <exclude>**/org/apache/pinot/integration/tests/SparkSegmentMetadataPushIntegrationTest.java</exclude> |
| 175 | + <exclude>**/org/apache/pinot/integration/tests/StarTreeFunctionParametersIntegrationTest.java</exclude> |
| 176 | + <exclude>**/org/apache/pinot/integration/tests/tpch/TPCHQueryIntegrationTest.java</exclude> |
| 177 | + <exclude>**/org/apache/pinot/server/realtime/ControllerLeaderLocatorIntegrationTest.java</exclude> |
| 178 | + </excludes> |
139 | 179 | </configuration> |
140 | 180 | </plugin> |
141 | 181 | </plugins> |
|
0 commit comments