-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Declarative tests #5861
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
base: main
Are you sure you want to change the base?
Declarative tests #5861
Conversation
| } | ||
|
|
||
| pub fn get_arch() -> anyhow::Result<&'static str> { | ||
| let arch; |
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.
initialize arch in case none of the cfg match
| tracing-trace = { version = "0.1.0", path = "../tracing-trace" } | ||
| uuid = { version = "1.17.0", features = ["v7", "serde"] } | ||
| similar-asserts = "1.7.0" | ||
| chrono = "0.4" |
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.
we're more of a time team at meili
| #[serde(rename_all = "camelCase")] | ||
| pub struct TestWorkload { | ||
| pub name: String, | ||
| pub initial_version: Version, |
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.
Allow latest here. Maybe, make the field optional and assume latest if missing 🤔
|
After discussing with @irevoire:
|
TODO