-
Notifications
You must be signed in to change notification settings - Fork 908
GODRIVER-2586 Add log messages to CMAP spec #1165
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
prestonvasquez
merged 111 commits into
mongodb:master
from
prestonvasquez:GODRIVER-2586
Feb 27, 2023
Merged
Changes from 105 commits
Commits
Show all changes
111 commits
Select commit
Hold shift + click to select a range
2c4a27f
GODRIVER-2570 initialize the logger package
prestonvasquez 8d67dca
GODRIVER-2570 initialize command logging logic
prestonvasquez 024ed89
GODRIVER-2570 unified spec test first draft
prestonvasquez 20d3638
GODRIVER-2570 initialize unified spec test runner
prestonvasquez a281a74
GODRIVER-2570 remove panic
prestonvasquez 9069935
GODRIVER-2570 first draft of logging verification proc
prestonvasquez f6c4903
GODRIVER-2570 clean up verification process
prestonvasquez e8e2171
GODRIVER-2570 clean up verification logic
prestonvasquez 7e0f49a
GODRIVER-2570 more verification cleanup
prestonvasquez 337b954
GODRIVER-2570 convert is to verify
prestonvasquez f5f3357
GODRIVER-2570 add waitForEvent to test runner
prestonvasquez e21f787
GODRIVER-2570 fix heartbeat tests
prestonvasquez e435f32
GODRIVER-2570 add rw locks to counter
prestonvasquez 62998de
GODRIVER-2570 add redaction logic
prestonvasquez a4c5c20
GODRIVER-2570 complete adding CLAM spec tests
prestonvasquez 3669a03
GODRIVER-2570 add logic to the standard sink
prestonvasquez 5d5b937
GODRIVER-2570 finish up first prose test
prestonvasquez d96a313
GODRIVER-2570 add CLAM prose tests
prestonvasquez cbfc03a
GODRIVER-2570 decouple log test helpers
prestonvasquez 7adf661
GODRIVER-2570 add logging examples
prestonvasquez e6018d1
GODRIVER-2570 clean up components
prestonvasquez f6c8117
GODRIVER-2570 remove 2
prestonvasquez 78f11cb
GODRIVER-2570 cleanup comments and unecessary logic
prestonvasquez 297686d
GODRIVER-2570 remove empty tests
prestonvasquez 436fa9b
GODRIVER-2570 move duration to the info struct
prestonvasquez 2840b5a
GODRIVER-2570 resolve merge conflict
prestonvasquez f5932fd
GODRIVER-2570 chore up prose tests
prestonvasquez 8a09cd9
GODRIVER-2570 fix linting errors
prestonvasquez 9d2b7ed
GODRIVER-2570 put a hold on prose test #3
prestonvasquez 419c525
GODRIVER-2570 remove empty tests
prestonvasquez 88e2668
GODRIVER-2570 fix < 4.0 failures
prestonvasquez 9d5bf42
GODRIVER-2570 defer port parsing to logger
prestonvasquez c0a6684
GODRIVER-2570 add serverID to LB
prestonvasquez 31ae8a2
GODRIVER-2570 add copyright and fix requests
prestonvasquez 6c426f2
GODRIVER-2570 clean up logger examples
prestonvasquez 2987e8e
GODRIVER-2570 PR revisions
prestonvasquez ed7b0db
GODRIVER-2570 removve functional logic in logger constructor
prestonvasquez 50fe47f
GODRIVER-2570 reverse changes to err bufferSize
prestonvasquez d7e9309
GODRIVER-2570 PR revisions
prestonvasquez 7853321
GODRIVER-2570 fix static analysis errors
prestonvasquez 6bbc09e
GODRIVER-2570 synchronize logger print
prestonvasquez 859df67
GODRIVER-2586 initial implementation
prestonvasquez ccc25e7
GODRIVER-2570 PR revisions
prestonvasquez 5e6d187
GODRIVER-2570 fix typos in logger examples
prestonvasquez e4d152a
GODRIVER-2586 resolves merge conflicts
prestonvasquez a0d49c6
GODRIVER-2586 start adding wait queue
prestonvasquez 7d51efa
GODRIVER-2570 fix failng tests; PR revisions
prestonvasquez dfcfad8
GODRIVER-2570 remove assertion test
prestonvasquez a2817bc
GODRIVER-2570 add a test for the truncate routine
prestonvasquez f0aff05
GODRIVER-2570 add third CLAM prose test
prestonvasquez fc2511e
GODRIVER-2570 clean up error handlingin prose test
prestonvasquez d80e7ee
GODRIVER-2570 clean up prose tests:
prestonvasquez 16f3d3b
Merge branch 'GODRIVER-2570' into GODRIVER-2586
prestonvasquez 5a82345
GODRIVER-2570 PR revisions
prestonvasquez c00f4b0
GODRIVER-2570 move Command to the component.go file
prestonvasquez 5338b31
GODRIVER-2570 rename osSink to IOSink
prestonvasquez 5c05825
Merge branch 'GODRIVER-2570' into GODRIVER-2586
prestonvasquez c2e5667
GODRIVER-2586 start formatting pool created message
prestonvasquez 55d5e3a
GODRIVER-2570 fix logger tests
prestonvasquez edb7a07
Merge branch 'GODRIVER-2570' into GODRIVER-2586
prestonvasquez 29b5561
GODRIVER-2586 work through pattern
prestonvasquez 9c9c634
GODRIVER-2570 clean up operation logging
prestonvasquez 8853676
GODRIVER-2586 resolve merge conflicts
prestonvasquez ac61a0f
GODRIVER-2586 refactor logging validator to subset exected for actual
prestonvasquez a622d7a
GODRIVER-2570 update PR for revision requests
prestonvasquez 5892d06
GODRIVER-2570 update static analysis errors
prestonvasquez 56e48df
GODRIVER-2570 revert loosened test conditions for logger verification
prestonvasquez b4156b2
Merge branch 'master' into GODRIVER-2570
prestonvasquez e97407a
GODRIVER-2586 start working on the io log messages
prestonvasquez 7a5ecee
GODRIVER-2570 add licenses to internal logger files
prestonvasquez 40bbb18
GODRIVER-2570 add a custom log sink example
prestonvasquez 2752a6f
GODRIVER-2586 start working on second set of spec tests
prestonvasquez 7e6bab6
GODRIVER-2570 clean up filepath logging
prestonvasquez 532b815
GODRIVER-2586 continue with the async pipeline
prestonvasquez 142a1fc
GODRIVER-2570 fix logger test
prestonvasquez 67920bf
GODRIVER-2586 pipe the channel closures
prestonvasquez cd215a0
GODRIVER-2570 use pipelines for go channels
prestonvasquez 0285a52
GODRIVER-2586 merge 2570 updates
prestonvasquez 666d87a
GODRIVER-2586 add additional client entities
prestonvasquez af63e5c
GODRIVER-2586 remove the unecessary connection file
prestonvasquez 5c4c3c5
GODRIVER-2589 remove magic strings
prestonvasquez 511d0c1
GODRIVER-2586 update CMAP logging tests
prestonvasquez 1f2cf92
GODRIVER-2586 resolve static analysis failures
prestonvasquez 4395240
GODRIVER-2586 clean up pool errors
prestonvasquez 4dc7657
add ready mutex to wantConn
prestonvasquez 1df2828
GODRIVER-2570 merge ready guard
prestonvasquez f2c6824
GODRIVER-2688 Misc Updates to Logging
prestonvasquez 7c7eddd
GODRIVER-2688 remove comment
prestonvasquez 506588e
GODRIVER-2688 no service ID if nil
prestonvasquez 283265d
GODRIVER-2586 merge GODRIVER-2688
prestonvasquez 3c88560
GODRIVER-2586 clean up
prestonvasquez a2a430c
Merge branch 'master' into GODRIVER-2586
prestonvasquez ad334bf
GODRIVER-2586 clean up the operations
prestonvasquez 466d36f
GODRIVER-2586 fix linting issues
prestonvasquez c8074b5
GODRIVER-2586 add CMAP log test back
prestonvasquez 38d308f
GODRIVER-2586 account for unordered logs
prestonvasquez af58883
GODRIVER-2586 clean up logger verification
prestonvasquez 153cece
GODRIVER-2586 fix linting errors
prestonvasquez 2def83d
Delete lb-expansion.yml
prestonvasquez 3589335
GODRIVER-2586 typo fixes
prestonvasquez c8befe5
Merge branch 'GODRIVER-2586' of github.com:prestonvasquez/mongo-go-dr…
prestonvasquez 2680cae
GODRIVER-2586 resolve PR requests
prestonvasquez 890ffb4
GODRIVER-2586 resolve PR requests
prestonvasquez 9ffc6a7
GODRIVER-2586 add mutex to IOSink enc
prestonvasquez 85a7a65
GODRIVER-2586 add io sink test
prestonvasquez 5e7cbff
GODRIVER-2586 clean up tests
prestonvasquez e84767f
GODRIVER-2586 remove custom example
prestonvasquez 586f368
GODRIVER-2586 update options example
prestonvasquez c6152c4
Update mongo/options/example_test.go
prestonvasquez 2d6c406
GODRIVER-2586 add connection pool ready message
prestonvasquez 4773954
Merge branch 'GODRIVER-2586' of github.com:prestonvasquez/mongo-go-dr…
prestonvasquez 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.