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

Make connect-tests part of the workspace #1509

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Make connect-tests part of the workspace #1509

merged 1 commit into from
Oct 2, 2023

Conversation

djc
Copy link
Member

@djc djc commented Oct 2, 2023

In #1282 we moved the networking-based tests into a separate crate to keep them from creating intermittent failures (and relative slowness) while running the default test suite. However, since #1469 we started also versioning Cargo.lock and this increases overhead from keeping crates as a separate workspace. Instead, the solution we've previously used for ci-bench is to make it part of the workspace but not part of the default-members. Follow that strategy here.

@djc djc requested review from cpu and ctz October 2, 2023 09:49
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #1509 (14cf826) into main (4d3f303) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #1509   +/-   ##
=======================================
  Coverage   96.46%   96.46%           
=======================================
  Files          72       72           
  Lines       15105    15105           
=======================================
  Hits        14571    14571           
  Misses        534      534           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Member

@cpu cpu left a comment

Choose a reason for hiding this comment

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

Makes sense to me, thanks.

@cpu cpu added this pull request to the merge queue Oct 2, 2023
Merged via the queue into main with commit 992e236 Oct 2, 2023
40 checks passed
@cpu cpu deleted the ws-connect branch October 2, 2023 13:31
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.

None yet

3 participants