Generalize oracle transport retry rule
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user