PBM-1417. Allow multi-DB backup #180
Annotations
4 errors
test_PBM-1228.test_pitr_PBM_T256[base-physical]:
pbm-functional/pytest/test_PBM-1228.py#L95
AssertionError: assert 751 == 1500
+ where 751 = count_documents({})
+ where count_documents = Collection(Database(MongoClient(host=['mongos:27017'], document_class=dict, tz_aware=False, connect=True), 'test'), 'test').count_documents
|
test (5.0, physical)
Process completed with exit code 1.
|
test_PBM-1355.test_remap_PBM_T265[physical]:
pbm-functional/pytest/test_PBM-1355.py#L123
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f13f3d9bbd0>, exit_status=1, command=b'pbm config --force-resync --out json', _stdout=b'{"error":"another operation in progress","operation":{"node":"newrscfg01:27017","opid":"672ba7c8685ca7b333ed1f0b","replset":"newrscfg","type":"resync"}}\n', _stderr=b'')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f13f3d9bbd0>, exit_status=1, command=b'pbm ...n":{"node":"newrscfg01:27017","opid":"672ba7c8685ca7b333ed1f0b","replset":"newrscfg","type":"resync"}}\n', _stderr=b'').rc
|
test (8.0, physical)
Process completed with exit code 1.
|