[ 
https://issues.apache.org/jira/browse/FALCON-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14349627#comment-14349627
 ] 

Sowmya Ramesh edited comment on FALCON-1064 at 3/5/15 11:39 PM:
----------------------------------------------------------------

JMSMessageProducerTest fails if tests run in parallel as it has race conditions 
and is not thread safe. This has to be fixed.

Regarding testSubmitAndScheduleEntityValidCommands test failing looks like you 
don't have the umask set to default value 022. Staging and working dirs are 
created in TestContext.createClusterLocations.

You have to set umask to 022 to get the tests pass. Refer 
https://issues.apache.org/jira/browse/FALCON-993.

{code}
To build Falcon on Ubuntu/Centos you have to set umask to 022. To do so please 
add the following line at the end of your ~/.bashrc or ~/.bash_profile
umask 022
{code}


was (Author: sowmyaramesh):
JMSMessageProducerTest fails if tests run in parallel as it has race conditions 
and is not thread safe. This has to be fixed.

Regarding testSubmitAndScheduleEntityValidCommands test failing looks like you 
don't have the umask set to default value 022. Staging and working dirs are 
created in TestContext.createClusterLocations.

You have to set umask to 022 to get the tests pass. Refer 
https://issues.apache.org/jira/browse/FALCON-993.

> Build hangs at the following test: JMSMessageProducerTest
> ---------------------------------------------------------
>
>                 Key: FALCON-1064
>                 URL: https://issues.apache.org/jira/browse/FALCON-1064
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Mahak
>
> I'm trying to build falcon0.7-snapshot, the build it successful if I skip the 
> tests, however if I don't then it hangs at JMSMessageProducerTest. My idea is 
> that it's getting into some kind of deadlock



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to