We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a651aef commit 2b345d4Copy full SHA for 2b345d4
models/buffer_disk_test.go
@@ -45,6 +45,7 @@ func TestBuffer_RetainsTrackingInformation(t *testing.T) {
45
func TestBuffer_TrackingDroppedFromOldWal(t *testing.T) {
46
path, err := os.MkdirTemp("", "*-buffer-test")
47
require.NoError(t, err)
48
+ path = filepath.Join(path, "123")
49
walfile, err := wal.Open(path, nil)
50
51
0 commit comments