This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
OpenSearch
Watch
1
Star
0
Fork
0
You've already forked OpenSearch
mirror of
https://github.com/honeymoose/OpenSearch.git
synced
2025-02-17 18:35:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
OpenSearch
/
qa
/
sql
/
no-security
/
build.gradle
8 lines
120 B
Groovy
Raw
Normal View
History
Unescape
Escape
Revert "Revert "Merge branch 'feature/sql'"" This reverts commit elastic/x-pack-elasticsearch@cc79e199112db85b08a6e0682b123bb2a82445e8. We'll merge this when we're good and ready. Original commit: elastic/x-pack-elasticsearch@b3ef4f2836eda281bce7c3c2c1730933d868efa9
2017-12-13 10:19:31 -05:00
integTestCluster
{
setting
'xpack.security.enabled'
,
'false'
}
SQL: Fix running `gradle run` from top-level directory (elastic/x-pack-elasticsearch#3329) When running `gradle run` at the top level (at least with Gradle 4.4) it attempts to run multiple instances of the server, causing the run to fail since they can't both bind to 9200/9300. This renames the tasks for the `qa` directories to be `runqa` and the task for the `cli` directory to be `runcli`. Original commit: elastic/x-pack-elasticsearch@734ab8e1321d077b095ef2aae73fef6c1aafb0f5
2017-12-15 08:42:18 -07:00
runqa
{
Revert "Revert "Merge branch 'feature/sql'"" This reverts commit elastic/x-pack-elasticsearch@cc79e199112db85b08a6e0682b123bb2a82445e8. We'll merge this when we're good and ready. Original commit: elastic/x-pack-elasticsearch@b3ef4f2836eda281bce7c3c2c1730933d868efa9
2017-12-13 10:19:31 -05:00
setting
'xpack.security.enabled'
,
'false'
}
Reference in New Issue
Copy Permalink