srielau opened a new pull request, #58169:
URL: https://github.com/apache/spark/pull/58169

   ### What changes were proposed in this pull request?
   
   Rebalance the GitHub Actions `sql - other tests` shard by tagging the 
slowest untagged SQL suites so they run in `sql - extended tests` or `sql - 
slow tests`.
   
   `@SlowSQLTest` (streaming family, same destination as SPARK-53068):
   - `TransformWithStateInitialStateSuiteCheckpointV2` (parent was already 
tagged; this subclass was not)
   - `RealTimeTransformWithStateSuite` and 
`RealTimeTransformWithStateSuiteWithRowChecksum`
   - `StatePartitionAllColumnFamiliesWriterSuite`
   - `StreamingSourceEvolutionSuite`
   
   `@ExtendedSQLTest`:
   - `AdaptivePartialAggregationSuite`, `SortSuite`
   - Default collation V1/V2 STRING and CHAR/VARCHAR suites
   - `CollationSuite`, `ParquetGeoSuite`, `ParquetTypeWideningSuite`
   - `OrcV1QuerySuite` / `OrcV2QuerySuite`, `CSVv1Suite` / `CSVv2Suite`
   - `InsertSuite` (`sql/core`), `KeyGroupedPartitioningSuite`, 
`SQLLastAttemptMetricPlanShapesSuite`
   - `RocksDBDecoupledMaintenanceSuite` and 
`RocksDBDecoupledMaintenanceSuiteWithRowChecksum`
   
   No workflow or timeout changes.
   
   ### Why are the changes needed?
   
   `sql - other tests` is running against the 150-minute `build` job timeout. 
On GitHub-hosted runners it recently finished in about 141 minutes 
(https://github.com/srielau/spark/actions/runs/32331062736), so a slightly 
slower runner times the job out with no useful test report.
   
   The other SQL shards still have spare capacity (`sql - extended tests` ~56 
minutes, `sql - slow tests` ~105 minutes on the same run). Moving these suites 
is the same approach as SPARK-44034 / SPARK-53068 / SPARK-54460.
   
   Suite list came from a successful `sql - other` log, using each suite's 
ScalaTest start banner and thread-leak end marker. The tagged set is about 
35-40 minutes of wall time.
   
   JIRA: https://issues.apache.org/jira/browse/SPARK-58909
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Test-only annotations; no production code change. Existing suites are 
unchanged besides the CI tag. GitHub Actions on this PR will show whether `sql 
- other`, `sql - slow`, and `sql - extended` all finish under the 150-minute 
cap.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Cursor Grok 4.6


-- 
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