blob: e12cd7be4efac7d724c4eff20f5a3553badc5dd9 [file] [log] [blame]
Xikui Wang9d26e072020-08-20 21:18:04 -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 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~ Unless required by applicable law or agreed to in writing,
11 ~ software distributed under the License is distributed on an
12 ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13 ~ KIND, either express or implied. See the License for the
14 ~ specific language governing permissions and limitations
15 ~ under the License.
16 -->
17<test-suite xmlns="urn:xml.testframework.asterix.apache.org"
18 ResultOffsetPath="results"
19 QueryOffsetPath="queries"
20 QueryFileExtension=".sqlpp">
21 <test-group name="bad_cq">
22 <test-case FilePath="bad_cq">
23 <compilation-unit name="create_active_datasets">
24 <output-dir compare="Text">create_active_datasets</output-dir>
25 </compilation-unit>
26 </test-case>
27 <test-case FilePath="bad_cq">
28 <compilation-unit name="create_bad_broker">
29 <output-dir compare="Text">create_bad_broker</output-dir>
30 </compilation-unit>
31 </test-case>
32 <test-case FilePath="bad_cq">
33 <compilation-unit name="create_bad_feed">
34 <output-dir compare="Text">create_bad_feed</output-dir>
35 </compilation-unit>
36 </test-case>
37 <test-case FilePath="bad_cq">
38 <compilation-unit name="continuous_channel">
39 <output-dir compare="Text">continuous_channel</output-dir>
40 </compilation-unit>
41 </test-case>
42 </test-group>
43</test-suite>