You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/02/27 01:39:19 UTC

[jira] [Comment Edited] (BIGTOP-1225) TestHDFSQuota can fail if tests are run out of order

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

Konstantin Boudnik edited comment on BIGTOP-1225 at 2/27/14 12:38 AM:
----------------------------------------------------------------------

You are know calling the setup and teardown explicitly in each test case. You can do this by using {{@Before}} and {{@After}} annotations on the setup and teardown methods.
Also, there's a white space change at the top


was (Author: cos):
You are know calling the setup and teardown explicitly in each test case. You can do this by using {{@Before}} and {{@After}} annotations on the setup and teardown methods.

> TestHDFSQuota can fail if tests are run out of order
> ----------------------------------------------------
>
>                 Key: BIGTOP-1225
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1225
>             Project: Bigtop
>          Issue Type: Bug
>    Affects Versions: 0.7.0
>            Reporter: Virginia Wang
>             Fix For: 0.8.0
>
>         Attachments: BIGTOP-1225.patch
>
>
> When running TestHDFSQuota some tests can fail when it is run out of order. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)