Skip to content

Commit 5b11df9

Browse files
authored
DOCS: Make ellipsis optional in /cat/thread_pool (#33186)
The fix proposed in #31442 fails with the oss distro because the added 3dots does not match anything with the default oss while a 3dots expression requires matching at least one thread pool. This change makes an ellipsis optional so the thread_pool list can match both the oss distro (without ccr) and default distro (with ccr). Relates #31442
1 parent 0e5d42c commit 5b11df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/cat/thread_pool.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ node-0 flush 0 0 0
2222
...
2323
node-0 write 0 0 0
2424
--------------------------------------------------
25-
// TESTRESPONSE[s/\.\.\./(node-0 \\S+ 0 0 0\n)+/]
25+
// TESTRESPONSE[s/\.\.\./(node-0 \\S+ 0 0 0\n)*/]
2626
// TESTRESPONSE[s/\d+/\\d+/ _cat]
2727
// The substitutions do two things:
2828
// 1. Expect any number of extra thread pools. This allows us to only list a

0 commit comments

Comments
 (0)