We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba468df commit 5eab5bbCopy full SHA for 5eab5bb
drainer/checkpoint/pb_test.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
func (t *testCheckPointSuite) TestPb(c *C) {
10
- fileName := "test"
+ fileName := "/tmp/test"
11
notExistFileName := "test_not_exist"
12
cfg := new(Config)
13
cfg.CheckPointFile = fileName
0 commit comments