Skip to content

PBM add codecov flag for unittests #14

PBM add codecov flag for unittests

PBM add codecov flag for unittests #14

Triggered via push December 18, 2024 15:16
Status Success
Total duration 3m 12s
Artifacts

codecov.yml

on: push
runner / go-test
3m 4s
runner / go-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
test_PBM-1171.test_physical_mixed_env_PBM_T248: psmdb-testing/pbm-functional/pytest/test_PBM-1171.py#L57
AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f2877106690>, exit_status=1, command=b'supervisorctl start mongod-ce', _stdout=b'mongod-ce: ERROR (no such file)\n', _stderr=b'') assert 1 == 0 + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f2877106690>, exit_status=1, command=b'supervisorctl start mongod-ce', _stdout=b'mongod-ce: ERROR (no such file)\n', _stderr=b'').rc
test_PBM-1171.test_physical_mixed_env_PBM_T248: psmdb-testing/pbm-functional/pytest/test_PBM-1171.py#L49
failed on teardown with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f2877106690>, exit_status=1, command=b'pbm config --set pitr.enabled=false --out json', _stdout=b'{"Error":"connect to mongodb: create mongo connection: ping: server selection error: server selection timeout, current topology: { Type: Unknown, Servers: [{ Addr: 127.0.0.1:27017, Type: Unknown, Last error: dial tcp 127.0.0.1:27017: connect: connection refused }, ] }"}\n', _stderr=b'') assert 1 == 0 + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f2877106690>, exit_status=1, command=b'pbm ...0.0.1:27017, Type: Unknown, Last error: dial tcp 127.0.0.1:27017: connect: connection refused }, ] }"}\n', _stderr=b'').rc"
test_PBM-1211.test_pitr_PBM_T268[physical]: psmdb-testing/pbm-functional/pytest/test_PBM-1211.py#L31
failed on setup with "AssertionError: Unexpected exit code 1 for CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f2878244c10>, exit_status=1, command=b'mongo --quiet --eval \'db.getSiblingDB("admin").createUser({ user: "root", pwd: "root", roles: [ "root", "userAdminAnyDatabase", "clusterAdmin" ] });\'', _stdout=b'', _stderr=b'MongoServerError: Command createUser requires authentication\n') assert 1 == 0 + where 1 = CommandResult(backend=<testinfra.backend.docker.DockerBackend object at 0x7f2878244c10>, exit_status=1, command=b'mong...base", "clusterAdmin" ] });\'', _stdout=b'', _stderr=b'MongoServerError: Command createUser requires authentication\n').rc"
runner / go-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636