Skip to content

Lewis/svls 6029/cleanup#60

Merged
Lewis-E merged 2 commits intomainfrom
lewis/SVLS-6029/cleanup
Jan 6, 2026
Merged

Lewis/svls 6029/cleanup#60
Lewis-E merged 2 commits intomainfrom
lewis/SVLS-6029/cleanup

Conversation

@Lewis-E
Copy link
Copy Markdown
Contributor

@Lewis-E Lewis-E commented Jan 5, 2026

What does this PR do?

  • Small cleanup of unnecessary clones.
  • Let test_is_azure_flex_without_resource_group_true pass locally by managing environment outside of the CI/CD pipeline.
  • gitignore jetbrains files

Motivation

  • Cleanup of small issues noticed during local development

Additional Notes

An Arc::clone creates a new reference to whatever value it contains. We do need a new reference to be moveed into the stats flusher, but we don't need new references for trace_endpoint_handler -- it can just take ownership of the existing clones, as they won't be used for anything else.

Describe how to test/QA your changes

  • No functional changes.

@Lewis-E Lewis-E force-pushed the lewis/SVLS-6029/cleanup branch from c44dc74 to e67c8d8 Compare January 5, 2026 15:26
@Lewis-E Lewis-E marked this pull request as ready for review January 5, 2026 19:08
@Lewis-E Lewis-E requested review from a team as code owners January 5, 2026 19:08
@Lewis-E Lewis-E requested review from kathiehuang and removed request for a team January 5, 2026 19:08
Copy link
Copy Markdown
Contributor

@kathiehuang kathiehuang left a comment

Choose a reason for hiding this comment

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

Not a pro at Rust but this makes sense to me!

Comment thread .gitignore
@@ -1 +1,3 @@
/target
/.idea
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

What is this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

That is a jetbrains config file!

@Lewis-E Lewis-E merged commit fd8b7a9 into main Jan 6, 2026
26 checks passed
@Lewis-E Lewis-E deleted the lewis/SVLS-6029/cleanup branch January 6, 2026 15:00
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