• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / lws / 25104939486
45%
main: 56%

Build:
Build:
LAST BUILD BRANCH: feature/percentage-block-planner-v2
DEFAULT BRANCH: main
Ran 29 Apr 2026 10:59AM UTC
Jobs 1
Files 20
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Apr 2026 10:56AM UTC coverage: 44.658%. Remained the same
25104939486

Pull #832

github

yankay
fix: re-Get on Eventually retry to avoid 409 in progressing state test

The 'Test default progressing state' integration test misuses
gomega.Eventually by passing the result of k8sClient.Status().Update
directly, so Update is only invoked once and Eventually keeps re-checking
the same already-resolved error. When the reconciler updates the LWS
status concurrently, the single attempt hits a 409 Conflict and the test
times out after 120s.

Wrap the update in an Eventually polling function that re-Gets the latest
LWS on every retry and re-issues Status().Update. This matches the
canonical pattern used in kueue and jobset integration tests.

Signed-off-by: Kay Yan <kay.yan@daocloud.io>
Pull Request #832: WIP: fix flaky 'Test default progressing state' integration test

1183 of 2649 relevant lines covered (44.66%)

3.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25104939486.1 29 Apr 2026 10:59AM UTC 20
44.66
GitHub Action Run
Source Files on build 25104939486
  • Tree
  • List 20
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #832
  • PR Base - main (#24741762965)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc