Mark Vieira
Mark Vieira
Our release builds have been failing because on [startup ES now checks](https://gradle-enterprise.elastic.co/s/yndbpn74kho24/console-log?task=:rest-api-spec:yamlRestTest#L7) to ensure the APM module is present in non-snapshot builds. To remedy this we simply need to ensure...
Backports the following commits to 8.13: - Increase container size for machine dependent heap docker tests (#107797)
This reproduces for me but looks to be specific to this timezone so it might be related to the Java 21 upgrade and new tz-data. This didn't fail when using...
Looks like a new test added in #108102. **Build scan:** https://gradle-enterprise.elastic.co/s/j3dw3tjk7a7y6/tests/:x-pack:plugin:inference:test/org.elasticsearch.xpack.inference.action.filter.ShardBulkInferenceActionFilterTests/testManyRandomDocs **Reproduction line:** ``` ./gradlew ':x-pack:plugin:inference:test' --tests "org.elasticsearch.xpack.inference.action.filter.ShardBulkInferenceActionFilterTests.testManyRandomDocs" -Dtests.seed=41FAFC1653CABCC4 -Dtests.locale=vi-VN -Dtests.timezone=Antarctica/Palmer -Druntime.java=21 ``` **Applicable branches:** main **Reproduces locally?:** No **Failure...
This and other tests in `SearchWithMinCompatibleSearchNodeIT` are failing consistently on Java 23. The underlying error looks to be a date parsing issue related to changes in Java 23. **Build scan:**...
Fails reproducibly on Java 23 **Build scan:** https://gradle-enterprise.elastic.co/s/tkjysfwymfacq/tests/:server:test/org.elasticsearch.index.mapper.DateFieldMapperTests/testChangeLocale **Reproduction line:** ``` ./gradlew ':server:test' --tests "org.elasticsearch.index.mapper.DateFieldMapperTests.testChangeLocale" -Dtests.seed=F3434C2C3E28702C -Dtests.locale=zh-HK -Dtests.timezone=Pacific/Niue -Druntime.java=23 ``` **Applicable branches:** main **Reproduces locally?:** Yes **Failure history:** [Failure dashboard...
### Expected Behavior Users should be allowed to specify private key authentication when configuring `sftp://` repositories. ### Current Behavior Currently, only basic username/password authentication is supported. ### Context Private key...
Backports the following commits to 7.17: - Upgrade develocity plugin (#115139)
Remove legacy transport version. Closes https://github.com/elastic/elasticsearch/issues/127071