[
https://issues.apache.org/jira/browse/LENS-8?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amareshwari Sriramadasu updated LENS-8:
---------------------------------------
Fix Version/s: 2.2
Assignee: Amareshwari Sriramadasu
Status: Patch Available (was: Open)
Straightforward patch. Not raising a review request.
Testing done :
When I ran mvn clean test -Dtest=TestHiveDriver, it created
target/surefire-reports/org.apache.lens.driver.hive.TestHiveDriver-output.txt
and target/surefire-reports/org.apache.lens.driver.hive.TestHiveDriver.txt .
When I ran mvn clean test, it created
target/surefire-reports/TestSuite-output.txt for full suite.
> Store test output in test specific file
> ---------------------------------------
>
> Key: LENS-8
> URL: https://issues.apache.org/jira/browse/LENS-8
> Project: Apache Lens
> Issue Type: Improvement
> Components: test
> Reporter: Srikanth Sundarrajan
> Assignee: Amareshwari Sriramadasu
> Fix For: 2.2
>
> Attachments: LENS-8.patch
>
>
> Current build is printing all output into console, mixing maven and test
> outputs together. This might make debugging test failures a bit involved. We
> can use surefire capability to store individual test outputs to respective
> files.
> I also happened to notice some test output printing on System.out directly,
> It would help if they can be routed through logging appender.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)