apurtell commented on PR #2524: URL: https://github.com/apache/phoenix/pull/2524#issuecomment-4695504724
## Test Results ### Unit tests (`*Test`) — all PASS | Test class | Tests | Failures | Errors | Skipped | | --- | --- | --- | --- | --- | | `ExplainPlanTest` | 94 | 0 | 0 | 0 | | `QueryCompilerTest` | 215 | 0 | 0 | 2 | | `QueryOptimizerTest` | 52 | 0 | 0 | 1 | | `QueryPlanTest` | 4 | 0 | 0 | 0 | | `StatementHintsCompilationTest` | 4 | 0 | 0 | 0 | | `JoinQueryCompilerTest` | 2 | 0 | 0 | 0 | | `TenantSpecificViewIndexCompileTest` | 6 | 0 | 0 | 0 | | **Total** | **377** | **0** | **0** | **3** | ### Integration tests (`*IT`) — all PASS | Test class | Tests | Failures | Errors | Skipped | Time (s) | | --- | --- | --- | --- | --- | --- | | `UpsertSelectIT` | 54 | 0 | 0 | 0 | 207.4 | | `DeleteIT` | 74 | 0 | 0 | 0 | 247.6 | | `OnDuplicateKeyIT` | 154 | 0 | 0 | 0 | 465.4 | | `GlobalIndexOptimizationIT` | 7 | 0 | 0 | 0 | 36.6 | | `CostBasedDecisionIT` | 20 | 0 | 0 | 0 | 176.6 | | `OnDuplicateKey2IT` | 252 | 0 | 0 | 32 | 422.5 | | **Total** | **561** | **0** | **0** | **32** | — | `OnDuplicateKeyIT` and `OnDuplicateKey2IT` directly exercise the rewritten atomic-upsert `getExplainPlan()` switch and the modified `UpsertValuesMutationPlan` constructor across the `NONE`/`UPDATE`/`UPDATE_ONLY`/`IGNORE` flavors. `UpsertSelectIT` exercises the modified `ServerUpsertSelectMutationPlan` / `ClientUpsertSelectMutationPlan` constructors. `DeleteIT` exercises all three modified `DeleteCompiler` plan constructors. -- 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]
