-
Notifications
You must be signed in to change notification settings - Fork 200
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
Functional tests #1167
Functional tests #1167
Conversation
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Add quorum support and add extra tests
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Skip tests in CI
@@ -64,6 +64,20 @@ func DefaultLoggerConfig() LoggerConfig { | |||
} | |||
} | |||
|
|||
// DefaultTextLoggerConfig returns a LoggerConfig with the default settings for a text logger. | |||
// For use in tests or other scenarios where the logs are consumed by humans. | |||
func DefaultTextLoggerConfig() LoggerConfig { |
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.
Could we add maybe `DefaultConsoleLoggerConfig". Only difference is NoColor = false. Then in cases where we run stuff locally we can use that, otherwise CI defaults to TextLogger?
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.
added
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Why are these changes needed?
tests that run against preprod