xiangfu0 opened a new pull request, #17881:
URL: https://github.com/apache/pinot/pull/17881

   ## Summary
   - Enhance `CustomDataQueryClusterIntegrationTest` shared cluster framework 
with minion support, exposed controller starter, and property store accessors
   - Add `SSBQueryTest`: migrates `SSBQueryIntegrationTest` — loads 5 SSB 
tables (lineorder, customer, supplier, part, dates), validates MSE JOIN queries 
against H2
   - Add `RefreshSegmentMinionTest`: migrates 
`RefreshSegmentMinionClusterIntegrationTest` — tests segment refresh after 
index config changes (inverted index add/remove, no-op refresh)
   - Both new tests share the single cluster started by `@BeforeSuite`, saving 
~30-60s of cluster startup per test class
   
   ## Test plan
   - [x] `./mvnw compile test-compile checkstyle:check license:check -pl 
pinot-integration-tests` — all pass
   - [x] `./mvnw test -pl pinot-integration-tests 
-Pcustom-cluster-integration-test-suite` — 392 tests, 0 failures, 0 errors
   - [x] SSBQueryTest: all 13 SSB queries pass against H2 comparison
   - [x] RefreshSegmentMinionTest: all 3 tests pass (first refresh, index 
changes, no-op refresh)
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to