generated from ethereum-optimism/.github
-
Notifications
You must be signed in to change notification settings - Fork 111
Labels
Milestone
Description
Our logging can and should be improved to show test state better. An example use-case would be when a test run has been running for some time and we check on it, only to find ourselves unable to concretely ascertain what the overall progress is, which tests are running and if any tests seem stalled.
There's a few options to improve this experience that we should experiment with, including:
- Implementing a progress indicator
- Increasing the default log verbosity in CI (it's currently set to 'INFO')
- Improving the existing log messages of op-acceptor
- Improving the logs of our tests themselves
- Improving the logging of op-devstack
- Improving the integration/interaction between op-acceptor & op-devstack, from the context of logging
- Streaming results instead of batching them till the end (as we currently are)
Reactions are currently unavailable