The test GraphTests.testTimedoutQueryCrawl failed on CI today for the 7.7 branch. The error seems to be a negative TimeValue that is wrongly serialized and this is now better caught thanks to #53913:
Caused by: java.lang.IllegalArgumentException: duration cannot be negative, was given [-153]
It does not reproduce locally with
./gradlew ':x-pack:plugin:graph:test' --tests "org.elasticsearch.xpack.graph.test.GraphTests.testTimedoutQueryCrawl" -Dtests.seed=29C73B1311199D93 -Dtests.security.manager=true -Dtests.locale=ca-ES -Dtests.timezone=Asia/Omsk -Dcompiler.java=14
Build scan: https://gradle-enterprise.elastic.co/s/5e5mmdotpx6j4
Other failures seen in build stats:
https://gradle-enterprise.elastic.co/s/v54asb7cqpazs (master)
https://gradle-enterprise.elastic.co/s/gqftqq3eiezcw (7.7)
The test GraphTests.testTimedoutQueryCrawl failed on CI today for the
7.7branch. The error seems to be a negativeTimeValuethat is wrongly serialized and this is now better caught thanks to #53913:It does not reproduce locally with
Build scan: https://gradle-enterprise.elastic.co/s/5e5mmdotpx6j4
Other failures seen in build stats:
https://gradle-enterprise.elastic.co/s/v54asb7cqpazs (master)
https://gradle-enterprise.elastic.co/s/gqftqq3eiezcw (7.7)