Added a simple stress test that hits every URI in the test suite
[catagits/Catalyst-Runtime.git] / t / optional / stress.yml
CommitLineData
ec54df42 1---
2component/controller/action/auto:
3 - http://localhost/action/auto/one
4 - http://localhost/action/auto/anything
5 - http://localhost/action/auto/deep/one
6 - http://localhost/action/auto/deep/anything
7 - http://localhost/action/auto/abort/one
8 - http://localhost/action/auto/abort/anything
9component/controller/action/begin:
10 - http://localhost/action/begin
11component/controller/action/default:
12 - http://localhost/action/default
13 - http://localhost/foo/bar/action
14 - http://localhost/action/default/arg1/arg2
15component/controller/action/detach:
16 - http://localhost/action/detach/one
17 - http://localhost/action/detach/path
18 - http://localhost/action/detach/with_args/old
19 - http://localhost/action/detach/with_method_and_args/old
20component/controller/action/end:
21 - http://localhost/action/end
22component/controller/action/forward:
23 - http://localhost/action/forward/global
24 - http://localhost/action/forward/one
25 - http://localhost/action/forward/jojo
26 - http://localhost/action/forward/with_args/old
27 - http://localhost/action/forward/with_method_and_args/old
28 - http://localhost/action/forward/args_embed_relative
29 - http://localhost/action/forward/args_embed_absolute
30component/controller/action/global:
31 - http://localhost/action_global_one
32 - http://localhost/action_global_two
33 - http://localhost/action_global_three
34component/controller/action/index:
35 - http://localhost/
36 - http://localhost
37 - http://localhost/index/
38 - http://localhost/index
39 - http://localhost/action/index/
40 - http://localhost/action/index
41 - http://localhost/action/index/foo
42component/controller/action/inheritance:
43 - http://localhost/action/inheritance
44 - http://localhost/action/inheritance/a
45 - http://localhost/action/inheritance/a/b
46component/controller/action/local:
47 - http://localhost/action/local/one
48 - http://localhost/action/local/two
49 - http://localhost/action/local/three
50 - http://localhost/action/local/four/five/six
51component/controller/action/multipath:
52 - http://localhost/action/multipath/multipath
53 - http://localhost/multipath
54 - http://localhost/multipath1
55 - http://localhost/action/multipath/multipath2
56component/controller/action/path:
57 - http://localhost/action/path/a
58 - path
59 - with
60 - spaces
61 - http://localhost/action/path/åäö
62component/controller/action/private:
63 - http://localhost/action/private/one
64 - http://localhost/action/private/two
65 - http://localhost/three
66 - http://localhost/action/private/four
67 - http://localhost/action/private/five
68component/controller/action/regexp:
69 - http://localhost/action/regexp/10/hello
70 - http://localhost/action/regexp/hello/10
71component/controller/action/streaming:
72 - http://localhost/streaming
73 - http://localhost/action/streaming/body
74engine/request/body: []
75engine/request/cookies: []
76engine/request/headers: []
77engine/request/parameters: []
78engine/request/uploads: []
79engine/request/uri:
80 - http://localhost/engine/request/uri/change_path
81 - http://localhost/engine/request/uri/change_base
82 - http://localhost/engine/request/uri
83 - http://localhost/engine/request/uri?a=1;a=2;b=3
84 - http://localhost/engine/request/uri?text=Catalyst%20Rocks
85engine/response/cookies:
86 - http://localhost/engine/response/cookies/one
87 - http://localhost/engine/response/cookies/two
88engine/response/errors:
89 - http://localhost/engine/response/errors/one
90 - http://localhost/engine/response/errors/two
91 - http://localhost/engine/response/errors/three
92engine/response/headers:
93 - http://localhost/engine/response/headers/one
94engine/response/large:
95 - http://localhost/engine/response/large/
96engine/response/redirect:
97 - http://localhost/engine/response/redirect/one
98 - http://localhost/engine/response/redirect/two
99 - http://localhost/engine/response/redirect/three
100 - http://localhost/engine/response/redirect/four
101engine/response/status:
102 - http://localhost/engine/response/status/s200
103 - http://localhost/engine/response/status/s400
104 - http://localhost/engine/response/status/s403
105 - http://localhost/engine/response/status/s404
106 - http://localhost/engine/response/status/s500