blob: 1b2844bfa48dea7f63f17151f82bfeb866991360 [file] [log] [blame]
Steven Glenn Jacobs39826042017-03-28 20:28:27 -07001<!--
2 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
18 !-->
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070019<test-suite xmlns="urn:xml.testframework.asterix.apache.org"
20 ResultOffsetPath="results"
21 QueryOffsetPath="queries"
Steven Glenn Jacobs55514042017-04-19 15:54:13 -070022 QueryFileExtension=".sqlpp">
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070023 <test-group name="channel">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080024 <test-case FilePath="procedure">
25 <compilation-unit name="delete_procedure">
26 <output-dir compare="Text">delete_procedure</output-dir>
27 </compilation-unit>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070028 </test-case>
Steven Glenn Jacobs79226b52017-02-23 21:13:42 -080029 <test-case FilePath="procedure">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080030 <compilation-unit name="delete_procedure_with_parameters">
31 <output-dir compare="Text">delete_procedure_with_parameters</output-dir>
32 </compilation-unit>
Steven Glenn Jacobs79226b52017-02-23 21:13:42 -080033 </test-case>
34 <test-case FilePath="procedure">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080035 <compilation-unit name="query_procedure">
36 <output-dir compare="Text">query_procedure</output-dir>
37 </compilation-unit>
Steven Glenn Jacobs79226b52017-02-23 21:13:42 -080038 </test-case>
39 <test-case FilePath="procedure">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080040 <compilation-unit name="query_procedure_with_parameters">
41 <output-dir compare="Text">query_procedure_with_parameters</output-dir>
42 </compilation-unit>
Steven Glenn Jacobs79226b52017-02-23 21:13:42 -080043 </test-case>
44 <test-case FilePath="procedure">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080045 <compilation-unit name="insert_procedure">
46 <output-dir compare="Text">insert_procedure</output-dir>
47 </compilation-unit>
48 </test-case>
49 <test-case FilePath="procedure">
50 <compilation-unit name="concurrent_procedure">
51 <output-dir compare="Text">concurrent_procedure</output-dir>
52 </compilation-unit>
53 </test-case>
54 <test-case FilePath="procedure">
55 <compilation-unit name="repetitive_insert_procedure">
56 <output-dir compare="Text">repetitive_insert_procedure</output-dir>
57 </compilation-unit>
Steven Glenn Jacobs79226b52017-02-23 21:13:42 -080058 </test-case>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070059 <test-case FilePath="channel">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080060 <compilation-unit name="room_occupants">
61 <output-dir compare="Text">room_occupants</output-dir>
62 </compilation-unit>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070063 </test-case>
64 <test-case FilePath="channel">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080065 <compilation-unit name="create_channel_check_datasets">
66 <output-dir compare="Text">create_channel_check_datasets</output-dir>
67 </compilation-unit>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070068 </test-case>
69 <test-case FilePath="channel">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080070 <compilation-unit name="create_channel_check_metadata">
71 <output-dir compare="Text">create_channel_check_metadata</output-dir>
72 </compilation-unit>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070073 </test-case>
74 <test-case FilePath="channel">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080075 <compilation-unit name="drop_channel_check_datasets">
76 <output-dir compare="Text">drop_channel_check_datasets</output-dir>
77 </compilation-unit>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070078 </test-case>
Steven Glenn Jacobsd6767262017-04-04 17:31:40 -070079 <test-case FilePath="channel">
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080080 <compilation-unit name="drop_channel_check_metadata">
81 <output-dir compare="Text">drop_channel_check_metadata</output-dir>
82 </compilation-unit>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070083 </test-case>
Steven Glenn Jacobs8b53ce52017-11-14 10:21:43 -080084 <test-case FilePath="channel">
85 <compilation-unit name="subscribe_channel_check_subscriptions">
86 <output-dir compare="Text">subscribe_channel_check_subscriptions</output-dir>
87 </compilation-unit>
88 </test-case>
89 <test-case FilePath="channel">
90 <compilation-unit name="disasters_with_friends">
91 <output-dir compare="Text">disasters_with_friends</output-dir>
92 </compilation-unit>
93 </test-case>
94 <test-case FilePath="channel">
95 <compilation-unit name="ten_minute_channel">
96 <output-dir compare="Text">ten_minute_channel</output-dir>
97 </compilation-unit>
98 </test-case>
Steven Glenn Jacobsf73ca842016-09-14 12:42:28 -070099 </test-group>
100</test-suite>