Skip to content

Commit 09fa4c4

Browse files
committed
#5 debugging failed test on appveyor.com (Windows)
1 parent 45f8cd2 commit 09fa4c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tailer/fswatcher_test.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ const tests = `
5151
- [expect, test line 5, logdir/logfile.log]
5252
`
5353

54+
// // The following test fails on Windows in tearDown() when removing logdir
55+
// // There must be some bug in the Windows file tailer shut down that prevents the
56+
// // directory from being deleted.
57+
// const tests = `
58+
// - name: single logfile
59+
// commands:
60+
// - [mkdir, logdir]
61+
// - [start file tailer, fail_on_missing_logfile=false, logdir/logfile.log]
62+
// `
63+
5464
type testConfigType struct {
5565
Name string
5666
Commands [][]string

0 commit comments

Comments
 (0)