You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Kevin Earls (JIRA)" <ji...@apache.org> on 2012/07/16 19:56:33 UTC

[jira] [Created] (AMQ-3930) DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently

Kevin Earls created AMQ-3930:
--------------------------------

             Summary: DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently
                 Key: AMQ-3930
                 URL: https://issues.apache.org/jira/browse/AMQ-3930
             Project: ActiveMQ
          Issue Type: Bug
          Components: Test Cases
            Reporter: Kevin Earls
            Priority: Minor


This test will usually pass if you run it individually, and will usually fail if you run the suite.  (which contains only one other test)

I will attach surefire-reports files


--
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] [Resolved] (AMQ-3930) DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently

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

Timothy Bish resolved AMQ-3930.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.8.0

Applied the patch to disable to failing test, the AMQ and Kaha stores will be deprecated in v5.8
                
> DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-3930
>                 URL: https://issues.apache.org/jira/browse/AMQ-3930
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Test Cases
>            Reporter: Kevin Earls
>            Priority: Minor
>             Fix For: 5.8.0
>
>         Attachments: DataFileNotDeletedTransacted.patch, org.apache.activemq.bugs.DataFileNotDeletedTest-output.txt, org.apache.activemq.bugs.DataFileNotDeletedTest.txt, TEST-org.apache.activemq.bugs.DataFileNotDeletedTest.xml
>
>
> This test will usually pass if you run it individually, and will usually fail if you run the suite.  (which contains only one other test)
> I will attach surefire-reports files

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (AMQ-3930) DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421368#comment-13421368 ] 

Timothy Bish commented on AMQ-3930:
-----------------------------------

Can't seem to reproduce this on my hardware.  The test is testing AMQ persistence adapter which is not really recommended anymore.
                
> DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-3930
>                 URL: https://issues.apache.org/jira/browse/AMQ-3930
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Test Cases
>            Reporter: Kevin Earls
>            Priority: Minor
>         Attachments: TEST-org.apache.activemq.bugs.DataFileNotDeletedTest.xml, org.apache.activemq.bugs.DataFileNotDeletedTest-output.txt, org.apache.activemq.bugs.DataFileNotDeletedTest.txt
>
>
> This test will usually pass if you run it individually, and will usually fail if you run the suite.  (which contains only one other test)
> I will attach surefire-reports files

--
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] (AMQ-3930) DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently

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

Kevin Earls updated AMQ-3930:
-----------------------------

    Attachment: DataFileNotDeletedTransacted.patch

Update test to JUnit4 and add @Ignore to testForDataFileNotDeletedTransacted.

                
> DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-3930
>                 URL: https://issues.apache.org/jira/browse/AMQ-3930
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Test Cases
>            Reporter: Kevin Earls
>            Priority: Minor
>         Attachments: DataFileNotDeletedTransacted.patch, TEST-org.apache.activemq.bugs.DataFileNotDeletedTest.xml, org.apache.activemq.bugs.DataFileNotDeletedTest-output.txt, org.apache.activemq.bugs.DataFileNotDeletedTest.txt
>
>
> This test will usually pass if you run it individually, and will usually fail if you run the suite.  (which contains only one other test)
> I will attach surefire-reports files

--
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] [Commented] (AMQ-3930) DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently

Posted by "Kevin Earls (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AMQ-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421570#comment-13421570 ] 

Kevin Earls commented on AMQ-3930:
----------------------------------

It still fails for me, about 1/4 of the time both on my mac and on ubuntu.  Since we don't recommend the persistence adapter anymore should we just mark this test as @Ignore?  

I will attach a patch that does this.

                
> DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-3930
>                 URL: https://issues.apache.org/jira/browse/AMQ-3930
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Test Cases
>            Reporter: Kevin Earls
>            Priority: Minor
>         Attachments: DataFileNotDeletedTransacted.patch, TEST-org.apache.activemq.bugs.DataFileNotDeletedTest.xml, org.apache.activemq.bugs.DataFileNotDeletedTest-output.txt, org.apache.activemq.bugs.DataFileNotDeletedTest.txt
>
>
> This test will usually pass if you run it individually, and will usually fail if you run the suite.  (which contains only one other test)
> I will attach surefire-reports files

--
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] (AMQ-3930) DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently

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

Kevin Earls updated AMQ-3930:
-----------------------------

    Attachment: TEST-org.apache.activemq.bugs.DataFileNotDeletedTest.xml
                org.apache.activemq.bugs.DataFileNotDeletedTest.txt
                org.apache.activemq.bugs.DataFileNotDeletedTest-output.txt
    
> DataFileNotDeletedTest.testForDataFileNotDeletedTransacted() fails intermittently
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-3930
>                 URL: https://issues.apache.org/jira/browse/AMQ-3930
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Test Cases
>            Reporter: Kevin Earls
>            Priority: Minor
>         Attachments: TEST-org.apache.activemq.bugs.DataFileNotDeletedTest.xml, org.apache.activemq.bugs.DataFileNotDeletedTest-output.txt, org.apache.activemq.bugs.DataFileNotDeletedTest.txt
>
>
> This test will usually pass if you run it individually, and will usually fail if you run the suite.  (which contains only one other test)
> I will attach surefire-reports files

--
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