-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Rename field offset
to log.offset
#8923
Conversation
ruflin
commented
Nov 5, 2018
- Update tests accordingly
- Remove checks from JSON tests as log prefix now used for log.offset
- Update generated files
* Update tests accordingly * Remove checks from JSON tests as log prefix now used for log.offset * Update generated files
@@ -845,6 +845,7 @@ def test_clean_inactive(self): | |||
if os.name == "nt": | |||
assert data[0]["offset"] == 3 | |||
else: | |||
print data[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leftover debug message?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, removed.
@@ -78,6 +78,7 @@ def run_and_validate(self): | |||
|
|||
data = self.get_registry() | |||
assert len(data) == 1 | |||
print data[0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also leftover?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WFG