1
0
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:
James Mills 2021-07-14 22:37:30 +10:00
parent d276c398da
commit 947d15fed8
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -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.