Skip to content

test(e2e): cover dependent wake-up after land - #690

Merged
behinddwalls merged 1 commit into
preetam/land-terminology-corefrom
preetam/land-wakeup-e2e
Sep 11, 2026
Merged

test(e2e): cover dependent wake-up after land#690
behinddwalls merged 1 commit into
preetam/land-terminology-corefrom
preetam/land-wakeup-e2e

Conversation

@behinddwalls

@behinddwalls behinddwalls commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Why?

A dependent batch waiting on a successful predecessor must be replanned when that predecessor lands. Other queue activity can mask a dropped wake-up, leaving this edge without deterministic regression coverage.

What?

Add an E2E fixture that parks the leading land, funds only the dependent's success-assumption path, and verifies the land result fan-out is the event that wakes and lands the dependent.

Test Plan

  • ./tool/bazel test //test/e2e/submitqueue:go_default_test --test_filter='TestE2EIntegration/TestDependentBatch_IsWokenByTheLandAhead' --test_output=errors --sandbox_writable_path=\"$HOME/.docker\"

@behinddwalls
behinddwalls force-pushed the preetam/land-wakeup-e2e branch from 5de590f to 03fdfc1 Compare September 11, 2026 05:22
## Summary

### Why?

A dependent batch waiting on a successful predecessor must be replanned when that predecessor lands. Other queue activity can mask a dropped wake-up, leaving this edge without deterministic regression coverage.

### What?

Add an E2E fixture that parks the leading land, funds only the dependent's success-assumption path, and verifies the land result fan-out is the event that wakes and lands the dependent.

## Test Plan

- ✅ `./tool/bazel test //test/e2e/submitqueue:go_default_test --test_filter='TestE2EIntegration/TestDependentBatch_IsWokenByTheLandAhead' --test_output=errors --sandbox_writable_path=\"$HOME/.docker\"`
@behinddwalls
behinddwalls force-pushed the preetam/land-wakeup-e2e branch from 03fdfc1 to a2a7f9c Compare September 11, 2026 05:35
@behinddwalls
behinddwalls added this pull request to the merge queue Sep 11, 2026
Merged via the queue into main with commit 086211d Sep 11, 2026
15 of 27 checks passed
@behinddwalls
behinddwalls deleted the preetam/land-wakeup-e2e branch September 11, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants