File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1217,7 +1217,7 @@ async def aggregate():
12171217 f"{ f .__name__ } sent wrong $clusterTime with { event .command_name } " ,
12181218 )
12191219
1220- # Sessions prose test: 20) $clusterTime in commands
1220+ # Sessions prose test: 20) Drivers do not gossip ` $clusterTime` on SDAM commands
12211221 async def test_cluster_time_not_used_by_sdam (self ):
12221222 heartbeat_listener = HeartbeatEventListener ()
12231223 cmd_listener = OvertCommandListener ()
Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ def aggregate():
12031203 f"{ f .__name__ } sent wrong $clusterTime with { event .command_name } " ,
12041204 )
12051205
1206- # Sessions prose test: 20) $clusterTime in commands
1206+ # Sessions prose test: 20) Drivers do not gossip ` $clusterTime` on SDAM commands
12071207 def test_cluster_time_not_used_by_sdam (self ):
12081208 heartbeat_listener = HeartbeatEventListener ()
12091209 cmd_listener = OvertCommandListener ()
You can’t perform that action at this time.
0 commit comments