-
Notifications
You must be signed in to change notification settings - Fork 456
CDRIVER-6080 track client streams in connection counting tests #2095
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
df507fe
prefer v4 for llvm-symbolizer
kevinAlbs 4c51279
add `stream_tracker_t`
kevinAlbs 0173969
remove unused utilities
kevinAlbs 9e57b98
target localhost:27017
kevinAlbs 6dab725
use first host+port for self-test
kevinAlbs 3150ae7
fix leak
kevinAlbs 0a19fdd
restore remove header
kevinAlbs 0a6300f
use parens for `(void)0`
kevinAlbs 7b9b27e
add cumulative count
kevinAlbs 1e0c6cf
use cumulative count in exhaust cursor tests
kevinAlbs 18b5bcc
refactor stepdown tests to use stream tracker
kevinAlbs 57ded78
check connection count after connection created
kevinAlbs a41775c
update comments: `serverStatus` is no longer used
kevinAlbs aa00590
use `int` to track count
kevinAlbs 479e77b
use internal linkage
kevinAlbs 07f522c
use longer pause in eventual check
kevinAlbs fa22744
use variables for hosts
kevinAlbs 3d76a06
rename `count` to `count_active`
kevinAlbs 3032093
track before pop
kevinAlbs be7a80c
disallow overriding stream initializer after pop
kevinAlbs 53bce0a
replace "cumulative" with "total"
kevinAlbs 7bf7118
add unreachable assert
kevinAlbs 464720c
check return of `mongoc_client_default_stream_initiator`
kevinAlbs 0bf9321
include "active" in assert macro names
kevinAlbs 51b99dd
add `stream_tracker_assert_total_count`
kevinAlbs 9b81684
add total count asserts to tests
kevinAlbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.