Add more checks for debugging test failure (elastic/x-pack-elasticsearch#1061)
Original commit: elastic/x-pack-elasticsearch@8dde009549
This commit is contained in:
parent
17d9d6aea3
commit
a0dcae97db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue