Steven Glenn Jacobs | 3982604 | 2017-03-28 20:28:27 -0700 | [diff] [blame] | 1 | <!-- |
| 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 Jacobs | f73ca84 | 2016-09-14 12:42:28 -0700 | [diff] [blame] | 19 | <test-suite xmlns="urn:xml.testframework.asterix.apache.org" |
| 20 | ResultOffsetPath="results" |
| 21 | QueryOffsetPath="queries" |
| 22 | QueryFileExtension=".aql"> |
| 23 | <test-group name="channel"> |
| 24 | <test-case FilePath="channel"> |
| 25 | <compilation-unit name="room_occupants"> |
| 26 | <output-dir compare="Text">room_occupants</output-dir> |
| 27 | </compilation-unit> |
| 28 | </test-case> |
Steven Glenn Jacobs | 79226b5 | 2017-02-23 21:13:42 -0800 | [diff] [blame] | 29 | <test-case FilePath="procedure"> |
| 30 | <compilation-unit name="insert_procedure"> |
| 31 | <output-dir compare="Text">insert_procedure</output-dir> |
| 32 | </compilation-unit> |
| 33 | </test-case> |
| 34 | <test-case FilePath="procedure"> |
| 35 | <compilation-unit name="delete_procedure"> |
| 36 | <output-dir compare="Text">delete_procedure</output-dir> |
| 37 | </compilation-unit> |
| 38 | </test-case> |
| 39 | <test-case FilePath="procedure"> |
| 40 | <compilation-unit name="query_procedure"> |
| 41 | <output-dir compare="Text">query_procedure</output-dir> |
| 42 | </compilation-unit> |
| 43 | </test-case> |
| 44 | <test-case FilePath="procedure"> |
| 45 | <compilation-unit name="repetitive_insert_procedure"> |
| 46 | <output-dir compare="Text">repetitive_insert_procedure</output-dir> |
| 47 | </compilation-unit> |
| 48 | </test-case> |
Steven Glenn Jacobs | f73ca84 | 2016-09-14 12:42:28 -0700 | [diff] [blame] | 49 | <test-case FilePath="channel"> |
| 50 | <compilation-unit name="create_channel_check_datasets"> |
| 51 | <output-dir compare="Text">create_channel_check_datasets</output-dir> |
| 52 | </compilation-unit> |
| 53 | </test-case> |
| 54 | <test-case FilePath="channel"> |
| 55 | <compilation-unit name="create_channel_check_metadata"> |
| 56 | <output-dir compare="Text">create_channel_check_metadata</output-dir> |
| 57 | </compilation-unit> |
| 58 | </test-case> |
| 59 | <test-case FilePath="channel"> |
| 60 | <compilation-unit name="drop_channel_check_datasets"> |
| 61 | <output-dir compare="Text">drop_channel_check_datasets</output-dir> |
| 62 | </compilation-unit> |
| 63 | </test-case> |
| 64 | <test-case FilePath="channel"> |
| 65 | <compilation-unit name="drop_channel_check_metadata"> |
| 66 | <output-dir compare="Text">drop_channel_check_metadata</output-dir> |
| 67 | </compilation-unit> |
| 68 | </test-case> |
Steven Glenn Jacobs | d676726 | 2017-04-04 17:31:40 -0700 | [diff] [blame] | 69 | <test-case FilePath="channel"> |
Steven Glenn Jacobs | f73ca84 | 2016-09-14 12:42:28 -0700 | [diff] [blame] | 70 | <compilation-unit name="subscribe_channel_check_subscriptions"> |
| 71 | <output-dir compare="Text">subscribe_channel_check_subscriptions</output-dir> |
| 72 | </compilation-unit> |
| 73 | </test-case> |
Steven Glenn Jacobs | 7a95005 | 2017-04-06 16:30:57 -0700 | [diff] [blame] | 74 | <!-- <test-case FilePath="channel"> |
Steven Glenn Jacobs | d676726 | 2017-04-04 17:31:40 -0700 | [diff] [blame] | 75 | <compilation-unit name="ten_minute_channel"> |
| 76 | <output-dir compare="Text">ten_minute_channel</output-dir> |
| 77 | </compilation-unit> |
Steven Glenn Jacobs | 7a95005 | 2017-04-06 16:30:57 -0700 | [diff] [blame] | 78 | </test-case> --> |
Steven Glenn Jacobs | f73ca84 | 2016-09-14 12:42:28 -0700 | [diff] [blame] | 79 | </test-group> |
| 80 | </test-suite> |