You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two exceptions I'm seeing for the same test. Unsure why they're different, and unsure why they're happening recently:
Locally for me on Java 7:
TestTime#test_big_minus:
Java::JavaLang::ArithmeticException: Adding time zone offset caused overflow
org.joda.time.DateTimeZone.convertUTCToLocal(DateTimeZone.java:965)
org.joda.time.chrono.ZonedChronology$ZonedDateTimeField.get(ZonedChronology.java:422)
org.joda.time.base.BaseDateTime.<init>(BaseDateTime.java:129)
org.joda.time.DateTime.<init>(DateTime.java:236)
org.joda.time.DateTime.withMillis(DateTime.java:598)
org.jruby.RubyTime.at(RubyTime.java:1053)
org.jruby.RubyTime$INVOKER$s$at.call(RubyTime$INVOKER$s$at.gen)
org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:343)
On CI, all Java versions I believe:
[exec] Java::OrgJodaTime::IllegalFieldValueException: Value -292275055 for year must be in the range [-292275054,292278993]
[exec] org.joda.time.field.FieldUtils.verifyValueBounds(FieldUtils.java:234)
[exec] org.joda.time.chrono.BasicYearDateTimeField.set(BasicYearDateTimeField.java:83)
[exec] org.joda.time.chrono.ZonedChronology$ZonedDateTimeField.set(ZonedChronology.java:482)
[exec] org.joda.time.base.BaseDateTime.<init>(BaseDateTime.java:129)
[exec] org.joda.time.DateTime.<init>(DateTime.java:236)
[exec] org.joda.time.DateTime.withMillis(DateTime.java:598)
[exec] org.jruby.RubyTime.at(RubyTime.java:1053)
[exec] org.jruby.RubyTime$INVOKER$s$at.call(RubyTime$INVOKER$s$at.gen)
[exec] org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:295)
[exec] org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:157)
[exec] org.jruby.ir.interpreter.Interpreter.processCall(Interpreter.java:343)
I saw that @cheald made some fixes for similar errors but I'm not sure what the right thing to do is here. Since I'm just trying to get the build green right now, I'm excluding this...but it needs to be fixed for 9k.
The text was updated successfully, but these errors were encountered:
Two exceptions I'm seeing for the same test. Unsure why they're different, and unsure why they're happening recently:
Locally for me on Java 7:
On CI, all Java versions I believe:
I saw that @cheald made some fixes for similar errors but I'm not sure what the right thing to do is here. Since I'm just trying to get the build green right now, I'm excluding this...but it needs to be fixed for 9k.
The text was updated successfully, but these errors were encountered: