Skip to content

[CI] JdbcSqlSpecIT fails: "Expected more data..." #30292

@DaveCTurner

Description

@DaveCTurner

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=oraclelinux/2389/console

REPRODUCE WITH lines both reproduce a failure for me:

./gradlew :x-pack:qa:sql:security:ssl:integTestRunner \
  -Dtests.seed=1118CB444CAB2365 \
  -Dtests.class=org.elasticsearch.xpack.qa.sql.security.JdbcSqlSpecIT \
  -Dtests.method="test {agg.testAggMultiWithHaving}" \
  -Dtests.security.manager=true \
  -Dtests.locale=ko-KR \
  -Dtests.timezone=Asia/Jerusalem

./gradlew :x-pack:qa:sql:security:ssl:integTestRunner \
  -Dtests.seed=1118CB444CAB2365 \
  -Dtests.class=org.elasticsearch.xpack.qa.sql.security.JdbcSqlSpecIT \
  -Dtests.method="test {agg.testAggMultiWithHavingOnCount}" \
  -Dtests.security.manager=true \
  -Dtests.locale=ko-KR \
  -Dtests.timezone=Asia/Jerusalem
   > Throwable #1: java.lang.AssertionError: Expected more data but no more entries found after [0]
   >    at __randomizedtesting.SeedInfo.seed([1118CB444CAB2365:994CF49EE2574E9D]:0)
   >    at org.elasticsearch.xpack.qa.sql.security.JdbcSqlSpecIT.agg.testAggMultiWithHaving(agg.sql-spec:279)
   >    at org.elasticsearch.xpack.qa.sql.jdbc.JdbcAssert.doAssertResultSetData(JdbcAssert.java:114)
   >    at org.elasticsearch.xpack.qa.sql.jdbc.JdbcAssert.assertResultSetData(JdbcAssert.java:103)
   >    at org.elasticsearch.xpack.qa.sql.jdbc.JdbcAssert.assertResultSets(JdbcAssert.java:37)
   >    at org.elasticsearch.xpack.qa.sql.jdbc.SpecBaseIntegrationTestCase.assertResults(SpecBaseIntegrationTestCase.java:103)
   >    at org.elasticsearch.xpack.qa.sql.jdbc.SqlSpecTestCase.doTest(SqlSpecTestCase.java:67)
   >    at org.elasticsearch.xpack.qa.sql.jdbc.SpecBaseIntegrationTestCase.test(SpecBaseIntegrationTestCase.java:76)
   >    at java.lang.Thread.run(Thread.java:748)

Metadata

Metadata

Assignees

Labels

:Analytics/SQLSQL querying>testIssues or PRs that are addressing/adding tests

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions