From: Vallari Agrawal Date: Tue, 31 Oct 2023 08:26:53 +0000 (+0530) Subject: doc/dev/developer_guide: mention unit_test_summary.yaml & valgrind.yaml X-Git-Tag: v19.0.0~31^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4719bfbda61fbdca225f96981d70b2b63ec262b7;p=ceph.git doc/dev/developer_guide: mention unit_test_summary.yaml & valgrind.yaml In tests-integration-testing-teuthology-workflow.rst, briefly mention unit_test_summary.yaml and valgrind.yaml as other files that exist in teuthology archive. Signed-off-by: Vallari Agrawal --- diff --git a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst index 64b006c57fb4..6b8877886a78 100644 --- a/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst +++ b/doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-workflow.rst @@ -209,6 +209,14 @@ For example: for the above test ID, the path is:: This method can be used to view the log more quickly than would be possible through a browser. +In addition to teuthology.log, there are other files included for debugging purposes: + +* unit_test_summary.yaml: It provides a summary of all unit test failures and + is optionally generated when the ``unit_test_scan`` configuration option is + used in the job's YAML file. + +* valgrind.yaml: It summarizes any Valgrind errors that may occur. + .. note:: To access archives more conveniently, ``/a/`` has been symbolically linked to ``/ceph/teuthology-archive/``. For instance, to access the previous example, we can use something like::