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"> |
| 16 | <test-group name="recover_after_abort"> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 17 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 18 | <test-case FilePath="recover_after_abort"> |
| 19 | <compilation-unit name="primary_index_only"> |
| 20 | <output-dir compare="Text">primary_index_only</output-dir> |
| 21 | </compilation-unit> |
| 22 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame^] | 23 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 24 | <test-case FilePath="recover_after_abort"> |
| 25 | <compilation-unit name="primary_plus_default_secondary_index"> |
| 26 | <output-dir compare="Text">primary_plus_default_secondary_index</output-dir> |
| 27 | </compilation-unit> |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 28 | </test-case> |
Pei Li | e25befa | 2013-11-22 10:47:45 -0800 | [diff] [blame^] | 29 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 30 | <test-case FilePath="recover_after_abort"> |
| 31 | <compilation-unit name="primary_plus_rtree_index"> |
| 32 | <output-dir compare="Text">primary_plus_rtree_index</output-dir> |
| 33 | </compilation-unit> |
| 34 | </test-case> |
| 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_keyword_secondary_index"> |
| 38 | <output-dir compare="Text">primary_plus_keyword_secondary_index</output-dir> |
| 39 | </compilation-unit> |
| 40 | </test-case> |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 41 | |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 42 | <test-case FilePath="recover_after_abort"> |
| 43 | <compilation-unit name="primary_plus_ngram_index"> |
| 44 | <output-dir compare="Text">primary_plus_ngram_index</output-dir> |
| 45 | </compilation-unit> |
| 46 | </test-case> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 47 | |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [diff] [blame] | 48 | <test-case FilePath="recover_after_abort"> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 49 | <compilation-unit name="primary_plus_multiple_secondary_indices"> |
| 50 | <output-dir compare="Text">primary_plus_multiple_secondary_indices</output-dir> |
| 51 | </compilation-unit> |
| 52 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 53 | |
| 54 | </test-group> |
| 55 | |
| 56 | <test-group name="recovery_ddl"> |
| 57 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 58 | <test-case FilePath="recovery_ddl"> |
| 59 | <compilation-unit name="dataverse_recovery"> |
| 60 | <output-dir compare="Text">dataverse_recovery</output-dir> |
| 61 | </compilation-unit> |
| 62 | </test-case> |
Pei Li | bddde50 | 2013-11-20 10:54:35 -0800 | [diff] [blame] | 63 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 64 | <test-case FilePath="recovery_ddl"> |
| 65 | <compilation-unit name="datatype_recovery"> |
| 66 | <output-dir compare="Text">datatype_recovery</output-dir> |
| 67 | </compilation-unit> |
| 68 | </test-case> |
| 69 | |
| 70 | <test-case FilePath="recovery_ddl"> |
| 71 | <compilation-unit name="dataset_recovery"> |
| 72 | <output-dir compare="Text">dataset_recovery</output-dir> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 73 | </compilation-unit> |
Pei Li | a552f6b | 2013-11-01 09:58:20 -0700 | [diff] [blame] | 74 | </test-case> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 75 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 76 | <test-case FilePath="recovery_ddl"> |
| 77 | <compilation-unit name="secondary_index_recovery"> |
| 78 | <output-dir compare="Text">secondary_index_recovery</output-dir> |
| 79 | </compilation-unit> |
| 80 | </test-case> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 81 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 82 | <test-case FilePath="recovery_ddl"> |
| 83 | <compilation-unit name="load_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 84 | <output-dir compare="Text">load_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 85 | </compilation-unit> |
| 86 | </test-case> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 87 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 88 | <test-case FilePath="recovery_ddl"> |
| 89 | <compilation-unit name="insert_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 90 | <output-dir compare="Text">insert_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 91 | </compilation-unit> |
| 92 | </test-case> |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 93 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 94 | <test-case FilePath="recovery_ddl"> |
| 95 | <compilation-unit name="delete_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 96 | <output-dir compare="Text">delete_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 97 | </compilation-unit> |
| 98 | </test-case> |
Pei Li | 8403d84 | 2013-11-11 22:03:09 -0800 | [diff] [blame] | 99 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 100 | <test-case FilePath="recovery_ddl"> |
| 101 | <compilation-unit name="function_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 102 | <output-dir compare="Text">function_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 103 | </compilation-unit> |
| 104 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 105 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 106 | </test-group> |
| 107 | </test-suite> |