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
Running ./refine test on the master branch currently fails for me.
This is due to the fact that our date parsing code translates java Date objects to Java 8 OffsetDateTime in an incorrect way.
To Reproduce
Steps to reproduce the behavior:
Add -Duser.timezone=CET to your Java test settings in pom.xml (<argLine>@{surefireArgs} -Dfile.encoding=cp1252 -Duser.timezone=CET</argLine>)
Run ./refine test
Current Results
Test failures due to date parsing in importers.
Expected Behavior
No test failures.
Screenshots
Versions
Operating System: Debian
JRE or JDK Version: 11
OpenRefine: master branch
The text was updated successfully, but these errors were encountered:
wetneb
added
Type: Bug
Issues related to software defects or unexpected behavior, which require resolution.
tests
Improving test coverage and speed
labels
Nov 13, 2021
Running
./refine test
on the master branch currently fails for me.This is due to the fact that our date parsing code translates java
Date
objects to Java 8OffsetDateTime
in an incorrect way.To Reproduce
Steps to reproduce the behavior:
-Duser.timezone=CET
to your Java test settings inpom.xml
(<argLine>@{surefireArgs} -Dfile.encoding=cp1252 -Duser.timezone=CET</argLine>
)./refine test
Current Results
Test failures due to date parsing in importers.
Expected Behavior
No test failures.
Screenshots
Versions
The text was updated successfully, but these errors were encountered: