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

131: Add workload service test suite #83

Merged
merged 4 commits into from
Feb 27, 2025

Conversation

JettTech
Copy link
Contributor

@JettTech JettTech commented Feb 27, 2025

Contributes to #131

@JettTech JettTech marked this pull request as ready for review February 27, 2025 19:55
@JettTech JettTech requested a review from a team as a code owner February 27, 2025 19:55
@JettTech JettTech changed the title 131 add workload service test suite 131: Add workload service test suite Feb 27, 2025
@@ -19,10 +20,17 @@ strum_macros = "0.25"
async-trait = "0.1.83"
semver = "1.0.24"
rand = "0.8.5"
mongodb = "3.1"
mongodb = { version = "3.1", features = ["sync"] }
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
mongodb = { version = "3.1", features = ["sync"] }
[dependencies.mongodb]
version = 3.1
features = ["sync"]

Copy link
Contributor Author

@JettTech JettTech Feb 27, 2025

Choose a reason for hiding this comment

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

@zeeshan595 - What is the pull for stretching the dependency into multiple lines? Personally, I'd rather just stick to the single line standard we already have in the repo, but I'm open to hearing a pull for a different style.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Given that this feedback relates to team code norms and preferred patterns/styles, I will go ahead and raise this feedback as a topic to discuss at our team meeting tomorrow. There we can decide as a whole, what our team preference will be for this subject and can start to put together our code style guide.

Based on the outcome of this conversation, I will either create a new PR to style all dependencies with features within this crate and all other crates in the repo as suggested here, or leave it be.

@JettTech JettTech merged commit e1c7889 into main Feb 27, 2025
3 checks passed
@JettTech JettTech deleted the 131-add-workload-service-test-suite branch February 27, 2025 21:22
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