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