-
Notifications
You must be signed in to change notification settings - Fork 21
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
Better rollbar logging and path invariance test upgrades #1252
Conversation
slundqui
commented
Jan 16, 2024
- Interactive hyperdrive has parameter that allows logs to rollbar
- Adding log level when crash reporting in interactive hyperdrive
- Path independence allows for failed paths, logging failures as info to rollbar
- Adds optional ticker to interactive hyperdrive crash reports
- Adds optional message prefix to rollbar logs
- Catching and printing unexpected errors in run all fuzz tests
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1252 +/- ##
==========================================
- Coverage 81.03% 80.98% -0.06%
==========================================
Files 94 94
Lines 5353 5370 +17
==========================================
+ Hits 4338 4349 +11
- Misses 1015 1021 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
lgtm
lib/agent0/agent0/hyperdrive/interactive/interactive_hyperdrive.py
Outdated
Show resolved
Hide resolved
…in path independence
1cb755f
to
04cc04d
Compare