-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.testsImproving test coverage and speedImproving test coverage and speed
Milestone
Description
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=CETto your Java test settings inpom.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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: BugIssues related to software defects or unexpected behavior, which require resolution.Issues related to software defects or unexpected behavior, which require resolution.testsImproving test coverage and speedImproving test coverage and speed