Skip to content

[CI] JdbcSqlSpecIT testWildcardWithLimit: Different result for column [birth_date_day_of_week] #71442

@stu-elastic

Description

@stu-elastic

Build scan:
https://gradle-enterprise.elastic.co/s/bp3vxhz3nious
https://gradle-enterprise.elastic.co/s/xhjwnxm5wimvk

Repro line:
./gradlew ':x-pack:plugin:sql:qa:server:security:with-ssl:integTest' --tests "org.elasticsearch.xpack.sql.qa.security.JdbcSqlSpecIT" -Dtests.method="test {select.testWildcardWithLimit}" -Dtests.seed=5CE74B2A4B99DC21 -Dtests.security.manager=true -Dtests.locale=en-AU -Dtests.timezone=America/Moncton -Druntime.java=11

./gradlew ':x-pack:plugin:sql:qa:server:security:with-ssl:integTest' --tests "org.elasticsearch.xpack.sql.qa.security.JdbcSqlSpecIT" -Dtests.method="test {select.testWildcardWithOrderWithLimit}" -Dtests.seed=5CE74B2A4B99DC21 -Dtests.security.manager=true -Dtests.locale=en-AU -Dtests.timezone=America/Moncton -Druntime.java=11

./gradlew ':x-pack:plugin:sql:qa:server:security:with-ssl:integTest' --tests "org.elasticsearch.xpack.sql.qa.security.JdbcSqlSpecIT" -Dtests.method="test {select.testWildcardWithOrder}" -Dtests.seed=5CE74B2A4B99DC21 -Dtests.security.manager=true -Dtests.locale=en-AU -Dtests.timezone=America/Moncton -Druntime.java=11

etc
Reproduces locally?:
Yes

Applicable branches:
master

Failure excerpt:

org.junit.ComparisonFailure: Different result for column [birth_date_day_of_week], entry [1] expected:<[Tu]esday> but was:<[Wedn]esday>

It seems related to #71356, these pass before that change and fail after.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions