You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Amitanand Aiyer (JIRA)" <ji...@apache.org> on 2011/09/07 20:01:12 UTC

[jira] [Created] (HBASE-4343) Get the TestAcidGuarantee unit test to fail consistently

Get the TestAcidGuarantee unit test to fail consistently
--------------------------------------------------------

                 Key: HBASE-4343
                 URL: https://issues.apache.org/jira/browse/HBASE-4343
             Project: HBase
          Issue Type: Sub-task
            Reporter: Amitanand Aiyer
            Priority: Minor


We know that TestAcidGuarantee is broken in the current trunk. However, the unit-test passes more often than not.

In order to test out the solution we need to get it to fail consistently. This patch may not be committed/turned in. But,
required to test/accept the fix to 2856.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HBASE-4343) Get the TestAcidGuarantee unit test to fail consistently

Posted by "Nicolas Spiegelberg (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13141797#comment-13141797 ] 

Nicolas Spiegelberg commented on HBASE-4343:
--------------------------------------------

@Amit: can we add @Ignore to this test and commit?  Trying to get as much of this JIRA checked in as possible without causing any regression.
                
> Get the TestAcidGuarantee unit test to fail consistently
> --------------------------------------------------------
>
>                 Key: HBASE-4343
>                 URL: https://issues.apache.org/jira/browse/HBASE-4343
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Amitanand Aiyer
>            Assignee: Amitanand Aiyer
>            Priority: Minor
>             Fix For: 0.89.20100924
>
>         Attachments: patch-1
>
>
> We know that TestAcidGuarantee is broken in the current trunk. However, the unit-test passes more often than not.
> In order to test out the solution we need to get it to fail consistently. This patch may not be committed/turned in. But,
> required to test/accept the fix to 2856.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4343) Get the TestAcidGuarantee unit test to fail consistently

Posted by "Amitanand Aiyer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amitanand Aiyer updated HBASE-4343:
-----------------------------------

    Fix Version/s:     (was: 0.94.0)
                   0.89.20100924
         Assignee: Amitanand Aiyer
           Status: Patch Available  (was: Open)

> Get the TestAcidGuarantee unit test to fail consistently
> --------------------------------------------------------
>
>                 Key: HBASE-4343
>                 URL: https://issues.apache.org/jira/browse/HBASE-4343
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Amitanand Aiyer
>            Assignee: Amitanand Aiyer
>            Priority: Minor
>             Fix For: 0.89.20100924
>
>
> We know that TestAcidGuarantee is broken in the current trunk. However, the unit-test passes more often than not.
> In order to test out the solution we need to get it to fail consistently. This patch may not be committed/turned in. But,
> required to test/accept the fix to 2856.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4343) Get the TestAcidGuarantee unit test to fail consistently

Posted by "Amitanand Aiyer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amitanand Aiyer updated HBASE-4343:
-----------------------------------

    Attachment: patch-1

This is a diff to get things to TestAcidGuarantee to fail consistently. We will not submit this diff as is -- esp, the changes to HRegion.java

> Get the TestAcidGuarantee unit test to fail consistently
> --------------------------------------------------------
>
>                 Key: HBASE-4343
>                 URL: https://issues.apache.org/jira/browse/HBASE-4343
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Amitanand Aiyer
>            Assignee: Amitanand Aiyer
>            Priority: Minor
>             Fix For: 0.89.20100924
>
>         Attachments: patch-1
>
>
> We know that TestAcidGuarantee is broken in the current trunk. However, the unit-test passes more often than not.
> In order to test out the solution we need to get it to fail consistently. This patch may not be committed/turned in. But,
> required to test/accept the fix to 2856.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HBASE-4343) Get the TestAcidGuarantee unit test to fail consistently

Posted by "Amitanand Aiyer (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Amitanand Aiyer updated HBASE-4343:
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.0
           Status: Resolved  (was: Patch Available)

got rid of the sleep. 

The changes to the TestAcidGuarantees unit test is  included in 2856-v6.txt
                
> Get the TestAcidGuarantee unit test to fail consistently
> --------------------------------------------------------
>
>                 Key: HBASE-4343
>                 URL: https://issues.apache.org/jira/browse/HBASE-4343
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Amitanand Aiyer
>            Assignee: Amitanand Aiyer
>            Priority: Minor
>             Fix For: 0.94.0, 0.89.20100924
>
>         Attachments: patch-1
>
>
> We know that TestAcidGuarantee is broken in the current trunk. However, the unit-test passes more often than not.
> In order to test out the solution we need to get it to fail consistently. This patch may not be committed/turned in. But,
> required to test/accept the fix to 2856.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira