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

Add PoolStateMachine.RequestQueue #424

Merged
merged 3 commits into from
Oct 18, 2023

Conversation

fabianfett
Copy link
Collaborator

  • Add PoolStateMachine.RequestQueue
  • Add PoolStateMachine struct (without implementation)
  • Add PoolConfiguration which is a config object for PoolStateMachine

@fabianfett fabianfett added this to the ConnectionPool milestone Oct 18, 2023
@fabianfett fabianfett added the semver-patch No public API change. label Oct 18, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #424 (3b7c35e) into main (8babbcf) will increase coverage by 0.66%.
The diff coverage is 76.31%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #424      +/-   ##
==========================================
+ Coverage   55.72%   56.38%   +0.66%     
==========================================
  Files         116      118       +2     
  Lines        8050     8087      +37     
==========================================
+ Hits         4486     4560      +74     
+ Misses       3564     3527      -37     
Files Coverage Δ
...urces/ConnectionPoolModule/ConnectionRequest.swift 60.00% <ø> (+60.00%) ⬆️
.../ConnectionPoolModule/OneElementFastSequence.swift 100.00% <100.00%> (ø)
...tionPoolModule/PoolStateMachine+RequestQueue.swift 100.00% <100.00%> (ø)
...ources/ConnectionPoolModule/PoolStateMachine.swift 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

@fabianfett fabianfett merged commit 5641966 into vapor:main Oct 18, 2023
13 checks passed
@fabianfett fabianfett deleted the ff-pool-RequestQueue branch October 18, 2023 13:46
@fabianfett fabianfett added the ConnectionPool Features and bugs that are related to the impl in ConnectionPoolModule label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ConnectionPool Features and bugs that are related to the impl in ConnectionPoolModule semver-patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants