06:23:30 Execution failed for task ':x-pack:qa:full-cluster-restart:with-system-key:v5.0.0#oldClusterTestRunner'.
06:23:30 > /var/lib/jenkins/workspace/elastic+elasticsearch+6.7+bwc-tests/x-pack/qa/full-cluster-restart/with-system-key/build/classes/java/test does not exist.
We see the CI build https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.7+bwc-tests/ failing all the time with:
This failure happens since build 253. Analyzing the new commits in that build, f2e3978 (from #41026) stands out. To me it seems as if we mix up
test/java(expected) andjava/test(actual) in the directory structure.