MongoDB timestamps are formatted like Timestamp(1572103686, 64)
WiredTiger timestamps are formatted like (1572103686,64)
WiredTiger is missing a space between the timestamp and increment where MongoDB adds one. This makes it easy to miss relevant log lines when debugging test failures.