Skip to content

test: follow the shipped lms_workers=2 default in pre-pool TAP rigs#34

Merged
sqlrush merged 1 commit into
mainfrom
fix/73-nightly-followups
Jul 10, 2026
Merged

test: follow the shipped lms_workers=2 default in pre-pool TAP rigs#34
sqlrush merged 1 commit into
mainfrom
fix/73-nightly-followups

Conversation

@sqlrush

@sqlrush sqlrush commented Jul 10, 2026

Copy link
Copy Markdown
Owner

First post-merge nightly (run 29124665718, tag v-nightly-73-d4228f41f0) surfaced two fallout classes of the spec-7.3 default pool in tests written against the pre-pool topology:

  • t/004: 'lms worker' is a spawned skeleton now — positive assertion (count=1) instead of blocklist membership.
  • Nine hand-rolled 2-node rigs reserve one data port per node; the pool's second listener cross-wires consecutive free ports (t/288 died in nightly). Pin cluster.lms_workers=1 (N=1 topology identity; none of these test the pool). Same class as the t/366 pin in the merge.

Nightly reds outside this: stage4-wal / stage6-crossnode-a/b / stage6-storage / stage7-reconfig-liveness / stage5-integrated (t/328+t/334) = pre-existing main baseline (7.1 nightly run 29087550927 same set). New shards stage7-data-plane / stage7-multixact / stage7-lms-pool / write-write / dedup-capacity all GREEN on first run.

Test plan:

  • t/004 t/078 t/288 t/289 locally green
  • fast-gate
  • re-tag nightly after merge

Spec: spec-7.3-lms-worker-pool.md

…AP rigs

The spec-7.3 merge ships a default LMS worker pool of 2, which binds
[data_port, data_port+1] per node.  Two fallout classes in tests written
against the pre-pool topology, caught by the first post-merge nightly:

- t/004 kept 'lms worker' on its not-yet-spawned descriptor blocklist;
  the default pool now legitimately spawns exactly one.  Move it to a
  positive assertion (count = 1 under the shipped default).

- Nine hand-rolled 2-node rigs (t/078/288/289/334/335/336/337/339 and
  the shared-catalog t/346) reserve ONE data port per node, so the
  pool's second listener cross-wires consecutive free ports (HELLO DATA
  worker mismatch -> fail-closed boot; t/288 died this way in nightly
  run 29124665718).  Pin cluster.lms_workers = 1 in each: N=1 is the
  spec-7.2 topology identity these rigs were written against, and none
  of them test the pool itself.  Same fix class the merge already
  applied to t/366.

Verified locally: t/004 t/078 t/288 t/289 green.

Spec: spec-7.3-lms-worker-pool.md
@sqlrush sqlrush merged commit 15574e1 into main Jul 10, 2026
5 checks passed
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.

1 participant