test: index documents with the same type and increase root log level

Original commit: elastic/x-pack-elasticsearch@41153e52d4
This commit is contained in:
Martijn van Groningen 2018-02-19 16:51:04 +01:00
parent dd9962cff2
commit c621be626f
2 changed files with 3 additions and 4 deletions

View File

@ -49,7 +49,7 @@ setup:
"indexme" : {
"index" : {
"index" : "my_test_index",
"doc_type" : "my-type",
"doc_type" : "doc",
"doc_id": "my-id"
}
}
@ -123,7 +123,7 @@ setup:
"indexme" : {
"index" : {
"index" : "my_test_index",
"doc_type" : "my-type",
"doc_type" : "doc",
"doc_id": "my-id"
}
}
@ -183,7 +183,7 @@ setup:
"indexme" : {
"index" : {
"index" : "my_test_index",
"doc_type" : "my-type",
"doc_type" : "doc",
"doc_id": "my-id"
}
}

View File

@ -22,7 +22,6 @@ integTestCluster {
dependsOn copyWatcherRestTests
setting 'xpack.monitoring.enabled', 'false'
setting 'xpack.ml.enabled', 'false'
setting 'logger.level', 'DEBUG'
// settings to test settings filtering on
setting 'xpack.notification.email.account._email.smtp.host', 'host.domain'
setting 'xpack.notification.email.account._email.smtp.port', '587'