Skip to content

Commit 4b45625

Browse files
authored
Remove empty cluster test for cat allocation (#83277)
Internally we create many indices that may cause this not to show 0 indices. There isn't really a reason to test this specifically, as we later test an empty repsonse with a master-only node. Resolves #82647
1 parent 763b3f3 commit 4b45625

File tree

1 file changed

+0
-22
lines changed
  • rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.allocation

1 file changed

+0
-22
lines changed

rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/cat.allocation/10_basic.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,6 @@
1717
node .+ \n
1818
$/
1919
20-
---
21-
"Empty cluster":
22-
23-
- do:
24-
cat.allocation: {}
25-
26-
- match:
27-
$body: |
28-
/^
29-
( 0 \s+
30-
0b \s+
31-
\d+(\.\d+)?[kmgt]?b \s+
32-
(\d+(\.\d+)?[kmgt]b \s+)? #no value from client nodes
33-
(\d+(\.\d+)?[kmgt]b \s+)? #no value from client nodes
34-
(\d+ \s+)? #no value from client nodes
35-
[-\w.]+ \s+
36-
\d+(\.\d+){3} \s+
37-
[-\w.]+
38-
\n
39-
)+
40-
$/
41-
4220
---
4321
"One index":
4422

0 commit comments

Comments
 (0)