Re: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures

2020-11-07 Thread Matt Sicker
Looks like changing the default retry timeout to be at least 1 second
on Windows is useful due to some timing granularity issue there.

On Fri, 6 Nov 2020 at 02:11, Volkan Yazıcı  wrote:
>
> Last month I spent quite some time fixing failing tests on release-2.x. I
> succeeded in fixing some Windows-specific failures, but some are still
> there. Help is welcome.
>
> On Thu, Nov 5, 2020 at 10:24 PM Ralph Goers 
> wrote:
>
> > These failures are on Windows and look like perhaps they are errors trying
> > to cleanup files.  The errors say they can’t be deleted because they are in
> > use.
> >
> > Although these should be fixed I don’t consider them blockers for a
> > release.
> >
> > Ralph
> >
> >
> > > Begin forwarded message:
> > >
> > > From: "Mr. Jenkins" 
> > > Subject: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures
> > > Date: November 5, 2020 at 9:16:03 AM MST
> > > To: notificati...@logging.apache.org
> > > Reply-To: dev@logging.apache.org
> > >
> > >   BUILD UNSTABLE
> > > Build URL
> > https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/ <
> > https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/>
> > > Project:  release-2.x
> > > Date of build:Thu, 05 Nov 2020 14:52:02 +
> > > Build duration:   1 hr 24 min and counting
> > >
> > >
> > > JUnit Tests
> > > Name: liquibase.ext.logging.log4j2 Failed: 0 test(s), Passed: 10
> > test(s), Skipped: 0 test(s), Total: 10 test(s)
> > > Name: org.apache.log4j Failed: 0 test(s), Passed: 144 test(s), Skipped:
> > 0 test(s), Total: 144 test(s)
> > > Name: org.apache.log4j.bridge Failed: 0 test(s), Passed: 4 test(s),
> > Skipped: 0 test(s), Total: 4 test(s)
> > > Name: org.apache.log4j.config Failed: 0 test(s), Passed: 150 test(s),
> > Skipped: 0 test(s), Total: 150 test(s)
> > > Name: org.apache.log4j.layout Failed: 0 test(s), Passed: 4 test(s),
> > Skipped: 0 test(s), Total: 4 test(s)
> > > Name: org.apache.log4j.pattern Failed: 0 test(s), Passed: 16 test(s),
> > Skipped: 0 test(s), Total: 16 test(s)
> > > Name: org.apache.logging.log4j Failed: 0 test(s), Passed: 486 test(s),
> > Skipped: 2 test(s), Total: 488 test(s)
> > > Name: org.apache.logging.log4j.cassandra Failed: 0 test(s), Passed: 2
> > test(s), Skipped: 0 test(s), Total: 2 test(s)
> > > Name: org.apache.logging.log4j.configuration Failed: 0 test(s), Passed:
> > 2 test(s), Skipped: 0 test(s), Total: 2 test(s)
> > > Name: org.apache.logging.log4j.core Failed: 0 test(s), Passed: 190
> > test(s), Skipped: 4 test(s), Total: 194 test(s)
> > > Name: org.apache.logging.log4j.core.appender Failed: 1 test(s), Passed:
> > 257 test(s), Skipped: 18 test(s), Total: 276 test(s)
> > > Failed:
> > org.apache.logging.log4j.core.appender.RandomAccessFileManagerTest.testAppendDoesNotOverwriteExistingFile
> > > Name: org.apache.logging.log4j.core.appender.db Failed: 0 test(s),
> > Passed: 26 test(s), Skipped: 0 test(s), Total: 26 test(s)
> > > Name: org.apache.logging.log4j.core.appender.db.jdbc Failed: 0 test(s),
> > Passed: 96 test(s), Skipped: 0 test(s), Total: 96 test(s)
> > > Name: org.apache.logging.log4j.core.appender.db.jpa Failed: 0 test(s),
> > Passed: 24 test(s), Skipped: 0 test(s), Total: 24 test(s)
> > > Name: org.apache.logging.log4j.core.appender.db.jpa.converter Failed: 0
> > test(s), Passed: 88 test(s), Skipped: 0 test(s), Total: 88 test(s)
> > > Name: org.apache.logging.log4j.core.appender.mom Failed: 0 test(s),
> > Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)
> > > Name: org.apache.logging.log4j.core.appender.mom.jeromq Failed: 0
> > test(s), Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)
> > > Name: org.apache.logging.log4j.core.appender.mom.kafka Failed: 0
> > test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> > > Name: org.apache.logging.log4j.core.appender.nosql Failed: 0 test(s),
> > Passed: 18 test(s), Skipped: 0 test(s), Total: 18 test(s)
> > > Name: org.apache.logging.log4j.core.appender.rewrite Failed: 0 test(s),
> > Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> > > Name: org.apache.logging.log4j.core.appender.rolling Failed: 0 test(s),
> > Passed: 231 test(s), Skipped: 3 test(s), Total: 234 test(s)
> > > Name: org.apache.logging.log4j.core.appender.rolling.action Failed: 0
> > test(s), Passed: 182 test(s), Skipped: 0 test(s), Total: 182 test(s)
> > > Name: org.ap

Re: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures

2020-11-06 Thread Volkan Yazıcı
Last month I spent quite some time fixing failing tests on release-2.x. I
succeeded in fixing some Windows-specific failures, but some are still
there. Help is welcome.

On Thu, Nov 5, 2020 at 10:24 PM Ralph Goers 
wrote:

> These failures are on Windows and look like perhaps they are errors trying
> to cleanup files.  The errors say they can’t be deleted because they are in
> use.
>
> Although these should be fixed I don’t consider them blockers for a
> release.
>
> Ralph
>
>
> > Begin forwarded message:
> >
> > From: "Mr. Jenkins" 
> > Subject: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures
> > Date: November 5, 2020 at 9:16:03 AM MST
> > To: notificati...@logging.apache.org
> > Reply-To: dev@logging.apache.org
> >
> >   BUILD UNSTABLE
> > Build URL
> https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/ <
> https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/>
> > Project:  release-2.x
> > Date of build:Thu, 05 Nov 2020 14:52:02 +
> > Build duration:   1 hr 24 min and counting
> >
> >
> > JUnit Tests
> > Name: liquibase.ext.logging.log4j2 Failed: 0 test(s), Passed: 10
> test(s), Skipped: 0 test(s), Total: 10 test(s)
> > Name: org.apache.log4j Failed: 0 test(s), Passed: 144 test(s), Skipped:
> 0 test(s), Total: 144 test(s)
> > Name: org.apache.log4j.bridge Failed: 0 test(s), Passed: 4 test(s),
> Skipped: 0 test(s), Total: 4 test(s)
> > Name: org.apache.log4j.config Failed: 0 test(s), Passed: 150 test(s),
> Skipped: 0 test(s), Total: 150 test(s)
> > Name: org.apache.log4j.layout Failed: 0 test(s), Passed: 4 test(s),
> Skipped: 0 test(s), Total: 4 test(s)
> > Name: org.apache.log4j.pattern Failed: 0 test(s), Passed: 16 test(s),
> Skipped: 0 test(s), Total: 16 test(s)
> > Name: org.apache.logging.log4j Failed: 0 test(s), Passed: 486 test(s),
> Skipped: 2 test(s), Total: 488 test(s)
> > Name: org.apache.logging.log4j.cassandra Failed: 0 test(s), Passed: 2
> test(s), Skipped: 0 test(s), Total: 2 test(s)
> > Name: org.apache.logging.log4j.configuration Failed: 0 test(s), Passed:
> 2 test(s), Skipped: 0 test(s), Total: 2 test(s)
> > Name: org.apache.logging.log4j.core Failed: 0 test(s), Passed: 190
> test(s), Skipped: 4 test(s), Total: 194 test(s)
> > Name: org.apache.logging.log4j.core.appender Failed: 1 test(s), Passed:
> 257 test(s), Skipped: 18 test(s), Total: 276 test(s)
> > Failed:
> org.apache.logging.log4j.core.appender.RandomAccessFileManagerTest.testAppendDoesNotOverwriteExistingFile
> > Name: org.apache.logging.log4j.core.appender.db Failed: 0 test(s),
> Passed: 26 test(s), Skipped: 0 test(s), Total: 26 test(s)
> > Name: org.apache.logging.log4j.core.appender.db.jdbc Failed: 0 test(s),
> Passed: 96 test(s), Skipped: 0 test(s), Total: 96 test(s)
> > Name: org.apache.logging.log4j.core.appender.db.jpa Failed: 0 test(s),
> Passed: 24 test(s), Skipped: 0 test(s), Total: 24 test(s)
> > Name: org.apache.logging.log4j.core.appender.db.jpa.converter Failed: 0
> test(s), Passed: 88 test(s), Skipped: 0 test(s), Total: 88 test(s)
> > Name: org.apache.logging.log4j.core.appender.mom Failed: 0 test(s),
> Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)
> > Name: org.apache.logging.log4j.core.appender.mom.jeromq Failed: 0
> test(s), Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)
> > Name: org.apache.logging.log4j.core.appender.mom.kafka Failed: 0
> test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> > Name: org.apache.logging.log4j.core.appender.nosql Failed: 0 test(s),
> Passed: 18 test(s), Skipped: 0 test(s), Total: 18 test(s)
> > Name: org.apache.logging.log4j.core.appender.rewrite Failed: 0 test(s),
> Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> > Name: org.apache.logging.log4j.core.appender.rolling Failed: 0 test(s),
> Passed: 231 test(s), Skipped: 3 test(s), Total: 234 test(s)
> > Name: org.apache.logging.log4j.core.appender.rolling.action Failed: 0
> test(s), Passed: 182 test(s), Skipped: 0 test(s), Total: 182 test(s)
> > Name: org.apache.logging.log4j.core.appender.routing Failed: 0 test(s),
> Passed: 144 test(s), Skipped: 0 test(s), Total: 144 test(s)
> > Name: org.apache.logging.log4j.core.async Failed: 0 test(s), Passed: 150
> test(s), Skipped: 0 test(s), Total: 150 test(s)
> > Name: org.apache.logging.log4j.core.config Failed: 1 test(s), Passed:
> 349 test(s), Skipped: 2 test(s), Total: 352 test(s)
> > Failed: org.apache.logging.log4j.core.config.FileOutputTest.testConfig
> > Name: org.apache.logging.log4j.core.config.builder Failed: 0 test(s),
> Passed: 5 test(s), Skipped: 1 test(s), Tota

Re: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures

2020-11-05 Thread Matt Sicker
Yeah, they’re related to some testing changes anyways, and the fine tuning
for overcoming ancient Windows filesystem design flaws is an eternal
process.

On Thu, Nov 5, 2020 at 15:24 Ralph Goers  wrote:

> These failures are on Windows and look like perhaps they are errors trying
> to cleanup files.  The errors say they can’t be deleted because they are in
> use.
>
> Although these should be fixed I don’t consider them blockers for a
> release.
>
> Ralph
>
>
> > Begin forwarded message:
> >
> > From: "Mr. Jenkins" 
> > Subject: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures
> > Date: November 5, 2020 at 9:16:03 AM MST
> > To: notificati...@logging.apache.org
> > Reply-To: dev@logging.apache.org
> >
> >   BUILD UNSTABLE
> > Build URL
> https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/ <
> https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/>
> > Project:  release-2.x
> > Date of build:Thu, 05 Nov 2020 14:52:02 +
> > Build duration:   1 hr 24 min and counting
> >
> >
> > JUnit Tests
> > Name: liquibase.ext.logging.log4j2 Failed: 0 test(s), Passed: 10
> test(s), Skipped: 0 test(s), Total: 10 test(s)
> > Name: org.apache.log4j Failed: 0 test(s), Passed: 144 test(s), Skipped:
> 0 test(s), Total: 144 test(s)
> > Name: org.apache.log4j.bridge Failed: 0 test(s), Passed: 4 test(s),
> Skipped: 0 test(s), Total: 4 test(s)
> > Name: org.apache.log4j.config Failed: 0 test(s), Passed: 150 test(s),
> Skipped: 0 test(s), Total: 150 test(s)
> > Name: org.apache.log4j.layout Failed: 0 test(s), Passed: 4 test(s),
> Skipped: 0 test(s), Total: 4 test(s)
> > Name: org.apache.log4j.pattern Failed: 0 test(s), Passed: 16 test(s),
> Skipped: 0 test(s), Total: 16 test(s)
> > Name: org.apache.logging.log4j Failed: 0 test(s), Passed: 486 test(s),
> Skipped: 2 test(s), Total: 488 test(s)
> > Name: org.apache.logging.log4j.cassandra Failed: 0 test(s), Passed: 2
> test(s), Skipped: 0 test(s), Total: 2 test(s)
> > Name: org.apache.logging.log4j.configuration Failed: 0 test(s), Passed:
> 2 test(s), Skipped: 0 test(s), Total: 2 test(s)
> > Name: org.apache.logging.log4j.core Failed: 0 test(s), Passed: 190
> test(s), Skipped: 4 test(s), Total: 194 test(s)
> > Name: org.apache.logging.log4j.core.appender Failed: 1 test(s), Passed:
> 257 test(s), Skipped: 18 test(s), Total: 276 test(s)
> > Failed:
> org.apache.logging.log4j.core.appender.RandomAccessFileManagerTest.testAppendDoesNotOverwriteExistingFile
> > Name: org.apache.logging.log4j.core.appender.db Failed: 0 test(s),
> Passed: 26 test(s), Skipped: 0 test(s), Total: 26 test(s)
> > Name: org.apache.logging.log4j.core.appender.db.jdbc Failed: 0 test(s),
> Passed: 96 test(s), Skipped: 0 test(s), Total: 96 test(s)
> > Name: org.apache.logging.log4j.core.appender.db.jpa Failed: 0 test(s),
> Passed: 24 test(s), Skipped: 0 test(s), Total: 24 test(s)
> > Name: org.apache.logging.log4j.core.appender.db.jpa.converter Failed: 0
> test(s), Passed: 88 test(s), Skipped: 0 test(s), Total: 88 test(s)
> > Name: org.apache.logging.log4j.core.appender.mom Failed: 0 test(s),
> Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)
> > Name: org.apache.logging.log4j.core.appender.mom.jeromq Failed: 0
> test(s), Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)
> > Name: org.apache.logging.log4j.core.appender.mom.kafka Failed: 0
> test(s), Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> > Name: org.apache.logging.log4j.core.appender.nosql Failed: 0 test(s),
> Passed: 18 test(s), Skipped: 0 test(s), Total: 18 test(s)
> > Name: org.apache.logging.log4j.core.appender.rewrite Failed: 0 test(s),
> Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> > Name: org.apache.logging.log4j.core.appender.rolling Failed: 0 test(s),
> Passed: 231 test(s), Skipped: 3 test(s), Total: 234 test(s)
> > Name: org.apache.logging.log4j.core.appender.rolling.action Failed: 0
> test(s), Passed: 182 test(s), Skipped: 0 test(s), Total: 182 test(s)
> > Name: org.apache.logging.log4j.core.appender.routing Failed: 0 test(s),
> Passed: 144 test(s), Skipped: 0 test(s), Total: 144 test(s)
> > Name: org.apache.logging.log4j.core.async Failed: 0 test(s), Passed: 150
> test(s), Skipped: 0 test(s), Total: 150 test(s)
> > Name: org.apache.logging.log4j.core.config Failed: 1 test(s), Passed:
> 349 test(s), Skipped: 2 test(s), Total: 352 test(s)
> > Failed: org.apache.logging.log4j.core.config.FileOutputTest.testConfig
> > Name: org.apache.logging.log4j.core.config.builder Failed: 0 test(s),
> Passed: 5 test(s), Skipped: 1 test(s), Total: 6 test(s)
&g

Fwd: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures

2020-11-05 Thread Ralph Goers
These failures are on Windows and look like perhaps they are errors trying to 
cleanup files.  The errors say they can’t be deleted because they are in use.

Although these should be fixed I don’t consider them blockers for a release.

Ralph


> Begin forwarded message:
> 
> From: "Mr. Jenkins" 
> Subject: [CI][UNSTABLE] Logging/log4j/release-2.x#129 has test failures
> Date: November 5, 2020 at 9:16:03 AM MST
> To: notificati...@logging.apache.org
> Reply-To: dev@logging.apache.org
> 
>   BUILD UNSTABLE
> Build URL 
> https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/ 
> <https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/129/>
> Project:  release-2.x
> Date of build:Thu, 05 Nov 2020 14:52:02 +
> Build duration:   1 hr 24 min and counting
> 
> 
> JUnit Tests
> Name: liquibase.ext.logging.log4j2 Failed: 0 test(s), Passed: 10 test(s), 
> Skipped: 0 test(s), Total: 10 test(s)
> Name: org.apache.log4j Failed: 0 test(s), Passed: 144 test(s), Skipped: 0 
> test(s), Total: 144 test(s)
> Name: org.apache.log4j.bridge Failed: 0 test(s), Passed: 4 test(s), Skipped: 
> 0 test(s), Total: 4 test(s)
> Name: org.apache.log4j.config Failed: 0 test(s), Passed: 150 test(s), 
> Skipped: 0 test(s), Total: 150 test(s)
> Name: org.apache.log4j.layout Failed: 0 test(s), Passed: 4 test(s), Skipped: 
> 0 test(s), Total: 4 test(s)
> Name: org.apache.log4j.pattern Failed: 0 test(s), Passed: 16 test(s), 
> Skipped: 0 test(s), Total: 16 test(s)
> Name: org.apache.logging.log4j Failed: 0 test(s), Passed: 486 test(s), 
> Skipped: 2 test(s), Total: 488 test(s)
> Name: org.apache.logging.log4j.cassandra Failed: 0 test(s), Passed: 2 
> test(s), Skipped: 0 test(s), Total: 2 test(s)
> Name: org.apache.logging.log4j.configuration Failed: 0 test(s), Passed: 2 
> test(s), Skipped: 0 test(s), Total: 2 test(s)
> Name: org.apache.logging.log4j.core Failed: 0 test(s), Passed: 190 test(s), 
> Skipped: 4 test(s), Total: 194 test(s)
> Name: org.apache.logging.log4j.core.appender Failed: 1 test(s), Passed: 257 
> test(s), Skipped: 18 test(s), Total: 276 test(s)
> Failed: 
> org.apache.logging.log4j.core.appender.RandomAccessFileManagerTest.testAppendDoesNotOverwriteExistingFile
> Name: org.apache.logging.log4j.core.appender.db Failed: 0 test(s), Passed: 26 
> test(s), Skipped: 0 test(s), Total: 26 test(s)
> Name: org.apache.logging.log4j.core.appender.db.jdbc Failed: 0 test(s), 
> Passed: 96 test(s), Skipped: 0 test(s), Total: 96 test(s)
> Name: org.apache.logging.log4j.core.appender.db.jpa Failed: 0 test(s), 
> Passed: 24 test(s), Skipped: 0 test(s), Total: 24 test(s)
> Name: org.apache.logging.log4j.core.appender.db.jpa.converter Failed: 0 
> test(s), Passed: 88 test(s), Skipped: 0 test(s), Total: 88 test(s)
> Name: org.apache.logging.log4j.core.appender.mom Failed: 0 test(s), Passed: 8 
> test(s), Skipped: 0 test(s), Total: 8 test(s)
> Name: org.apache.logging.log4j.core.appender.mom.jeromq Failed: 0 test(s), 
> Passed: 8 test(s), Skipped: 0 test(s), Total: 8 test(s)
> Name: org.apache.logging.log4j.core.appender.mom.kafka Failed: 0 test(s), 
> Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> Name: org.apache.logging.log4j.core.appender.nosql Failed: 0 test(s), Passed: 
> 18 test(s), Skipped: 0 test(s), Total: 18 test(s)
> Name: org.apache.logging.log4j.core.appender.rewrite Failed: 0 test(s), 
> Passed: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
> Name: org.apache.logging.log4j.core.appender.rolling Failed: 0 test(s), 
> Passed: 231 test(s), Skipped: 3 test(s), Total: 234 test(s)
> Name: org.apache.logging.log4j.core.appender.rolling.action Failed: 0 
> test(s), Passed: 182 test(s), Skipped: 0 test(s), Total: 182 test(s)
> Name: org.apache.logging.log4j.core.appender.routing Failed: 0 test(s), 
> Passed: 144 test(s), Skipped: 0 test(s), Total: 144 test(s)
> Name: org.apache.logging.log4j.core.async Failed: 0 test(s), Passed: 150 
> test(s), Skipped: 0 test(s), Total: 150 test(s)
> Name: org.apache.logging.log4j.core.config Failed: 1 test(s), Passed: 349 
> test(s), Skipped: 2 test(s), Total: 352 test(s)
> Failed: org.apache.logging.log4j.core.config.FileOutputTest.testConfig
> Name: org.apache.logging.log4j.core.config.builder Failed: 0 test(s), Passed: 
> 5 test(s), Skipped: 1 test(s), Total: 6 test(s)
> Name: org.apache.logging.log4j.core.config.plugins.convert Failed: 0 test(s), 
> Passed: 234 test(s), Skipped: 0 test(s), Total: 234 test(s)
> Name: org.apache.logging.log4j.core.config.plugins.processor Failed: 0 
> test(s), Passed: 10 test(s), Skipped: 0 test(s), Total: 10 test(s)
> Name: org.apache.logging.log4j.core.config.plugins.util Failed: 0 test(s), 
> Passed: 52 test(s), Skipped: 0 test(s), Total: 52 test