Re: TimeFilterTest

2020-03-11 Thread Gary Gregory
e tests make no sense. I’m rewriting it using java.time and > implementing better tests. > > > > Ralph > > > >> On Mar 8, 2020, at 11:19 AM, Ralph Goers > wrote: > >> > >> Is anyone else having problems with TimeFilterTest in core today? I

Re: TimeFilterTest

2020-03-11 Thread Remko Popma
nd >> implementing better tests. >> >> Ralph >> >>>> On Mar 8, 2020, at 11:19 AM, Ralph Goers >>>> wrote: >>> >>> Is anyone else having problems with TimeFilterTest in core today? I am in >>> Arizona so we did not spring forward as we are MST all year. I see the >>> test is setting a timezone of America/Los Angeles. >>> >>> Ralph >> >> >> > >

Re: TimeFilterTest

2020-03-10 Thread Matt Sicker
, 2020, at 12:12 AM, Apache wrote: > > > > I started testing this. It doesn’t handle daylight savings at all and > some of the tests make no sense. I’m rewriting it using java.time and > implementing better tests. > > > > Ralph > > > >> On Mar 8, 2020, at

Re: TimeFilterTest

2020-03-10 Thread Ralph Goers
oers wrote: >> >> Is anyone else having problems with TimeFilterTest in core today? I am in >> Arizona so we did not spring forward as we are MST all year. I see the test >> is setting a timezone of America/Los Angeles. >> >> Ralph > > >

Re: TimeFilterTest

2020-03-09 Thread Apache
I started testing this. It doesn’t handle daylight savings at all and some of the tests make no sense. I’m rewriting it using java.time and implementing better tests. Ralph > On Mar 8, 2020, at 11:19 AM, Ralph Goers wrote: > > Is anyone else having problems with TimeFilterTest in c

TimeFilterTest

2020-03-08 Thread Ralph Goers
Is anyone else having problems with TimeFilterTest in core today? I am in Arizona so we did not spring forward as we are MST all year. I see the test is setting a timezone of America/Los Angeles. Ralph

Re: [log4j] Help needed with master TimeFilterTest

2018-11-04 Thread Gary Gregory
.AssertionError: expected same: was not: at org.apache.logging.log4j.core.filter.TimeFilterTest.testTime(TimeFilterTest.java:69) https://builds.apache.org/view/L/view/Logging/job/Log4j%202%203.x/285/org.apache.logging.log4j$log4j-core/testReport/org.apache.logging.log4j.core.filter/TimeFilt

Re: [log4j] Help needed with master TimeFilterTest

2018-11-04 Thread Ralph Goers
ary > > >> >> On Sun, Nov 4, 2018 at 10:22, Gary Gregory wrote: >> >>> Hi All: >>> >>> After commit 65fa087093a6de16e284e3189fda303f4b0111ab in master, the >>> test TimeFilterTest started failing. That commit removed deprecated test

Re: [log4j] Help needed with master TimeFilterTest

2018-11-04 Thread Gary Gregory
time APIs. That could help... Gary > > On Sun, Nov 4, 2018 at 10:22, Gary Gregory wrote: > > > Hi All: > > > > After commit 65fa087093a6de16e284e3189fda303f4b0111ab in master, the > > test TimeFilterTest started failing. That commit removed deprecated tests >

Re: [log4j] Help needed with master TimeFilterTest

2018-11-04 Thread Matt Sicker
he > test TimeFilterTest started failing. That commit removed deprecated tests > and updated one API call from deprecated to not deprecated. This makes me > wonder how the change could have caused this test to fail. > > Any ideas? > > We just switched time zones in the US but that was

[log4j] Help needed with master TimeFilterTest

2018-11-04 Thread Gary Gregory
Hi All: After commit 65fa087093a6de16e284e3189fda303f4b0111ab in master, the test TimeFilterTest started failing. That commit removed deprecated tests and updated one API call from deprecated to not deprecated. This makes me wonder how the change could have caused this test to fail. Any ideas