-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
:Analytics/SQLSQL queryingSQL querying>test-failureTriaged test failures from CITriaged test failures from CI
Description
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
:Analytics/SQLSQL queryingSQL querying>test-failureTriaged test failures from CITriaged test failures from CI