Report generated on 08-Jan-2024 at 16:53:26 by pytest-html v3.1.1
| BUILD_ID | 14 |
| BUILD_NUMBER | 14 |
| BUILD_TAG | jenkins-dgl-PR-6652-14 |
| BUILD_URL | https://dgl-jenkins-eksvpc-2136217999.us-west-2.elb.amazonaws.com/job/dgl/job/PR-6652/14/ |
| CI | true |
| EXECUTOR_NUMBER | 6 |
| GIT_BRANCH | PR-6652 |
| GIT_COMMIT | 034bcece2976fe044fa3cdc18200cb8dbc31ba4e |
| GIT_URL | https://github.com/dmlc/dgl.git |
| JENKINS_URL | https://dgl-jenkins-eksvpc-2136217999.us-west-2.elb.amazonaws.com/ |
| JOB_NAME | dgl/PR-6652 |
| NODE_NAME | dglci-post-linux |
| Packages | {"pluggy": "1.0.0", "py": "1.11.0", "pytest": "7.1.1"} |
| Platform | Linux-5.11.0-1022-aws-x86_64-with-glibc2.29 |
| Plugins | {"html": "3.1.1", "metadata": "2.0.1"} |
| Python | 3.8.10 |
| WORKSPACE | /home/ubuntu/dgl_ci_post_linux/workspace/dgl_PR-6652 |
7 tests ran in 0.64 seconds.
(Un)check the boxes to filter the results.
6 passed, 0 skipped, 1 failed, 0 errors, 0 expected failures, 0 unexpected passes| Result | Test | Duration | Links |
|---|---|---|---|
| No results found. Try to check the filters | |||
| Failed | report.py::test_generate_report[35_Authentication//Error signal] | 0.00 | |
|
test_name = '35_Authentication//Error signal' @pytest.mark.parametrize("test_name", final_dict) def test_generate_report(test_name): os.makedirs("./logs_dir/", exist_ok=True) tmp = tempfile.NamedTemporaryFile( mode="w", delete=False, suffix=".log", dir="./logs_dir/" ) tmp.write(final_dict[test_name]["logs"]) filename = Path(tmp.name).name # print(final_dict[test_name]["logs"]) print("Log path: {}".format(prefix + filename)) if final_dict[test_name]["status"] == JobStatus.FAIL: > pytest.fail( "Test failed. Please see the log at {}".format(prefix + filename) E Failed: Test failed. Please see the log at https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmp51och4gk.log report.py:98: Failed ------------------------------Captured stdout call------------------------------ Log path: https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmp51och4gk.log | |||
| Passed | report.py::test_generate_report[7_Declarative: Checkout SCM//Check out from version control] | 0.00 | |
|
------------------------------Captured stdout call------------------------------ Log path: https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmp_w7s6rvm.log | |||
| Passed | report.py::test_generate_report[16_Authentication//Check out from version control] | 0.00 | |
|
------------------------------Captured stdout call------------------------------ Log path: https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmpzio5gxcr.log | |||
| Passed | report.py::test_generate_report[19_Authentication//Checks if running on a Unix-like node] | 0.00 | |
|
------------------------------Captured stdout call------------------------------ Log path: https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmpcuefq_p1.log | |||
| Passed | report.py::test_generate_report[22_Authentication//Shell Script] | 0.00 | |
|
------------------------------Captured stdout call------------------------------ Log path: https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmp2celae_b.log | |||
| Passed | report.py::test_generate_report[25_Authentication//Checks if running on a Unix-like node] | 0.00 | |
|
------------------------------Captured stdout call------------------------------ Log path: https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmpccfmk8q9.log | |||
| Passed | report.py::test_generate_report[28_Authentication//Shell Script] | 0.00 | |
|
------------------------------Captured stdout call------------------------------ Log path: https://dgl-ci-result.s3.us-west-2.amazonaws.com/dgl/PR-6652/14/14/logs/logs_dir/tmpbxw1hh62.log | |||