Stabilize deployment gate coverage
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
test/openagents/forge/boot_converge_test.exs -
modified
test/openagents/forge/deployment_node_test.exs -
modified
test/openagents/forge/hot_loader_test.exs
Diff
3 files changed, +130 -9
test/openagents/forge/boot_converge_test.exs modified +26 -9
@@ -188,11 +188,14 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 188 | 188 |
|
| 189 | 189 |
|
| 190 | 190 |
|
| 191 |
|
|
| 192 |
|
|
| 191 | 193 |
|
| 192 | 194 |
|
| 193 | 195 |
|
| 194 | 196 |
|
| 195 | 197 |
|
| 198 |
|
|
| 196 | 199 |
|
| 197 | 200 |
|
| 198 | 201 |
|
@@ -255,8 +258,8 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 255 | 258 |
|
| 256 | 259 |
|
| 257 | 260 |
|
| 258 |
|
|
| 259 |
|
|
| 261 |
|
|
| 262 |
|
|
| 260 | 263 |
|
| 261 | 264 |
|
| 262 | 265 |
|
@@ -272,8 +275,16 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 272 | 275 |
|
| 273 | 276 |
|
| 274 | 277 |
|
| 275 |
|
|
| 276 |
|
|
| 278 |
|
|
| 279 |
|
|
| 280 |
|
|
| 281 |
|
|
| 282 |
|
|
| 283 |
|
|
| 284 |
|
|
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 277 | 288 |
|
| 278 | 289 |
|
| 279 | 290 |
|
@@ -288,8 +299,8 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 288 | 299 |
|
| 289 | 300 |
|
| 290 | 301 |
|
| 291 |
|
|
| 292 |
|
|
| 302 |
|
|
| 303 |
|
|
| 293 | 304 |
|
| 294 | 305 |
|
| 295 | 306 |
|
@@ -301,13 +312,13 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 301 | 312 |
|
| 302 | 313 |
|
| 303 | 314 |
|
| 304 |
|
|
| 315 |
|
|
| 305 | 316 |
|
| 306 | 317 |
|
| 307 |
|
|
| 318 |
|
|
| 308 | 319 |
|
| 309 | 320 |
|
| 310 |
|
|
| 321 |
|
|
| 311 | 322 |
|
| 312 | 323 |
|
| 313 | 324 |
|
@@ -318,6 +329,10 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 318 | 329 |
|
| 319 | 330 |
|
| 320 | 331 |
|
| 332 |
|
|
| 333 |
|
|
| 334 |
|
|
| 335 |
|
|
| 321 | 336 |
|
| 322 | 337 |
|
| 323 | 338 |
|
@@ -329,6 +344,8 @@ defmodule OpenAgents.Forge.BootConvergeTest do
| 329 | 344 |
|
| 330 | 345 |
|
| 331 | 346 |
|
| 347 |
|
|
| 348 |
|
|
| 332 | 349 |
|
| 333 | 350 |
|
| 334 | 351 |
|
test/openagents/forge/deployment_node_test.exs modified +35
@@ -6,6 +6,7 @@ defmodule OpenAgents.Forge.DeploymentNodeTest do
| 6 | 6 |
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 |
|
|
| 9 | 10 |
|
| 10 | 11 |
|
| 11 | 12 |
|
@@ -67,6 +68,12 @@ defmodule OpenAgents.Forge.DeploymentNodeTest do
| 67 | 68 |
|
| 68 | 69 |
|
| 69 | 70 |
|
| 71 |
|
|
| 72 |
|
|
| 73 |
|
|
| 74 |
|
|
| 75 |
|
|
| 76 |
|
|
| 70 | 77 |
|
| 71 | 78 |
|
| 72 | 79 |
|
@@ -289,6 +296,20 @@ defmodule OpenAgents.Forge.DeploymentNodeTest do
| 289 | 296 |
|
| 290 | 297 |
|
| 291 | 298 |
|
| 299 |
|
|
| 300 |
|
|
| 301 |
|
|
| 302 |
|
|
| 303 |
|
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 307 |
|
|
| 308 |
|
|
| 309 |
|
|
| 310 |
|
|
| 311 |
|
|
| 312 |
|
|
| 292 | 313 |
|
| 293 | 314 |
|
| 294 | 315 |
|
@@ -486,6 +507,20 @@ defmodule OpenAgents.Forge.DeploymentNodeTest do
| 486 | 507 |
|
| 487 | 508 |
|
| 488 | 509 |
|
| 510 |
|
|
| 511 |
|
|
| 512 |
|
|
| 513 |
|
|
| 514 |
|
|
| 515 |
|
|
| 516 |
|
|
| 517 |
|
|
| 518 |
|
|
| 519 |
|
|
| 520 |
|
|
| 521 |
|
|
| 522 |
|
|
| 523 |
|
|
| 489 | 524 |
|
| 490 | 525 |
|
| 491 | 526 |
|
test/openagents/forge/hot_loader_test.exs modified +69
@@ -169,6 +169,54 @@ defmodule OpenAgents.Forge.HotLoaderTest do
| 169 | 169 |
|
| 170 | 170 |
|
| 171 | 171 |
|
| 172 |
|
|
| 173 |
|
|
| 174 |
|
|
| 175 |
|
|
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 180 |
|
|
| 181 |
|
|
| 182 |
|
|
| 183 |
|
|
| 184 |
|
|
| 185 |
|
|
| 186 |
|
|
| 187 |
|
|
| 188 |
|
|
| 189 |
|
|
| 190 |
|
|
| 191 |
|
|
| 192 |
|
|
| 193 |
|
|
| 194 |
|
|
| 195 |
|
|
| 196 |
|
|
| 197 |
|
|
| 198 |
|
|
| 199 |
|
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 203 |
|
|
| 204 |
|
|
| 205 |
|
|
| 206 |
|
|
| 207 |
|
|
| 208 |
|
|
| 209 |
|
|
| 210 |
|
|
| 211 |
|
|
| 212 |
|
|
| 213 |
|
|
| 214 |
|
|
| 215 |
|
|
| 216 |
|
|
| 217 |
|
|
| 218 |
|
|
| 219 |
|
|
| 172 | 220 |
|
| 173 | 221 |
|
| 174 | 222 |
|
@@ -281,6 +329,27 @@ defmodule OpenAgents.Forge.HotLoaderTest do
| 281 | 329 |
|
| 282 | 330 |
|
| 283 | 331 |
|
| 332 |
|
|
| 333 |
|
|
| 334 |
|
|
| 335 |
|
|
| 336 |
|
|
| 337 |
|
|
| 338 |
|
|
| 339 |
|
|
| 340 |
|
|
| 341 |
|
|
| 342 |
|
|
| 343 |
|
|
| 344 |
|
|
| 345 |
|
|
| 346 |
|
|
| 347 |
|
|
| 348 |
|
|
| 349 |
|
|
| 350 |
|
|
| 351 |
|
|
| 352 |
|
|
| 284 | 353 |
|
| 285 | 354 |
|
| 286 | 355 |
|