Skip to content

Commit

Permalink
add missing new symlinking
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Apr 13, 2021
1 parent 280f4d2 commit 179a7a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions filebeat/input/filestream/input_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,9 @@ func TestFilestreamTruncate(t *testing.T) {
env.mustTruncateFile(testlogName, 0)
env.waitUntilOffsetInRegistry(testlogName, 0)

// recreate symlink
env.mustSymlink(testlogName, symlinkName)

moreLines := []byte("forth line\nfifth line\n")
env.mustWriteLinesToFile(testlogName, moreLines)

Expand Down

0 comments on commit 179a7a1

Please sign in to comment.