-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
area: testsIssue related to testsIssue related to testsarea: toolingIssue related to build tooling etc.Issue related to build tooling etc.type: enhancementNew feature or requestNew feature or request
Description
Description
When doing bazel test --test_tag_filters runsc_kvm //test/syscalls/...
, only if a test failed, we can get detailed logs like, runsc.log.*.boot, *runsc.log.*.gofer
, in output.zip, but if a test timeout, the detailed logs not stored. I really need the detailed logs to do debug as I find some tests get timeout randomly on ARM.
Can anyone tell me where is related code to make bazel test
store detailed logs when test timeout?
Metadata
Metadata
Assignees
Labels
area: testsIssue related to testsIssue related to testsarea: toolingIssue related to build tooling etc.Issue related to build tooling etc.type: enhancementNew feature or requestNew feature or request