Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ! Copyright 2009-2013 by The Regents of the University of California |
| 3 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | ! you may not use this file except in compliance with the License. |
| 5 | ! you may obtain a copy of the License from |
| 6 | ! |
| 7 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | ! |
| 9 | ! Unless required by applicable law or agreed to in writing, software |
| 10 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | ! See the License for the specific language governing permissions and |
| 13 | ! limitations under the License. |
| 14 | !--> |
| 15 | <test-suite xmlns="urn:xml.testframework.asterix.ics.uci.edu" ResultOffsetPath="results" QueryOffsetPath="queries" QueryFileExtension=".aql"> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 16 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 17 | <test-group name="recover_after_abort"> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 18 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 19 | <test-case FilePath="recover_after_abort"> |
| 20 | <compilation-unit name="primary_index_only"> |
| 21 | <output-dir compare="Text">primary_index_only</output-dir> |
| 22 | </compilation-unit> |
| 23 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame] | 24 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 25 | <test-case FilePath="recover_after_abort"> |
| 26 | <compilation-unit name="primary_plus_default_secondary_index"> |
| 27 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
| 28 | </compilation-unit> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 29 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame] | 30 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 31 | <test-case FilePath="recover_after_abort"> |
| 32 | <compilation-unit name="primary_plus_rtree_index"> |
| 33 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
| 34 | </compilation-unit> |
| 35 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 36 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 37 | <test-case FilePath="recover_after_abort"> |
| 38 | <compilation-unit name="primary_plus_keyword_secondary_index"> |
| 39 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
| 40 | </compilation-unit> |
| 41 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 42 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 43 | <test-case FilePath="recover_after_abort"> |
| 44 | <compilation-unit name="primary_plus_ngram_index"> |
| 45 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
| 46 | </compilation-unit> |
| 47 | </test-case> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 48 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 49 | <test-case FilePath="recover_after_abort"> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 50 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 51 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
| 52 | </compilation-unit> |
| 53 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 54 | |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 55 | <test-case FilePath="recover_after_abort"> |
| 56 | <compilation-unit name="temp_primary_index_only"> |
| 57 | <output-dir compare="Text">primary_index_only</output-dir> |
| 58 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 59 | </compilation-unit> |
| 60 | </test-case> |
| 61 | |
| 62 | <test-case FilePath="recover_after_abort"> |
| 63 | <compilation-unit name="temp_primary_plus_default_secondary_index"> |
| 64 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
| 65 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 66 | </compilation-unit> |
| 67 | </test-case> |
| 68 | |
| 69 | <test-case FilePath="recover_after_abort"> |
| 70 | <compilation-unit name="temp_primary_plus_rtree_index"> |
| 71 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
| 72 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 73 | </compilation-unit> |
| 74 | </test-case> |
| 75 | |
| 76 | <test-case FilePath="recover_after_abort"> |
| 77 | <compilation-unit name="temp_primary_plus_keyword_secondary_index"> |
| 78 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
| 79 | <expected-error>edu.uci.ics.hyracks.api.exceptions.HyracksDataException</expected-error> |
| 80 | </compilation-unit> |
| 81 | </test-case> |
| 82 | |
| 83 | <test-case FilePath="recover_after_abort"> |
| 84 | <compilation-unit name="temp_primary_plus_ngram_index"> |
| 85 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
| 86 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 87 | </compilation-unit> |
| 88 | </test-case> |
| 89 | |
| 90 | <test-case FilePath="recover_after_abort"> |
| 91 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 92 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
| 93 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 94 | </compilation-unit> |
| 95 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 96 | </test-group> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 97 | |
Pei Li | 1da69fd | 2013-12-13 09:32:27 -0800 | [diff] [blame] | 98 | <test-group name="recovery_ddl"> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 99 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 100 | <test-case FilePath="recovery_ddl"> |
| 101 | <compilation-unit name="dataverse_recovery"> |
| 102 | <output-dir compare="Text">dataverse_recovery</output-dir> |
| 103 | </compilation-unit> |
| 104 | </test-case> |
Pei Li | bddde50 | 2013-11-20 10:54:35 -0800 | [diff] [blame] | 105 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 106 | <test-case FilePath="recovery_ddl"> |
| 107 | <compilation-unit name="datatype_recovery"> |
| 108 | <output-dir compare="Text">datatype_recovery</output-dir> |
| 109 | </compilation-unit> |
| 110 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 111 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 112 | <test-case FilePath="recovery_ddl"> |
| 113 | <compilation-unit name="dataset_recovery"> |
| 114 | <output-dir compare="Text">dataset_recovery</output-dir> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 115 | </compilation-unit> |
Pei Li | a552f6b | 2013-11-01 09:58:20 -0700 | [diff] [blame] | 116 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 117 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 118 | <test-case FilePath="recovery_ddl"> |
| 119 | <compilation-unit name="secondary_index_recovery"> |
| 120 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
| 121 | </compilation-unit> |
| 122 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 123 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 124 | <test-case FilePath="recovery_ddl"> |
| 125 | <compilation-unit name="load_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 126 | <output-dir compare="Text">load_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 127 | </compilation-unit> |
| 128 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 129 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 130 | <test-case FilePath="recovery_ddl"> |
| 131 | <compilation-unit name="insert_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 132 | <output-dir compare="Text">insert_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 133 | </compilation-unit> |
| 134 | </test-case> |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 135 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 136 | <test-case FilePath="recovery_ddl"> |
| 137 | <compilation-unit name="delete_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 138 | <output-dir compare="Text">delete_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 139 | </compilation-unit> |
| 140 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 141 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 142 | <test-case FilePath="recovery_ddl"> |
| 143 | <compilation-unit name="function_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 144 | <output-dir compare="Text">function_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 145 | </compilation-unit> |
| 146 | </test-case> |
buyingyi | ccd67fe | 2015-05-19 11:53:39 -0700 | [diff] [blame^] | 147 | |
| 148 | <test-case FilePath="recovery_ddl"> |
| 149 | <compilation-unit name="temp_dataset_recovery"> |
| 150 | <output-dir compare="Text">dataset_recovery</output-dir> |
| 151 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 152 | </compilation-unit> |
| 153 | </test-case> |
| 154 | |
| 155 | <test-case FilePath="recovery_ddl"> |
| 156 | <compilation-unit name="temp_delete_after_recovery"> |
| 157 | <output-dir compare="Text">delete_after_recovery</output-dir> |
| 158 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 159 | </compilation-unit> |
| 160 | </test-case> |
| 161 | |
| 162 | <test-case FilePath="recovery_ddl"> |
| 163 | <compilation-unit name="temp_insert_after_recovery"> |
| 164 | <output-dir compare="Text">insert_after_recovery</output-dir> |
| 165 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 166 | </compilation-unit> |
| 167 | </test-case> |
| 168 | |
| 169 | <test-case FilePath="recovery_ddl"> |
| 170 | <compilation-unit name="temp_load_after_recovery"> |
| 171 | <output-dir compare="Text">load_after_recovery</output-dir> |
| 172 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 173 | </compilation-unit> |
| 174 | </test-case> |
| 175 | |
| 176 | <test-case FilePath="recovery_ddl"> |
| 177 | <compilation-unit name="temp_secondary_index_recovery"> |
| 178 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
| 179 | <expected-error>edu.uci.ics.hyracks.algebricks.common.exceptions.AlgebricksException</expected-error> |
| 180 | </compilation-unit> |
| 181 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 182 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 183 | </test-group> |
Pei Li | 5653415 | 2013-11-27 01:13:31 -0800 | [diff] [blame] | 184 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 185 | </test-suite> |