Skip to content

Commit

Permalink
fixup! Migrate finalized keys for response configs
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Dec 6, 2024
1 parent 0142b01 commit 59d04aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/storage/local_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

logger = logging.getLogger(__name__)

_LOCAL_STORAGE_VERSION = 8
_LOCAL_STORAGE_VERSION = 9


class _Migrations(BaseModel):
Expand Down
4 changes: 4 additions & 0 deletions tests/ert/unit_tests/storage/test_storage_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def copy_shared(tmp_path, block_storage_path):
@pytest.mark.parametrize(
"ert_version",
[
"11.1.8",
"11.0.8",
"10.3.1",
"10.2.8",
"10.1.3",
Expand Down Expand Up @@ -214,6 +216,8 @@ def test_that_storage_matches(
@pytest.mark.parametrize(
"ert_version",
[
"11.1.8",
"11.0.8",
"10.3.1",
"10.2.8",
"10.1.3",
Expand Down

0 comments on commit 59d04aa

Please sign in to comment.