Skip to content

Instantly share code, notes, and snippets.

@benwtrent
Last active September 17, 2018 19:59
Show Gist options
  • Save benwtrent/5c4181b52b277715eeb201b8716b37f6 to your computer and use it in GitHub Desktop.
Save benwtrent/5c4181b52b277715eeb201b8716b37f6 to your computer and use it in GitHub Desktop.
ML HLRC test running help
#!/usr/bin/env bash
#These should be deprecated when things are moved out of the protocol package
./gradlew x-pack:protocol:checkStyle
./gradlew x-pack:protocol:test
./gradlew :client:rest-high-level:checkStyle
./gradlew :client:rest-high-level:test
./gradlew :client:rest-high-level:integTest -Dtests.class=org.elasticsearch.client.documentation.MlClientDocumentationIT
./gradlew :client:rest-high-level:integTest -Dtests.class=org.elasticsearch.client.MachineLearningIT
../docs/build_docs.pl --doc docs/java-rest/index.asciidoc --open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment