Validate that logicalTime returned by Sharded Replica Set matches the spec
In a shell validate that
- mongos that talks to a sharded RS returns logicalTime bson that matches the spec in the command's reply
- mongos that talks to a non sharded RS does not return logicalTime bson that matches the spec in the command's reply
- mongos that talks to a standalone MongoDB node does not return logicalTime bson that matches the spec in the command's reply
- mongod from a sharded RS returns logicalTime bson that matches the spec in the metadata
- mongod from a non sharded RS does not return logicalTime bson that matches the spec in the metadata
- mongod from a standalone MongoDB node does not return logicalTime bson that matches the spec in the metadata