From c6b49200748d087998c8d280e8db83b1ed1a1b7c Mon Sep 17 00:00:00 2001 From: giles Date: Sun, 7 Jun 2026 00:55:20 +0000 Subject: [PATCH] fed-sx-m2: add follower_graph + delivery loads to 4 downstream tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Step 7c made outbox depend on follower_graph + delivery, breaking four tests that didn't load those modules. Background gate revealed the failures after 7c had already been pushed. Loads added: auto_accept.sh — epoch 12: delivery (follower_graph was already loaded at epoch 10) nx_kernel_multi.sh — epochs 5+6: follower_graph + delivery (existing modules shifted: outbox 5->7, nx_kernel 6->8). Check 6 -> check 8. http_publish.sh — epochs 100+101: follower_graph + delivery (high epoch numbers to avoid collision with test epochs at 10+) http_publish_fold.sh — epochs 100+101: same pattern All four green at 9/9, 26/26, 10/10, 10/10. No behaviour change in outbox or downstream code; pure test-setup follow-up to 7c. Conformance 761/761 (confirmed post-7c). --- next/tests/auto_accept.sh | 2 ++ next/tests/http_publish.sh | 4 ++++ next/tests/http_publish_fold.sh | 4 ++++ next/tests/nx_kernel_multi.sh | 8 ++++++-- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/next/tests/auto_accept.sh b/next/tests/auto_accept.sh index 2d3e3614..62423c93 100755 --- a/next/tests/auto_accept.sh +++ b/next/tests/auto_accept.sh @@ -58,6 +58,8 @@ cat > "$TMPFILE" < "$TMPFILE" < "$TMPFILE" < "$TMPFILE" < 0 actors" "0" check 11 "new/0 -> next_actor_seq = 1" "1" check 12 "new/0 actor_id = nil" "true"