Skip to content

Commit

Permalink
rueckstiess#710 - Log Reaped Cursor when Idle - Code Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
savinay-vijay committed Jul 8, 2019
1 parent ef7b166 commit 8604937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions mtools/mloginfo/sections/cursor_section.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
def op_or_cmd(le):
return le.operation if le.operation != 'command' else le.command

# SERVER-28604 - Logging Reaped cursor information when idle

class CursorSection(BaseSection):
"""CursorSection class."""
Expand Down
1 change: 0 additions & 1 deletion mtools/test/test_mloginfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ def test_cursor_output(self):
lines = output.splitlines()
assert any(map(lambda line: 'CURSOR' in line, lines))


def test_restarts_output(self):
# different log file
self.tool.run('%s --restarts' % self.logfile_path)
Expand Down

0 comments on commit 8604937

Please sign in to comment.