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 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 21 | <test-group name="recover_after_abort"> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 22 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 23 | <test-case FilePath="recover_after_abort"> |
| 24 | <compilation-unit name="primary_index_only"> |
| 25 | <output-dir compare="Text">primary_index_only</output-dir> |
| 26 | </compilation-unit> |
| 27 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame] | 28 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 29 | <test-case FilePath="recover_after_abort"> |
| 30 | <compilation-unit name="primary_plus_default_secondary_index"> |
| 31 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
| 32 | </compilation-unit> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 33 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame] | 34 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 35 | <test-case FilePath="recover_after_abort"> |
| 36 | <compilation-unit name="primary_plus_rtree_index"> |
| 37 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
| 38 | </compilation-unit> |
| 39 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 40 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 41 | <test-case FilePath="recover_after_abort"> |
| 42 | <compilation-unit name="primary_plus_keyword_secondary_index"> |
| 43 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
| 44 | </compilation-unit> |
| 45 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 46 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 47 | <test-case FilePath="recover_after_abort"> |
| 48 | <compilation-unit name="primary_plus_ngram_index"> |
| 49 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
| 50 | </compilation-unit> |
| 51 | </test-case> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 52 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 53 | <test-case FilePath="recover_after_abort"> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 54 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 55 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
| 56 | </compilation-unit> |
| 57 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 58 | |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 59 | <test-case FilePath="recover_after_abort"> |
| 60 | <compilation-unit name="temp_primary_index_only"> |
| 61 | <output-dir compare="Text">primary_index_only</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 62 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 63 | </compilation-unit> |
| 64 | </test-case> |
| 65 | |
| 66 | <test-case FilePath="recover_after_abort"> |
| 67 | <compilation-unit name="temp_primary_plus_default_secondary_index"> |
| 68 | <output-dir compare="Text">primary_plus_default_secondary_index</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_rtree_index"> |
| 75 | <output-dir compare="Text">primary_plus_rtree_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_keyword_secondary_index"> |
| 82 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 83 | <expected-error>org.apache.hyracks.api.exceptions.HyracksDataException</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_ngram_index"> |
| 89 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 90 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</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="primary_plus_multiple_secondary_indices"> |
| 96 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</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> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 100 | </test-group> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 101 | |
Pei Li | 1da69fd | 2013-12-13 09:32:27 -0800 | [diff] [blame] | 102 | <test-group name="recovery_ddl"> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 103 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 104 | <test-case FilePath="recovery_ddl"> |
| 105 | <compilation-unit name="dataverse_recovery"> |
| 106 | <output-dir compare="Text">dataverse_recovery</output-dir> |
| 107 | </compilation-unit> |
| 108 | </test-case> |
Pei Li | bddde50 | 2013-11-20 10:54:35 -0800 | [diff] [blame] | 109 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 110 | <test-case FilePath="recovery_ddl"> |
| 111 | <compilation-unit name="datatype_recovery"> |
| 112 | <output-dir compare="Text">datatype_recovery</output-dir> |
| 113 | </compilation-unit> |
| 114 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 115 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 116 | <test-case FilePath="recovery_ddl"> |
| 117 | <compilation-unit name="dataset_recovery"> |
| 118 | <output-dir compare="Text">dataset_recovery</output-dir> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 119 | </compilation-unit> |
Pei Li | a552f6b | 2013-11-01 09:58:20 -0700 | [diff] [blame] | 120 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 121 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 122 | <test-case FilePath="recovery_ddl"> |
| 123 | <compilation-unit name="secondary_index_recovery"> |
| 124 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
| 125 | </compilation-unit> |
| 126 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 127 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 128 | <test-case FilePath="recovery_ddl"> |
| 129 | <compilation-unit name="load_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 130 | <output-dir compare="Text">load_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 131 | </compilation-unit> |
| 132 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 133 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 134 | <test-case FilePath="recovery_ddl"> |
| 135 | <compilation-unit name="insert_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 136 | <output-dir compare="Text">insert_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 137 | </compilation-unit> |
| 138 | </test-case> |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 139 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 140 | <test-case FilePath="recovery_ddl"> |
| 141 | <compilation-unit name="delete_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 142 | <output-dir compare="Text">delete_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 143 | </compilation-unit> |
| 144 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 145 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 146 | <test-case FilePath="recovery_ddl"> |
| 147 | <compilation-unit name="function_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 148 | <output-dir compare="Text">function_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 149 | </compilation-unit> |
| 150 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 151 | |
| 152 | <test-case FilePath="recovery_ddl"> |
| 153 | <compilation-unit name="temp_dataset_recovery"> |
| 154 | <output-dir compare="Text">dataset_recovery</output-dir> |
Ian Maxon | f18bba2 | 2015-08-21 12:35:14 -0700 | [diff] [blame] | 155 | <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 156 | </compilation-unit> |
| 157 | </test-case> |
| 158 | |
| 159 | <test-case FilePath="recovery_ddl"> |
| 160 | <compilation-unit name="temp_delete_after_recovery"> |
| 161 | <output-dir compare="Text">delete_after_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_insert_after_recovery"> |
| 168 | <output-dir compare="Text">insert_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_load_after_recovery"> |
| 175 | <output-dir compare="Text">load_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_secondary_index_recovery"> |
| 182 | <output-dir compare="Text">secondary_index_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> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 186 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 187 | </test-group> |
Pei Li | 5653415 | 2013-11-27 01:13:31 -0800 | [diff] [blame] | 188 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 189 | </test-suite> |