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 | !--> |
Murtadha Hubail | 490f13c | 2020-10-06 17:05:20 +0300 | [diff] [blame] | 19 | <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".sqlpp"> |
Abdullah Alamoudi | 5a78ca0 | 2015-11-19 09:23:27 -0800 | [diff] [blame] | 20 | <test-group name="query_after_restart"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 21 | <test-case FilePath="query_after_restart"> |
| 22 | <compilation-unit name="dataset-with-meta-record"> |
| 23 | <output-dir compare="Text">dataset-with-meta-record</output-dir> |
| 24 | </compilation-unit> |
| 25 | </test-case> |
| 26 | <test-case FilePath="query_after_restart"> |
Michael Blow | 171ff2f | 2016-06-13 17:43:39 -0400 | [diff] [blame] | 27 | <compilation-unit name="big_object_20M"> |
| 28 | <output-dir compare="Text">big_object_20M</output-dir> |
| 29 | </compilation-unit> |
| 30 | </test-case> |
Abdullah Alamoudi | 5a78ca0 | 2015-11-19 09:23:27 -0800 | [diff] [blame] | 31 | </test-group> |
Murtadha Hubail | e791206 | 2017-03-22 17:17:56 +0300 | [diff] [blame] | 32 | <test-group name="dml_after_restart"> |
| 33 | <test-case FilePath="dml_after_restart"> |
| 34 | <compilation-unit name="multiple_secondary_indices"> |
| 35 | <output-dir compare="Text">multiple_secondary_indices</output-dir> |
| 36 | </compilation-unit> |
| 37 | </test-case> |
| 38 | </test-group> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 39 | <test-group name="recover_after_abort"> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 40 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 41 | <test-case FilePath="recover_after_abort"> |
| 42 | <compilation-unit name="primary_index_only"> |
| 43 | <output-dir compare="Text">primary_index_only</output-dir> |
| 44 | </compilation-unit> |
| 45 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [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_default_secondary_index"> |
| 49 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
| 50 | </compilation-unit> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 51 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame] | 52 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 53 | <test-case FilePath="recover_after_abort"> |
luochen01 | a7fa05b | 2017-06-19 22:47:49 -0700 | [diff] [blame] | 54 | <compilation-unit name="primary_plus_default_correlated_secondary_index"> |
| 55 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
| 56 | </compilation-unit> |
| 57 | </test-case> |
| 58 | |
| 59 | <test-case FilePath="recover_after_abort"> |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 60 | <compilation-unit name="primary_plus_rtree_index"> |
| 61 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
| 62 | </compilation-unit> |
| 63 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 64 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 65 | <test-case FilePath="recover_after_abort"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 66 | <compilation-unit name="primary_plus_correlated_rtree_index"> |
| 67 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
| 68 | </compilation-unit> |
| 69 | </test-case> |
| 70 | |
| 71 | <test-case FilePath="recover_after_abort"> |
Taewoo Kim | dc286ff | 2016-07-20 10:52:59 -0700 | [diff] [blame] | 72 | <compilation-unit name="primary_plus_rtree_index_insert_and_delete"> |
| 73 | <output-dir compare="Text">primary_plus_rtree_index_insert_and_delete</output-dir> |
| 74 | </compilation-unit> |
| 75 | </test-case> |
| 76 | |
| 77 | <test-case FilePath="recover_after_abort"> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 78 | <compilation-unit name="primary_plus_keyword_secondary_index"> |
| 79 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
| 80 | </compilation-unit> |
| 81 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 82 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 83 | <test-case FilePath="recover_after_abort"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 84 | <compilation-unit name="primary_plus_keyword_correlated_secondary_index"> |
| 85 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
| 86 | </compilation-unit> |
| 87 | </test-case> |
| 88 | |
| 89 | <test-case FilePath="recover_after_abort"> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 90 | <compilation-unit name="primary_plus_ngram_index"> |
| 91 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
| 92 | </compilation-unit> |
| 93 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 94 | |
| 95 | <test-case FilePath="recover_after_abort"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 96 | <compilation-unit name="primary_plus_correlated_ngram_index"> |
| 97 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
| 98 | </compilation-unit> |
| 99 | </test-case> |
| 100 | |
| 101 | <test-case FilePath="recover_after_abort"> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 102 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 103 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
| 104 | </compilation-unit> |
| 105 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 106 | |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 107 | <test-case FilePath="recover_after_abort"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 108 | <compilation-unit name="primary_plus_multiple_correlated_secondary_indices"> |
| 109 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
| 110 | </compilation-unit> |
| 111 | </test-case> |
| 112 | |
| 113 | <test-case FilePath="recover_after_abort"> |
Ian Maxon | f86a25b | 2017-06-27 14:05:24 -0700 | [diff] [blame] | 114 | <compilation-unit name="primary_index_only_filtered"> |
| 115 | <output-dir compare="Text">primary_index_only_filtered</output-dir> |
| 116 | </compilation-unit> |
| 117 | </test-case> |
| 118 | |
| 119 | <test-case FilePath="recover_after_abort"> |
| 120 | <compilation-unit name="primary_plus_default_secondary_index_filtered"> |
| 121 | <output-dir compare="Text">primary_plus_default_secondary_index_filtered</output-dir> |
| 122 | </compilation-unit> |
| 123 | </test-case> |
| 124 | |
| 125 | <test-case FilePath="recover_after_abort"> |
| 126 | <compilation-unit name="primary_plus_rtree_index_filtered"> |
| 127 | <output-dir compare="Text">primary_plus_rtree_index_filtered</output-dir> |
| 128 | </compilation-unit> |
| 129 | </test-case> |
| 130 | |
| 131 | <test-case FilePath="recover_after_abort"> |
| 132 | <compilation-unit name="primary_plus_rtree_index_insert_and_delete_filtered"> |
| 133 | <output-dir compare="Text">primary_plus_rtree_index_insert_and_delete_filtered</output-dir> |
| 134 | </compilation-unit> |
| 135 | </test-case> |
| 136 | |
| 137 | <test-case FilePath="recover_after_abort"> |
| 138 | <compilation-unit name="primary_plus_keyword_secondary_index_filtered"> |
| 139 | <output-dir compare="Text">primary_plus_keyword_secondary_index_filtered</output-dir> |
| 140 | </compilation-unit> |
| 141 | </test-case> |
| 142 | |
| 143 | <test-case FilePath="recover_after_abort"> |
| 144 | <compilation-unit name="primary_plus_ngram_index"> |
| 145 | <output-dir compare="Text">primary_plus_ngram_index_filtered</output-dir> |
| 146 | </compilation-unit> |
| 147 | </test-case> |
| 148 | |
| 149 | <test-case FilePath="recover_after_abort"> |
| 150 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 151 | <output-dir compare="Text">primary_plus_multiple_secondary_indices_filtered</output-dir> |
| 152 | </compilation-unit> |
| 153 | </test-case> |
| 154 | |
| 155 | <test-case FilePath="recover_after_abort"> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 156 | <compilation-unit name="primary_plus_multiple_secondary_indices"><!-- The only exception here is during the kill command which is in a different JVM, hence not caught --> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 157 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 158 | <!-- <expected-error>org.apache.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> --> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 159 | </compilation-unit> |
| 160 | </test-case> |
Michael Blow | 41adf7c | 2019-03-06 21:27:47 -0500 | [diff] [blame] | 161 | |
| 162 | <test-case FilePath="recover_after_abort"> |
| 163 | <compilation-unit name="large_object_100K"> |
| 164 | <output-dir compare="Text">large_object_100K</output-dir> |
| 165 | </compilation-unit> |
| 166 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 167 | </test-group> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 168 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 169 | <test-group name="recovery_ddl"> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 170 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 171 | <test-case FilePath="recovery_ddl"> |
| 172 | <compilation-unit name="dataverse_recovery"> |
| 173 | <output-dir compare="Text">dataverse_recovery</output-dir> |
| 174 | </compilation-unit> |
| 175 | </test-case> |
Pei Li | bddde50 | 2013-11-20 10:54:35 -0800 | [diff] [blame] | 176 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 177 | <test-case FilePath="recovery_ddl"> |
| 178 | <compilation-unit name="datatype_recovery"> |
| 179 | <output-dir compare="Text">datatype_recovery</output-dir> |
| 180 | </compilation-unit> |
| 181 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 182 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 183 | <test-case FilePath="recovery_ddl"> |
| 184 | <compilation-unit name="dataset_recovery"> |
| 185 | <output-dir compare="Text">dataset_recovery</output-dir> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 186 | </compilation-unit> |
Pei Li | a552f6b | 2013-11-01 09:58:20 -0700 | [diff] [blame] | 187 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 188 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 189 | <test-case FilePath="recovery_ddl"> |
| 190 | <compilation-unit name="secondary_index_recovery"> |
| 191 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
| 192 | </compilation-unit> |
| 193 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 194 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 195 | <test-case FilePath="recovery_ddl"> |
| 196 | <compilation-unit name="load_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 197 | <output-dir compare="Text">load_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 198 | </compilation-unit> |
| 199 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 200 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 201 | <test-case FilePath="recovery_ddl"> |
| 202 | <compilation-unit name="insert_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 203 | <output-dir compare="Text">insert_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 204 | </compilation-unit> |
| 205 | </test-case> |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 206 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 207 | <test-case FilePath="recovery_ddl"> |
| 208 | <compilation-unit name="delete_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 209 | <output-dir compare="Text">delete_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 210 | </compilation-unit> |
| 211 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame] | 212 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 213 | <test-case FilePath="recovery_ddl"> |
| 214 | <compilation-unit name="function_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 215 | <output-dir compare="Text">function_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 216 | </compilation-unit> |
| 217 | </test-case> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 218 | </test-group> |
Pei Li | 5653415 | 2013-11-27 01:13:31 -0800 | [diff] [blame] | 219 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 220 | </test-suite> |