Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 1 | <!-- |
Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 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. |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 18 | !--> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 19 | <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql"> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 20 | |
Abdullah Alamoudi | 5a78ca0 | 2015-11-19 09:23:27 -0800 | [diff] [blame] | 21 | <test-group name="query_after_restart"> |
| 22 | <test-case FilePath="query_after_restart"> |
| 23 | <compilation-unit name="external_index"> |
| 24 | <output-dir compare="Text">external_index</output-dir> |
| 25 | </compilation-unit> |
| 26 | </test-case> |
| 27 | </test-group> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 28 | <test-group name="recover_after_abort"> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 29 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 30 | <test-case FilePath="recover_after_abort"> |
| 31 | <compilation-unit name="primary_index_only"> |
| 32 | <output-dir compare="Text">primary_index_only</output-dir> |
| 33 | </compilation-unit> |
| 34 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame] | 35 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 36 | <test-case FilePath="recover_after_abort"> |
| 37 | <compilation-unit name="primary_plus_default_secondary_index"> |
| 38 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
| 39 | </compilation-unit> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 40 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame] | 41 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 42 | <test-case FilePath="recover_after_abort"> |
| 43 | <compilation-unit name="primary_plus_rtree_index"> |
| 44 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
| 45 | </compilation-unit> |
| 46 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 47 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 48 | <test-case FilePath="recover_after_abort"> |
| 49 | <compilation-unit name="primary_plus_keyword_secondary_index"> |
| 50 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
| 51 | </compilation-unit> |
| 52 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 53 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 54 | <test-case FilePath="recover_after_abort"> |
| 55 | <compilation-unit name="primary_plus_ngram_index"> |
| 56 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
| 57 | </compilation-unit> |
| 58 | </test-case> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 59 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 60 | <test-case FilePath="recover_after_abort"> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 61 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 62 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
| 63 | </compilation-unit> |
| 64 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 65 | |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 66 | <test-case FilePath="recover_after_abort"> |
| 67 | <compilation-unit name="temp_primary_index_only"> |
| 68 | <output-dir compare="Text">primary_index_only</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 69 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 70 | </compilation-unit> |
| 71 | </test-case> |
| 72 | |
| 73 | <test-case FilePath="recover_after_abort"> |
| 74 | <compilation-unit name="temp_primary_plus_default_secondary_index"> |
| 75 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 76 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 77 | </compilation-unit> |
| 78 | </test-case> |
| 79 | |
| 80 | <test-case FilePath="recover_after_abort"> |
| 81 | <compilation-unit name="temp_primary_plus_rtree_index"> |
| 82 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 83 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 84 | </compilation-unit> |
| 85 | </test-case> |
| 86 | |
| 87 | <test-case FilePath="recover_after_abort"> |
| 88 | <compilation-unit name="temp_primary_plus_keyword_secondary_index"> |
| 89 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 90 | <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 91 | </compilation-unit> |
| 92 | </test-case> |
| 93 | |
| 94 | <test-case FilePath="recover_after_abort"> |
| 95 | <compilation-unit name="temp_primary_plus_ngram_index"> |
| 96 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 97 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 98 | </compilation-unit> |
| 99 | </test-case> |
| 100 | |
| 101 | <test-case FilePath="recover_after_abort"> |
| 102 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 103 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 104 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 105 | </compilation-unit> |
| 106 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 107 | </test-group> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 108 | |
Pei Li | 1da69fd | 2013-12-13 09:32:27 -0800 | [diff] [blame] | 109 | <test-group name="recovery_ddl"> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 110 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 111 | <test-case FilePath="recovery_ddl"> |
| 112 | <compilation-unit name="dataverse_recovery"> |
| 113 | <output-dir compare="Text">dataverse_recovery</output-dir> |
| 114 | </compilation-unit> |
| 115 | </test-case> |
Pei Li | bddde50 | 2013-11-20 10:54:35 -0800 | [diff] [blame] | 116 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 117 | <test-case FilePath="recovery_ddl"> |
| 118 | <compilation-unit name="datatype_recovery"> |
| 119 | <output-dir compare="Text">datatype_recovery</output-dir> |
| 120 | </compilation-unit> |
| 121 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 122 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 123 | <test-case FilePath="recovery_ddl"> |
| 124 | <compilation-unit name="dataset_recovery"> |
| 125 | <output-dir compare="Text">dataset_recovery</output-dir> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 126 | </compilation-unit> |
Pei Li | a552f6b | 2013-11-01 09:58:20 -0700 | [diff] [blame] | 127 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 128 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 129 | <test-case FilePath="recovery_ddl"> |
| 130 | <compilation-unit name="secondary_index_recovery"> |
| 131 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
| 132 | </compilation-unit> |
| 133 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 134 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 135 | <test-case FilePath="recovery_ddl"> |
| 136 | <compilation-unit name="load_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 137 | <output-dir compare="Text">load_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 138 | </compilation-unit> |
| 139 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 140 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 141 | <test-case FilePath="recovery_ddl"> |
| 142 | <compilation-unit name="insert_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 143 | <output-dir compare="Text">insert_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 144 | </compilation-unit> |
| 145 | </test-case> |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 146 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 147 | <test-case FilePath="recovery_ddl"> |
| 148 | <compilation-unit name="delete_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 149 | <output-dir compare="Text">delete_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 150 | </compilation-unit> |
| 151 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 152 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 153 | <test-case FilePath="recovery_ddl"> |
| 154 | <compilation-unit name="function_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 155 | <output-dir compare="Text">function_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 156 | </compilation-unit> |
| 157 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 158 | |
| 159 | <test-case FilePath="recovery_ddl"> |
| 160 | <compilation-unit name="temp_dataset_recovery"> |
| 161 | <output-dir compare="Text">dataset_recovery</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 162 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 163 | </compilation-unit> |
| 164 | </test-case> |
| 165 | |
| 166 | <test-case FilePath="recovery_ddl"> |
| 167 | <compilation-unit name="temp_delete_after_recovery"> |
| 168 | <output-dir compare="Text">delete_after_recovery</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 169 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 170 | </compilation-unit> |
| 171 | </test-case> |
| 172 | |
| 173 | <test-case FilePath="recovery_ddl"> |
| 174 | <compilation-unit name="temp_insert_after_recovery"> |
| 175 | <output-dir compare="Text">insert_after_recovery</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 176 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 177 | </compilation-unit> |
| 178 | </test-case> |
| 179 | |
| 180 | <test-case FilePath="recovery_ddl"> |
| 181 | <compilation-unit name="temp_load_after_recovery"> |
| 182 | <output-dir compare="Text">load_after_recovery</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 183 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 184 | </compilation-unit> |
| 185 | </test-case> |
| 186 | |
| 187 | <test-case FilePath="recovery_ddl"> |
| 188 | <compilation-unit name="temp_secondary_index_recovery"> |
| 189 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 190 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 191 | </compilation-unit> |
| 192 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 193 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 194 | </test-group> |
Pei Li | 5653415 | 2013-11-27 01:13:31 -0800 | [diff] [blame] | 195 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 196 | </test-suite> |