Make Ra queries stable across covered peers Use module-function-argument descriptors for session-registry reads so distributed peers do not depend on a captured function identity. Record the successful merged coverage run in Gate 0.
Make Ra queries stable across covered peers
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
docs/2026-08-20-integration-hardening-and-staging-readiness-recommendations.md -
modified
lib/openagents/cluster/session_registry.ex -
modified
test/openagents/cluster/session_registry_property_test.exs -
modified
test/openagents/cluster/session_registry_test.exs
Diff
4 files changed, +40 -21
docs/2026-08-20-integration-hardening-and-staging-readiness-recommendations.md modified +13 -4
@@ -77,8 +77,7 @@ The baseline at `d5679e8` recorded 1,218 default tests passing with 9 cluster
| 77 | 77 |
|
| 78 | 78 |
|
| 79 | 79 |
|
| 80 |
|
|
| 81 |
|
|
| 80 |
|
|
| 82 | 81 |
|
| 83 | 82 |
|
| 84 | 83 |
|
@@ -92,9 +91,14 @@ Completed on 2026-08-20:
| 92 | 91 |
|
| 93 | 92 |
|
| 94 | 93 |
|
| 94 |
|
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 98 |
|
|
| 95 | 99 |
|
| 96 |
|
|
| 97 |
|
|
| 100 |
|
|
| 101 |
|
|
| 98 | 102 |
|
| 99 | 103 |
|
| 100 | 104 |
|
@@ -1075,6 +1079,11 @@ names creation of the missing suite as blocking work.
| 1075 | 1079 |
|
| 1076 | 1080 |
|
| 1077 | 1081 |
|
| 1082 |
|
|
| 1083 |
|
|
| 1084 |
|
|
| 1085 |
|
|
| 1086 |
|
|
| 1078 | 1087 |
|
| 1079 | 1088 |
|
| 1080 | 1089 |
|
lib/openagents/cluster/session_registry.ex modified +11 -7
@@ -91,14 +91,18 @@ defmodule OpenAgents.Cluster.SessionRegistry do
| 91 | 91 |
|
| 92 | 92 |
|
| 93 | 93 |
|
| 94 |
|
|
| 95 |
|
|
| 94 |
|
|
| 95 |
|
|
| 96 | 96 |
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 97 |
|
|
| 98 |
|
|
| 99 |
|
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 103 |
|
|
| 104 |
|
|
| 105 |
|
|
| 102 | 106 |
|
| 103 | 107 |
|
| 104 | 108 |
|
test/openagents/cluster/session_registry_property_test.exs modified +4 -1
@@ -34,7 +34,7 @@ defmodule OpenAgents.Cluster.SessionRegistryPropertyTest do
| 34 | 34 |
|
| 35 | 35 |
|
| 36 | 36 |
|
| 37 |
|
|
| 37 |
|
|
| 38 | 38 |
|
| 39 | 39 |
|
| 40 | 40 |
|
@@ -75,4 +75,7 @@ defmodule OpenAgents.Cluster.SessionRegistryPropertyTest do
| 75 | 75 |
|
| 76 | 76 |
|
| 77 | 77 |
|
| 78 |
|
|
| 79 |
|
|
| 80 |
|
|
| 78 | 81 |
|
test/openagents/cluster/session_registry_test.exs modified +12 -9
@@ -10,11 +10,14 @@ defmodule OpenAgents.Cluster.SessionRegistryTest do
| 10 | 10 |
|
| 11 | 11 |
|
| 12 | 12 |
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 13 | 16 |
|
| 14 | 17 |
|
| 15 | 18 |
|
| 16 | 19 |
|
| 17 |
|
|
| 20 |
|
|
| 18 | 21 |
|
| 19 | 22 |
|
| 20 | 23 |
|
@@ -24,8 +27,8 @@ defmodule OpenAgents.Cluster.SessionRegistryTest do
| 24 | 27 |
|
| 25 | 28 |
|
| 26 | 29 |
|
| 27 |
|
|
| 28 |
|
|
| 30 |
|
|
| 31 |
|
|
| 29 | 32 |
|
| 30 | 33 |
|
| 31 | 34 |
|
@@ -35,12 +38,12 @@ defmodule OpenAgents.Cluster.SessionRegistryTest do
| 35 | 38 |
|
| 36 | 39 |
|
| 37 | 40 |
|
| 38 |
|
|
| 41 |
|
|
| 39 | 42 |
|
| 40 | 43 |
|
| 41 | 44 |
|
| 42 | 45 |
|
| 43 |
|
|
| 46 |
|
|
| 44 | 47 |
|
| 45 | 48 |
|
| 46 | 49 |
|
@@ -50,11 +53,11 @@ defmodule OpenAgents.Cluster.SessionRegistryTest do
| 50 | 53 |
|
| 51 | 54 |
|
| 52 | 55 |
|
| 53 |
|
|
| 56 |
|
|
| 54 | 57 |
|
| 55 | 58 |
|
| 56 | 59 |
|
| 57 |
|
|
| 60 |
|
|
| 58 | 61 |
|
| 59 | 62 |
|
| 60 | 63 |
|
@@ -72,7 +75,7 @@ defmodule OpenAgents.Cluster.SessionRegistryTest do
| 72 | 75 |
|
| 73 | 76 |
|
| 74 | 77 |
|
| 75 |
|
|
| 76 |
|
|
| 78 |
|
|
| 79 |
|
|
| 77 | 80 |
|
| 78 | 81 |
|