-
Notifications
You must be signed in to change notification settings - Fork 48
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
Lr/epoch tests #3952
Lr/epoch tests #3952
Conversation
@@ -225,6 +225,7 @@ impl<TYPES: NodeType, I: TestableNodeImplementation<TYPES>, V: Versions> TestTas | |||
self.ctx.successful_views.insert(view_number); | |||
// if a view succeeds remove it from the failed views | |||
self.ctx.failed_views.remove(&view_number); | |||
tracing::error!("lrzasik: successful view: {:?}", view_number); |
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 trace?
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.
good catch, thank you!
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.
I think you left a debug trace behind but other than that this looks good
Closes #<ISSUE_NUMBER>
This PR:
This PR does not:
Key places to review: