You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
407 B
21 lines
407 B
set(expect
|
|
query
|
|
query/__test-v1
|
|
query/__test-v2
|
|
query/__test-v3
|
|
query/client-foo
|
|
query/client-foo/__test-v1
|
|
query/client-foo/__test-v2
|
|
query/client-foo/__test-v3
|
|
query/client-foo/unknown
|
|
query/query.json
|
|
query/unknown
|
|
reply
|
|
reply/__test-v1-[0-9a-f]+.json
|
|
reply/__test-v2-[0-9a-f]+.json
|
|
reply/index-[0-9.T-]+.json
|
|
)
|
|
check_api("^${expect}$")
|
|
|
|
check_python(DuplicateStateless)
|