The GitHub Actions job "Required Checks" on 
texera.git/fix/computing-unit-owner-avatar-rename has succeeded.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
6e5ccc14567cd469f1806e3f098d26fc120b139f / Xinyuan Lin <[email protected]>
fix(computing-unit): repair the owner-avatar accessor in the spec

main does not compile. ComputingUnitManagingResourceSpec asserts on
DashboardWorkflowComputingUnit.ownerGoogleAvatar, but that field is named
ownerAvatar - so ComputingUnitManagingService/Test fails with two "value
ownerGoogleAvatar is not a member" errors, which takes down every amber
and amber-integration job.

Two PRs raced to produce it: #7563 renamed the field to ownerAvatar while
#7580 added assertions written against the old name, and each was green
against its own base.

Renames the two accessor calls. Nothing else changes; the spec's 31 tests
pass, so the assertions were correct about the value all along.

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

With regards,
GitHub Actions via GitBox

Reply via email to