blob: 36c3992c5dbd0dfc92b583ddaf8d78dcf02fc2ea [file] [log] [blame]
Murtadha Hubail8fc8bf82016-01-23 22:26:59 -08001<!--
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 !-->
19<test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql">
Murtadha Hubail98d38e62016-02-17 23:53:09 -080020 <test-group name="failover">
21 <test-case FilePath="failover">
22 <compilation-unit name="bulkload">
23 <output-dir compare="Text">bulkload</output-dir>
24 </compilation-unit>
25 </test-case>
26 <test-case FilePath="failover">
27 <compilation-unit name="mem_component_recovery">
28 <output-dir compare="Text">mem_component_recovery</output-dir>
29 </compilation-unit>
30 </test-case>
31 <test-case FilePath="failover">
32 <compilation-unit name="metadata_node">
33 <output-dir compare="Text">metadata_node</output-dir>
34 </compilation-unit>
35 </test-case>
36 </test-group>
37 <test-group name="failback">
38 <test-case FilePath="failback">
39 <compilation-unit name="node_failback">
40 <output-dir compare="Text">node_failback</output-dir>
41 </compilation-unit>
42 </test-case>
43 </test-group>
Murtadha Hubail8fc8bf82016-01-23 22:26:59 -080044</test-suite>