Skip to content
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

Merged
merged 18 commits into from
Jan 28, 2025
Merged

Functional tests #1167

merged 18 commits into from
Jan 28, 2025

Conversation

cody-littley
Copy link
Contributor

Why are these changes needed?

tests that run against preprod

cody-littley and others added 10 commits January 22, 2025 08:29
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>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
@cody-littley cody-littley requested a review from dmanc January 27, 2025 19:53
cody-littley and others added 6 commits January 27, 2025 15:01
Add quorum support and add extra tests
Signed-off-by: Cody Littley <cody@eigenlabs.org>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
@@ -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 {
Copy link
Contributor

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?

Copy link
Contributor Author

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>
Signed-off-by: Cody Littley <cody@eigenlabs.org>
@cody-littley cody-littley marked this pull request as ready for review January 28, 2025 17:21
@cody-littley cody-littley merged commit f2df601 into Layr-Labs:master Jan 28, 2025
8 checks passed
@cody-littley cody-littley deleted the functional-tests branch January 28, 2025 17:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants