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

Rust scheduler: Config specification and parsing #344

Merged
merged 1 commit into from
Sep 21, 2023
Merged

Conversation

jherbel
Copy link
Contributor

@jherbel jherbel commented Sep 20, 2023

CMK-14520

@jherbel jherbel requested a review from SoloJacobs September 20, 2023 08:30
}

#[derive(Deserialize)]
#[serde(tag = "type")]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This simplifies serialization in Python

v2/data/retry_rcc/windows.json Show resolved Hide resolved
v2/rust/src/config.rs Show resolved Hide resolved
@jherbel jherbel requested a review from SoloJacobs September 20, 2023 11:31
SoloJacobs
SoloJacobs previously approved these changes Sep 20, 2023
SoloJacobs
SoloJacobs previously approved these changes Sep 21, 2023
Copy link
Contributor

@SoloJacobs SoloJacobs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM w/nit

}

#[test]
fn test_suites_sorted() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test name/documentation needs improving. Otherwise, the purpose of the test is unclear.

@jherbel jherbel merged commit 156c16c into master Sep 21, 2023
26 checks passed
@jherbel jherbel deleted the dev/joerg/rust branch September 21, 2023 11:44
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