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 | |
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> |
Pei Li | 1da69fd | 2013-12-13 09:32:27 -0800 | [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> |
Pei Li | cc797aa | 2013-11-19 18:55:27 -0800 | [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 | |
| 55 | </test-group> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 56 | |
Pei Li | 1da69fd | 2013-12-13 09:32:27 -0800 | [diff] [blame] | 57 | <test-group name="recovery_ddl"> |
| 58 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 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> |
Pei Li | bddde50 | 2013-11-20 10:54:35 -0800 | [diff] [blame] | 64 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 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> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 74 | </compilation-unit> |
Pei Li | a552f6b | 2013-11-01 09:58:20 -0700 | [diff] [blame] | 75 | </test-case> |
Pei Li | 7f9246f | 2013-10-28 02:15:27 -0700 | [diff] [blame] | 76 | |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 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> |
Pei Li | df6d194 | 2013-11-19 00:27:15 -0800 | [diff] [blame] | 82 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 83 | <test-case FilePath="recovery_ddl"> |
| 84 | <compilation-unit name="load_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 85 | <output-dir compare="Text">load_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 86 | </compilation-unit> |
| 87 | </test-case> |
Young-Seok | 56a41e7 | 2013-12-17 17:22:33 -0800 | [diff] [blame] | 88 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 89 | <test-case FilePath="recovery_ddl"> |
| 90 | <compilation-unit name="insert_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 91 | <output-dir compare="Text">insert_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 92 | </compilation-unit> |
| 93 | </test-case> |
Pei Li | dc9a9ca | 2013-10-31 23:47:50 -0700 | [diff] [blame] | 94 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 95 | <test-case FilePath="recovery_ddl"> |
| 96 | <compilation-unit name="delete_after_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 97 | <output-dir compare="Text">delete_after_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 98 | </compilation-unit> |
| 99 | </test-case> |
Young-Seok | 56a41e7 | 2013-12-17 17:22:33 -0800 | [diff] [blame] | 100 | |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 101 | <test-case FilePath="recovery_ddl"> |
| 102 | <compilation-unit name="function_recovery"> |
Pei Li | f8f6d9a | 2013-11-15 01:10:55 -0800 | [diff] [blame] | 103 | <output-dir compare="Text">function_recovery</output-dir> |
Pei Li | 2897049 | 2013-11-11 20:46:55 -0800 | [diff] [blame] | 104 | </compilation-unit> |
| 105 | </test-case> |
Pei Li | 43137a4 | 2013-11-22 02:00:26 -0800 | [diff] [blame] | 106 | |
Young-Seok | 778e019 | 2013-09-27 15:09:28 -0700 | [diff] [blame] | 107 | </test-group> |
Pei Li | 5653415 | 2013-11-27 01:13:31 -0800 | [diff] [blame] | 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> |