mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-19 19:35:02 +00:00
In some cases our Windows builds fail due to long path names that arise from a combination of long build job names plus long sub-project names. While newer versions of Windows can handle long paths, invoking batch scripts longer than 260 characters via cmd.exe is still problematic. This leads to failing integration tests because we can not run the commands to install plugins, create the keystore, and start the node. This commit handles this by converting all paths on Windows used to start an Elasticsearch node to short path names. Relates #26365
34 lines
1.2 KiB
Properties
34 lines
1.2 KiB
Properties
# When updating elasticsearch, please update 'rest' version in core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
elasticsearch = 7.0.0-alpha1
|
|
lucene = 7.0.0-snapshot-a128fcb
|
|
|
|
# optional dependencies
|
|
spatial4j = 0.6
|
|
jts = 1.13
|
|
jackson = 2.8.6
|
|
snakeyaml = 1.15
|
|
# When updating log4j, please update also docs/java-api/index.asciidoc
|
|
log4j = 2.8.2
|
|
slf4j = 1.6.2
|
|
|
|
# when updating the JNA version, also update the version in buildSrc/build.gradle
|
|
jna = 4.4.0-1
|
|
|
|
# test dependencies
|
|
randomizedrunner = 2.5.2
|
|
junit = 4.12
|
|
httpclient = 4.5.2
|
|
# When updating httpcore, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
httpcore = 4.4.5
|
|
# When updating httpasyncclient, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
httpasyncclient = 4.1.2
|
|
commonslogging = 1.1.3
|
|
commonscodec = 1.10
|
|
hamcrest = 1.3
|
|
securemock = 1.2
|
|
# When updating mocksocket, please also update core/src/main/resources/org/elasticsearch/bootstrap/test-framework.policy
|
|
mocksocket = 1.2
|
|
|
|
# benchmark dependencies
|
|
jmh = 1.17.3
|