The GitHub Actions job "Build" on texera.git/perf/try-remove-test-limit has failed. Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).
Head commit for run: c5e9177bb1a13a446b18a63ec5e19b02098d352b / Yicong Huang <[email protected]> fix(test): override Suite.run in SerializedSuite for robustness The previous BeforeAndAfterAll-based version of SerializedSuite only acquired the lock if the spec's beforeAll override actually called super.beforeAll. Most specs in this codebase do not, so the trait was silently inactive for them and parallel runs still raced. Override Suite.run instead, so the lock is held around the entire suite execution regardless of how individual specs structure their beforeAll/afterAll hooks. Report URL: https://github.com/apache/texera/actions/runs/24950290119 With regards, GitHub Actions via GitBox
