exasol / cloud-storage-extension

Exasol Cloud Storage Extension for accessing formatted data Avro, Orc and Parquet, on public cloud storage systems
MIT License
7 stars 11 forks source link

DateTimeConverterTest is brittle #315

Open pj-spoelders opened 2 months ago

pj-spoelders commented 2 months ago

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 {