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():
1217
1217
f"{ f .__name__ } sent wrong $clusterTime with { event .command_name } " ,
1218
1218
)
1219
1219
1220
- # Sessions prose test: 20) $clusterTime in commands
1220
+ # Sessions prose test: 20) Drivers do not gossip ` $clusterTime` on SDAM commands
1221
1221
async def test_cluster_time_not_used_by_sdam (self ):
1222
1222
heartbeat_listener = HeartbeatEventListener ()
1223
1223
cmd_listener = OvertCommandListener ()
Original file line number Diff line number Diff line change @@ -1203,7 +1203,7 @@ def aggregate():
1203
1203
f"{ f .__name__ } sent wrong $clusterTime with { event .command_name } " ,
1204
1204
)
1205
1205
1206
- # Sessions prose test: 20) $clusterTime in commands
1206
+ # Sessions prose test: 20) Drivers do not gossip ` $clusterTime` on SDAM commands
1207
1207
def test_cluster_time_not_used_by_sdam (self ):
1208
1208
heartbeat_listener = HeartbeatEventListener ()
1209
1209
cmd_listener = OvertCommandListener ()
You can’t perform that action at this time.
0 commit comments