The GitHub Actions job "Unit Tests" on pekko-management.git/scala39-compat has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 93d1038fd1d2d6c5b9884cc1180e6630d5d10f13 / 虎鸣 <[email protected]> fix: restore Member.ageOrdering in PodDeletionCostAnnotator Motivation: The Scala 3.8 forward compatibility change replaced SortedSet.empty(Member.ageOrdering) with SortedSet.empty[Member], which uses the default Member.ordering (by host/port) instead of ageOrdering (by age). This caused incorrect member ordering for pod-deletion-cost annotation, breaking the oldest-member selection logic and causing PodDeletionCostAnnotatorSpec test failures. Modification: Revert SortedSet.empty[Member] back to SortedSet.empty(Member.ageOrdering) to preserve the correct age-based descending sort order. Result: PodDeletionCostAnnotatorSpec tests pass again with correct age-based member ordering. Tests: - Not run locally (requires Kubernetes testcontainers) References: Refs #832 Report URL: https://github.com/apache/pekko-management/actions/runs/27544858386 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
