Skip to content
This repository was archived by the owner on Aug 13, 2019. It is now read-only.

Commit 0c019aa

Browse files
committed
add-go-fuse-to-inject-filesystem-error
1 parent adb937b commit 0c019aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compact_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@ func TestOpenBlockWithHook(t *testing.T) {
10821082
//init action
10831083
original := filepath.Join(string(filepath.Separator), "tmp", fmt.Sprintf("dev-%d", time.Now().Unix()))
10841084
mountpoint := filepath.Join(string(filepath.Separator), "tmp", fmt.Sprintf("mountpoint-%d", time.Now().Unix()))
1085+
//create block will be successful because hook server does not start
10851086
path := createBlock(t, original, genSeries(1, 1, 200, 300))
10861087
_, file := filepath.Split(path)
10871088
server := newFuseServer(t, original, mountpoint)

0 commit comments

Comments
 (0)