The GitHub Actions job "Required Checks" on 
texera.git/refactor/cu-listing-helpers has succeeded.
Run started by GitHub user kunwp1 (triggered by kunwp1).

Head commit for run:
195cf166c17d19b25f647ca8a5cfa7e198187e7b / Kunwoo Park <[email protected]>
test(computing-unit-managing-service): call super in ScalaTest lifecycle hooks

Complete and correct the Copilot-suggested fix on #6853. The auto-pushed commit
only touched KubernetesClientSpec.beforeAll (dedenting the override so it fails
scalafmtCheck) and left the other sites unaddressed.

- Restore correct indentation in KubernetesClientSpec.beforeAll.
- Call super.afterAll() (via try/finally) in KubernetesClientSpec.afterAll.
- Call super.beforeAll()/super.afterAll() in ComputingUnitHelpersSpec and
  ComputingUnitManagingResourceSpec.

So lifecycle code from other mixed-in traits is not skipped if the trait stack
changes; matches the majority convention across the repo's suites. No behavior
change (MockTexeraDB defines no lifecycle hooks). scalafmtCheck clean; the three
specs pass.

Generated-by: Claude Code, Claude Opus 4.8

Report URL: https://github.com/apache/texera/actions/runs/30064726041

With regards,
GitHub Actions via GitBox

Reply via email to