Details
-
Bug
-
Resolution: Fixed
-
Trivial - P5
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Server Serverless 2021-11-29
Description
A couple of misformatted logs I saw while diagnosing a build failure. A missing space:
Retrying insertwith original command request: {
|
HistoryDict has no __repr__:
[TenantMigrationFixture:j6] Issuing replSetInitiate command: {'_id': 'rs0', 'protocolVersion': 1, 'settings': <buildscripts.resmokelib.utils.history.HistoryDict object at 0x7f4bc5744be0>, 'members': [{'_id': 0, 'host': 'localhost:21500'}]}
|
Missing close-single-quote:
[TenantMigrationFixture:j6] Attempting to step up the chosen secondary on port 21501 of replica set 'rs0.
|