Skip to content

Commit

Permalink
GODRIVER-2943 Add sync TODO comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Aug 30, 2023
1 parent d3469ca commit 19e73d5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,20 @@ tests:
topologyId: { $$exists: true }
serverHost: { $$type: string }
serverPort: { $$type: [int, long] }
# TODO(GODRIVER-2967): The following log message has been removed from
# the JSON analogue because it assumes that
# "TopologyDescriptionChangedEvent" should occur when a topolgoy is
# closed. This behavior is not clearly defined anywhere and some
# drivers support and some don't.
#
# Need to sync whenever GODRIVER-2967 is unblocked.
- level: debug
component: topology
data:
message: "Topology description changed"
topologyId: { $$exists: true }
previousDescription: { $$exists: true } # ReplicaSet topology
newDescription: { $$exists: true } # unknown topology
- level: debug
component: topology
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,20 @@ tests:
topologyId: { $$exists: true }
serverHost: { $$type: string }
serverPort: { $$type: [int, long] }
# TODO(GODRIVER-2967): The following log message has been removed from
# the JSON analogue because it assumes that
# "TopologyDescriptionChangedEvent" should occur when a topolgoy is
# closed. This behavior is not clearly defined anywhere and some
# drivers support and some don't.
#
# Need to sync whenever GODRIVER-2967 is unblocked.
- level: debug
component: topology
data:
message: "Topology description changed"
topologyId: { $$exists: true }
previousDescription: { $$exists: true } # standalone topology
newDescription: { $$exists: true } # unknown topology
- level: debug
component: topology
data:
Expand Down

0 comments on commit 19e73d5

Please sign in to comment.