Skip to content

org.elasticsearch.xpack.sql.qa.single_node.Jdbc*CsvSpecIT failing reliably #40994

@jasontedor

Description

@jasontedor

The failures look like:

2> org.junit.ComparisonFailure: Different result for column [first_name], entry [2] expected:<[Kenroku]> but was:<[Lillian]>
        at __randomizedtesting.SeedInfo.seed([8A53D22B1133691A:207EDF1BFCF04E2]:0)
        at org.elasticsearch.xpack.sql.qa.single_node.JdbcDocCsvSpecIT.docs.testFilterToday(docs.csv-spec:2415)
        at org.junit.Assert.assertEquals(Assert.java:115)
        at org.elasticsearch.xpack.sql.qa.jdbc.JdbcAssert.doAssertResultSetData(JdbcAssert.java:261)
        at org.elasticsearch.xpack.sql.qa.jdbc.JdbcAssert.assertResultSetData(JdbcAssert.java:180)
        at org.elasticsearch.xpack.sql.qa.jdbc.JdbcAssert.assertResultSets(JdbcAssert.java:82)
        at org.elasticsearch.xpack.sql.qa.single_node.JdbcDocCsvSpecIT.assertResults(JdbcDocCsvSpecIT.java:72)
        at org.elasticsearch.xpack.sql.qa.single_node.JdbcDocCsvSpecIT.doTest(JdbcDocCsvSpecIT.java:87)

The failures are in test {docs.testFilterToday} and test {date.testCurrentDateFilter}. I simply muted the entire suites of JdbcCsvSpecIT and JdbcDocCsvSpecIT. The seed 8A53D22B1133691A reproduces these failures reliably.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions