Generalize oracle transport retry rule

This commit is contained in:
2026-07-14 00:00:24 +08:00
parent d3bc63a972
commit 0f891d99c9
3 changed files with 30 additions and 6 deletions

View File

@@ -175,7 +175,7 @@ def test_a_og_1_extends_only_mutable_resume_fields() -> None:
)
def test_a_og_2_requires_the_amended_grid_to_stay_fixed() -> None:
def test_a_og_3_requires_the_amended_grid_to_stay_fixed() -> None:
old = {
"analyzer_sha256": "analyzer",
"p5_client_sha256": "p5",
@@ -190,7 +190,7 @@ def test_a_og_2_requires_the_amended_grid_to_stay_fixed() -> None:
"up_extensions": {"P01": [38.0], "P06": [2.1, 2.2, 2.3, 2.4]},
}
assert AMENDMENT == "A-OG-2"
assert AMENDMENT == "A-OG-3"
assert resume_compatible(old, {**old, "controller_sha256": "new"})
assert not resume_compatible(
old,