[
https://issues.apache.org/jira/browse/OODT-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985046#action_12985046
]
Chris A. Mattmann commented on OODT-115:
----------------------------------------
Paul Ramirez, and I came up with a plan and reasoning as to why this test was
failing for NEON. It had to do with not being able to write to the tmp
directory on the Linux instance. We've developed a work-around for this. There
is now (after this committed patch) a new option to pass from the mvn command
line (if you don't have permission to write to the default java.io.tmpdir):
{code}
mvn -Dtest.tmpdir=/some/writeable/path clean test
{code}
This will activate a maven profile that resets the java.io.tmpdir (without
interfering with Maven's use of it).
Patch to come shortly.
> TestCatalogServiceLocal fails
> -----------------------------
>
> Key: OODT-115
> URL: https://issues.apache.org/jira/browse/OODT-115
> Project: OODT
> Issue Type: Bug
> Components: catalog
> Environment: Cent OS, fresh install, JDK 1.6, Maven 2.2.1
> Reporter: Chris A. Mattmann
> Assignee: Chris A. Mattmann
> Priority: Blocker
> Fix For: 0.2
>
>
> When building the 0.2 RC on a fresh Cent OS install, the
> TestCatalogServiceLocal unit test fails.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.