-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
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.