The GitHub Actions job "Required Checks" on texera.git/test/loop-spec-speedup has succeeded. Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).
Head commit for run: d388782148002c16212b4d41219db4e6614a281c / Yicong Huang <[email protected]> test(amber): trim LoopIntegrationSpec nested cases to 2x2 and tighten the run deadline The two nested-loop cases used a 3-row input, so each ran 3 outer x 3 inner iterations; every iteration re-executes its region and respawns every worker in it (~2s per Python worker), making the two nested cases dominate the suite's CI cost. A 2-row input (2x2) keeps the coverage that matters -- nesting depth drives the loop_counter/loop_start_id envelope, and each loop level still takes its back-edge at least twice across the run -- while roughly halving the suite's worker respawns. Also tighten the per-workflow completion deadline from 3 minutes to 90 seconds (~2.5x the slowest healthy case on the 3-core macOS runner). On macOS the suite intermittently hangs mid-run and burns the entire deadline before withRetry re-runs the test, so the loose deadline was costing ~3 minutes per occurrence on top of the retry. Co-Authored-By: Claude Fable 5 <[email protected]> Report URL: https://github.com/apache/texera/actions/runs/30489007059 With regards, GitHub Actions via GitBox
