Skip to content

DateTimeConverterTest is brittle  #315

@pj-spoelders

Description

@pj-spoelders

The DateTimeConverterTest test("from java.sql.Date to days (since epoch) and back to java.sql.Date") is brittle and fails on some dev machines. It needs to be made more sturdy. I think it is dependent on locale or something along those lines.

For now, as a workaround you can add the @ignore locally to make tests work:

@Ignore
class DateTimeConverterTest extends AnyFunSuite with Matchers {

Metadata

Metadata

Assignees

No one assigned

    Labels

    refactoringCode improvement without behavior change

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions