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

Behroz Sikander commented on HAMA-989:
--------------------------------------

My idea for the solution to this bug was to add Assume.assumeTrue(isLinuxOS()); 
statement to all the Async testcases. 

The only problem is that Assume (or assumptions) were introduced in Junit 4. 
Even though we are using the latest Junit 4.8.1 but all of our testcases are 
using Junit 3 style (all testcases extend TestCase class where as in Junit 4 we 
just add the @Test annotation). For these 3 testcases which are causing the 
problem, can I move to Junit4 style (which will give me access to 
Assume.assumeTrue) or should I find some alternative ?

> Build fails on non-Linux systems
> --------------------------------
>
>                 Key: HAMA-989
>                 URL: https://issues.apache.org/jira/browse/HAMA-989
>             Project: Hama
>          Issue Type: Bug
>          Components: bsp core, build 
>    Affects Versions: 0.7.1
>            Reporter: Edward J. Yoon
>             Fix For: 0.7.2
>
>
> http://markmail.org/message/ipgc5fjs57xdmtr2



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

Reply via email to