Add more checks for debugging test failure (elastic/x-pack-elasticsearch#1061)

Original commit: elastic/x-pack-elasticsearch@8dde009549
This commit is contained in:
David Kyle 2017-04-12 12:32:38 +01:00 committed by GitHub
parent 17d9d6aea3
commit a0dcae97db
1 changed files with 18 additions and 0 deletions

View File

@ -253,6 +253,24 @@
- do:
indices.refresh: {}
- do:
count:
type: categorizer_state
index: .ml-state
- match: {count: 0}
- do:
count:
type: quantiles
index: .ml-state
- match: {count: 0}
- do:
count:
type: model_state
index: .ml-state
- match: {count: 0}
- do:
count:
index: .ml-state