apurtell commented on PR #2528: URL: https://github.com/apache/phoenix/pull/2528#issuecomment-4700244545
## Test Results ### Unit tests (`*Test`) — full reactor | Module | Tests | Failures | Errors | Skipped | Result | | --- | ---: | ---: | ---: | ---: | --- | | phoenix-core-client | 0 | 0 | 0 | 0 | no unit tests in module | | phoenix-core-server | 0 | 0 | 0 | 0 | no unit tests in module | | phoenix-core | 2580 | 0 | 0 | 9 | PASS | All unit tests covering the modified code paths passed: | Test class | Tests | Result | | --- | ---: | --- | | `query.explain.ExplainPlanTest` | 105 | PASS | | `query.explain.ExplainJsonOutputTest` | 2 | PASS | | `parse.ExplainOptionsParserTest` | 16 | PASS | | `compile.HavingCompilerTest` | 11 | PASS | | `compile.QueryOptimizerTest` | 52 | PASS | | `compile.WhereOptimizerTest` | 138 | PASS | | `compile.QueryCompilerTest` | 215 | PASS | ### Impacted integration tests (`*IT`) Selected because they directly assert EXPLAIN output through the modified compile paths (functional/partial-index expression rewrite, HAVING-as-WHERE lift, derived-table flatten). | IT class | Tests | Failures | Errors | Skipped | Time | Result | | --- | ---: | ---: | ---: | ---: | ---: | --- | | `end2end.ExplainPlanWithStatsDisabledIT` | 17 | 0 | 0 | 0 | 73.9 s | PASS | | `end2end.DerivedTableIT` | 18 | 0 | 0 | 0 | 86.7 s | PASS | | `end2end.ExplainPlanWithStatsEnabledIT` | 30 | 0 | 0 | 0 | 101.6 s | PASS | | `end2end.index.PartialIndexIT` | 64 | 0 | 0 | 0 | 453.9 s | PASS | | **Total** | **129** | **0** | **0** | **0** | — | **BUILD SUCCESS** | -- 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]
