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

@ -479,6 +479,7 @@ func TestAutoRecovery(t *testing.T) {
require.NoError(err)
db, err = Open(testdir, WithAutoRecovery(autoRecovery))
t.Logf("err: %s", err)
require.NoError(err)
defer db.Close()
// Check that all values but the last are still intact.