Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Libbeat] Gracefully shut down on SIGHUP #10704

Merged
merged 7 commits into from
Mar 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix quote.
  • Loading branch information
Christoph Wurm committed Mar 13, 2019
commit 0dc34ff9cfb7fcd94485f52aa9eb1f196758f159
2 changes: 1 addition & 1 deletion libbeat/tests/system/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_base(self):
proc.check_kill_and_wait()
assert self.log_contains("mockbeat stopped.")

@unittest.skipIf(sys.platform.startswith("win"), "SIGHUP is not available on Windows"')
@unittest.skipIf(sys.platform.startswith("win"), "SIGHUP is not available on Windows")
def test_sighup(self):
"""
Basic test with exiting Mockbeat because of SIGHUP
Expand Down