From 5dce8008402e841fd4bb3e1112c8cf941c812184 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 10 Jan 2024 10:21:28 +0100 Subject: [PATCH] Revert "Set format_major_version to 13 in testing configs" This reverts commit dc6ff9343588c192fb3a42428d7054152881b570. --- config_test.go | 2 +- datastore/pebble/config_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_test.go b/config_test.go index 22e5da0e..81b05e41 100644 --- a/config_test.go +++ b/config_test.go @@ -134,7 +134,7 @@ var testingPebbleCfg = []byte(` "flush_delay_delete_range": 0, "flush_delay_range_key": 0, "flush_split_bytes": 4194304, - "format_major_version": 13, + "format_major_version": 1, "l0_compaction_file_threshold": 500, "l0_compaction_threshold": 4, "l0_stop_writes_threshold": 12, diff --git a/datastore/pebble/config_test.go b/datastore/pebble/config_test.go index e1f9e017..d87121df 100644 --- a/datastore/pebble/config_test.go +++ b/datastore/pebble/config_test.go @@ -15,7 +15,7 @@ var cfgJSON = []byte(` "flush_delay_delete_range": 0, "flush_delay_range_key": 0, "flush_split_bytes": 4194304, - "format_major_version": 13, + "format_major_version": 1, "l0_compaction_file_threshold": 500, "l0_compaction_threshold": 2, "l0_stop_writes_threshold": 12,