mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Debug failing test in CI
This commit is contained in:
parent
d276c398da
commit
947d15fed8
@ -479,6 +479,7 @@ func TestAutoRecovery(t *testing.T) {
|
|||||||
require.NoError(err)
|
require.NoError(err)
|
||||||
|
|
||||||
db, err = Open(testdir, WithAutoRecovery(autoRecovery))
|
db, err = Open(testdir, WithAutoRecovery(autoRecovery))
|
||||||
|
t.Logf("err: %s", err)
|
||||||
require.NoError(err)
|
require.NoError(err)
|
||||||
defer db.Close()
|
defer db.Close()
|
||||||
// Check that all values but the last are still intact.
|
// Check that all values but the last are still intact.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user