Skip to content

Commit

Permalink
Fix flaky tests in filebeat (#4296)
Browse files Browse the repository at this point in the history
* test_symlink_rotated was flaky because change to clean_removed behaviour affects symlinks
  • Loading branch information
ruflin authored and andrewkroh committed May 12, 2017
1 parent 40a93cd commit ee80f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filebeat/tests/system/test_harvester.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ def test_symlink_rotated(self):
self.render_config_template(
path=os.path.abspath(self.working_dir) + "/log/symlink.log",
symlinks="true",
close_removed="false",
clean_removed="false",
)

os.mkdir(self.working_dir + "/log/")
Expand Down

0 comments on commit ee80f6e

Please sign in to comment.