blob: d9ade1f0dc13c5367f4d41553202e219272cb3eb [file] [log] [blame]
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -07001<test-suite xmlns="urn:xml.testframework.asterix.apache.org"
2 ResultOffsetPath="results"
3 QueryOffsetPath="queries"
4 QueryFileExtension=".aql">
5 <test-group name="channel">
6 <test-case FilePath="channel">
7 <compilation-unit name="room_occupants">
8 <output-dir compare="Text">room_occupants</output-dir>
9 </compilation-unit>
10 </test-case>
Steven Glenn Jacobs79226b52017-02-23 21:13:42 -080011 <test-case FilePath="procedure">
12 <compilation-unit name="insert_procedure">
13 <output-dir compare="Text">insert_procedure</output-dir>
14 </compilation-unit>
15 </test-case>
16 <test-case FilePath="procedure">
17 <compilation-unit name="delete_procedure">
18 <output-dir compare="Text">delete_procedure</output-dir>
19 </compilation-unit>
20 </test-case>
21 <test-case FilePath="procedure">
22 <compilation-unit name="query_procedure">
23 <output-dir compare="Text">query_procedure</output-dir>
24 </compilation-unit>
25 </test-case>
26 <test-case FilePath="procedure">
27 <compilation-unit name="repetitive_insert_procedure">
28 <output-dir compare="Text">repetitive_insert_procedure</output-dir>
29 </compilation-unit>
30 </test-case>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070031 <test-case FilePath="channel">
32 <compilation-unit name="create_channel_check_datasets">
33 <output-dir compare="Text">create_channel_check_datasets</output-dir>
34 </compilation-unit>
35 </test-case>
36 <test-case FilePath="channel">
37 <compilation-unit name="create_channel_check_metadata">
38 <output-dir compare="Text">create_channel_check_metadata</output-dir>
39 </compilation-unit>
40 </test-case>
41 <test-case FilePath="channel">
42 <compilation-unit name="drop_channel_check_datasets">
43 <output-dir compare="Text">drop_channel_check_datasets</output-dir>
44 </compilation-unit>
45 </test-case>
46 <test-case FilePath="channel">
47 <compilation-unit name="drop_channel_check_metadata">
48 <output-dir compare="Text">drop_channel_check_metadata</output-dir>
49 </compilation-unit>
50 </test-case>
51 <test-case FilePath="channel">
52 <compilation-unit name="subscribe_channel_check_subscriptions">
53 <output-dir compare="Text">subscribe_channel_check_subscriptions</output-dir>
54 </compilation-unit>
55 </test-case>
56 </test-group>
57</test-suite>