You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2017/10/24 09:56:03 UTC

[jira] [Created] (TOMEE-2139) org.apache.tomee.jul.handler.rotating.ArchivingTest broken in 2nd iteration

Mark Struberg created TOMEE-2139:
------------------------------------

             Summary: org.apache.tomee.jul.handler.rotating.ArchivingTest broken in 2nd iteration
                 Key: TOMEE-2139
                 URL: https://issues.apache.org/jira/browse/TOMEE-2139
             Project: TomEE
          Issue Type: Bug
          Components: TomEE Core Server
    Affects Versions: 7.0.4
            Reporter: Mark Struberg
            Assignee: Andy Gumbrecht
             Fix For: 8.0.0


Seems the latest change caused the ArchivingTest to break in OSX and Linux. 

java.lang.AssertionError
org.apache.tomee.jul.handler.rotating.ArchivingTest.logAndRotateAndPurge(ArchivingTest.java:207)

It only happens in the 2nd run (gzip).
If I start gzip alone all works fine.
So I assume that the delete event from the first run doesn't get consumed. And then later ends up as result in the 2nd run. 
Because that's what I get in the debugger: ENTRY_DELETE. 

I'm avail on IRC for hacking on it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)