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"> |
Pei Li | 1da69fd | 2013-12-13 09:32:27 -0800 | [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 | |
Till Westmann | d81f9f8 | 2014-01-28 11:41:28 -0800 | [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> |
| 29 | </test-case> |
| 30 | |
| 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> |
| 36 | |
| 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> |
| 42 | |
| 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> |
| 48 | |
| 49 | <test-case FilePath="recover_after_abort"> |
| 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> |
| 54 | |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 55 | </test-group> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 56 | |
Till Westmann | d81f9f8 | 2014-01-28 11:41:28 -0800 | [diff] [blame] | 57 | <test-group name="recovery_ddl"> |
| 58 | |
| 59 | <test-case FilePath="recovery_ddl"> |
| 60 | <compilation-unit name="dataverse_recovery"> |
| 61 | <output-dir compare="Text">dataverse_recovery</output-dir> |
| 62 | </compilation-unit> |
| 63 | </test-case> |
| 64 | |
| 65 | <test-case FilePath="recovery_ddl"> |
| 66 | <compilation-unit name="datatype_recovery"> |
| 67 | <output-dir compare="Text">datatype_recovery</output-dir> |
| 68 | </compilation-unit> |
| 69 | </test-case> |
| 70 | |
| 71 | <test-case FilePath="recovery_ddl"> |
| 72 | <compilation-unit name="dataset_recovery"> |
| 73 | <output-dir compare="Text">dataset_recovery</output-dir> |
| 74 | </compilation-unit> |
| 75 | </test-case> |
| 76 | |
| 77 | <test-case FilePath="recovery_ddl"> |
| 78 | <compilation-unit name="secondary_index_recovery"> |
| 79 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
| 80 | </compilation-unit> |
| 81 | </test-case> |
| 82 | |
| 83 | <test-case FilePath="recovery_ddl"> |
| 84 | <compilation-unit name="load_after_recovery"> |
| 85 | <output-dir compare="Text">load_after_recovery</output-dir> |
| 86 | </compilation-unit> |
| 87 | </test-case> |
| 88 | |
| 89 | <test-case FilePath="recovery_ddl"> |
| 90 | <compilation-unit name="insert_after_recovery"> |
| 91 | <output-dir compare="Text">insert_after_recovery</output-dir> |
| 92 | </compilation-unit> |
| 93 | </test-case> |
| 94 | |
| 95 | <test-case FilePath="recovery_ddl"> |
| 96 | <compilation-unit name="delete_after_recovery"> |
| 97 | <output-dir compare="Text">delete_after_recovery</output-dir> |
| 98 | </compilation-unit> |
| 99 | </test-case> |
| 100 | |
| 101 | <test-case FilePath="recovery_ddl"> |
| 102 | <compilation-unit name="function_recovery"> |
| 103 | <output-dir compare="Text">function_recovery</output-dir> |
| 104 | </compilation-unit> |
| 105 | </test-case> |
| 106 | |
| 107 | </test-group> |
| 108 | |
Pei Li | 1da69fd | 2013-12-13 09:32:27 -0800 | [diff] [blame] | 109 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 110 | </test-suite> |