This is just a cleanup work to hide some of the private state of
ReplSetTest so it is easier to encapsulate and add new logic. Also enables
strict mode.
Implement auto-split for insert write commands on mongos. Note that this patch currently also take documents from the delete commands into account as well (this will be fixed in the next iteration). However, deletes will never trigger an auto-split request.