WIP: Change metabase engine to pebble #1221
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ func TestShardReload(t *testing.T) {
|
||||||
|
|
||||||
t.Run("reload failed", func(t *testing.T) {
|
t.Run("reload failed", func(t *testing.T) {
|
||||||
badPath := filepath.Join(p, "meta3")
|
badPath := filepath.Join(p, "meta3")
|
||||||
|
require.NoError(t, os.RemoveAll(badPath))
|
||||||
require.NoError(t, os.WriteFile(badPath, []byte{1}, 0))
|
require.NoError(t, os.WriteFile(badPath, []byte{1}, 0))
|
||||||
|
|
||||||
newOpts = newShardOpts(badPath, true)
|
newOpts = newShardOpts(badPath, true)
|
||||||
|
|
Loading…
Reference in a new issue