PSMDB 7.0 GA #684
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
reviewdog.yml
on: pull_request
runner / go-test
28s
runner / shellcheck
10s
runner / misspell
8s
runner / alex
27s
runner / golangci-lint
59s
runner / gofmt
18s
runner / shfmt
19s
Annotations
4 errors
test_PBM-1090.test_logical:
psmdb-testing/pbm-functional/pytest/test_PBM-1090.py#L89
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f01e243f250>, exit_status=1, command=b'pbm backup --out=json --type=logical', _stdout=b'{"error":"another operation in progress","operation":{"type":"resync","replset":"rs1","node":"rs101:27017","opid":"6555c33c2dc0828cd00b7c45","epoch":{"T":1700119352,"I":16}}}\n', _stderr=b'')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f01e243f250>, exit_status=1, command=b'pbm ...eplset":"rs1","node":"rs101:27017","opid":"6555c33c2dc0828cd00b7c45","epoch":{"T":1700119352,"I":16}}}\n', _stderr=b'').rc
|
test_azurite.test_logical:
psmdb-testing/pbm-functional/pytest/test_azurite.py#L67
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f01e26fdb50>, exit_status=1, command=b'pbm backup --out=json --type=logical', _stdout=b'{"error":"another operation in progress","operation":{"type":"resync","replset":"rscfg","node":"rscfg01:27017","opid":"6555c48fbcc66784ba26b61d","epoch":{"T":1700119696,"I":70}}}\n', _stderr=b'')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f01e26fdb50>, exit_status=1, command=b'pbm ...et":"rscfg","node":"rscfg01:27017","opid":"6555c48fbcc66784ba26b61d","epoch":{"T":1700119696,"I":70}}}\n', _stderr=b'').rc
|
test_PBM-1090.test_logical:
psmdb-testing/pbm-functional/pytest/test_PBM-1090.py#L89
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f575cfc8c90>, exit_status=1, command=b'pbm backup --out=json --type=logical', _stdout=b'{"error":"another operation in progress","operation":{"type":"resync","replset":"rs1","node":"rs102:27017","opid":"6555c341b60c81acf2b52fc1","epoch":{"T":1700119356,"I":19}}}\n', _stderr=b'')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f575cfc8c90>, exit_status=1, command=b'pbm ...eplset":"rs1","node":"rs102:27017","opid":"6555c341b60c81acf2b52fc1","epoch":{"T":1700119356,"I":19}}}\n', _stderr=b'').rc
|
test_PBM-1090.test_logical:
psmdb-testing/pbm-functional/pytest/test_PBM-1090.py#L89
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f01669815d0>, exit_status=1, command=b'pbm backup --out=json --type=logical', _stdout=b'{"error":"another operation in progress","operation":{"type":"resync","replset":"rs1","node":"rs101:27017","opid":"6555d5c18bea4c6be5c5e716","epoch":{"T":1700124093,"I":16}}}\n', _stderr=b'')
assert 1 == 0
+ where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f01669815d0>, exit_status=1, command=b'pbm ...eplset":"rs1","node":"rs101:27017","opid":"6555d5c18bea4c6be5c5e716","epoch":{"T":1700124093,"I":16}}}\n', _stderr=b'').rc
|