You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2020/02/26 10:46:00 UTC

[jira] [Created] (HDDS-3078) Include output of timed out test in bundle

Attila Doroszlai created HDDS-3078:
--------------------------------------

             Summary: Include output of timed out test in bundle
                 Key: HDDS-3078
                 URL: https://issues.apache.org/jira/browse/HDDS-3078
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
          Components: build, test
            Reporter: Attila Doroszlai


Sometimes a unit/integration test does not complete, nor does it crash.  We should collect the output of such tests in the result bundle for analysis.

Example:

{code:title=https://github.com/adoroszlai/hadoop-ozone/runs/469172863}
2020-02-26T08:15:58.2297584Z [INFO] Running org.apache.hadoop.ozone.freon.TestRandomKeyGenerator
2020-02-26T08:30:59.6189916Z [INFO] Running org.apache.hadoop.ozone.freon.TestDataValidateWithUnsafeByteOperations
...
2020-02-26T08:32:47.6155975Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M1:test (default-test) on project hadoop-ozone-integration-test: There was a timeout or other error in the fork
{code}

In this case TestRandomKeyGenerator had this problem.  It might be a bit tricky to find such tests, since these are not explicitly listed at the end, unlike failed or crashed tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org