We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8cd2 commit 09fa4c4Copy full SHA for 09fa4c4
tailer/fswatcher_test.go
@@ -51,6 +51,16 @@ const tests = `
51
- [expect, test line 5, logdir/logfile.log]
52
`
53
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
+
64
type testConfigType struct {
65
Name string
66
Commands [][]string
0 commit comments