Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 1 | <!-- |
| 2 | ! Licensed to the Apache Software Foundation (ASF) under one |
| 3 | ! or more contributor license agreements. See the NOTICE file |
| 4 | ! distributed with this work for additional information |
| 5 | ! regarding copyright ownership. The ASF licenses this file |
| 6 | ! to you under the Apache License, Version 2.0 (the |
| 7 | ! "License"); you may not use this file except in compliance |
| 8 | ! with the License. You may obtain a copy of the License at |
| 9 | ! |
| 10 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ! |
| 12 | ! Unless required by applicable law or agreed to in writing, |
| 13 | ! software distributed under the License is distributed on an |
| 14 | ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | ! KIND, either express or implied. See the License for the |
| 16 | ! specific language governing permissions and limitations |
| 17 | ! under the License. |
| 18 | !--> |
| 19 | <!DOCTYPE test-suite [ |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 20 | <!ENTITY ObjectsQueries SYSTEM "queries_sqlpp/objects/ObjectsQueries.xml"> |
Till Westmann | 4671f71 | 2017-05-11 09:13:57 -0700 | [diff] [blame] | 21 | <!ENTITY AsyncDeferredQueries SYSTEM "queries_sqlpp/async-deferred/AsyncDeferredQueries.xml"> |
Ahmed Eldawy | 8cc8825 | 2018-03-23 18:19:17 -0700 | [diff] [blame] | 22 | <!ENTITY GeoQueries SYSTEM "queries_sqlpp/geojson/GeoJSONQueries.xml"> |
Stephen Ermshar | 4e1773f | 2019-01-16 11:55:58 -0800 | [diff] [blame] | 23 | <!ENTITY TemporalQueries SYSTEM "queries_sqlpp/temporal/TemporalQueries.xml"> |
Till Westmann | 2ae8af7 | 2016-07-07 14:06:50 -0700 | [diff] [blame] | 24 | ]> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 25 | <test-suite xmlns="urn:xml.testframework.asterix.apache.org" ResultOffsetPath="results" QueryOffsetPath="queries_sqlpp" QueryFileExtension=".sqlpp" SourceLocation="true"> |
Ali Alsuliman | 5760e9e | 2019-08-22 16:37:36 -0700 | [diff] [blame] | 26 | &ObjectsQueries; |
Till Westmann | 4671f71 | 2017-05-11 09:13:57 -0700 | [diff] [blame] | 27 | &AsyncDeferredQueries; |
Ali Alsuliman | 5760e9e | 2019-08-22 16:37:36 -0700 | [diff] [blame] | 28 | &GeoQueries; |
Stephen Ermshar | 4e1773f | 2019-01-16 11:55:58 -0800 | [diff] [blame] | 29 | &TemporalQueries; |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 30 | <test-group name="flwor"> |
Dmitry Lychagin | b18100d | 2019-09-05 16:26:23 -0700 | [diff] [blame] | 31 | <test-case FilePath="api"> |
| 32 | <compilation-unit name="readonly-request"> |
| 33 | <output-dir compare="Text">readonly-request</output-dir> |
Ali Alsuliman | aa7ff7b | 2020-05-12 21:02:39 -0700 | [diff] [blame] | 34 | <expected-error>ASX0044: CREATE_DATAVERSE statement is not supported in read-only mode</expected-error> |
| 35 | <expected-error>ASX0044: DATAVERSE_DROP statement is not supported in read-only mode</expected-error> |
| 36 | <expected-error>ASX0044: DATASET_DECL statement is not supported in read-only mode</expected-error> |
| 37 | <expected-error>ASX0044: DATASET_DROP statement is not supported in read-only mode</expected-error> |
| 38 | <expected-error>ASX0044: CREATE_INDEX statement is not supported in read-only mode</expected-error> |
| 39 | <expected-error>ASX0044: INDEX_DROP statement is not supported in read-only mode</expected-error> |
| 40 | <expected-error>ASX0044: INSERT statement is not supported in read-only mode</expected-error> |
| 41 | <expected-error>ASX0044: UPSERT statement is not supported in read-only mode</expected-error> |
| 42 | <expected-error>ASX0044: DELETE statement is not supported in read-only mode</expected-error> |
Dmitry Lychagin | b18100d | 2019-09-05 16:26:23 -0700 | [diff] [blame] | 43 | </compilation-unit> |
| 44 | </test-case> |
Ali Alsuliman | 4e4983e | 2019-10-21 15:37:56 -0700 | [diff] [blame] | 45 | <test-case FilePath="api"> |
| 46 | <compilation-unit name="request-param-validation"> |
| 47 | <output-dir compare="Text">request-param-validation</output-dir> |
| 48 | <source-location>false</source-location> |
| 49 | <expected-error>Invalid value for parameter "format": foo</expected-error> |
| 50 | <expected-error>Invalid value for parameter "pretty": bar</expected-error> |
| 51 | <expected-error>Invalid value for parameter "plan-format": blah</expected-error> |
| 52 | <expected-error>Invalid value for parameter "max-result-reads": foo</expected-error> |
| 53 | <expected-error>Invalid value for parameter "max-result-reads": 9999999999999999999999999999999999999999</expected-error> |
| 54 | <expected-error>Invalid value for parameter "max-warnings": baz</expected-error> |
| 55 | <expected-error>Invalid value for parameter "max-warnings": 1.5</expected-error> |
| 56 | <expected-error>Invalid value for parameter "mode": asyn</expected-error> |
| 57 | <expected-error>Invalid value for parameter "timeout": 12</expected-error> |
| 58 | <expected-error>Invalid value for parameter "args": 12</expected-error> |
| 59 | <expected-error>Unable to process JSON content in request</expected-error> |
| 60 | <expected-error>Unable to process JSON content in request</expected-error> |
| 61 | <expected-error>Invalid value for parameter "format": foo</expected-error> |
| 62 | <expected-error>Invalid value for parameter "pretty": bar</expected-error> |
| 63 | <expected-error>Invalid value for parameter "plan-format": blah</expected-error> |
| 64 | <expected-error>Invalid value for parameter "max-result-reads": foo</expected-error> |
| 65 | <expected-error>Invalid value for parameter "max-warnings": baz</expected-error> |
| 66 | <expected-error>Invalid value for parameter "mode": asyn</expected-error> |
| 67 | <expected-error>Invalid value for parameter "args": 12</expected-error> |
| 68 | <expected-error>Unable to process JSON content in request</expected-error> |
| 69 | <expected-error>Unable to process JSON content in request</expected-error> |
| 70 | <expected-error>Invalid value for parameter "profile": true</expected-error> |
| 71 | <expected-error>Invalid value for parameter "profile": true</expected-error> |
| 72 | <expected-error>Invalid value for parameter "profile": foo</expected-error> |
| 73 | <expected-error>Invalid value for parameter "profile": foo</expected-error> |
| 74 | </compilation-unit> |
| 75 | </test-case> |
| 76 | <test-case FilePath="api"> |
| 77 | <compilation-unit name="request-param-validation-400-BAD"> |
| 78 | <output-dir compare="Text">request-param-validation-400-BAD</output-dir> |
| 79 | </compilation-unit> |
| 80 | </test-case> |
| 81 | <test-case FilePath="api"> |
| 82 | <compilation-unit name="request-param"> |
| 83 | <output-dir compare="Text">request-param</output-dir> |
| 84 | </compilation-unit> |
| 85 | </test-case> |
| 86 | <test-case FilePath="api"> |
| 87 | <compilation-unit name="format-param-in-accept-01"> |
| 88 | <output-dir compare="Text">format-param-in-accept-01</output-dir> |
| 89 | </compilation-unit> |
| 90 | </test-case> |
| 91 | <test-case FilePath="api"> |
| 92 | <compilation-unit name="format-param-in-accept-02"> |
| 93 | <output-dir compare="Clean-JSON">format-param-in-accept-02</output-dir> |
| 94 | </compilation-unit> |
| 95 | </test-case> |
| 96 | <test-case FilePath="api"> |
| 97 | <compilation-unit name="format-param-in-accept-03"> |
| 98 | <output-dir compare="Lossless-JSON">format-param-in-accept-03</output-dir> |
| 99 | </compilation-unit> |
| 100 | </test-case> |
| 101 | <test-case FilePath="api"> |
| 102 | <compilation-unit name="format-param-in-accept-04"> |
| 103 | <output-dir compare="Text">format-param-in-accept-04</output-dir> |
| 104 | </compilation-unit> |
| 105 | </test-case> |
| 106 | <test-case FilePath="api"> |
| 107 | <compilation-unit name="format-param-in-accept-05"> |
| 108 | <output-dir compare="AST">format-param-in-accept-05</output-dir> |
| 109 | </compilation-unit> |
| 110 | </test-case> |
Ali Alsuliman | aa7ff7b | 2020-05-12 21:02:39 -0700 | [diff] [blame] | 111 | <test-case FilePath="api"> |
| 112 | <compilation-unit name="get-non-query"> |
| 113 | <output-dir compare="Text">get-non-query</output-dir> |
| 114 | <expected-error>CREATE_DATAVERSE statement is not supported in read-only mode</expected-error> |
| 115 | <expected-error>TYPE_DECL statement is not supported in read-only mode</expected-error> |
| 116 | <expected-error>CREATE_FUNCTION statement is not supported in read-only mode</expected-error> |
| 117 | </compilation-unit> |
| 118 | </test-case> |
| 119 | <test-case FilePath="api"> |
| 120 | <compilation-unit name="get-query"> |
| 121 | <output-dir compare="Text">get-query</output-dir> |
| 122 | </compilation-unit> |
| 123 | </test-case> |
| 124 | <test-case FilePath="api"> |
| 125 | <compilation-unit name="post-non-query"> |
| 126 | <output-dir compare="Text">post-non-query</output-dir> |
| 127 | <expected-error>TYPE_DECL statement is not supported in read-only mode</expected-error> |
| 128 | </compilation-unit> |
| 129 | </test-case> |
Dmitry Lychagin | b18100d | 2019-09-05 16:26:23 -0700 | [diff] [blame] | 130 | </test-group> |
| 131 | <test-group name="flwor"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 132 | <test-case FilePath="flwor"> |
| 133 | <compilation-unit name="at00"> |
| 134 | <output-dir compare="Text">at00</output-dir> |
| 135 | </compilation-unit> |
| 136 | </test-case> |
| 137 | <test-case FilePath="flwor"> |
| 138 | <compilation-unit name="at01"> |
| 139 | <output-dir compare="Text">at01</output-dir> |
| 140 | </compilation-unit> |
| 141 | </test-case> |
| 142 | <test-case FilePath="flwor"> |
| 143 | <compilation-unit name="at02"> |
| 144 | <output-dir compare="Text">at02</output-dir> |
| 145 | </compilation-unit> |
| 146 | </test-case> |
| 147 | <test-case FilePath="flwor"> |
| 148 | <compilation-unit name="at03"> |
| 149 | <output-dir compare="Text">at03</output-dir> |
| 150 | </compilation-unit> |
| 151 | </test-case> |
| 152 | <test-case FilePath="flwor"> |
| 153 | <compilation-unit name="at04"> |
| 154 | <output-dir compare="Text">at04</output-dir> |
| 155 | </compilation-unit> |
| 156 | </test-case> |
| 157 | <test-case FilePath="flwor"> |
| 158 | <compilation-unit name="at05"> |
| 159 | <output-dir compare="Text">at05</output-dir> |
| 160 | </compilation-unit> |
| 161 | </test-case> |
| 162 | <test-case FilePath="flwor"> |
| 163 | <compilation-unit name="at06"> |
| 164 | <output-dir compare="Text">at06</output-dir> |
| 165 | </compilation-unit> |
| 166 | </test-case> |
| 167 | <test-case FilePath="flwor"> |
Dmitry Lychagin | b7f029e | 2019-03-29 13:50:38 -0700 | [diff] [blame] | 168 | <compilation-unit name="at07"> |
| 169 | <output-dir compare="Text">at07</output-dir> |
| 170 | </compilation-unit> |
| 171 | </test-case> |
| 172 | <test-case FilePath="flwor"> |
Dmitry Lychagin | 309c69c | 2018-08-14 22:25:57 -0700 | [diff] [blame] | 173 | <compilation-unit name="order-by-13"> |
| 174 | <output-dir compare="Text">order-by-13</output-dir> |
| 175 | </compilation-unit> |
| 176 | </test-case> |
| 177 | <test-case FilePath="flwor"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 178 | <compilation-unit name="query-issue550"> |
| 179 | <output-dir compare="Text">query-issue550</output-dir> |
| 180 | </compilation-unit> |
| 181 | </test-case> |
Yingyi Bu | 37cd8f1 | 2016-08-09 17:10:06 -0700 | [diff] [blame] | 182 | <test-case FilePath="flwor"> |
| 183 | <compilation-unit name="query-ASTERIXDB-883"> |
| 184 | <output-dir compare="Text">query-ASTERIXDB-883</output-dir> |
| 185 | </compilation-unit> |
| 186 | </test-case> |
Yingyi Bu | d015b56 | 2016-08-15 17:59:10 -0700 | [diff] [blame] | 187 | <test-case FilePath="flwor"> |
| 188 | <compilation-unit name="query-ASTERIXDB-1576"> |
| 189 | <output-dir compare="Text">query-ASTERIXDB-883</output-dir> |
| 190 | <expected-error>Duplicate alias definitions: samptable1</expected-error> |
| 191 | </compilation-unit> |
| 192 | </test-case> |
| 193 | <test-case FilePath="flwor"> |
| 194 | <compilation-unit name="query-ASTERIXDB-1576-2"> |
| 195 | <output-dir compare="Text">query-ASTERIXDB-883</output-dir> |
| 196 | <expected-error>Duplicate alias definitions: s2</expected-error> |
| 197 | </compilation-unit> |
| 198 | </test-case> |
| 199 | <test-case FilePath="flwor"> |
| 200 | <compilation-unit name="query-ASTERIXDB-1576-3"> |
| 201 | <output-dir compare="Text">query-ASTERIXDB-883</output-dir> |
| 202 | <expected-error>Duplicate alias definitions: s1</expected-error> |
| 203 | </compilation-unit> |
| 204 | </test-case> |
Ali Alsuliman | 5760e9e | 2019-08-22 16:37:36 -0700 | [diff] [blame] | 205 | <test-case FilePath="flwor" check-warnings="true"> |
Dmitry Lychagin | c410e83 | 2018-08-27 14:19:05 -0700 | [diff] [blame] | 206 | <compilation-unit name="query-ASTERIXDB-2446"> |
Ali Alsuliman | 5760e9e | 2019-08-22 16:37:36 -0700 | [diff] [blame] | 207 | <output-dir compare="Text">query-ASTERIXDB-2446</output-dir> |
Dmitry Lychagin | c410e83 | 2018-08-27 14:19:05 -0700 | [diff] [blame] | 208 | <expected-error>ASX0013: Duplicate field name "a"</expected-error> |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 209 | <expected-warn>Duplicate field name "c" (in line 28, at column 84)</expected-warn> |
| 210 | <expected-warn>Duplicate field name "e" (in line 28, at column 116)</expected-warn> |
Dmitry Lychagin | c410e83 | 2018-08-27 14:19:05 -0700 | [diff] [blame] | 211 | </compilation-unit> |
| 212 | </test-case> |
Dmitry Lychagin | 3a68469 | 2018-08-31 14:21:43 -0700 | [diff] [blame] | 213 | <test-case FilePath="flwor"> |
| 214 | <compilation-unit name="query-ASTERIXDB-2446-2"> |
| 215 | <output-dir compare="Text">query-ASTERIXDB-883</output-dir> |
| 216 | <expected-error>ASX0013: Duplicate field name "a" (in line 27, at column 20)</expected-error> |
| 217 | <expected-error>ASX0013: Duplicate field name "b" (in line 27, at column 20)</expected-error> |
| 218 | <expected-error>ASX0013: Duplicate field name "c" (in line 27, at column 11)</expected-error> |
| 219 | <expected-error>ASX0013: Duplicate field name "d" (in line 27, at column 11)</expected-error> |
| 220 | <expected-error>ASX0013: Duplicate field name "e" (in line 27, at column 14)</expected-error> |
| 221 | <expected-error>ASX0013: Duplicate field name "f" (in line 27, at column 11)</expected-error> |
| 222 | <expected-error>ASX0013: Duplicate field name "g" (in line 27, at column 11)</expected-error> |
| 223 | </compilation-unit> |
| 224 | </test-case> |
Dmitry Lychagin | 368092d | 2019-06-06 14:39:38 -0700 | [diff] [blame] | 225 | <test-case FilePath="flwor"> |
| 226 | <compilation-unit name="select-let"> |
| 227 | <output-dir compare="Text">select-let</output-dir> |
| 228 | </compilation-unit> |
| 229 | </test-case> |
Ali Alsuliman | 5760e9e | 2019-08-22 16:37:36 -0700 | [diff] [blame] | 230 | <test-case FilePath="flwor"> |
| 231 | <compilation-unit name="let33"> |
| 232 | <output-dir compare="Text">let33</output-dir> |
| 233 | </compilation-unit> |
| 234 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 235 | </test-group> |
Ali Alsuliman | 944ef8b | 2019-02-28 12:15:13 -0800 | [diff] [blame] | 236 | <test-group name="sorting"> |
| 237 | <test-case FilePath="sorting"> |
| 238 | <compilation-unit name="arrays"> |
| 239 | <output-dir compare="Text">arrays</output-dir> |
| 240 | </compilation-unit> |
| 241 | </test-case> |
Ali Alsuliman | af98b6a | 2019-02-28 23:32:03 -0800 | [diff] [blame] | 242 | <test-case FilePath="sorting"> |
| 243 | <compilation-unit name="records"> |
| 244 | <output-dir compare="Text">records</output-dir> |
| 245 | </compilation-unit> |
| 246 | </test-case> |
Ali Alsuliman | 944ef8b | 2019-02-28 12:15:13 -0800 | [diff] [blame] | 247 | </test-group> |
Till Westmann | ef3f027 | 2016-07-27 18:34:01 -0700 | [diff] [blame] | 248 | <test-group name="explain"> |
| 249 | <test-case FilePath="explain"> |
| 250 | <compilation-unit name="explain_simple"> |
| 251 | <output-dir compare="Text">explain_simple</output-dir> |
| 252 | </compilation-unit> |
| 253 | </test-case> |
Till Westmann | 516d1a8 | 2016-08-02 14:45:53 -0700 | [diff] [blame] | 254 | <test-case FilePath="explain"> |
| 255 | <compilation-unit name="explain_caps"> |
| 256 | <output-dir compare="Text">explain_simple</output-dir> |
| 257 | </compilation-unit> |
| 258 | </test-case> |
Till Westmann | d0baeed | 2017-04-14 19:00:56 -0700 | [diff] [blame] | 259 | <test-case FilePath="explain"> |
| 260 | <compilation-unit name="explain_pretty"> |
| 261 | <parameter name="pretty" value="true" /> |
| 262 | <output-dir compare="Text">explain_simple</output-dir> |
| 263 | </compilation-unit> |
| 264 | </test-case> |
Yingyi Bu | 049d541 | 2017-05-09 13:02:03 -0700 | [diff] [blame] | 265 | <test-case FilePath="explain"> |
| 266 | <compilation-unit name="explain_object_constructor-01"> |
| 267 | <output-dir compare="Text">explain_object_constructor-01</output-dir> |
| 268 | </compilation-unit> |
| 269 | </test-case> |
| 270 | <test-case FilePath="explain"> |
| 271 | <compilation-unit name="explain_object_constructor-02"> |
| 272 | <output-dir compare="Text">explain_object_constructor-02</output-dir> |
| 273 | </compilation-unit> |
| 274 | </test-case> |
| 275 | <test-case FilePath="explain"> |
| 276 | <compilation-unit name="explain_object_constructor-03"> |
| 277 | <output-dir compare="Text">explain_object_constructor-03</output-dir> |
| 278 | </compilation-unit> |
| 279 | </test-case> |
| 280 | <test-case FilePath="explain"> |
| 281 | <compilation-unit name="explain_field_access"> |
| 282 | <output-dir compare="Text">explain_field_access</output-dir> |
| 283 | </compilation-unit> |
| 284 | </test-case> |
| 285 | <test-case FilePath="explain"> |
| 286 | <compilation-unit name="explain_field_access_closed"> |
| 287 | <output-dir compare="Text">explain_field_access_closed</output-dir> |
| 288 | </compilation-unit> |
| 289 | </test-case> |
Dmitry Lychagin | aebd031 | 2019-06-04 08:55:39 -0700 | [diff] [blame] | 290 | <test-case FilePath="explain"> |
| 291 | <compilation-unit name="explain_negative"> |
| 292 | <output-dir compare="Text">explain_simple</output-dir> |
| 293 | <expected-error>ASX1001: Syntax error: EXPLAIN is not supported for this kind of statement</expected-error> |
| 294 | <expected-error>ASX1001: Syntax error: EXPLAIN is not supported for this kind of statement</expected-error> |
| 295 | <expected-error>ASX1001: Syntax error: EXPLAIN is not supported for this kind of statement</expected-error> |
| 296 | </compilation-unit> |
| 297 | </test-case> |
Till Westmann | ef3f027 | 2016-07-27 18:34:01 -0700 | [diff] [blame] | 298 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 299 | <test-group name="aggregate"> |
| 300 | <test-case FilePath="aggregate"> |
| 301 | <compilation-unit name="issue531_string_min_max"> |
| 302 | <output-dir compare="Text">issue531_string_min_max</output-dir> |
| 303 | </compilation-unit> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 304 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 305 | <test-case FilePath="aggregate"> |
| 306 | <compilation-unit name="agg_null"> |
| 307 | <output-dir compare="Text">agg_null</output-dir> |
| 308 | </compilation-unit> |
| 309 | </test-case> |
| 310 | <test-case FilePath="aggregate"> |
| 311 | <compilation-unit name="agg_null_rec"> |
| 312 | <output-dir compare="Text">agg_null_rec</output-dir> |
| 313 | </compilation-unit> |
| 314 | </test-case> |
| 315 | <test-case FilePath="aggregate"> |
| 316 | <compilation-unit name="agg_null_rec_1"> |
| 317 | <output-dir compare="Text">agg_null_rec_1</output-dir> |
| 318 | </compilation-unit> |
| 319 | </test-case> |
| 320 | <test-case FilePath="aggregate"> |
| 321 | <compilation-unit name="agg_number_rec"> |
| 322 | <output-dir compare="Text">agg_number_rec</output-dir> |
| 323 | </compilation-unit> |
| 324 | </test-case> |
Hussain Towaileb | 0be8b38 | 2020-03-17 19:06:55 +0300 | [diff] [blame] | 325 | <test-case FilePath="aggregate" check-warnings="true"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 326 | <compilation-unit name="avg_mixed"> |
| 327 | <output-dir compare="Text">avg_mixed</output-dir> |
Hussain Towaileb | 0be8b38 | 2020-03-17 19:06:55 +0300 | [diff] [blame] | 328 | <expected-warn>Unsupported type: agg-avg cannot process input type string (in line 26, at column 16)</expected-warn> |
| 329 | </compilation-unit> |
| 330 | </test-case> |
| 331 | <test-case FilePath="aggregate" check-warnings="true"> |
| 332 | <compilation-unit name="serial_avg_mixed"> |
| 333 | <output-dir compare="Text">serial_avg_mixed</output-dir> |
| 334 | <expected-warn>Unsupported type: agg-avg cannot process input type string (in line 29, at column 39)</expected-warn> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 335 | </compilation-unit> |
| 336 | </test-case> |
| 337 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 338 | <compilation-unit name="min_mixed"> |
| 339 | <output-dir compare="Text">min_mixed</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 340 | </compilation-unit> |
| 341 | </test-case> |
| 342 | <test-case FilePath="aggregate"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 343 | <compilation-unit name="stddev_mixed"> |
| 344 | <output-dir compare="Text">stddev_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 345 | <expected-error>Type incompatibility: function agg-stddev_samp gets incompatible input values: string and float</expected-error> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 346 | </compilation-unit> |
| 347 | </test-case> |
| 348 | <test-case FilePath="aggregate"> |
| 349 | <compilation-unit name="serial_stddev_mixed"> |
| 350 | <output-dir compare="Text">serial_stddev_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 351 | <expected-error>Type incompatibility: function agg-stddev_samp gets incompatible input values: string and float</expected-error> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 352 | </compilation-unit> |
| 353 | </test-case> |
| 354 | <test-case FilePath="aggregate"> |
James Fang | 11d5b28 | 2018-10-22 15:13:24 -0700 | [diff] [blame] | 355 | <compilation-unit name="stddev_pop_mixed"> |
| 356 | <output-dir compare="Text">stddev_pop_mixed</output-dir> |
| 357 | <expected-error>Type incompatibility: function agg-stddev_pop gets incompatible input values: string and float</expected-error> |
| 358 | </compilation-unit> |
| 359 | </test-case> |
| 360 | <test-case FilePath="aggregate"> |
| 361 | <compilation-unit name="serial_stddev_pop_mixed"> |
| 362 | <output-dir compare="Text">serial_stddev_pop_mixed</output-dir> |
| 363 | <expected-error>Type incompatibility: function agg-stddev_pop gets incompatible input values: string and float</expected-error> |
| 364 | </compilation-unit> |
| 365 | </test-case> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 366 | <test-case FilePath="aggregate" check-warnings="true"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 367 | <compilation-unit name="sum_mixed"> |
| 368 | <output-dir compare="Text">sum_mixed</output-dir> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 369 | <expected-warn>Unsupported type: agg-sum cannot process input type string (in line 27, at column 16)</expected-warn> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 370 | </compilation-unit> |
| 371 | </test-case> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 372 | <test-case FilePath="aggregate" check-warnings="true"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 373 | <compilation-unit name="serial_sum_mixed"> |
| 374 | <output-dir compare="Text">serial_sum_mixed</output-dir> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 375 | <expected-warn>Unsupported type: agg-sum cannot process input type string (in line 29, at column 39)</expected-warn> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 376 | </compilation-unit> |
| 377 | </test-case> |
| 378 | <test-case FilePath="aggregate"> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 379 | <compilation-unit name="var_mixed"> |
| 380 | <output-dir compare="Text">var_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 381 | <expected-error>Type incompatibility: function agg-var_samp gets incompatible input values: string and float</expected-error> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 382 | </compilation-unit> |
| 383 | </test-case> |
| 384 | <test-case FilePath="aggregate"> |
| 385 | <compilation-unit name="serial_var_mixed"> |
| 386 | <output-dir compare="Text">serial_var_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 387 | <expected-error>Type incompatibility: function agg-var_samp gets incompatible input values: string and float</expected-error> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 388 | </compilation-unit> |
| 389 | </test-case> |
| 390 | <test-case FilePath="aggregate"> |
| 391 | <compilation-unit name="var_pop_mixed"> |
| 392 | <output-dir compare="Text">var_pop_mixed</output-dir> |
| 393 | <expected-error>Type incompatibility: function agg-var_pop gets incompatible input values: string and float</expected-error> |
| 394 | </compilation-unit> |
| 395 | </test-case> |
| 396 | <test-case FilePath="aggregate"> |
| 397 | <compilation-unit name="serial_var_pop_mixed"> |
| 398 | <output-dir compare="Text">serial_var_pop_mixed</output-dir> |
| 399 | <expected-error>Type incompatibility: function agg-var_pop gets incompatible input values: string and float</expected-error> |
| 400 | </compilation-unit> |
| 401 | </test-case> |
| 402 | <test-case FilePath="aggregate"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 403 | <compilation-unit name="kurtosis_mixed"> |
| 404 | <output-dir compare="Text">kurtosis_mixed</output-dir> |
| 405 | <expected-error>Type incompatibility: function agg-kurtosis gets incompatible input values: string and float</expected-error> |
| 406 | </compilation-unit> |
| 407 | </test-case> |
| 408 | <test-case FilePath="aggregate"> |
| 409 | <compilation-unit name="serial_kurtosis_mixed"> |
| 410 | <output-dir compare="Text">serial_kurtosis_mixed</output-dir> |
| 411 | <expected-error>Type incompatibility: function agg-kurtosis gets incompatible input values: string and float</expected-error> |
| 412 | </compilation-unit> |
| 413 | </test-case> |
| 414 | <test-case FilePath="aggregate"> |
| 415 | <compilation-unit name="skewness_mixed"> |
| 416 | <output-dir compare="Text">skewness_mixed</output-dir> |
| 417 | <expected-error>Type incompatibility: function agg-skewness gets incompatible input values: string and float</expected-error> |
| 418 | </compilation-unit> |
| 419 | </test-case> |
| 420 | <test-case FilePath="aggregate"> |
| 421 | <compilation-unit name="serial_skewness_mixed"> |
| 422 | <output-dir compare="Text">serial_skewness_mixed</output-dir> |
| 423 | <expected-error>Type incompatibility: function agg-skewness gets incompatible input values: string and float</expected-error> |
| 424 | </compilation-unit> |
| 425 | </test-case> |
| 426 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 427 | <compilation-unit name="agg_number"> |
| 428 | <output-dir compare="Text">agg_number</output-dir> |
| 429 | </compilation-unit> |
| 430 | </test-case> |
| 431 | <test-case FilePath="aggregate"> |
| 432 | <compilation-unit name="issue425_min_hetero_list_1"> |
| 433 | <output-dir compare="Text">issue425_min_hetero_list_1</output-dir> |
| 434 | </compilation-unit> |
| 435 | </test-case> |
| 436 | <test-case FilePath="aggregate"> |
| 437 | <compilation-unit name="issue425_min_hetero_list"> |
| 438 | <output-dir compare="Text">issue425_min_hetero_list</output-dir> |
| 439 | </compilation-unit> |
| 440 | </test-case> |
| 441 | <test-case FilePath="aggregate"> |
| 442 | <compilation-unit name="issue425_sum_hetero_list_1"> |
| 443 | <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir> |
| 444 | </compilation-unit> |
| 445 | </test-case> |
| 446 | <test-case FilePath="aggregate"> |
| 447 | <compilation-unit name="issue425_sum_hetero_list"> |
| 448 | <output-dir compare="Text">issue425_sum_hetero_list</output-dir> |
| 449 | </compilation-unit> |
| 450 | </test-case> |
| 451 | <test-case FilePath="aggregate"> |
| 452 | <compilation-unit name="query-issue400"> |
| 453 | <output-dir compare="Text">query-issue400</output-dir> |
| 454 | </compilation-unit> |
| 455 | </test-case> |
| 456 | <test-case FilePath="aggregate"> |
| 457 | <compilation-unit name="issue395"> |
| 458 | <output-dir compare="Text">issue395</output-dir> |
| 459 | </compilation-unit> |
| 460 | </test-case> |
| 461 | <test-case FilePath="aggregate"> |
| 462 | <compilation-unit name="issue412_0"> |
| 463 | <output-dir compare="Text">issue412_0</output-dir> |
| 464 | </compilation-unit> |
| 465 | </test-case> |
| 466 | <test-case FilePath="aggregate"> |
| 467 | <compilation-unit name="issue412_1"> |
| 468 | <output-dir compare="Text">issue412_1</output-dir> |
| 469 | </compilation-unit> |
| 470 | </test-case> |
| 471 | <test-case FilePath="aggregate"> |
| 472 | <compilation-unit name="avg_double"> |
| 473 | <output-dir compare="Text">avg_double</output-dir> |
| 474 | </compilation-unit> |
| 475 | </test-case> |
| 476 | <test-case FilePath="aggregate"> |
| 477 | <compilation-unit name="avg_double_null"> |
| 478 | <output-dir compare="Text">avg_double_null</output-dir> |
| 479 | </compilation-unit> |
| 480 | </test-case> |
| 481 | <test-case FilePath="aggregate"> |
| 482 | <compilation-unit name="avg_empty_01"> |
| 483 | <output-dir compare="Text">avg_empty_01</output-dir> |
| 484 | </compilation-unit> |
| 485 | </test-case> |
| 486 | <test-case FilePath="aggregate"> |
| 487 | <compilation-unit name="avg_empty_02"> |
| 488 | <output-dir compare="Text">avg_empty_02</output-dir> |
| 489 | </compilation-unit> |
| 490 | </test-case> |
| 491 | <test-case FilePath="aggregate"> |
| 492 | <compilation-unit name="avg_float"> |
| 493 | <output-dir compare="Text">avg_float</output-dir> |
| 494 | </compilation-unit> |
| 495 | </test-case> |
| 496 | <test-case FilePath="aggregate"> |
| 497 | <compilation-unit name="avg_float_null"> |
| 498 | <output-dir compare="Text">avg_float_null</output-dir> |
| 499 | </compilation-unit> |
| 500 | </test-case> |
| 501 | <test-case FilePath="aggregate"> |
| 502 | <compilation-unit name="avg_int16"> |
| 503 | <output-dir compare="Text">avg_int16</output-dir> |
| 504 | </compilation-unit> |
| 505 | </test-case> |
| 506 | <test-case FilePath="aggregate"> |
| 507 | <compilation-unit name="avg_int16_null"> |
| 508 | <output-dir compare="Text">avg_int16_null</output-dir> |
| 509 | </compilation-unit> |
| 510 | </test-case> |
| 511 | <test-case FilePath="aggregate"> |
| 512 | <compilation-unit name="avg_int32"> |
| 513 | <output-dir compare="Text">avg_int32</output-dir> |
| 514 | </compilation-unit> |
| 515 | </test-case> |
| 516 | <test-case FilePath="aggregate"> |
| 517 | <compilation-unit name="avg_int32_null"> |
| 518 | <output-dir compare="Text">avg_int32_null</output-dir> |
| 519 | </compilation-unit> |
| 520 | </test-case> |
| 521 | <test-case FilePath="aggregate"> |
| 522 | <compilation-unit name="avg_int64"> |
| 523 | <output-dir compare="Text">avg_int64</output-dir> |
| 524 | </compilation-unit> |
| 525 | </test-case> |
| 526 | <test-case FilePath="aggregate"> |
| 527 | <compilation-unit name="avg_int64_null"> |
| 528 | <output-dir compare="Text">avg_int64_null</output-dir> |
| 529 | </compilation-unit> |
| 530 | </test-case> |
| 531 | <test-case FilePath="aggregate"> |
| 532 | <compilation-unit name="avg_int8"> |
| 533 | <output-dir compare="Text">avg_int8</output-dir> |
| 534 | </compilation-unit> |
| 535 | </test-case> |
| 536 | <test-case FilePath="aggregate"> |
| 537 | <compilation-unit name="avg_int8_null"> |
| 538 | <output-dir compare="Text">avg_int8_null</output-dir> |
| 539 | </compilation-unit> |
| 540 | </test-case> |
| 541 | <test-case FilePath="aggregate"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 542 | <compilation-unit name="avg_distinct"> |
| 543 | <output-dir compare="Text">avg_distinct</output-dir> |
| 544 | </compilation-unit> |
| 545 | </test-case> |
| 546 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 547 | <compilation-unit name="count_01"> |
| 548 | <output-dir compare="Text">count_01</output-dir> |
| 549 | </compilation-unit> |
| 550 | </test-case> |
| 551 | <test-case FilePath="aggregate"> |
luochen | f9d70de | 2018-11-19 17:18:15 -0800 | [diff] [blame] | 552 | <compilation-unit name="count_dataset"> |
| 553 | <output-dir compare="Text">count_dataset</output-dir> |
| 554 | </compilation-unit> |
| 555 | </test-case> |
| 556 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 557 | <compilation-unit name="count_empty_01"> |
| 558 | <output-dir compare="Text">count_empty_01</output-dir> |
| 559 | </compilation-unit> |
| 560 | </test-case> |
| 561 | <test-case FilePath="aggregate"> |
| 562 | <compilation-unit name="count_empty_02"> |
| 563 | <output-dir compare="Text">count_empty_02</output-dir> |
| 564 | </compilation-unit> |
| 565 | </test-case> |
| 566 | <test-case FilePath="aggregate"> |
| 567 | <compilation-unit name="count_null"> |
| 568 | <output-dir compare="Text">count_null</output-dir> |
| 569 | </compilation-unit> |
| 570 | </test-case> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 571 | <test-case FilePath="aggregate"> |
| 572 | <compilation-unit name="count_distinct"> |
| 573 | <output-dir compare="Text">count_distinct</output-dir> |
| 574 | </compilation-unit> |
| 575 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 576 | <test-case FilePath="aggregate"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 577 | <compilation-unit name="kurtosis_double"> |
| 578 | <output-dir compare="Text">kurtosis_double</output-dir> |
| 579 | </compilation-unit> |
| 580 | </test-case> |
| 581 | <test-case FilePath="aggregate"> |
| 582 | <compilation-unit name="kurtosis_double_null"> |
| 583 | <output-dir compare="Text">kurtosis_double_null</output-dir> |
| 584 | </compilation-unit> |
| 585 | </test-case> |
| 586 | <test-case FilePath="aggregate"> |
| 587 | <compilation-unit name="kurtosis_empty_01"> |
| 588 | <output-dir compare="Text">kurtosis_empty_01</output-dir> |
| 589 | </compilation-unit> |
| 590 | </test-case> |
| 591 | <test-case FilePath="aggregate"> |
| 592 | <compilation-unit name="kurtosis_empty_02"> |
| 593 | <output-dir compare="Text">kurtosis_empty_02</output-dir> |
| 594 | </compilation-unit> |
| 595 | </test-case> |
| 596 | <test-case FilePath="aggregate"> |
| 597 | <compilation-unit name="kurtosis_float"> |
| 598 | <output-dir compare="Text">kurtosis_float</output-dir> |
| 599 | </compilation-unit> |
| 600 | </test-case> |
| 601 | <test-case FilePath="aggregate"> |
| 602 | <compilation-unit name="kurtosis_float_null"> |
| 603 | <output-dir compare="Text">kurtosis_float_null</output-dir> |
| 604 | </compilation-unit> |
| 605 | </test-case> |
| 606 | <test-case FilePath="aggregate"> |
| 607 | <compilation-unit name="kurtosis_int16"> |
| 608 | <output-dir compare="Text">kurtosis_int16</output-dir> |
| 609 | </compilation-unit> |
| 610 | </test-case> |
| 611 | <test-case FilePath="aggregate"> |
| 612 | <compilation-unit name="kurtosis_int16_null"> |
| 613 | <output-dir compare="Text">kurtosis_int16_null</output-dir> |
| 614 | </compilation-unit> |
| 615 | </test-case> |
| 616 | <test-case FilePath="aggregate"> |
| 617 | <compilation-unit name="kurtosis_int32"> |
| 618 | <output-dir compare="Text">kurtosis_int32</output-dir> |
| 619 | </compilation-unit> |
| 620 | </test-case> |
| 621 | <test-case FilePath="aggregate"> |
| 622 | <compilation-unit name="kurtosis_int32_null"> |
| 623 | <output-dir compare="Text">kurtosis_int32_null</output-dir> |
| 624 | </compilation-unit> |
| 625 | </test-case> |
| 626 | <test-case FilePath="aggregate"> |
| 627 | <compilation-unit name="kurtosis_int64"> |
| 628 | <output-dir compare="Text">kurtosis_int64</output-dir> |
| 629 | </compilation-unit> |
| 630 | </test-case> |
| 631 | <test-case FilePath="aggregate"> |
| 632 | <compilation-unit name="kurtosis_int64_null"> |
| 633 | <output-dir compare="Text">kurtosis_int64_null</output-dir> |
| 634 | </compilation-unit> |
| 635 | </test-case> |
| 636 | <test-case FilePath="aggregate"> |
| 637 | <compilation-unit name="kurtosis_int8"> |
| 638 | <output-dir compare="Text">kurtosis_int8</output-dir> |
| 639 | </compilation-unit> |
| 640 | </test-case> |
| 641 | <test-case FilePath="aggregate"> |
| 642 | <compilation-unit name="kurtosis_int8_null"> |
| 643 | <output-dir compare="Text">kurtosis_int8_null</output-dir> |
| 644 | </compilation-unit> |
| 645 | </test-case> |
| 646 | <test-case FilePath="aggregate"> |
| 647 | <compilation-unit name="kurtosis_distinct"> |
| 648 | <output-dir compare="Text">kurtosis_distinct</output-dir> |
| 649 | </compilation-unit> |
| 650 | </test-case> |
| 651 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 652 | <compilation-unit name="max_empty_01"> |
| 653 | <output-dir compare="Text">max_empty_01</output-dir> |
| 654 | </compilation-unit> |
| 655 | </test-case> |
| 656 | <test-case FilePath="aggregate"> |
| 657 | <compilation-unit name="max_empty_02"> |
| 658 | <output-dir compare="Text">max_empty_02</output-dir> |
| 659 | </compilation-unit> |
| 660 | </test-case> |
| 661 | <test-case FilePath="aggregate"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 662 | <compilation-unit name="max_distinct"> |
| 663 | <output-dir compare="Text">max_distinct</output-dir> |
| 664 | </compilation-unit> |
| 665 | </test-case> |
| 666 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 667 | <compilation-unit name="min_empty_01"> |
| 668 | <output-dir compare="Text">min_empty_01</output-dir> |
| 669 | </compilation-unit> |
| 670 | </test-case> |
| 671 | <test-case FilePath="aggregate"> |
| 672 | <compilation-unit name="min_empty_02"> |
| 673 | <output-dir compare="Text">min_empty_02</output-dir> |
| 674 | </compilation-unit> |
| 675 | </test-case> |
| 676 | <test-case FilePath="aggregate"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 677 | <compilation-unit name="min_distinct"> |
| 678 | <output-dir compare="Text">min_distinct</output-dir> |
| 679 | </compilation-unit> |
| 680 | </test-case> |
| 681 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 682 | <compilation-unit name="scalar_avg"> |
| 683 | <output-dir compare="Text">scalar_avg</output-dir> |
| 684 | </compilation-unit> |
| 685 | </test-case> |
| 686 | <test-case FilePath="aggregate"> |
| 687 | <compilation-unit name="scalar_avg_empty"> |
| 688 | <output-dir compare="Text">scalar_avg_empty</output-dir> |
| 689 | </compilation-unit> |
| 690 | </test-case> |
| 691 | <test-case FilePath="aggregate"> |
| 692 | <compilation-unit name="scalar_avg_null"> |
| 693 | <output-dir compare="Text">scalar_avg_null</output-dir> |
| 694 | </compilation-unit> |
| 695 | </test-case> |
| 696 | <test-case FilePath="aggregate"> |
| 697 | <compilation-unit name="scalar_count"> |
| 698 | <output-dir compare="Text">scalar_count</output-dir> |
| 699 | </compilation-unit> |
| 700 | </test-case> |
| 701 | <test-case FilePath="aggregate"> |
| 702 | <compilation-unit name="scalar_count_empty"> |
| 703 | <output-dir compare="Text">scalar_count_empty</output-dir> |
| 704 | </compilation-unit> |
| 705 | </test-case> |
| 706 | <test-case FilePath="aggregate"> |
| 707 | <compilation-unit name="scalar_count_null"> |
| 708 | <output-dir compare="Text">scalar_count_null</output-dir> |
| 709 | </compilation-unit> |
| 710 | </test-case> |
| 711 | <test-case FilePath="aggregate"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 712 | <compilation-unit name="scalar_kurtosis"> |
| 713 | <output-dir compare="Text">scalar_kurtosis</output-dir> |
| 714 | </compilation-unit> |
| 715 | </test-case> |
| 716 | <test-case FilePath="aggregate"> |
| 717 | <compilation-unit name="scalar_kurtosis_empty"> |
| 718 | <output-dir compare="Text">scalar_kurtosis_empty</output-dir> |
| 719 | </compilation-unit> |
| 720 | </test-case> |
| 721 | <test-case FilePath="aggregate"> |
| 722 | <compilation-unit name="scalar_kurtosis_null"> |
| 723 | <output-dir compare="Text">scalar_kurtosis_null</output-dir> |
| 724 | </compilation-unit> |
| 725 | </test-case> |
| 726 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 727 | <compilation-unit name="scalar_max"> |
| 728 | <output-dir compare="Text">scalar_max</output-dir> |
| 729 | </compilation-unit> |
| 730 | </test-case> |
| 731 | <test-case FilePath="aggregate"> |
| 732 | <compilation-unit name="scalar_max_empty"> |
| 733 | <output-dir compare="Text">scalar_max_empty</output-dir> |
| 734 | </compilation-unit> |
| 735 | </test-case> |
| 736 | <test-case FilePath="aggregate"> |
| 737 | <compilation-unit name="scalar_max_null"> |
| 738 | <output-dir compare="Text">scalar_max_null</output-dir> |
| 739 | </compilation-unit> |
| 740 | </test-case> |
| 741 | <test-case FilePath="aggregate"> |
| 742 | <compilation-unit name="scalar_min"> |
| 743 | <output-dir compare="Text">scalar_min</output-dir> |
| 744 | </compilation-unit> |
| 745 | </test-case> |
| 746 | <test-case FilePath="aggregate"> |
| 747 | <compilation-unit name="scalar_min_empty"> |
| 748 | <output-dir compare="Text">scalar_min_empty</output-dir> |
| 749 | </compilation-unit> |
| 750 | </test-case> |
| 751 | <test-case FilePath="aggregate"> |
| 752 | <compilation-unit name="scalar_min_null"> |
| 753 | <output-dir compare="Text">scalar_min_null</output-dir> |
| 754 | </compilation-unit> |
| 755 | </test-case> |
| 756 | <test-case FilePath="aggregate"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 757 | <compilation-unit name="scalar_skewness"> |
| 758 | <output-dir compare="Text">scalar_skewness</output-dir> |
| 759 | </compilation-unit> |
| 760 | </test-case> |
| 761 | <test-case FilePath="aggregate"> |
| 762 | <compilation-unit name="scalar_skewness_empty"> |
| 763 | <output-dir compare="Text">scalar_skewness_empty</output-dir> |
| 764 | </compilation-unit> |
| 765 | </test-case> |
| 766 | <test-case FilePath="aggregate"> |
| 767 | <compilation-unit name="scalar_skewness_null"> |
| 768 | <output-dir compare="Text">scalar_skewness_null</output-dir> |
| 769 | </compilation-unit> |
| 770 | </test-case> |
| 771 | <test-case FilePath="aggregate"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 772 | <compilation-unit name="scalar_stddev"> |
| 773 | <output-dir compare="Text">scalar_stddev</output-dir> |
| 774 | </compilation-unit> |
| 775 | </test-case> |
| 776 | <test-case FilePath="aggregate"> |
| 777 | <compilation-unit name="scalar_stddev_empty"> |
| 778 | <output-dir compare="Text">scalar_stddev_empty</output-dir> |
| 779 | </compilation-unit> |
| 780 | </test-case> |
| 781 | <test-case FilePath="aggregate"> |
| 782 | <compilation-unit name="scalar_stddev_null"> |
| 783 | <output-dir compare="Text">scalar_stddev_null</output-dir> |
| 784 | </compilation-unit> |
| 785 | </test-case> |
| 786 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 787 | <compilation-unit name="scalar_sum"> |
| 788 | <output-dir compare="Text">scalar_sum</output-dir> |
| 789 | </compilation-unit> |
| 790 | </test-case> |
| 791 | <test-case FilePath="aggregate"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 792 | <compilation-unit name="scalar_sum_empty"> |
| 793 | <output-dir compare="Text">scalar_sum_empty</output-dir> |
| 794 | </compilation-unit> |
| 795 | </test-case> |
| 796 | <test-case FilePath="aggregate"> |
| 797 | <compilation-unit name="scalar_sum_null"> |
| 798 | <output-dir compare="Text">scalar_sum_null</output-dir> |
| 799 | </compilation-unit> |
| 800 | </test-case> |
| 801 | <test-case FilePath="aggregate"> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 802 | <compilation-unit name="scalar_var"> |
| 803 | <output-dir compare="Text">scalar_var</output-dir> |
| 804 | </compilation-unit> |
| 805 | </test-case> |
| 806 | <test-case FilePath="aggregate"> |
| 807 | <compilation-unit name="scalar_var_empty"> |
| 808 | <output-dir compare="Text">scalar_var_empty</output-dir> |
| 809 | </compilation-unit> |
| 810 | </test-case> |
| 811 | <test-case FilePath="aggregate"> |
| 812 | <compilation-unit name="scalar_var_null"> |
| 813 | <output-dir compare="Text">scalar_var_null</output-dir> |
| 814 | </compilation-unit> |
| 815 | </test-case> |
| 816 | <test-case FilePath="aggregate"> |
Hussain Towaileb | 0be8b38 | 2020-03-17 19:06:55 +0300 | [diff] [blame] | 817 | <compilation-unit name="serial_avg_empty"> |
| 818 | <output-dir compare="Text">serial_avg_empty</output-dir> |
| 819 | </compilation-unit> |
| 820 | </test-case> |
| 821 | <test-case FilePath="aggregate"> |
| 822 | <compilation-unit name="serial_avg_int8"> |
| 823 | <output-dir compare="Text">serial_avg_int8</output-dir> |
| 824 | </compilation-unit> |
| 825 | </test-case> |
| 826 | <test-case FilePath="aggregate"> |
| 827 | <compilation-unit name="serial_avg_int8_null"> |
| 828 | <output-dir compare="Text">serial_avg_int8_null</output-dir> |
| 829 | </compilation-unit> |
| 830 | </test-case> |
| 831 | <test-case FilePath="aggregate"> |
| 832 | <compilation-unit name="serial_avg_int16"> |
| 833 | <output-dir compare="Text">serial_avg_int16</output-dir> |
| 834 | </compilation-unit> |
| 835 | </test-case> |
| 836 | <test-case FilePath="aggregate"> |
| 837 | <compilation-unit name="serial_avg_int16_null"> |
| 838 | <output-dir compare="Text">serial_avg_int16_null</output-dir> |
| 839 | </compilation-unit> |
| 840 | </test-case> |
| 841 | <test-case FilePath="aggregate"> |
| 842 | <compilation-unit name="serial_avg_int32"> |
| 843 | <output-dir compare="Text">serial_avg_int32</output-dir> |
| 844 | </compilation-unit> |
| 845 | </test-case> |
| 846 | <test-case FilePath="aggregate"> |
| 847 | <compilation-unit name="serial_avg_int32_null"> |
| 848 | <output-dir compare="Text">serial_avg_int32_null</output-dir> |
| 849 | </compilation-unit> |
| 850 | </test-case> |
| 851 | <test-case FilePath="aggregate"> |
| 852 | <compilation-unit name="serial_avg_int64"> |
| 853 | <output-dir compare="Text">serial_avg_int64</output-dir> |
| 854 | </compilation-unit> |
| 855 | </test-case> |
| 856 | <test-case FilePath="aggregate"> |
| 857 | <compilation-unit name="serial_avg_int64_null"> |
| 858 | <output-dir compare="Text">serial_avg_int64_null</output-dir> |
| 859 | </compilation-unit> |
| 860 | </test-case> |
| 861 | <test-case FilePath="aggregate"> |
| 862 | <compilation-unit name="serial_avg_float"> |
| 863 | <output-dir compare="Text">serial_avg_float</output-dir> |
| 864 | </compilation-unit> |
| 865 | </test-case> |
| 866 | <test-case FilePath="aggregate"> |
| 867 | <compilation-unit name="serial_avg_float_null"> |
| 868 | <output-dir compare="Text">serial_avg_float_null</output-dir> |
| 869 | </compilation-unit> |
| 870 | </test-case> |
| 871 | <test-case FilePath="aggregate"> |
| 872 | <compilation-unit name="serial_avg_double"> |
| 873 | <output-dir compare="Text">serial_avg_double</output-dir> |
| 874 | </compilation-unit> |
| 875 | </test-case> |
| 876 | <test-case FilePath="aggregate"> |
| 877 | <compilation-unit name="serial_avg_double_null"> |
| 878 | <output-dir compare="Text">serial_avg_double_null</output-dir> |
| 879 | </compilation-unit> |
| 880 | </test-case> |
| 881 | <test-case FilePath="aggregate"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 882 | <compilation-unit name="serial_kurtosis_double"> |
| 883 | <output-dir compare="Text">serial_kurtosis_double</output-dir> |
| 884 | </compilation-unit> |
| 885 | </test-case> |
| 886 | <test-case FilePath="aggregate"> |
| 887 | <compilation-unit name="serial_kurtosis_double_null"> |
| 888 | <output-dir compare="Text">serial_kurtosis_double_null</output-dir> |
| 889 | </compilation-unit> |
| 890 | </test-case> |
| 891 | <test-case FilePath="aggregate"> |
| 892 | <compilation-unit name="serial_kurtosis_empty"> |
| 893 | <output-dir compare="Text">serial_kurtosis_empty</output-dir> |
| 894 | </compilation-unit> |
| 895 | </test-case> |
| 896 | <test-case FilePath="aggregate"> |
| 897 | <compilation-unit name="serial_kurtosis_float"> |
| 898 | <output-dir compare="Text">serial_kurtosis_float</output-dir> |
| 899 | </compilation-unit> |
| 900 | </test-case> |
| 901 | <test-case FilePath="aggregate"> |
| 902 | <compilation-unit name="serial_kurtosis_float_null"> |
| 903 | <output-dir compare="Text">serial_kurtosis_float_null</output-dir> |
| 904 | </compilation-unit> |
| 905 | </test-case> |
| 906 | <test-case FilePath="aggregate"> |
| 907 | <compilation-unit name="serial_kurtosis_int16"> |
| 908 | <output-dir compare="Text">serial_kurtosis_int16</output-dir> |
| 909 | </compilation-unit> |
| 910 | </test-case> |
| 911 | <test-case FilePath="aggregate"> |
| 912 | <compilation-unit name="serial_kurtosis_int16_null"> |
| 913 | <output-dir compare="Text">serial_kurtosis_int16_null</output-dir> |
| 914 | </compilation-unit> |
| 915 | </test-case> |
| 916 | <test-case FilePath="aggregate"> |
| 917 | <compilation-unit name="serial_kurtosis_int32"> |
| 918 | <output-dir compare="Text">serial_kurtosis_int32</output-dir> |
| 919 | </compilation-unit> |
| 920 | </test-case> |
| 921 | <test-case FilePath="aggregate"> |
| 922 | <compilation-unit name="serial_kurtosis_int32_null"> |
| 923 | <output-dir compare="Text">serial_kurtosis_int32_null</output-dir> |
| 924 | </compilation-unit> |
| 925 | </test-case> |
| 926 | <test-case FilePath="aggregate"> |
| 927 | <compilation-unit name="serial_kurtosis_int64"> |
| 928 | <output-dir compare="Text">serial_kurtosis_int64</output-dir> |
| 929 | </compilation-unit> |
| 930 | </test-case> |
| 931 | <test-case FilePath="aggregate"> |
| 932 | <compilation-unit name="serial_kurtosis_int64_null"> |
| 933 | <output-dir compare="Text">serial_kurtosis_int64_null</output-dir> |
| 934 | </compilation-unit> |
| 935 | </test-case> |
| 936 | <test-case FilePath="aggregate"> |
| 937 | <compilation-unit name="serial_kurtosis_int8"> |
| 938 | <output-dir compare="Text">serial_kurtosis_int8</output-dir> |
| 939 | </compilation-unit> |
| 940 | </test-case> |
| 941 | <test-case FilePath="aggregate"> |
| 942 | <compilation-unit name="serial_kurtosis_int8_null"> |
| 943 | <output-dir compare="Text">serial_kurtosis_int8_null</output-dir> |
| 944 | </compilation-unit> |
| 945 | </test-case> |
| 946 | <test-case FilePath="aggregate"> |
| 947 | <compilation-unit name="serial_skewness_double"> |
| 948 | <output-dir compare="Text">serial_skewness_double</output-dir> |
| 949 | </compilation-unit> |
| 950 | </test-case> |
| 951 | <test-case FilePath="aggregate"> |
| 952 | <compilation-unit name="serial_skewness_double_null"> |
| 953 | <output-dir compare="Text">serial_skewness_double_null</output-dir> |
| 954 | </compilation-unit> |
| 955 | </test-case> |
| 956 | <test-case FilePath="aggregate"> |
| 957 | <compilation-unit name="serial_skewness_empty"> |
| 958 | <output-dir compare="Text">serial_skewness_empty</output-dir> |
| 959 | </compilation-unit> |
| 960 | </test-case> |
| 961 | <test-case FilePath="aggregate"> |
| 962 | <compilation-unit name="serial_skewness_float"> |
| 963 | <output-dir compare="Text">serial_skewness_float</output-dir> |
| 964 | </compilation-unit> |
| 965 | </test-case> |
| 966 | <test-case FilePath="aggregate"> |
| 967 | <compilation-unit name="serial_skewness_float_null"> |
| 968 | <output-dir compare="Text">serial_skewness_float_null</output-dir> |
| 969 | </compilation-unit> |
| 970 | </test-case> |
| 971 | <test-case FilePath="aggregate"> |
| 972 | <compilation-unit name="serial_skewness_int16"> |
| 973 | <output-dir compare="Text">serial_skewness_int16</output-dir> |
| 974 | </compilation-unit> |
| 975 | </test-case> |
| 976 | <test-case FilePath="aggregate"> |
| 977 | <compilation-unit name="serial_skewness_int16_null"> |
| 978 | <output-dir compare="Text">serial_skewness_int16_null</output-dir> |
| 979 | </compilation-unit> |
| 980 | </test-case> |
| 981 | <test-case FilePath="aggregate"> |
| 982 | <compilation-unit name="serial_skewness_int32"> |
| 983 | <output-dir compare="Text">serial_skewness_int32</output-dir> |
| 984 | </compilation-unit> |
| 985 | </test-case> |
| 986 | <test-case FilePath="aggregate"> |
| 987 | <compilation-unit name="serial_skewness_int32_null"> |
| 988 | <output-dir compare="Text">serial_skewness_int32_null</output-dir> |
| 989 | </compilation-unit> |
| 990 | </test-case> |
| 991 | <test-case FilePath="aggregate"> |
| 992 | <compilation-unit name="serial_skewness_int64"> |
| 993 | <output-dir compare="Text">serial_skewness_int64</output-dir> |
| 994 | </compilation-unit> |
| 995 | </test-case> |
| 996 | <test-case FilePath="aggregate"> |
| 997 | <compilation-unit name="serial_skewness_int64_null"> |
| 998 | <output-dir compare="Text">serial_skewness_int64_null</output-dir> |
| 999 | </compilation-unit> |
| 1000 | </test-case> |
| 1001 | <test-case FilePath="aggregate"> |
| 1002 | <compilation-unit name="serial_skewness_int8"> |
| 1003 | <output-dir compare="Text">serial_skewness_int8</output-dir> |
| 1004 | </compilation-unit> |
| 1005 | </test-case> |
| 1006 | <test-case FilePath="aggregate"> |
| 1007 | <compilation-unit name="serial_skewness_int8_null"> |
| 1008 | <output-dir compare="Text">serial_skewness_int8_null</output-dir> |
| 1009 | </compilation-unit> |
| 1010 | </test-case> |
| 1011 | <test-case FilePath="aggregate"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 1012 | <compilation-unit name="serial_stddev_double"> |
| 1013 | <output-dir compare="Text">serial_stddev_double</output-dir> |
| 1014 | </compilation-unit> |
| 1015 | </test-case> |
| 1016 | <test-case FilePath="aggregate"> |
| 1017 | <compilation-unit name="serial_stddev_double_null"> |
| 1018 | <output-dir compare="Text">serial_stddev_double_null</output-dir> |
| 1019 | </compilation-unit> |
| 1020 | </test-case> |
| 1021 | <test-case FilePath="aggregate"> |
| 1022 | <compilation-unit name="serial_stddev_empty"> |
| 1023 | <output-dir compare="Text">serial_stddev_empty</output-dir> |
| 1024 | </compilation-unit> |
| 1025 | </test-case> |
| 1026 | <test-case FilePath="aggregate"> |
| 1027 | <compilation-unit name="serial_stddev_float"> |
| 1028 | <output-dir compare="Text">serial_stddev_float</output-dir> |
| 1029 | </compilation-unit> |
| 1030 | </test-case> |
| 1031 | <test-case FilePath="aggregate"> |
| 1032 | <compilation-unit name="serial_stddev_float_null"> |
| 1033 | <output-dir compare="Text">serial_stddev_float_null</output-dir> |
| 1034 | </compilation-unit> |
| 1035 | </test-case> |
| 1036 | <test-case FilePath="aggregate"> |
| 1037 | <compilation-unit name="serial_stddev_int16"> |
| 1038 | <output-dir compare="Text">serial_stddev_int16</output-dir> |
| 1039 | </compilation-unit> |
| 1040 | </test-case> |
| 1041 | <test-case FilePath="aggregate"> |
| 1042 | <compilation-unit name="serial_stddev_int16_null"> |
| 1043 | <output-dir compare="Text">serial_stddev_int16_null</output-dir> |
| 1044 | </compilation-unit> |
| 1045 | </test-case> |
| 1046 | <test-case FilePath="aggregate"> |
| 1047 | <compilation-unit name="serial_stddev_int32"> |
| 1048 | <output-dir compare="Text">serial_stddev_int32</output-dir> |
| 1049 | </compilation-unit> |
| 1050 | </test-case> |
| 1051 | <test-case FilePath="aggregate"> |
| 1052 | <compilation-unit name="serial_stddev_int32_null"> |
| 1053 | <output-dir compare="Text">serial_stddev_int32_null</output-dir> |
| 1054 | </compilation-unit> |
| 1055 | </test-case> |
| 1056 | <test-case FilePath="aggregate"> |
| 1057 | <compilation-unit name="serial_stddev_int64"> |
| 1058 | <output-dir compare="Text">serial_stddev_int64</output-dir> |
| 1059 | </compilation-unit> |
| 1060 | </test-case> |
| 1061 | <test-case FilePath="aggregate"> |
| 1062 | <compilation-unit name="serial_stddev_int64_null"> |
| 1063 | <output-dir compare="Text">serial_stddev_int64_null</output-dir> |
| 1064 | </compilation-unit> |
| 1065 | </test-case> |
| 1066 | <test-case FilePath="aggregate"> |
| 1067 | <compilation-unit name="serial_stddev_int8"> |
| 1068 | <output-dir compare="Text">serial_stddev_int8</output-dir> |
| 1069 | </compilation-unit> |
| 1070 | </test-case> |
| 1071 | <test-case FilePath="aggregate"> |
| 1072 | <compilation-unit name="serial_stddev_int8_null"> |
| 1073 | <output-dir compare="Text">serial_stddev_int8_null</output-dir> |
| 1074 | </compilation-unit> |
| 1075 | </test-case> |
| 1076 | <test-case FilePath="aggregate"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 1077 | <compilation-unit name="serial_sum_double"> |
| 1078 | <output-dir compare="Text">serial_sum_double</output-dir> |
| 1079 | </compilation-unit> |
| 1080 | </test-case> |
| 1081 | <test-case FilePath="aggregate"> |
| 1082 | <compilation-unit name="serial_sum_double_null"> |
| 1083 | <output-dir compare="Text">serial_sum_double_null</output-dir> |
| 1084 | </compilation-unit> |
| 1085 | </test-case> |
| 1086 | <test-case FilePath="aggregate"> |
| 1087 | <compilation-unit name="serial_sum_empty"> |
| 1088 | <output-dir compare="Text">serial_sum_empty</output-dir> |
| 1089 | </compilation-unit> |
| 1090 | </test-case> |
| 1091 | <test-case FilePath="aggregate"> |
| 1092 | <compilation-unit name="serial_sum_float"> |
| 1093 | <output-dir compare="Text">serial_sum_float</output-dir> |
| 1094 | </compilation-unit> |
| 1095 | </test-case> |
| 1096 | <test-case FilePath="aggregate"> |
| 1097 | <compilation-unit name="serial_sum_float_null"> |
| 1098 | <output-dir compare="Text">serial_sum_float_null</output-dir> |
| 1099 | </compilation-unit> |
| 1100 | </test-case> |
| 1101 | <test-case FilePath="aggregate"> |
| 1102 | <compilation-unit name="serial_sum_int16"> |
| 1103 | <output-dir compare="Text">serial_sum_int16</output-dir> |
| 1104 | </compilation-unit> |
| 1105 | </test-case> |
| 1106 | <test-case FilePath="aggregate"> |
| 1107 | <compilation-unit name="serial_sum_int16_null"> |
| 1108 | <output-dir compare="Text">serial_sum_int16_null</output-dir> |
| 1109 | </compilation-unit> |
| 1110 | </test-case> |
| 1111 | <test-case FilePath="aggregate"> |
| 1112 | <compilation-unit name="serial_sum_int32"> |
| 1113 | <output-dir compare="Text">serial_sum_int32</output-dir> |
| 1114 | </compilation-unit> |
| 1115 | </test-case> |
| 1116 | <test-case FilePath="aggregate"> |
| 1117 | <compilation-unit name="serial_sum_int32_null"> |
| 1118 | <output-dir compare="Text">serial_sum_int32_null</output-dir> |
| 1119 | </compilation-unit> |
| 1120 | </test-case> |
| 1121 | <test-case FilePath="aggregate"> |
| 1122 | <compilation-unit name="serial_sum_int64"> |
| 1123 | <output-dir compare="Text">serial_sum_int64</output-dir> |
| 1124 | </compilation-unit> |
| 1125 | </test-case> |
| 1126 | <test-case FilePath="aggregate"> |
| 1127 | <compilation-unit name="serial_sum_int64_null"> |
| 1128 | <output-dir compare="Text">serial_sum_int64_null</output-dir> |
| 1129 | </compilation-unit> |
| 1130 | </test-case> |
| 1131 | <test-case FilePath="aggregate"> |
| 1132 | <compilation-unit name="serial_sum_int64_overflow"> |
| 1133 | <output-dir compare="Text">serial_sum_int64_overflow</output-dir> |
| 1134 | <expected-error>Overflow in agg-sum</expected-error> |
| 1135 | </compilation-unit> |
| 1136 | </test-case> |
| 1137 | <test-case FilePath="aggregate"> |
| 1138 | <compilation-unit name="serial_sum_int8"> |
| 1139 | <output-dir compare="Text">serial_sum_int8</output-dir> |
| 1140 | </compilation-unit> |
| 1141 | </test-case> |
| 1142 | <test-case FilePath="aggregate"> |
| 1143 | <compilation-unit name="serial_sum_int8_null"> |
| 1144 | <output-dir compare="Text">serial_sum_int8_null</output-dir> |
| 1145 | </compilation-unit> |
| 1146 | </test-case> |
| 1147 | <test-case FilePath="aggregate"> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 1148 | <compilation-unit name="serial_var_double"> |
| 1149 | <output-dir compare="Text">serial_var_double</output-dir> |
| 1150 | </compilation-unit> |
| 1151 | </test-case> |
| 1152 | <test-case FilePath="aggregate"> |
| 1153 | <compilation-unit name="serial_var_double_null"> |
| 1154 | <output-dir compare="Text">serial_var_double_null</output-dir> |
| 1155 | </compilation-unit> |
| 1156 | </test-case> |
| 1157 | <test-case FilePath="aggregate"> |
| 1158 | <compilation-unit name="serial_var_empty"> |
| 1159 | <output-dir compare="Text">serial_var_empty</output-dir> |
| 1160 | </compilation-unit> |
| 1161 | </test-case> |
| 1162 | <test-case FilePath="aggregate"> |
| 1163 | <compilation-unit name="serial_var_float"> |
| 1164 | <output-dir compare="Text">serial_var_float</output-dir> |
| 1165 | </compilation-unit> |
| 1166 | </test-case> |
| 1167 | <test-case FilePath="aggregate"> |
| 1168 | <compilation-unit name="serial_var_float_null"> |
| 1169 | <output-dir compare="Text">serial_var_float_null</output-dir> |
| 1170 | </compilation-unit> |
| 1171 | </test-case> |
| 1172 | <test-case FilePath="aggregate"> |
| 1173 | <compilation-unit name="serial_var_int16"> |
| 1174 | <output-dir compare="Text">serial_var_int16</output-dir> |
| 1175 | </compilation-unit> |
| 1176 | </test-case> |
| 1177 | <test-case FilePath="aggregate"> |
| 1178 | <compilation-unit name="serial_var_int16_null"> |
| 1179 | <output-dir compare="Text">serial_var_int16_null</output-dir> |
| 1180 | </compilation-unit> |
| 1181 | </test-case> |
| 1182 | <test-case FilePath="aggregate"> |
| 1183 | <compilation-unit name="serial_var_int32"> |
| 1184 | <output-dir compare="Text">serial_var_int32</output-dir> |
| 1185 | </compilation-unit> |
| 1186 | </test-case> |
| 1187 | <test-case FilePath="aggregate"> |
| 1188 | <compilation-unit name="serial_var_int32_null"> |
| 1189 | <output-dir compare="Text">serial_var_int32_null</output-dir> |
| 1190 | </compilation-unit> |
| 1191 | </test-case> |
| 1192 | <test-case FilePath="aggregate"> |
| 1193 | <compilation-unit name="serial_var_int64"> |
| 1194 | <output-dir compare="Text">serial_var_int64</output-dir> |
| 1195 | </compilation-unit> |
| 1196 | </test-case> |
| 1197 | <test-case FilePath="aggregate"> |
| 1198 | <compilation-unit name="serial_var_int64_null"> |
| 1199 | <output-dir compare="Text">serial_var_int64_null</output-dir> |
| 1200 | </compilation-unit> |
| 1201 | </test-case> |
| 1202 | <test-case FilePath="aggregate"> |
| 1203 | <compilation-unit name="serial_var_int8"> |
| 1204 | <output-dir compare="Text">serial_var_int8</output-dir> |
| 1205 | </compilation-unit> |
| 1206 | </test-case> |
| 1207 | <test-case FilePath="aggregate"> |
| 1208 | <compilation-unit name="serial_var_int8_null"> |
| 1209 | <output-dir compare="Text">serial_var_int8_null</output-dir> |
| 1210 | </compilation-unit> |
| 1211 | </test-case> |
| 1212 | <test-case FilePath="aggregate"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1213 | <compilation-unit name="skewness_double"> |
| 1214 | <output-dir compare="Text">skewness_double</output-dir> |
| 1215 | </compilation-unit> |
| 1216 | </test-case> |
| 1217 | <test-case FilePath="aggregate"> |
| 1218 | <compilation-unit name="skewness_double_null"> |
| 1219 | <output-dir compare="Text">skewness_double_null</output-dir> |
| 1220 | </compilation-unit> |
| 1221 | </test-case> |
| 1222 | <test-case FilePath="aggregate"> |
| 1223 | <compilation-unit name="skewness_empty_01"> |
| 1224 | <output-dir compare="Text">skewness_empty_01</output-dir> |
| 1225 | </compilation-unit> |
| 1226 | </test-case> |
| 1227 | <test-case FilePath="aggregate"> |
| 1228 | <compilation-unit name="skewness_empty_02"> |
| 1229 | <output-dir compare="Text">skewness_empty_02</output-dir> |
| 1230 | </compilation-unit> |
| 1231 | </test-case> |
| 1232 | <test-case FilePath="aggregate"> |
| 1233 | <compilation-unit name="skewness_float"> |
| 1234 | <output-dir compare="Text">skewness_float</output-dir> |
| 1235 | </compilation-unit> |
| 1236 | </test-case> |
| 1237 | <test-case FilePath="aggregate"> |
| 1238 | <compilation-unit name="skewness_float_null"> |
| 1239 | <output-dir compare="Text">skewness_float_null</output-dir> |
| 1240 | </compilation-unit> |
| 1241 | </test-case> |
| 1242 | <test-case FilePath="aggregate"> |
| 1243 | <compilation-unit name="skewness_int16"> |
| 1244 | <output-dir compare="Text">skewness_int16</output-dir> |
| 1245 | </compilation-unit> |
| 1246 | </test-case> |
| 1247 | <test-case FilePath="aggregate"> |
| 1248 | <compilation-unit name="skewness_int16_null"> |
| 1249 | <output-dir compare="Text">skewness_int16_null</output-dir> |
| 1250 | </compilation-unit> |
| 1251 | </test-case> |
| 1252 | <test-case FilePath="aggregate"> |
| 1253 | <compilation-unit name="skewness_int32"> |
| 1254 | <output-dir compare="Text">skewness_int32</output-dir> |
| 1255 | </compilation-unit> |
| 1256 | </test-case> |
| 1257 | <test-case FilePath="aggregate"> |
| 1258 | <compilation-unit name="skewness_int32_null"> |
| 1259 | <output-dir compare="Text">skewness_int32_null</output-dir> |
| 1260 | </compilation-unit> |
| 1261 | </test-case> |
| 1262 | <test-case FilePath="aggregate"> |
| 1263 | <compilation-unit name="skewness_int64"> |
| 1264 | <output-dir compare="Text">skewness_int64</output-dir> |
| 1265 | </compilation-unit> |
| 1266 | </test-case> |
| 1267 | <test-case FilePath="aggregate"> |
| 1268 | <compilation-unit name="skewness_int64_null"> |
| 1269 | <output-dir compare="Text">skewness_int64_null</output-dir> |
| 1270 | </compilation-unit> |
| 1271 | </test-case> |
| 1272 | <test-case FilePath="aggregate"> |
| 1273 | <compilation-unit name="skewness_int8"> |
| 1274 | <output-dir compare="Text">skewness_int8</output-dir> |
| 1275 | </compilation-unit> |
| 1276 | </test-case> |
| 1277 | <test-case FilePath="aggregate"> |
| 1278 | <compilation-unit name="skewness_int8_null"> |
| 1279 | <output-dir compare="Text">skewness_int8_null</output-dir> |
| 1280 | </compilation-unit> |
| 1281 | </test-case> |
| 1282 | <test-case FilePath="aggregate"> |
| 1283 | <compilation-unit name="skewness_distinct"> |
| 1284 | <output-dir compare="Text">skewness_distinct</output-dir> |
| 1285 | </compilation-unit> |
| 1286 | </test-case> |
| 1287 | <test-case FilePath="aggregate"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 1288 | <compilation-unit name="stddev_double"> |
| 1289 | <output-dir compare="Text">stddev_double</output-dir> |
| 1290 | </compilation-unit> |
| 1291 | </test-case> |
| 1292 | <test-case FilePath="aggregate"> |
| 1293 | <compilation-unit name="stddev_double_null"> |
| 1294 | <output-dir compare="Text">stddev_double_null</output-dir> |
| 1295 | </compilation-unit> |
| 1296 | </test-case> |
| 1297 | <test-case FilePath="aggregate"> |
| 1298 | <compilation-unit name="stddev_empty_01"> |
| 1299 | <output-dir compare="Text">stddev_empty_01</output-dir> |
| 1300 | </compilation-unit> |
| 1301 | </test-case> |
| 1302 | <test-case FilePath="aggregate"> |
| 1303 | <compilation-unit name="stddev_empty_02"> |
| 1304 | <output-dir compare="Text">stddev_empty_02</output-dir> |
| 1305 | </compilation-unit> |
| 1306 | </test-case> |
| 1307 | <test-case FilePath="aggregate"> |
| 1308 | <compilation-unit name="stddev_float"> |
| 1309 | <output-dir compare="Text">stddev_float</output-dir> |
| 1310 | </compilation-unit> |
| 1311 | </test-case> |
| 1312 | <test-case FilePath="aggregate"> |
| 1313 | <compilation-unit name="stddev_float_null"> |
| 1314 | <output-dir compare="Text">stddev_float_null</output-dir> |
| 1315 | </compilation-unit> |
| 1316 | </test-case> |
| 1317 | <test-case FilePath="aggregate"> |
| 1318 | <compilation-unit name="stddev_int16"> |
| 1319 | <output-dir compare="Text">stddev_int16</output-dir> |
| 1320 | </compilation-unit> |
| 1321 | </test-case> |
| 1322 | <test-case FilePath="aggregate"> |
| 1323 | <compilation-unit name="stddev_int16_null"> |
| 1324 | <output-dir compare="Text">stddev_int16_null</output-dir> |
| 1325 | </compilation-unit> |
| 1326 | </test-case> |
| 1327 | <test-case FilePath="aggregate"> |
| 1328 | <compilation-unit name="stddev_int32"> |
| 1329 | <output-dir compare="Text">stddev_int32</output-dir> |
| 1330 | </compilation-unit> |
| 1331 | </test-case> |
| 1332 | <test-case FilePath="aggregate"> |
| 1333 | <compilation-unit name="stddev_int32_null"> |
| 1334 | <output-dir compare="Text">stddev_int32_null</output-dir> |
| 1335 | </compilation-unit> |
| 1336 | </test-case> |
| 1337 | <test-case FilePath="aggregate"> |
| 1338 | <compilation-unit name="stddev_int64"> |
| 1339 | <output-dir compare="Text">stddev_int64</output-dir> |
| 1340 | </compilation-unit> |
| 1341 | </test-case> |
| 1342 | <test-case FilePath="aggregate"> |
| 1343 | <compilation-unit name="stddev_int64_null"> |
| 1344 | <output-dir compare="Text">stddev_int64_null</output-dir> |
| 1345 | </compilation-unit> |
| 1346 | </test-case> |
| 1347 | <test-case FilePath="aggregate"> |
| 1348 | <compilation-unit name="stddev_int8"> |
| 1349 | <output-dir compare="Text">stddev_int8</output-dir> |
| 1350 | </compilation-unit> |
| 1351 | </test-case> |
| 1352 | <test-case FilePath="aggregate"> |
| 1353 | <compilation-unit name="stddev_int8_null"> |
| 1354 | <output-dir compare="Text">stddev_int8_null</output-dir> |
| 1355 | </compilation-unit> |
| 1356 | </test-case> |
| 1357 | <test-case FilePath="aggregate"> |
James Fang | 11d5b28 | 2018-10-22 15:13:24 -0700 | [diff] [blame] | 1358 | <compilation-unit name="stddev_distinct"> |
| 1359 | <output-dir compare="Text">stddev_distinct</output-dir> |
| 1360 | </compilation-unit> |
| 1361 | </test-case> |
| 1362 | <test-case FilePath="aggregate"> |
Dmitry Lychagin | e5ea42d | 2019-03-15 11:38:09 -0700 | [diff] [blame] | 1363 | <compilation-unit name="stddev_misc"> |
| 1364 | <output-dir compare="Text">stddev_misc</output-dir> |
| 1365 | </compilation-unit> |
| 1366 | </test-case> |
| 1367 | <test-case FilePath="aggregate"> |
| 1368 | <compilation-unit name="stddev_pop_misc"> |
| 1369 | <output-dir compare="Text">stddev_pop_misc</output-dir> |
| 1370 | </compilation-unit> |
| 1371 | </test-case> |
| 1372 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1373 | <compilation-unit name="sum_double"> |
| 1374 | <output-dir compare="Text">sum_double</output-dir> |
| 1375 | </compilation-unit> |
| 1376 | </test-case> |
| 1377 | <test-case FilePath="aggregate"> |
| 1378 | <compilation-unit name="sum_double_null"> |
| 1379 | <output-dir compare="Text">sum_double_null</output-dir> |
| 1380 | </compilation-unit> |
| 1381 | </test-case> |
| 1382 | <test-case FilePath="aggregate"> |
| 1383 | <compilation-unit name="sum_empty_01"> |
| 1384 | <output-dir compare="Text">sum_empty_01</output-dir> |
| 1385 | </compilation-unit> |
| 1386 | </test-case> |
| 1387 | <test-case FilePath="aggregate"> |
| 1388 | <compilation-unit name="sum_empty_02"> |
| 1389 | <output-dir compare="Text">sum_empty_02</output-dir> |
| 1390 | </compilation-unit> |
| 1391 | </test-case> |
| 1392 | <test-case FilePath="aggregate"> |
| 1393 | <compilation-unit name="sum_float"> |
| 1394 | <output-dir compare="Text">sum_float</output-dir> |
| 1395 | </compilation-unit> |
| 1396 | </test-case> |
| 1397 | <test-case FilePath="aggregate"> |
| 1398 | <compilation-unit name="sum_float_null"> |
| 1399 | <output-dir compare="Text">sum_float_null</output-dir> |
| 1400 | </compilation-unit> |
| 1401 | </test-case> |
| 1402 | <test-case FilePath="aggregate"> |
| 1403 | <compilation-unit name="sum_int16"> |
| 1404 | <output-dir compare="Text">sum_int16</output-dir> |
| 1405 | </compilation-unit> |
| 1406 | </test-case> |
| 1407 | <test-case FilePath="aggregate"> |
| 1408 | <compilation-unit name="sum_int16_null"> |
| 1409 | <output-dir compare="Text">sum_int16_null</output-dir> |
| 1410 | </compilation-unit> |
| 1411 | </test-case> |
| 1412 | <test-case FilePath="aggregate"> |
| 1413 | <compilation-unit name="sum_int32"> |
| 1414 | <output-dir compare="Text">sum_int32</output-dir> |
| 1415 | </compilation-unit> |
| 1416 | </test-case> |
| 1417 | <test-case FilePath="aggregate"> |
| 1418 | <compilation-unit name="sum_int32_null"> |
| 1419 | <output-dir compare="Text">sum_int32_null</output-dir> |
| 1420 | </compilation-unit> |
| 1421 | </test-case> |
| 1422 | <test-case FilePath="aggregate"> |
| 1423 | <compilation-unit name="sum_int64"> |
| 1424 | <output-dir compare="Text">sum_int64</output-dir> |
| 1425 | </compilation-unit> |
| 1426 | </test-case> |
| 1427 | <test-case FilePath="aggregate"> |
| 1428 | <compilation-unit name="sum_int64_null"> |
| 1429 | <output-dir compare="Text">sum_int64_null</output-dir> |
| 1430 | </compilation-unit> |
| 1431 | </test-case> |
| 1432 | <test-case FilePath="aggregate"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 1433 | <compilation-unit name="sum_int64_null"> |
| 1434 | <output-dir compare="Text">sum_int64_null</output-dir> |
| 1435 | </compilation-unit> |
| 1436 | </test-case> |
| 1437 | <test-case FilePath="aggregate"> |
| 1438 | <compilation-unit name="sum_int64_overflow"> |
| 1439 | <output-dir compare="Text">sum_int64_overflow</output-dir> |
| 1440 | <expected-error>Overflow in agg-sum</expected-error> |
| 1441 | </compilation-unit> |
| 1442 | </test-case> |
| 1443 | <test-case FilePath="aggregate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1444 | <compilation-unit name="sum_int8"> |
| 1445 | <output-dir compare="Text">sum_int8</output-dir> |
| 1446 | </compilation-unit> |
| 1447 | </test-case> |
| 1448 | <test-case FilePath="aggregate"> |
| 1449 | <compilation-unit name="sum_int8_null"> |
| 1450 | <output-dir compare="Text">sum_int8_null</output-dir> |
| 1451 | </compilation-unit> |
| 1452 | </test-case> |
| 1453 | <test-case FilePath="aggregate"> |
| 1454 | <compilation-unit name="sum_null-with-pred"> |
| 1455 | <output-dir compare="Text">sum_null-with-pred</output-dir> |
| 1456 | </compilation-unit> |
| 1457 | </test-case> |
| 1458 | <test-case FilePath="aggregate"> |
| 1459 | <compilation-unit name="sum_numeric_null"> |
| 1460 | <output-dir compare="Text">sum_numeric_null</output-dir> |
| 1461 | </compilation-unit> |
| 1462 | </test-case> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 1463 | <test-case FilePath="aggregate"> |
| 1464 | <compilation-unit name="sum_distinct"> |
| 1465 | <output-dir compare="Text">sum_distinct</output-dir> |
| 1466 | </compilation-unit> |
| 1467 | </test-case> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 1468 | <test-case FilePath="aggregate"> |
| 1469 | <compilation-unit name="var_double"> |
| 1470 | <output-dir compare="Text">var_double</output-dir> |
| 1471 | </compilation-unit> |
| 1472 | </test-case> |
| 1473 | <test-case FilePath="aggregate"> |
| 1474 | <compilation-unit name="var_double_null"> |
| 1475 | <output-dir compare="Text">var_double_null</output-dir> |
| 1476 | </compilation-unit> |
| 1477 | </test-case> |
| 1478 | <test-case FilePath="aggregate"> |
| 1479 | <compilation-unit name="var_empty_01"> |
| 1480 | <output-dir compare="Text">var_empty_01</output-dir> |
| 1481 | </compilation-unit> |
| 1482 | </test-case> |
| 1483 | <test-case FilePath="aggregate"> |
| 1484 | <compilation-unit name="var_empty_02"> |
| 1485 | <output-dir compare="Text">var_empty_02</output-dir> |
| 1486 | </compilation-unit> |
| 1487 | </test-case> |
| 1488 | <test-case FilePath="aggregate"> |
| 1489 | <compilation-unit name="var_float"> |
| 1490 | <output-dir compare="Text">var_float</output-dir> |
| 1491 | </compilation-unit> |
| 1492 | </test-case> |
| 1493 | <test-case FilePath="aggregate"> |
| 1494 | <compilation-unit name="var_float_null"> |
| 1495 | <output-dir compare="Text">var_float_null</output-dir> |
| 1496 | </compilation-unit> |
| 1497 | </test-case> |
| 1498 | <test-case FilePath="aggregate"> |
| 1499 | <compilation-unit name="var_int16"> |
| 1500 | <output-dir compare="Text">var_int16</output-dir> |
| 1501 | </compilation-unit> |
| 1502 | </test-case> |
| 1503 | <test-case FilePath="aggregate"> |
| 1504 | <compilation-unit name="var_int16_null"> |
| 1505 | <output-dir compare="Text">var_int16_null</output-dir> |
| 1506 | </compilation-unit> |
| 1507 | </test-case> |
| 1508 | <test-case FilePath="aggregate"> |
| 1509 | <compilation-unit name="var_int32"> |
| 1510 | <output-dir compare="Text">var_int32</output-dir> |
| 1511 | </compilation-unit> |
| 1512 | </test-case> |
| 1513 | <test-case FilePath="aggregate"> |
| 1514 | <compilation-unit name="var_int32_null"> |
| 1515 | <output-dir compare="Text">var_int32_null</output-dir> |
| 1516 | </compilation-unit> |
| 1517 | </test-case> |
| 1518 | <test-case FilePath="aggregate"> |
| 1519 | <compilation-unit name="var_int64"> |
| 1520 | <output-dir compare="Text">var_int64</output-dir> |
| 1521 | </compilation-unit> |
| 1522 | </test-case> |
| 1523 | <test-case FilePath="aggregate"> |
| 1524 | <compilation-unit name="var_int64_null"> |
| 1525 | <output-dir compare="Text">var_int64_null</output-dir> |
| 1526 | </compilation-unit> |
| 1527 | </test-case> |
| 1528 | <test-case FilePath="aggregate"> |
| 1529 | <compilation-unit name="var_int8"> |
| 1530 | <output-dir compare="Text">var_int8</output-dir> |
| 1531 | </compilation-unit> |
| 1532 | </test-case> |
| 1533 | <test-case FilePath="aggregate"> |
| 1534 | <compilation-unit name="var_int8_null"> |
| 1535 | <output-dir compare="Text">var_int8_null</output-dir> |
| 1536 | </compilation-unit> |
| 1537 | </test-case> |
| 1538 | <test-case FilePath="aggregate"> |
| 1539 | <compilation-unit name="var_distinct"> |
| 1540 | <output-dir compare="Text">var_distinct</output-dir> |
| 1541 | </compilation-unit> |
| 1542 | </test-case> |
Dmitry Lychagin | e5ea42d | 2019-03-15 11:38:09 -0700 | [diff] [blame] | 1543 | <test-case FilePath="aggregate"> |
| 1544 | <compilation-unit name="var_misc"> |
| 1545 | <output-dir compare="Text">var_misc</output-dir> |
| 1546 | </compilation-unit> |
| 1547 | </test-case> |
| 1548 | <test-case FilePath="aggregate"> |
| 1549 | <compilation-unit name="var_pop_misc"> |
| 1550 | <output-dir compare="Text">var_pop_misc</output-dir> |
| 1551 | </compilation-unit> |
| 1552 | </test-case> |
Ali Alsuliman | 77450e6 | 2019-06-05 18:44:09 -0700 | [diff] [blame] | 1553 | <test-case FilePath="aggregate"> |
| 1554 | <compilation-unit name="min_max_arrays"> |
| 1555 | <output-dir compare="Text">min_max_arrays</output-dir> |
| 1556 | </compilation-unit> |
| 1557 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1558 | </test-group> |
| 1559 | <test-group name="aggregate-sql"> |
| 1560 | <test-case FilePath="aggregate-sql"> |
Ali Alsuliman | 77450e6 | 2019-06-05 18:44:09 -0700 | [diff] [blame] | 1561 | <compilation-unit name="min_max_arrays"> |
| 1562 | <output-dir compare="Text">min_max_arrays</output-dir> |
| 1563 | </compilation-unit> |
| 1564 | </test-case> |
| 1565 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1566 | <compilation-unit name="issue531_string_min_max"> |
| 1567 | <output-dir compare="Text">issue531_string_min_max</output-dir> |
| 1568 | </compilation-unit> |
| 1569 | </test-case> |
| 1570 | <test-case FilePath="aggregate-sql"> |
| 1571 | <compilation-unit name="agg_null"> |
| 1572 | <output-dir compare="Text">agg_null</output-dir> |
| 1573 | </compilation-unit> |
| 1574 | </test-case> |
| 1575 | <test-case FilePath="aggregate-sql"> |
| 1576 | <compilation-unit name="agg_null_rec"> |
| 1577 | <output-dir compare="Text">agg_null_rec</output-dir> |
| 1578 | </compilation-unit> |
| 1579 | </test-case> |
| 1580 | <test-case FilePath="aggregate-sql"> |
| 1581 | <compilation-unit name="agg_null_rec_1"> |
| 1582 | <output-dir compare="Text">agg_null_rec_1</output-dir> |
| 1583 | </compilation-unit> |
| 1584 | </test-case> |
| 1585 | <test-case FilePath="aggregate-sql"> |
| 1586 | <compilation-unit name="agg_number_rec"> |
| 1587 | <output-dir compare="Text">agg_number_rec</output-dir> |
| 1588 | </compilation-unit> |
| 1589 | </test-case> |
Hussain Towaileb | 0be8b38 | 2020-03-17 19:06:55 +0300 | [diff] [blame] | 1590 | <test-case FilePath="aggregate-sql" check-warnings="true"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1591 | <compilation-unit name="avg_mixed"> |
| 1592 | <output-dir compare="Text">avg_mixed</output-dir> |
Hussain Towaileb | 0be8b38 | 2020-03-17 19:06:55 +0300 | [diff] [blame] | 1593 | <expected-warn>Unsupported type: agg-avg cannot process input type string (in line 26, at column 16)</expected-warn> |
| 1594 | </compilation-unit> |
| 1595 | </test-case> |
| 1596 | <test-case FilePath="aggregate-sql" check-warnings="true"> |
| 1597 | <compilation-unit name="serial_avg_mixed"> |
| 1598 | <output-dir compare="Text">serial_avg_mixed</output-dir> |
| 1599 | <expected-warn>Unsupported type: agg-avg cannot process input type string (in line 29, at column 38)</expected-warn> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1600 | </compilation-unit> |
| 1601 | </test-case> |
| 1602 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1603 | <compilation-unit name="min_mixed"> |
| 1604 | <output-dir compare="Text">min_mixed</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1605 | </compilation-unit> |
| 1606 | </test-case> |
| 1607 | <test-case FilePath="aggregate-sql"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 1608 | <compilation-unit name="serial_stddev_mixed"> |
| 1609 | <output-dir compare="Text">serial_stddev_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1610 | <expected-error>Invalid item type: function agg-stddev_samp cannot process item type string in an input array (or multiset)</expected-error> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 1611 | </compilation-unit> |
| 1612 | </test-case> |
| 1613 | <test-case FilePath="aggregate-sql"> |
| 1614 | <compilation-unit name="stddev_mixed"> |
| 1615 | <output-dir compare="Text">stddev_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1616 | <expected-error>Type incompatibility: function agg-stddev_samp gets incompatible input values: string and float</expected-error> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 1617 | </compilation-unit> |
| 1618 | </test-case> |
| 1619 | <test-case FilePath="aggregate-sql"> |
James Fang | 11d5b28 | 2018-10-22 15:13:24 -0700 | [diff] [blame] | 1620 | <compilation-unit name="serial_stddev_pop_mixed"> |
| 1621 | <output-dir compare="Text">serial_stddev_pop_mixed</output-dir> |
| 1622 | <expected-error>Invalid item type: function agg-stddev_pop cannot process item type string in an input array (or multiset)</expected-error> |
| 1623 | </compilation-unit> |
| 1624 | </test-case> |
| 1625 | <test-case FilePath="aggregate-sql"> |
| 1626 | <compilation-unit name="stddev_pop_mixed"> |
| 1627 | <output-dir compare="Text">stddev_pop_mixed</output-dir> |
| 1628 | <expected-error>Type incompatibility: function agg-stddev_pop gets incompatible input values: string and float</expected-error> |
| 1629 | </compilation-unit> |
| 1630 | </test-case> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 1631 | <test-case FilePath="aggregate-sql" check-warnings="true"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 1632 | <compilation-unit name="sum_mixed"> |
| 1633 | <output-dir compare="Text">sum_mixed</output-dir> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 1634 | <expected-warn>Unsupported type: agg-sum cannot process input type string (in line 27, at column 16)</expected-warn> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 1635 | </compilation-unit> |
| 1636 | </test-case> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 1637 | <test-case FilePath="aggregate-sql" check-warnings="true"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 1638 | <compilation-unit name="serial_sum_mixed"> |
| 1639 | <output-dir compare="Text">serial_sum_mixed</output-dir> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 1640 | <expected-warn>Unsupported type: agg-sum cannot process input type string (in line 29, at column 38)</expected-warn> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 1641 | </compilation-unit> |
| 1642 | </test-case> |
| 1643 | <test-case FilePath="aggregate-sql"> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 1644 | <compilation-unit name="serial_var_mixed"> |
| 1645 | <output-dir compare="Text">serial_var_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1646 | <expected-error>Invalid item type: function agg-var_samp cannot process item type string in an input array (or multiset)</expected-error> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 1647 | </compilation-unit> |
| 1648 | </test-case> |
| 1649 | <test-case FilePath="aggregate-sql"> |
| 1650 | <compilation-unit name="var_mixed"> |
| 1651 | <output-dir compare="Text">var_mixed</output-dir> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1652 | <expected-error>Type incompatibility: function agg-var_samp gets incompatible input values: string and float</expected-error> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 1653 | </compilation-unit> |
| 1654 | </test-case> |
| 1655 | <test-case FilePath="aggregate-sql"> |
| 1656 | <compilation-unit name="serial_var_pop_mixed"> |
| 1657 | <output-dir compare="Text">serial_var_pop_mixed</output-dir> |
| 1658 | <expected-error>Invalid item type: function agg-var_pop cannot process item type string in an input array (or multiset)</expected-error> |
| 1659 | </compilation-unit> |
| 1660 | </test-case> |
| 1661 | <test-case FilePath="aggregate-sql"> |
| 1662 | <compilation-unit name="var_pop_mixed"> |
| 1663 | <output-dir compare="Text">var_pop_mixed</output-dir> |
| 1664 | <expected-error>Type incompatibility: function agg-var_pop gets incompatible input values: string and float</expected-error> |
| 1665 | </compilation-unit> |
| 1666 | </test-case> |
| 1667 | <test-case FilePath="aggregate-sql"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1668 | <compilation-unit name="serial_skewness_mixed"> |
| 1669 | <output-dir compare="Text">serial_skewness_mixed</output-dir> |
| 1670 | <expected-error>Invalid item type: function agg-skewness cannot process item type string in an input array (or multiset)</expected-error> |
| 1671 | </compilation-unit> |
| 1672 | </test-case> |
| 1673 | <test-case FilePath="aggregate-sql"> |
| 1674 | <compilation-unit name="skewness_mixed"> |
| 1675 | <output-dir compare="Text">skewness_mixed</output-dir> |
| 1676 | <expected-error>Type incompatibility: function agg-skewness gets incompatible input values: string and float</expected-error> |
| 1677 | </compilation-unit> |
| 1678 | </test-case> |
| 1679 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1680 | <compilation-unit name="agg_number"> |
| 1681 | <output-dir compare="Text">agg_number</output-dir> |
| 1682 | </compilation-unit> |
| 1683 | </test-case> |
| 1684 | <test-case FilePath="aggregate-sql"> |
| 1685 | <compilation-unit name="issue425_min_hetero_list_1"> |
| 1686 | <output-dir compare="Text">issue425_min_hetero_list_1</output-dir> |
| 1687 | </compilation-unit> |
| 1688 | </test-case> |
| 1689 | <test-case FilePath="aggregate-sql"> |
| 1690 | <compilation-unit name="issue425_min_hetero_list"> |
| 1691 | <output-dir compare="Text">issue425_min_hetero_list</output-dir> |
| 1692 | </compilation-unit> |
| 1693 | </test-case> |
| 1694 | <test-case FilePath="aggregate-sql"> |
| 1695 | <compilation-unit name="issue425_sum_hetero_list_1"> |
| 1696 | <output-dir compare="Text">issue425_sum_hetero_list_1</output-dir> |
| 1697 | </compilation-unit> |
| 1698 | </test-case> |
| 1699 | <test-case FilePath="aggregate-sql"> |
| 1700 | <compilation-unit name="issue425_sum_hetero_list"> |
| 1701 | <output-dir compare="Text">issue425_sum_hetero_list</output-dir> |
| 1702 | </compilation-unit> |
| 1703 | </test-case> |
| 1704 | <test-case FilePath="aggregate-sql"> |
| 1705 | <compilation-unit name="query-issue400"> |
| 1706 | <output-dir compare="Text">query-issue400</output-dir> |
| 1707 | </compilation-unit> |
| 1708 | </test-case> |
| 1709 | <test-case FilePath="aggregate-sql"> |
| 1710 | <compilation-unit name="issue395"> |
| 1711 | <output-dir compare="Text">issue395</output-dir> |
| 1712 | </compilation-unit> |
| 1713 | </test-case> |
| 1714 | <test-case FilePath="aggregate-sql"> |
| 1715 | <compilation-unit name="issue412_0"> |
| 1716 | <output-dir compare="Text">issue412_0</output-dir> |
| 1717 | </compilation-unit> |
| 1718 | </test-case> |
| 1719 | <test-case FilePath="aggregate-sql"> |
| 1720 | <compilation-unit name="issue412_1"> |
| 1721 | <output-dir compare="Text">issue412_1</output-dir> |
| 1722 | </compilation-unit> |
| 1723 | </test-case> |
| 1724 | <test-case FilePath="aggregate-sql"> |
Dmitry Lychagin | cba9ec7 | 2018-03-28 18:23:24 -0700 | [diff] [blame] | 1725 | <compilation-unit name="issue2348"> |
| 1726 | <output-dir compare="Text">issue2348</output-dir> |
| 1727 | </compilation-unit> |
| 1728 | </test-case> |
| 1729 | <test-case FilePath="aggregate-sql"> |
Dmitry Lychagin | 36d98e9 | 2018-07-12 18:38:38 -0700 | [diff] [blame] | 1730 | <compilation-unit name="issue2411"> |
| 1731 | <output-dir compare="Text">issue2411</output-dir> |
| 1732 | </compilation-unit> |
| 1733 | </test-case> |
| 1734 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1735 | <compilation-unit name="avg_double"> |
| 1736 | <output-dir compare="Text">avg_double</output-dir> |
| 1737 | </compilation-unit> |
| 1738 | </test-case> |
| 1739 | <test-case FilePath="aggregate-sql"> |
| 1740 | <compilation-unit name="avg_double_null"> |
| 1741 | <output-dir compare="Text">avg_double_null</output-dir> |
| 1742 | </compilation-unit> |
| 1743 | </test-case> |
| 1744 | <test-case FilePath="aggregate-sql"> |
| 1745 | <compilation-unit name="avg_empty_01"> |
| 1746 | <output-dir compare="Text">avg_empty_01</output-dir> |
| 1747 | </compilation-unit> |
| 1748 | </test-case> |
| 1749 | <test-case FilePath="aggregate-sql"> |
| 1750 | <compilation-unit name="avg_empty_02"> |
| 1751 | <output-dir compare="Text">avg_empty_02</output-dir> |
| 1752 | </compilation-unit> |
| 1753 | </test-case> |
| 1754 | <test-case FilePath="aggregate-sql"> |
| 1755 | <compilation-unit name="avg_float"> |
| 1756 | <output-dir compare="Text">avg_float</output-dir> |
| 1757 | </compilation-unit> |
| 1758 | </test-case> |
| 1759 | <test-case FilePath="aggregate-sql"> |
| 1760 | <compilation-unit name="avg_float_null"> |
| 1761 | <output-dir compare="Text">avg_float_null</output-dir> |
| 1762 | </compilation-unit> |
| 1763 | </test-case> |
| 1764 | <test-case FilePath="aggregate-sql"> |
| 1765 | <compilation-unit name="avg_int16"> |
| 1766 | <output-dir compare="Text">avg_int16</output-dir> |
| 1767 | </compilation-unit> |
| 1768 | </test-case> |
| 1769 | <test-case FilePath="aggregate-sql"> |
| 1770 | <compilation-unit name="avg_int16_null"> |
| 1771 | <output-dir compare="Text">avg_int16_null</output-dir> |
| 1772 | </compilation-unit> |
| 1773 | </test-case> |
| 1774 | <test-case FilePath="aggregate-sql"> |
| 1775 | <compilation-unit name="avg_int32"> |
| 1776 | <output-dir compare="Text">avg_int32</output-dir> |
| 1777 | </compilation-unit> |
| 1778 | </test-case> |
| 1779 | <test-case FilePath="aggregate-sql"> |
| 1780 | <compilation-unit name="avg_int32_null"> |
| 1781 | <output-dir compare="Text">avg_int32_null</output-dir> |
| 1782 | </compilation-unit> |
| 1783 | </test-case> |
| 1784 | <test-case FilePath="aggregate-sql"> |
| 1785 | <compilation-unit name="avg_int64"> |
| 1786 | <output-dir compare="Text">avg_int64</output-dir> |
| 1787 | </compilation-unit> |
| 1788 | </test-case> |
| 1789 | <test-case FilePath="aggregate-sql"> |
| 1790 | <compilation-unit name="avg_int64_null"> |
| 1791 | <output-dir compare="Text">avg_int64_null</output-dir> |
| 1792 | </compilation-unit> |
| 1793 | </test-case> |
| 1794 | <test-case FilePath="aggregate-sql"> |
| 1795 | <compilation-unit name="avg_int8"> |
| 1796 | <output-dir compare="Text">avg_int8</output-dir> |
| 1797 | </compilation-unit> |
| 1798 | </test-case> |
| 1799 | <test-case FilePath="aggregate-sql"> |
| 1800 | <compilation-unit name="avg_int8_null"> |
| 1801 | <output-dir compare="Text">avg_int8_null</output-dir> |
| 1802 | </compilation-unit> |
| 1803 | </test-case> |
| 1804 | <test-case FilePath="aggregate-sql"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 1805 | <compilation-unit name="avg_distinct"> |
| 1806 | <output-dir compare="Text">avg_distinct</output-dir> |
| 1807 | </compilation-unit> |
| 1808 | </test-case> |
| 1809 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1810 | <compilation-unit name="count_01"> |
| 1811 | <output-dir compare="Text">count_01</output-dir> |
| 1812 | </compilation-unit> |
| 1813 | </test-case> |
| 1814 | <test-case FilePath="aggregate-sql"> |
luochen | f9d70de | 2018-11-19 17:18:15 -0800 | [diff] [blame] | 1815 | <compilation-unit name="count_dataset"> |
| 1816 | <output-dir compare="Text">count_dataset</output-dir> |
| 1817 | </compilation-unit> |
| 1818 | </test-case> |
| 1819 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1820 | <compilation-unit name="count_empty_01"> |
| 1821 | <output-dir compare="Text">count_empty_01</output-dir> |
| 1822 | </compilation-unit> |
| 1823 | </test-case> |
| 1824 | <test-case FilePath="aggregate-sql"> |
| 1825 | <compilation-unit name="count_empty_02"> |
| 1826 | <output-dir compare="Text">count_empty_02</output-dir> |
| 1827 | </compilation-unit> |
| 1828 | </test-case> |
| 1829 | <test-case FilePath="aggregate-sql"> |
| 1830 | <compilation-unit name="count_null"> |
| 1831 | <output-dir compare="Text">count_null</output-dir> |
| 1832 | </compilation-unit> |
| 1833 | </test-case> |
| 1834 | <test-case FilePath="aggregate-sql"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 1835 | <compilation-unit name="count_distinct"> |
| 1836 | <output-dir compare="Text">count_distinct</output-dir> |
| 1837 | </compilation-unit> |
| 1838 | </test-case> |
| 1839 | <test-case FilePath="aggregate-sql"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1840 | <compilation-unit name="kurtosis_double"> |
| 1841 | <output-dir compare="Text">kurtosis_double</output-dir> |
| 1842 | </compilation-unit> |
| 1843 | </test-case> |
| 1844 | <test-case FilePath="aggregate-sql"> |
| 1845 | <compilation-unit name="kurtosis_double_null"> |
| 1846 | <output-dir compare="Text">kurtosis_double_null</output-dir> |
| 1847 | </compilation-unit> |
| 1848 | </test-case> |
| 1849 | <test-case FilePath="aggregate-sql"> |
| 1850 | <compilation-unit name="kurtosis_empty_01"> |
| 1851 | <output-dir compare="Text">kurtosis_empty_01</output-dir> |
| 1852 | </compilation-unit> |
| 1853 | </test-case> |
| 1854 | <test-case FilePath="aggregate-sql"> |
| 1855 | <compilation-unit name="kurtosis_empty_02"> |
| 1856 | <output-dir compare="Text">kurtosis_empty_02</output-dir> |
| 1857 | </compilation-unit> |
| 1858 | </test-case> |
| 1859 | <test-case FilePath="aggregate-sql"> |
| 1860 | <compilation-unit name="kurtosis_float"> |
| 1861 | <output-dir compare="Text">kurtosis_float</output-dir> |
| 1862 | </compilation-unit> |
| 1863 | </test-case> |
| 1864 | <test-case FilePath="aggregate-sql"> |
| 1865 | <compilation-unit name="kurtosis_float_null"> |
| 1866 | <output-dir compare="Text">kurtosis_float_null</output-dir> |
| 1867 | </compilation-unit> |
| 1868 | </test-case> |
| 1869 | <test-case FilePath="aggregate-sql"> |
| 1870 | <compilation-unit name="kurtosis_int16"> |
| 1871 | <output-dir compare="Text">kurtosis_int16</output-dir> |
| 1872 | </compilation-unit> |
| 1873 | </test-case> |
| 1874 | <test-case FilePath="aggregate-sql"> |
| 1875 | <compilation-unit name="kurtosis_int16_null"> |
| 1876 | <output-dir compare="Text">kurtosis_int16_null</output-dir> |
| 1877 | </compilation-unit> |
| 1878 | </test-case> |
| 1879 | <test-case FilePath="aggregate-sql"> |
| 1880 | <compilation-unit name="kurtosis_int32"> |
| 1881 | <output-dir compare="Text">kurtosis_int32</output-dir> |
| 1882 | </compilation-unit> |
| 1883 | </test-case> |
| 1884 | <test-case FilePath="aggregate-sql"> |
| 1885 | <compilation-unit name="kurtosis_int32_null"> |
| 1886 | <output-dir compare="Text">kurtosis_int32_null</output-dir> |
| 1887 | </compilation-unit> |
| 1888 | </test-case> |
| 1889 | <test-case FilePath="aggregate-sql"> |
| 1890 | <compilation-unit name="kurtosis_int64"> |
| 1891 | <output-dir compare="Text">kurtosis_int64</output-dir> |
| 1892 | </compilation-unit> |
| 1893 | </test-case> |
| 1894 | <test-case FilePath="aggregate-sql"> |
| 1895 | <compilation-unit name="kurtosis_int64_null"> |
| 1896 | <output-dir compare="Text">kurtosis_int64_null</output-dir> |
| 1897 | </compilation-unit> |
| 1898 | </test-case> |
| 1899 | <test-case FilePath="aggregate-sql"> |
| 1900 | <compilation-unit name="kurtosis_int8"> |
| 1901 | <output-dir compare="Text">kurtosis_int8</output-dir> |
| 1902 | </compilation-unit> |
| 1903 | </test-case> |
| 1904 | <test-case FilePath="aggregate-sql"> |
| 1905 | <compilation-unit name="kurtosis_int8_null"> |
| 1906 | <output-dir compare="Text">kurtosis_int8_null</output-dir> |
| 1907 | </compilation-unit> |
| 1908 | </test-case> |
| 1909 | <test-case FilePath="aggregate-sql"> |
| 1910 | <compilation-unit name="kurtosis_distinct"> |
| 1911 | <output-dir compare="Text">kurtosis_distinct</output-dir> |
| 1912 | </compilation-unit> |
| 1913 | </test-case> |
| 1914 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1915 | <compilation-unit name="max_empty_01"> |
| 1916 | <output-dir compare="Text">max_empty_01</output-dir> |
| 1917 | </compilation-unit> |
| 1918 | </test-case> |
| 1919 | <test-case FilePath="aggregate-sql"> |
| 1920 | <compilation-unit name="max_empty_02"> |
| 1921 | <output-dir compare="Text">max_empty_02</output-dir> |
| 1922 | </compilation-unit> |
| 1923 | </test-case> |
| 1924 | <test-case FilePath="aggregate-sql"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 1925 | <compilation-unit name="max_distinct"> |
| 1926 | <output-dir compare="Text">max_distinct</output-dir> |
| 1927 | </compilation-unit> |
| 1928 | </test-case> |
| 1929 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1930 | <compilation-unit name="min_empty_01"> |
| 1931 | <output-dir compare="Text">min_empty_01</output-dir> |
| 1932 | </compilation-unit> |
| 1933 | </test-case> |
| 1934 | <test-case FilePath="aggregate-sql"> |
| 1935 | <compilation-unit name="min_empty_02"> |
| 1936 | <output-dir compare="Text">min_empty_02</output-dir> |
| 1937 | </compilation-unit> |
| 1938 | </test-case> |
| 1939 | <test-case FilePath="aggregate-sql"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 1940 | <compilation-unit name="min_distinct"> |
| 1941 | <output-dir compare="Text">min_distinct</output-dir> |
| 1942 | </compilation-unit> |
| 1943 | </test-case> |
| 1944 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1945 | <compilation-unit name="scalar_avg"> |
| 1946 | <output-dir compare="Text">scalar_avg</output-dir> |
| 1947 | </compilation-unit> |
| 1948 | </test-case> |
| 1949 | <test-case FilePath="aggregate-sql"> |
| 1950 | <compilation-unit name="scalar_avg_empty"> |
| 1951 | <output-dir compare="Text">scalar_avg_empty</output-dir> |
| 1952 | </compilation-unit> |
| 1953 | </test-case> |
| 1954 | <test-case FilePath="aggregate-sql"> |
| 1955 | <compilation-unit name="scalar_avg_null"> |
| 1956 | <output-dir compare="Text">scalar_avg_null</output-dir> |
| 1957 | </compilation-unit> |
| 1958 | </test-case> |
| 1959 | <test-case FilePath="aggregate-sql"> |
| 1960 | <compilation-unit name="scalar_count"> |
| 1961 | <output-dir compare="Text">scalar_count</output-dir> |
| 1962 | </compilation-unit> |
| 1963 | </test-case> |
| 1964 | <test-case FilePath="aggregate-sql"> |
| 1965 | <compilation-unit name="scalar_count_empty"> |
| 1966 | <output-dir compare="Text">scalar_count_empty</output-dir> |
| 1967 | </compilation-unit> |
| 1968 | </test-case> |
| 1969 | <test-case FilePath="aggregate-sql"> |
| 1970 | <compilation-unit name="scalar_count_null"> |
| 1971 | <output-dir compare="Text">scalar_count_null</output-dir> |
| 1972 | </compilation-unit> |
| 1973 | </test-case> |
| 1974 | <test-case FilePath="aggregate-sql"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 1975 | <compilation-unit name="scalar_kurtosis"> |
| 1976 | <output-dir compare="Text">scalar_kurtosis</output-dir> |
| 1977 | </compilation-unit> |
| 1978 | </test-case> |
| 1979 | <test-case FilePath="aggregate-sql"> |
| 1980 | <compilation-unit name="scalar_kurtosis_empty"> |
| 1981 | <output-dir compare="Text">scalar_kurtosis_empty</output-dir> |
| 1982 | </compilation-unit> |
| 1983 | </test-case> |
| 1984 | <test-case FilePath="aggregate-sql"> |
| 1985 | <compilation-unit name="scalar_kurtosis_null"> |
| 1986 | <output-dir compare="Text">scalar_kurtosis_null</output-dir> |
| 1987 | </compilation-unit> |
| 1988 | </test-case> |
| 1989 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 1990 | <compilation-unit name="scalar_max"> |
| 1991 | <output-dir compare="Text">scalar_max</output-dir> |
| 1992 | </compilation-unit> |
| 1993 | </test-case> |
| 1994 | <test-case FilePath="aggregate-sql"> |
| 1995 | <compilation-unit name="scalar_max_empty"> |
| 1996 | <output-dir compare="Text">scalar_max_empty</output-dir> |
| 1997 | </compilation-unit> |
| 1998 | </test-case> |
| 1999 | <test-case FilePath="aggregate-sql"> |
| 2000 | <compilation-unit name="scalar_max_null"> |
| 2001 | <output-dir compare="Text">scalar_max_null</output-dir> |
| 2002 | </compilation-unit> |
| 2003 | </test-case> |
| 2004 | <test-case FilePath="aggregate-sql"> |
| 2005 | <compilation-unit name="scalar_min"> |
| 2006 | <output-dir compare="Text">scalar_min</output-dir> |
| 2007 | </compilation-unit> |
| 2008 | </test-case> |
| 2009 | <test-case FilePath="aggregate-sql"> |
| 2010 | <compilation-unit name="scalar_min_empty"> |
| 2011 | <output-dir compare="Text">scalar_min_empty</output-dir> |
| 2012 | </compilation-unit> |
| 2013 | </test-case> |
| 2014 | <test-case FilePath="aggregate-sql"> |
| 2015 | <compilation-unit name="scalar_min_null"> |
| 2016 | <output-dir compare="Text">scalar_min_null</output-dir> |
| 2017 | </compilation-unit> |
| 2018 | </test-case> |
| 2019 | <test-case FilePath="aggregate-sql"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 2020 | <compilation-unit name="scalar_skewness"> |
| 2021 | <output-dir compare="Text">scalar_skewness</output-dir> |
| 2022 | </compilation-unit> |
| 2023 | </test-case> |
| 2024 | <test-case FilePath="aggregate-sql"> |
| 2025 | <compilation-unit name="scalar_skewness_empty"> |
| 2026 | <output-dir compare="Text">scalar_skewness_empty</output-dir> |
| 2027 | </compilation-unit> |
| 2028 | </test-case> |
| 2029 | <test-case FilePath="aggregate-sql"> |
| 2030 | <compilation-unit name="scalar_skewness_null"> |
| 2031 | <output-dir compare="Text">scalar_skewness_null</output-dir> |
| 2032 | </compilation-unit> |
| 2033 | </test-case> |
| 2034 | <test-case FilePath="aggregate-sql"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 2035 | <compilation-unit name="scalar_stddev"> |
| 2036 | <output-dir compare="Text">scalar_stddev</output-dir> |
| 2037 | </compilation-unit> |
| 2038 | </test-case> |
| 2039 | <test-case FilePath="aggregate-sql"> |
| 2040 | <compilation-unit name="scalar_stddev_empty"> |
| 2041 | <output-dir compare="Text">scalar_stddev_empty</output-dir> |
| 2042 | </compilation-unit> |
| 2043 | </test-case> |
| 2044 | <test-case FilePath="aggregate-sql"> |
| 2045 | <compilation-unit name="scalar_stddev_null"> |
| 2046 | <output-dir compare="Text">scalar_stddev_null</output-dir> |
| 2047 | </compilation-unit> |
| 2048 | </test-case> |
| 2049 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 2050 | <compilation-unit name="scalar_sum"> |
| 2051 | <output-dir compare="Text">scalar_sum</output-dir> |
| 2052 | </compilation-unit> |
| 2053 | </test-case> |
| 2054 | <test-case FilePath="aggregate-sql"> |
| 2055 | <compilation-unit name="scalar_sum_empty"> |
| 2056 | <output-dir compare="Text">scalar_sum_empty</output-dir> |
| 2057 | </compilation-unit> |
| 2058 | </test-case> |
| 2059 | <test-case FilePath="aggregate-sql"> |
| 2060 | <compilation-unit name="scalar_sum_null"> |
| 2061 | <output-dir compare="Text">scalar_sum_null</output-dir> |
| 2062 | </compilation-unit> |
| 2063 | </test-case> |
| 2064 | <test-case FilePath="aggregate-sql"> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 2065 | <compilation-unit name="scalar_var"> |
| 2066 | <output-dir compare="Text">scalar_var</output-dir> |
| 2067 | </compilation-unit> |
| 2068 | </test-case> |
| 2069 | <test-case FilePath="aggregate-sql"> |
| 2070 | <compilation-unit name="scalar_var_empty"> |
| 2071 | <output-dir compare="Text">scalar_var_empty</output-dir> |
| 2072 | </compilation-unit> |
| 2073 | </test-case> |
| 2074 | <test-case FilePath="aggregate-sql"> |
| 2075 | <compilation-unit name="scalar_var_null"> |
| 2076 | <output-dir compare="Text">scalar_var_null</output-dir> |
| 2077 | </compilation-unit> |
| 2078 | </test-case> |
| 2079 | <test-case FilePath="aggregate-sql"> |
Hussain Towaileb | 0be8b38 | 2020-03-17 19:06:55 +0300 | [diff] [blame] | 2080 | <compilation-unit name="serial_avg_empty"> |
| 2081 | <output-dir compare="Text">serial_avg_empty</output-dir> |
| 2082 | </compilation-unit> |
| 2083 | </test-case> |
| 2084 | <test-case FilePath="aggregate-sql"> |
| 2085 | <compilation-unit name="serial_avg_int8"> |
| 2086 | <output-dir compare="Text">serial_avg_int8</output-dir> |
| 2087 | </compilation-unit> |
| 2088 | </test-case> |
| 2089 | <test-case FilePath="aggregate-sql"> |
| 2090 | <compilation-unit name="serial_avg_int8_null"> |
| 2091 | <output-dir compare="Text">serial_avg_int8_null</output-dir> |
| 2092 | </compilation-unit> |
| 2093 | </test-case> |
| 2094 | <test-case FilePath="aggregate-sql"> |
| 2095 | <compilation-unit name="serial_avg_int16"> |
| 2096 | <output-dir compare="Text">serial_avg_int16</output-dir> |
| 2097 | </compilation-unit> |
| 2098 | </test-case> |
| 2099 | <test-case FilePath="aggregate-sql"> |
| 2100 | <compilation-unit name="serial_avg_int16_null"> |
| 2101 | <output-dir compare="Text">serial_avg_int16_null</output-dir> |
| 2102 | </compilation-unit> |
| 2103 | </test-case> |
| 2104 | <test-case FilePath="aggregate-sql"> |
| 2105 | <compilation-unit name="serial_avg_int32"> |
| 2106 | <output-dir compare="Text">serial_avg_int32</output-dir> |
| 2107 | </compilation-unit> |
| 2108 | </test-case> |
| 2109 | <test-case FilePath="aggregate-sql"> |
| 2110 | <compilation-unit name="serial_avg_int32_null"> |
| 2111 | <output-dir compare="Text">serial_avg_int32_null</output-dir> |
| 2112 | </compilation-unit> |
| 2113 | </test-case> |
| 2114 | <test-case FilePath="aggregate-sql"> |
| 2115 | <compilation-unit name="serial_avg_int64"> |
| 2116 | <output-dir compare="Text">serial_avg_int64</output-dir> |
| 2117 | </compilation-unit> |
| 2118 | </test-case> |
| 2119 | <test-case FilePath="aggregate-sql"> |
| 2120 | <compilation-unit name="serial_avg_int64_null"> |
| 2121 | <output-dir compare="Text">serial_avg_int64_null</output-dir> |
| 2122 | </compilation-unit> |
| 2123 | </test-case> |
| 2124 | <test-case FilePath="aggregate-sql"> |
| 2125 | <compilation-unit name="serial_avg_float"> |
| 2126 | <output-dir compare="Text">serial_avg_float</output-dir> |
| 2127 | </compilation-unit> |
| 2128 | </test-case> |
| 2129 | <test-case FilePath="aggregate-sql"> |
| 2130 | <compilation-unit name="serial_avg_float_null"> |
| 2131 | <output-dir compare="Text">serial_avg_float_null</output-dir> |
| 2132 | </compilation-unit> |
| 2133 | </test-case> |
| 2134 | <test-case FilePath="aggregate-sql"> |
| 2135 | <compilation-unit name="serial_avg_double"> |
| 2136 | <output-dir compare="Text">serial_avg_double</output-dir> |
| 2137 | </compilation-unit> |
| 2138 | </test-case> |
| 2139 | <test-case FilePath="aggregate-sql"> |
| 2140 | <compilation-unit name="serial_avg_double_null"> |
| 2141 | <output-dir compare="Text">serial_avg_double_null</output-dir> |
| 2142 | </compilation-unit> |
| 2143 | </test-case> |
| 2144 | <test-case FilePath="aggregate-sql"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 2145 | <compilation-unit name="serial_kurtosis_double"> |
| 2146 | <output-dir compare="Text">serial_kurtosis_double</output-dir> |
| 2147 | </compilation-unit> |
| 2148 | </test-case> |
| 2149 | <test-case FilePath="aggregate-sql"> |
| 2150 | <compilation-unit name="serial_kurtosis_double_null"> |
| 2151 | <output-dir compare="Text">serial_kurtosis_double_null</output-dir> |
| 2152 | </compilation-unit> |
| 2153 | </test-case> |
| 2154 | <test-case FilePath="aggregate-sql"> |
| 2155 | <compilation-unit name="serial_kurtosis_empty"> |
| 2156 | <output-dir compare="Text">serial_kurtosis_empty</output-dir> |
| 2157 | </compilation-unit> |
| 2158 | </test-case> |
| 2159 | <test-case FilePath="aggregate-sql"> |
| 2160 | <compilation-unit name="serial_kurtosis_float"> |
| 2161 | <output-dir compare="Text">serial_kurtosis_float</output-dir> |
| 2162 | </compilation-unit> |
| 2163 | </test-case> |
| 2164 | <test-case FilePath="aggregate-sql"> |
| 2165 | <compilation-unit name="serial_kurtosis_float_null"> |
| 2166 | <output-dir compare="Text">serial_kurtosis_float_null</output-dir> |
| 2167 | </compilation-unit> |
| 2168 | </test-case> |
| 2169 | <test-case FilePath="aggregate-sql"> |
| 2170 | <compilation-unit name="serial_kurtosis_int16"> |
| 2171 | <output-dir compare="Text">serial_kurtosis_int16</output-dir> |
| 2172 | </compilation-unit> |
| 2173 | </test-case> |
| 2174 | <test-case FilePath="aggregate-sql"> |
| 2175 | <compilation-unit name="serial_kurtosis_int16_null"> |
| 2176 | <output-dir compare="Text">serial_kurtosis_int16_null</output-dir> |
| 2177 | </compilation-unit> |
| 2178 | </test-case> |
| 2179 | <test-case FilePath="aggregate-sql"> |
| 2180 | <compilation-unit name="serial_kurtosis_int32"> |
| 2181 | <output-dir compare="Text">serial_kurtosis_int32</output-dir> |
| 2182 | </compilation-unit> |
| 2183 | </test-case> |
| 2184 | <test-case FilePath="aggregate-sql"> |
| 2185 | <compilation-unit name="serial_kurtosis_int32_null"> |
| 2186 | <output-dir compare="Text">serial_kurtosis_int32_null</output-dir> |
| 2187 | </compilation-unit> |
| 2188 | </test-case> |
| 2189 | <test-case FilePath="aggregate-sql"> |
| 2190 | <compilation-unit name="serial_kurtosis_int64"> |
| 2191 | <output-dir compare="Text">serial_kurtosis_int64</output-dir> |
| 2192 | </compilation-unit> |
| 2193 | </test-case> |
| 2194 | <test-case FilePath="aggregate-sql"> |
| 2195 | <compilation-unit name="serial_kurtosis_int64_null"> |
| 2196 | <output-dir compare="Text">serial_kurtosis_int64_null</output-dir> |
| 2197 | </compilation-unit> |
| 2198 | </test-case> |
| 2199 | <test-case FilePath="aggregate-sql"> |
| 2200 | <compilation-unit name="serial_kurtosis_int8"> |
| 2201 | <output-dir compare="Text">serial_kurtosis_int8</output-dir> |
| 2202 | </compilation-unit> |
| 2203 | </test-case> |
| 2204 | <test-case FilePath="aggregate-sql"> |
| 2205 | <compilation-unit name="serial_kurtosis_int8_null"> |
| 2206 | <output-dir compare="Text">serial_kurtosis_int8_null</output-dir> |
| 2207 | </compilation-unit> |
| 2208 | </test-case> |
| 2209 | <test-case FilePath="aggregate-sql"> |
| 2210 | <compilation-unit name="serial_skewness_double"> |
| 2211 | <output-dir compare="Text">serial_skewness_double</output-dir> |
| 2212 | </compilation-unit> |
| 2213 | </test-case> |
| 2214 | <test-case FilePath="aggregate-sql"> |
| 2215 | <compilation-unit name="serial_skewness_double_null"> |
| 2216 | <output-dir compare="Text">serial_skewness_double_null</output-dir> |
| 2217 | </compilation-unit> |
| 2218 | </test-case> |
| 2219 | <test-case FilePath="aggregate-sql"> |
| 2220 | <compilation-unit name="serial_skewness_empty"> |
| 2221 | <output-dir compare="Text">serial_skewness_empty</output-dir> |
| 2222 | </compilation-unit> |
| 2223 | </test-case> |
| 2224 | <test-case FilePath="aggregate-sql"> |
| 2225 | <compilation-unit name="serial_skewness_float"> |
| 2226 | <output-dir compare="Text">serial_skewness_float</output-dir> |
| 2227 | </compilation-unit> |
| 2228 | </test-case> |
| 2229 | <test-case FilePath="aggregate-sql"> |
| 2230 | <compilation-unit name="serial_skewness_float_null"> |
| 2231 | <output-dir compare="Text">serial_skewness_float_null</output-dir> |
| 2232 | </compilation-unit> |
| 2233 | </test-case> |
| 2234 | <test-case FilePath="aggregate-sql"> |
| 2235 | <compilation-unit name="serial_skewness_int16"> |
| 2236 | <output-dir compare="Text">serial_skewness_int16</output-dir> |
| 2237 | </compilation-unit> |
| 2238 | </test-case> |
| 2239 | <test-case FilePath="aggregate-sql"> |
| 2240 | <compilation-unit name="serial_skewness_int16_null"> |
| 2241 | <output-dir compare="Text">serial_skewness_int16_null</output-dir> |
| 2242 | </compilation-unit> |
| 2243 | </test-case> |
| 2244 | <test-case FilePath="aggregate-sql"> |
| 2245 | <compilation-unit name="serial_skewness_int32"> |
| 2246 | <output-dir compare="Text">serial_skewness_int32</output-dir> |
| 2247 | </compilation-unit> |
| 2248 | </test-case> |
| 2249 | <test-case FilePath="aggregate-sql"> |
| 2250 | <compilation-unit name="serial_skewness_int32_null"> |
| 2251 | <output-dir compare="Text">serial_skewness_int32_null</output-dir> |
| 2252 | </compilation-unit> |
| 2253 | </test-case> |
| 2254 | <test-case FilePath="aggregate-sql"> |
| 2255 | <compilation-unit name="serial_skewness_int64"> |
| 2256 | <output-dir compare="Text">serial_skewness_int64</output-dir> |
| 2257 | </compilation-unit> |
| 2258 | </test-case> |
| 2259 | <test-case FilePath="aggregate-sql"> |
| 2260 | <compilation-unit name="serial_skewness_int64_null"> |
| 2261 | <output-dir compare="Text">serial_skewness_int64_null</output-dir> |
| 2262 | </compilation-unit> |
| 2263 | </test-case> |
| 2264 | <test-case FilePath="aggregate-sql"> |
| 2265 | <compilation-unit name="serial_skewness_int8"> |
| 2266 | <output-dir compare="Text">serial_skewness_int8</output-dir> |
| 2267 | </compilation-unit> |
| 2268 | </test-case> |
| 2269 | <test-case FilePath="aggregate-sql"> |
| 2270 | <compilation-unit name="serial_skewness_int8_null"> |
| 2271 | <output-dir compare="Text">serial_skewness_int8_null</output-dir> |
| 2272 | </compilation-unit> |
| 2273 | </test-case> |
| 2274 | <test-case FilePath="aggregate-sql"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 2275 | <compilation-unit name="serial_stddev_double"> |
| 2276 | <output-dir compare="Text">serial_stddev_double</output-dir> |
| 2277 | </compilation-unit> |
| 2278 | </test-case> |
| 2279 | <test-case FilePath="aggregate-sql"> |
| 2280 | <compilation-unit name="serial_stddev_double_null"> |
| 2281 | <output-dir compare="Text">serial_stddev_double_null</output-dir> |
| 2282 | </compilation-unit> |
| 2283 | </test-case> |
| 2284 | <test-case FilePath="aggregate-sql"> |
| 2285 | <compilation-unit name="serial_stddev_empty"> |
| 2286 | <output-dir compare="Text">serial_stddev_empty</output-dir> |
| 2287 | </compilation-unit> |
| 2288 | </test-case> |
| 2289 | <test-case FilePath="aggregate-sql"> |
| 2290 | <compilation-unit name="serial_stddev_float"> |
| 2291 | <output-dir compare="Text">serial_stddev_float</output-dir> |
| 2292 | </compilation-unit> |
| 2293 | </test-case> |
| 2294 | <test-case FilePath="aggregate-sql"> |
| 2295 | <compilation-unit name="serial_stddev_float_null"> |
| 2296 | <output-dir compare="Text">serial_stddev_float_null</output-dir> |
| 2297 | </compilation-unit> |
| 2298 | </test-case> |
| 2299 | <test-case FilePath="aggregate-sql"> |
| 2300 | <compilation-unit name="serial_stddev_int16"> |
| 2301 | <output-dir compare="Text">serial_stddev_int16</output-dir> |
| 2302 | </compilation-unit> |
| 2303 | </test-case> |
| 2304 | <test-case FilePath="aggregate-sql"> |
| 2305 | <compilation-unit name="serial_stddev_int16_null"> |
| 2306 | <output-dir compare="Text">serial_stddev_int16_null</output-dir> |
| 2307 | </compilation-unit> |
| 2308 | </test-case> |
| 2309 | <test-case FilePath="aggregate-sql"> |
| 2310 | <compilation-unit name="serial_stddev_int32"> |
| 2311 | <output-dir compare="Text">serial_stddev_int32</output-dir> |
| 2312 | </compilation-unit> |
| 2313 | </test-case> |
| 2314 | <test-case FilePath="aggregate-sql"> |
| 2315 | <compilation-unit name="serial_stddev_int32_null"> |
| 2316 | <output-dir compare="Text">serial_stddev_int32_null</output-dir> |
| 2317 | </compilation-unit> |
| 2318 | </test-case> |
| 2319 | <test-case FilePath="aggregate-sql"> |
| 2320 | <compilation-unit name="serial_stddev_int64"> |
| 2321 | <output-dir compare="Text">serial_stddev_int64</output-dir> |
| 2322 | </compilation-unit> |
| 2323 | </test-case> |
| 2324 | <test-case FilePath="aggregate-sql"> |
| 2325 | <compilation-unit name="serial_stddev_int64_null"> |
| 2326 | <output-dir compare="Text">serial_stddev_int64_null</output-dir> |
| 2327 | </compilation-unit> |
| 2328 | </test-case> |
| 2329 | <test-case FilePath="aggregate-sql"> |
| 2330 | <compilation-unit name="serial_stddev_int8"> |
| 2331 | <output-dir compare="Text">serial_stddev_int8</output-dir> |
| 2332 | </compilation-unit> |
| 2333 | </test-case> |
| 2334 | <test-case FilePath="aggregate-sql"> |
| 2335 | <compilation-unit name="serial_stddev_int8_null"> |
| 2336 | <output-dir compare="Text">serial_stddev_int8_null</output-dir> |
| 2337 | </compilation-unit> |
| 2338 | </test-case> |
| 2339 | <test-case FilePath="aggregate-sql"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 2340 | <compilation-unit name="serial_sum_double"> |
| 2341 | <output-dir compare="Text">serial_sum_double</output-dir> |
| 2342 | </compilation-unit> |
| 2343 | </test-case> |
| 2344 | <test-case FilePath="aggregate-sql"> |
| 2345 | <compilation-unit name="serial_sum_double_null"> |
| 2346 | <output-dir compare="Text">serial_sum_double_null</output-dir> |
| 2347 | </compilation-unit> |
| 2348 | </test-case> |
| 2349 | <test-case FilePath="aggregate-sql"> |
| 2350 | <compilation-unit name="serial_sum_empty"> |
| 2351 | <output-dir compare="Text">serial_sum_empty</output-dir> |
| 2352 | </compilation-unit> |
| 2353 | </test-case> |
| 2354 | <test-case FilePath="aggregate-sql"> |
| 2355 | <compilation-unit name="serial_sum_float"> |
| 2356 | <output-dir compare="Text">serial_sum_float</output-dir> |
| 2357 | </compilation-unit> |
| 2358 | </test-case> |
| 2359 | <test-case FilePath="aggregate-sql"> |
| 2360 | <compilation-unit name="serial_sum_float_null"> |
| 2361 | <output-dir compare="Text">serial_sum_float_null</output-dir> |
| 2362 | </compilation-unit> |
| 2363 | </test-case> |
| 2364 | <test-case FilePath="aggregate-sql"> |
| 2365 | <compilation-unit name="serial_sum_int16"> |
| 2366 | <output-dir compare="Text">serial_sum_int16</output-dir> |
| 2367 | </compilation-unit> |
| 2368 | </test-case> |
| 2369 | <test-case FilePath="aggregate-sql"> |
| 2370 | <compilation-unit name="serial_sum_int16_null"> |
| 2371 | <output-dir compare="Text">serial_sum_int16_null</output-dir> |
| 2372 | </compilation-unit> |
| 2373 | </test-case> |
| 2374 | <test-case FilePath="aggregate-sql"> |
| 2375 | <compilation-unit name="serial_sum_int32"> |
| 2376 | <output-dir compare="Text">serial_sum_int32</output-dir> |
| 2377 | </compilation-unit> |
| 2378 | </test-case> |
| 2379 | <test-case FilePath="aggregate-sql"> |
| 2380 | <compilation-unit name="serial_sum_int32_null"> |
| 2381 | <output-dir compare="Text">serial_sum_int32_null</output-dir> |
| 2382 | </compilation-unit> |
| 2383 | </test-case> |
| 2384 | <test-case FilePath="aggregate-sql"> |
| 2385 | <compilation-unit name="serial_sum_int64"> |
| 2386 | <output-dir compare="Text">serial_sum_int64</output-dir> |
| 2387 | </compilation-unit> |
| 2388 | </test-case> |
| 2389 | <test-case FilePath="aggregate-sql"> |
| 2390 | <compilation-unit name="serial_sum_int64_null"> |
| 2391 | <output-dir compare="Text">serial_sum_int64_null</output-dir> |
| 2392 | </compilation-unit> |
| 2393 | </test-case> |
| 2394 | <test-case FilePath="aggregate-sql"> |
| 2395 | <compilation-unit name="serial_sum_int64_overflow"> |
| 2396 | <output-dir compare="Text">serial_sum_int64_overflow</output-dir> |
| 2397 | <expected-error>Overflow in agg-sum</expected-error> |
| 2398 | </compilation-unit> |
| 2399 | </test-case> |
| 2400 | <test-case FilePath="aggregate-sql"> |
| 2401 | <compilation-unit name="serial_sum_int8"> |
| 2402 | <output-dir compare="Text">serial_sum_int8</output-dir> |
| 2403 | </compilation-unit> |
| 2404 | </test-case> |
| 2405 | <test-case FilePath="aggregate-sql"> |
| 2406 | <compilation-unit name="serial_sum_int8_null"> |
| 2407 | <output-dir compare="Text">serial_sum_int8_null</output-dir> |
| 2408 | </compilation-unit> |
| 2409 | </test-case> |
| 2410 | <test-case FilePath="aggregate-sql"> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 2411 | <compilation-unit name="serial_var_double"> |
| 2412 | <output-dir compare="Text">serial_var_double</output-dir> |
| 2413 | </compilation-unit> |
| 2414 | </test-case> |
| 2415 | <test-case FilePath="aggregate-sql"> |
| 2416 | <compilation-unit name="serial_var_double_null"> |
| 2417 | <output-dir compare="Text">serial_var_double_null</output-dir> |
| 2418 | </compilation-unit> |
| 2419 | </test-case> |
| 2420 | <test-case FilePath="aggregate-sql"> |
| 2421 | <compilation-unit name="serial_var_empty"> |
| 2422 | <output-dir compare="Text">serial_var_empty</output-dir> |
| 2423 | </compilation-unit> |
| 2424 | </test-case> |
| 2425 | <test-case FilePath="aggregate-sql"> |
| 2426 | <compilation-unit name="serial_var_float"> |
| 2427 | <output-dir compare="Text">serial_var_float</output-dir> |
| 2428 | </compilation-unit> |
| 2429 | </test-case> |
| 2430 | <test-case FilePath="aggregate-sql"> |
| 2431 | <compilation-unit name="serial_var_float_null"> |
| 2432 | <output-dir compare="Text">serial_var_float_null</output-dir> |
| 2433 | </compilation-unit> |
| 2434 | </test-case> |
| 2435 | <test-case FilePath="aggregate-sql"> |
| 2436 | <compilation-unit name="serial_var_int16"> |
| 2437 | <output-dir compare="Text">serial_var_int16</output-dir> |
| 2438 | </compilation-unit> |
| 2439 | </test-case> |
| 2440 | <test-case FilePath="aggregate-sql"> |
| 2441 | <compilation-unit name="serial_var_int16_null"> |
| 2442 | <output-dir compare="Text">serial_var_int16_null</output-dir> |
| 2443 | </compilation-unit> |
| 2444 | </test-case> |
| 2445 | <test-case FilePath="aggregate-sql"> |
| 2446 | <compilation-unit name="serial_var_int32"> |
| 2447 | <output-dir compare="Text">serial_var_int32</output-dir> |
| 2448 | </compilation-unit> |
| 2449 | </test-case> |
| 2450 | <test-case FilePath="aggregate-sql"> |
| 2451 | <compilation-unit name="serial_var_int32_null"> |
| 2452 | <output-dir compare="Text">serial_var_int32_null</output-dir> |
| 2453 | </compilation-unit> |
| 2454 | </test-case> |
| 2455 | <test-case FilePath="aggregate-sql"> |
| 2456 | <compilation-unit name="serial_var_int64"> |
| 2457 | <output-dir compare="Text">serial_var_int64</output-dir> |
| 2458 | </compilation-unit> |
| 2459 | </test-case> |
| 2460 | <test-case FilePath="aggregate-sql"> |
| 2461 | <compilation-unit name="serial_var_int64_null"> |
| 2462 | <output-dir compare="Text">serial_var_int64_null</output-dir> |
| 2463 | </compilation-unit> |
| 2464 | </test-case> |
| 2465 | <test-case FilePath="aggregate-sql"> |
| 2466 | <compilation-unit name="serial_var_int8"> |
| 2467 | <output-dir compare="Text">serial_var_int8</output-dir> |
| 2468 | </compilation-unit> |
| 2469 | </test-case> |
| 2470 | <test-case FilePath="aggregate-sql"> |
| 2471 | <compilation-unit name="serial_var_int8_null"> |
| 2472 | <output-dir compare="Text">serial_var_int8_null</output-dir> |
| 2473 | </compilation-unit> |
| 2474 | </test-case> |
| 2475 | <test-case FilePath="aggregate-sql"> |
James Fang | 3e14ced | 2019-03-12 17:32:56 -0700 | [diff] [blame] | 2476 | <compilation-unit name="skewness_double"> |
| 2477 | <output-dir compare="Text">skewness_double</output-dir> |
| 2478 | </compilation-unit> |
| 2479 | </test-case> |
| 2480 | <test-case FilePath="aggregate-sql"> |
| 2481 | <compilation-unit name="skewness_double_null"> |
| 2482 | <output-dir compare="Text">skewness_double_null</output-dir> |
| 2483 | </compilation-unit> |
| 2484 | </test-case> |
| 2485 | <test-case FilePath="aggregate-sql"> |
| 2486 | <compilation-unit name="skewness_empty_01"> |
| 2487 | <output-dir compare="Text">skewness_empty_01</output-dir> |
| 2488 | </compilation-unit> |
| 2489 | </test-case> |
| 2490 | <test-case FilePath="aggregate-sql"> |
| 2491 | <compilation-unit name="skewness_empty_02"> |
| 2492 | <output-dir compare="Text">skewness_empty_02</output-dir> |
| 2493 | </compilation-unit> |
| 2494 | </test-case> |
| 2495 | <test-case FilePath="aggregate-sql"> |
| 2496 | <compilation-unit name="skewness_float"> |
| 2497 | <output-dir compare="Text">skewness_float</output-dir> |
| 2498 | </compilation-unit> |
| 2499 | </test-case> |
| 2500 | <test-case FilePath="aggregate-sql"> |
| 2501 | <compilation-unit name="skewness_float_null"> |
| 2502 | <output-dir compare="Text">skewness_float_null</output-dir> |
| 2503 | </compilation-unit> |
| 2504 | </test-case> |
| 2505 | <test-case FilePath="aggregate-sql"> |
| 2506 | <compilation-unit name="skewness_int16"> |
| 2507 | <output-dir compare="Text">skewness_int16</output-dir> |
| 2508 | </compilation-unit> |
| 2509 | </test-case> |
| 2510 | <test-case FilePath="aggregate-sql"> |
| 2511 | <compilation-unit name="skewness_int16_null"> |
| 2512 | <output-dir compare="Text">skewness_int16_null</output-dir> |
| 2513 | </compilation-unit> |
| 2514 | </test-case> |
| 2515 | <test-case FilePath="aggregate-sql"> |
| 2516 | <compilation-unit name="skewness_int32"> |
| 2517 | <output-dir compare="Text">skewness_int32</output-dir> |
| 2518 | </compilation-unit> |
| 2519 | </test-case> |
| 2520 | <test-case FilePath="aggregate-sql"> |
| 2521 | <compilation-unit name="skewness_int32_null"> |
| 2522 | <output-dir compare="Text">skewness_int32_null</output-dir> |
| 2523 | </compilation-unit> |
| 2524 | </test-case> |
| 2525 | <test-case FilePath="aggregate-sql"> |
| 2526 | <compilation-unit name="skewness_int64"> |
| 2527 | <output-dir compare="Text">skewness_int64</output-dir> |
| 2528 | </compilation-unit> |
| 2529 | </test-case> |
| 2530 | <test-case FilePath="aggregate-sql"> |
| 2531 | <compilation-unit name="skewness_int64_null"> |
| 2532 | <output-dir compare="Text">skewness_int64_null</output-dir> |
| 2533 | </compilation-unit> |
| 2534 | </test-case> |
| 2535 | <test-case FilePath="aggregate-sql"> |
| 2536 | <compilation-unit name="skewness_int8"> |
| 2537 | <output-dir compare="Text">skewness_int8</output-dir> |
| 2538 | </compilation-unit> |
| 2539 | </test-case> |
| 2540 | <test-case FilePath="aggregate-sql"> |
| 2541 | <compilation-unit name="skewness_int8_null"> |
| 2542 | <output-dir compare="Text">skewness_int8_null</output-dir> |
| 2543 | </compilation-unit> |
| 2544 | </test-case> |
| 2545 | <test-case FilePath="aggregate-sql"> |
| 2546 | <compilation-unit name="skewness_distinct"> |
| 2547 | <output-dir compare="Text">skewness_distinct</output-dir> |
| 2548 | </compilation-unit> |
| 2549 | </test-case> |
| 2550 | <test-case FilePath="aggregate-sql"> |
James Fang | ab4bed0 | 2018-10-12 00:46:31 -0700 | [diff] [blame] | 2551 | <compilation-unit name="stddev_double"> |
| 2552 | <output-dir compare="Text">stddev_double</output-dir> |
| 2553 | </compilation-unit> |
| 2554 | </test-case> |
| 2555 | <test-case FilePath="aggregate-sql"> |
| 2556 | <compilation-unit name="stddev_double_null"> |
| 2557 | <output-dir compare="Text">stddev_double_null</output-dir> |
| 2558 | </compilation-unit> |
| 2559 | </test-case> |
| 2560 | <test-case FilePath="aggregate-sql"> |
| 2561 | <compilation-unit name="stddev_empty_01"> |
| 2562 | <output-dir compare="Text">stddev_empty_01</output-dir> |
| 2563 | </compilation-unit> |
| 2564 | </test-case> |
| 2565 | <test-case FilePath="aggregate-sql"> |
| 2566 | <compilation-unit name="stddev_empty_02"> |
| 2567 | <output-dir compare="Text">stddev_empty_02</output-dir> |
| 2568 | </compilation-unit> |
| 2569 | </test-case> |
| 2570 | <test-case FilePath="aggregate-sql"> |
| 2571 | <compilation-unit name="stddev_float"> |
| 2572 | <output-dir compare="Text">stddev_float</output-dir> |
| 2573 | </compilation-unit> |
| 2574 | </test-case> |
| 2575 | <test-case FilePath="aggregate-sql"> |
| 2576 | <compilation-unit name="stddev_float_null"> |
| 2577 | <output-dir compare="Text">stddev_float_null</output-dir> |
| 2578 | </compilation-unit> |
| 2579 | </test-case> |
| 2580 | <test-case FilePath="aggregate-sql"> |
| 2581 | <compilation-unit name="stddev_int16"> |
| 2582 | <output-dir compare="Text">stddev_int16</output-dir> |
| 2583 | </compilation-unit> |
| 2584 | </test-case> |
| 2585 | <test-case FilePath="aggregate-sql"> |
| 2586 | <compilation-unit name="stddev_int16_null"> |
| 2587 | <output-dir compare="Text">stddev_int16_null</output-dir> |
| 2588 | </compilation-unit> |
| 2589 | </test-case> |
| 2590 | <test-case FilePath="aggregate-sql"> |
| 2591 | <compilation-unit name="stddev_int32"> |
| 2592 | <output-dir compare="Text">stddev_int32</output-dir> |
| 2593 | </compilation-unit> |
| 2594 | </test-case> |
| 2595 | <test-case FilePath="aggregate-sql"> |
| 2596 | <compilation-unit name="stddev_int32_null"> |
| 2597 | <output-dir compare="Text">stddev_int32_null</output-dir> |
| 2598 | </compilation-unit> |
| 2599 | </test-case> |
| 2600 | <test-case FilePath="aggregate-sql"> |
| 2601 | <compilation-unit name="stddev_int64"> |
| 2602 | <output-dir compare="Text">stddev_int64</output-dir> |
| 2603 | </compilation-unit> |
| 2604 | </test-case> |
| 2605 | <test-case FilePath="aggregate-sql"> |
| 2606 | <compilation-unit name="stddev_int64_null"> |
| 2607 | <output-dir compare="Text">stddev_int64_null</output-dir> |
| 2608 | </compilation-unit> |
| 2609 | </test-case> |
| 2610 | <test-case FilePath="aggregate-sql"> |
| 2611 | <compilation-unit name="stddev_int8"> |
| 2612 | <output-dir compare="Text">stddev_int8</output-dir> |
| 2613 | </compilation-unit> |
| 2614 | </test-case> |
| 2615 | <test-case FilePath="aggregate-sql"> |
| 2616 | <compilation-unit name="stddev_int8_null"> |
| 2617 | <output-dir compare="Text">stddev_int8_null</output-dir> |
| 2618 | </compilation-unit> |
| 2619 | </test-case> |
| 2620 | <test-case FilePath="aggregate-sql"> |
James Fang | 11d5b28 | 2018-10-22 15:13:24 -0700 | [diff] [blame] | 2621 | <compilation-unit name="stddev_distinct"> |
| 2622 | <output-dir compare="Text">stddev_distinct</output-dir> |
| 2623 | </compilation-unit> |
| 2624 | </test-case> |
| 2625 | <test-case FilePath="aggregate-sql"> |
Dmitry Lychagin | e5ea42d | 2019-03-15 11:38:09 -0700 | [diff] [blame] | 2626 | <compilation-unit name="stddev_misc"> |
| 2627 | <output-dir compare="Text">stddev_misc</output-dir> |
| 2628 | </compilation-unit> |
| 2629 | </test-case> |
| 2630 | <test-case FilePath="aggregate-sql"> |
| 2631 | <compilation-unit name="stddev_pop_misc"> |
| 2632 | <output-dir compare="Text">stddev_pop_misc</output-dir> |
| 2633 | </compilation-unit> |
| 2634 | </test-case> |
| 2635 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 2636 | <compilation-unit name="sum_double"> |
| 2637 | <output-dir compare="Text">sum_double</output-dir> |
| 2638 | </compilation-unit> |
| 2639 | </test-case> |
| 2640 | <test-case FilePath="aggregate-sql"> |
| 2641 | <compilation-unit name="sum_double_null"> |
| 2642 | <output-dir compare="Text">sum_double_null</output-dir> |
| 2643 | </compilation-unit> |
| 2644 | </test-case> |
| 2645 | <test-case FilePath="aggregate-sql"> |
| 2646 | <compilation-unit name="sum_empty_01"> |
| 2647 | <output-dir compare="Text">sum_empty_01</output-dir> |
| 2648 | </compilation-unit> |
| 2649 | </test-case> |
| 2650 | <test-case FilePath="aggregate-sql"> |
| 2651 | <compilation-unit name="sum_empty_02"> |
| 2652 | <output-dir compare="Text">sum_empty_02</output-dir> |
| 2653 | </compilation-unit> |
| 2654 | </test-case> |
| 2655 | <test-case FilePath="aggregate-sql"> |
| 2656 | <compilation-unit name="sum_float"> |
| 2657 | <output-dir compare="Text">sum_float</output-dir> |
| 2658 | </compilation-unit> |
| 2659 | </test-case> |
| 2660 | <test-case FilePath="aggregate-sql"> |
| 2661 | <compilation-unit name="sum_float_null"> |
| 2662 | <output-dir compare="Text">sum_float_null</output-dir> |
| 2663 | </compilation-unit> |
| 2664 | </test-case> |
| 2665 | <test-case FilePath="aggregate-sql"> |
| 2666 | <compilation-unit name="sum_int16"> |
| 2667 | <output-dir compare="Text">sum_int16</output-dir> |
| 2668 | </compilation-unit> |
| 2669 | </test-case> |
| 2670 | <test-case FilePath="aggregate-sql"> |
| 2671 | <compilation-unit name="sum_int16_null"> |
| 2672 | <output-dir compare="Text">sum_int16_null</output-dir> |
| 2673 | </compilation-unit> |
| 2674 | </test-case> |
| 2675 | <test-case FilePath="aggregate-sql"> |
| 2676 | <compilation-unit name="sum_int32"> |
| 2677 | <output-dir compare="Text">sum_int32</output-dir> |
| 2678 | </compilation-unit> |
| 2679 | </test-case> |
| 2680 | <test-case FilePath="aggregate-sql"> |
| 2681 | <compilation-unit name="sum_int32_null"> |
| 2682 | <output-dir compare="Text">sum_int32_null</output-dir> |
| 2683 | </compilation-unit> |
| 2684 | </test-case> |
| 2685 | <test-case FilePath="aggregate-sql"> |
| 2686 | <compilation-unit name="sum_int64"> |
| 2687 | <output-dir compare="Text">sum_int64</output-dir> |
| 2688 | </compilation-unit> |
| 2689 | </test-case> |
| 2690 | <test-case FilePath="aggregate-sql"> |
| 2691 | <compilation-unit name="sum_int64_null"> |
| 2692 | <output-dir compare="Text">sum_int64_null</output-dir> |
| 2693 | </compilation-unit> |
| 2694 | </test-case> |
| 2695 | <test-case FilePath="aggregate-sql"> |
Hussain Towaileb | 5af85d9 | 2018-11-06 13:12:40 +0300 | [diff] [blame] | 2696 | <compilation-unit name="sum_int64_overflow"> |
| 2697 | <output-dir compare="Text">sum_int64_overflow</output-dir> |
| 2698 | <expected-error>Overflow in agg-sum</expected-error> |
| 2699 | </compilation-unit> |
| 2700 | </test-case> |
| 2701 | <test-case FilePath="aggregate-sql"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 2702 | <compilation-unit name="sum_int8"> |
| 2703 | <output-dir compare="Text">sum_int8</output-dir> |
| 2704 | </compilation-unit> |
| 2705 | </test-case> |
| 2706 | <test-case FilePath="aggregate-sql"> |
| 2707 | <compilation-unit name="sum_int8_null"> |
| 2708 | <output-dir compare="Text">sum_int8_null</output-dir> |
| 2709 | </compilation-unit> |
| 2710 | </test-case> |
| 2711 | <test-case FilePath="aggregate-sql"> |
| 2712 | <compilation-unit name="sum_null-with-pred"> |
| 2713 | <output-dir compare="Text">sum_null-with-pred</output-dir> |
| 2714 | </compilation-unit> |
| 2715 | </test-case> |
| 2716 | <test-case FilePath="aggregate-sql"> |
| 2717 | <compilation-unit name="sum_numeric_null"> |
| 2718 | <output-dir compare="Text">sum_numeric_null</output-dir> |
| 2719 | </compilation-unit> |
| 2720 | </test-case> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 2721 | <test-case FilePath="aggregate-sql"> |
| 2722 | <compilation-unit name="sum_distinct"> |
| 2723 | <output-dir compare="Text">sum_distinct</output-dir> |
| 2724 | </compilation-unit> |
| 2725 | </test-case> |
James Fang | 2a42da45 | 2018-10-25 11:43:39 -0700 | [diff] [blame] | 2726 | <test-case FilePath="aggregate-sql"> |
| 2727 | <compilation-unit name="var_double"> |
| 2728 | <output-dir compare="Text">var_double</output-dir> |
| 2729 | </compilation-unit> |
| 2730 | </test-case> |
| 2731 | <test-case FilePath="aggregate-sql"> |
| 2732 | <compilation-unit name="var_double_null"> |
| 2733 | <output-dir compare="Text">var_double_null</output-dir> |
| 2734 | </compilation-unit> |
| 2735 | </test-case> |
| 2736 | <test-case FilePath="aggregate-sql"> |
| 2737 | <compilation-unit name="var_empty_01"> |
| 2738 | <output-dir compare="Text">var_empty_01</output-dir> |
| 2739 | </compilation-unit> |
| 2740 | </test-case> |
| 2741 | <test-case FilePath="aggregate-sql"> |
| 2742 | <compilation-unit name="var_empty_02"> |
| 2743 | <output-dir compare="Text">var_empty_02</output-dir> |
| 2744 | </compilation-unit> |
| 2745 | </test-case> |
| 2746 | <test-case FilePath="aggregate-sql"> |
| 2747 | <compilation-unit name="var_float"> |
| 2748 | <output-dir compare="Text">var_float</output-dir> |
| 2749 | </compilation-unit> |
| 2750 | </test-case> |
| 2751 | <test-case FilePath="aggregate-sql"> |
| 2752 | <compilation-unit name="var_float_null"> |
| 2753 | <output-dir compare="Text">var_float_null</output-dir> |
| 2754 | </compilation-unit> |
| 2755 | </test-case> |
| 2756 | <test-case FilePath="aggregate-sql"> |
| 2757 | <compilation-unit name="var_int16"> |
| 2758 | <output-dir compare="Text">var_int16</output-dir> |
| 2759 | </compilation-unit> |
| 2760 | </test-case> |
| 2761 | <test-case FilePath="aggregate-sql"> |
| 2762 | <compilation-unit name="var_int16_null"> |
| 2763 | <output-dir compare="Text">var_int16_null</output-dir> |
| 2764 | </compilation-unit> |
| 2765 | </test-case> |
| 2766 | <test-case FilePath="aggregate-sql"> |
| 2767 | <compilation-unit name="var_int32"> |
| 2768 | <output-dir compare="Text">var_int32</output-dir> |
| 2769 | </compilation-unit> |
| 2770 | </test-case> |
| 2771 | <test-case FilePath="aggregate-sql"> |
| 2772 | <compilation-unit name="var_int32_null"> |
| 2773 | <output-dir compare="Text">var_int32_null</output-dir> |
| 2774 | </compilation-unit> |
| 2775 | </test-case> |
| 2776 | <test-case FilePath="aggregate-sql"> |
| 2777 | <compilation-unit name="var_int64"> |
| 2778 | <output-dir compare="Text">var_int64</output-dir> |
| 2779 | </compilation-unit> |
| 2780 | </test-case> |
| 2781 | <test-case FilePath="aggregate-sql"> |
| 2782 | <compilation-unit name="var_int64_null"> |
| 2783 | <output-dir compare="Text">var_int64_null</output-dir> |
| 2784 | </compilation-unit> |
| 2785 | </test-case> |
| 2786 | <test-case FilePath="aggregate-sql"> |
| 2787 | <compilation-unit name="var_int8"> |
| 2788 | <output-dir compare="Text">var_int8</output-dir> |
| 2789 | </compilation-unit> |
| 2790 | </test-case> |
| 2791 | <test-case FilePath="aggregate-sql"> |
| 2792 | <compilation-unit name="var_int8_null"> |
| 2793 | <output-dir compare="Text">var_int8_null</output-dir> |
| 2794 | </compilation-unit> |
| 2795 | </test-case> |
| 2796 | <test-case FilePath="aggregate-sql"> |
| 2797 | <compilation-unit name="var_distinct"> |
| 2798 | <output-dir compare="Text">var_distinct</output-dir> |
| 2799 | </compilation-unit> |
| 2800 | </test-case> |
Dmitry Lychagin | e5ea42d | 2019-03-15 11:38:09 -0700 | [diff] [blame] | 2801 | <test-case FilePath="aggregate-sql"> |
| 2802 | <compilation-unit name="var_misc"> |
| 2803 | <output-dir compare="Text">var_misc</output-dir> |
| 2804 | </compilation-unit> |
| 2805 | </test-case> |
| 2806 | <test-case FilePath="aggregate-sql"> |
| 2807 | <compilation-unit name="var_pop_misc"> |
| 2808 | <output-dir compare="Text">var_pop_misc</output-dir> |
| 2809 | </compilation-unit> |
| 2810 | </test-case> |
| 2811 | </test-group> |
| 2812 | <test-group name="aggregate-sql-sugar"> |
| 2813 | <test-case FilePath="aggregate-sql-sugar"> |
Dmitry Lychagin | 593204d | 2019-05-10 14:15:05 -0700 | [diff] [blame] | 2814 | <compilation-unit name="array_agg"> |
| 2815 | <output-dir compare="Text">array_agg</output-dir> |
| 2816 | </compilation-unit> |
| 2817 | </test-case> |
| 2818 | <test-case FilePath="aggregate-sql-sugar"> |
| 2819 | <compilation-unit name="array_agg_negative"> |
| 2820 | <output-dir compare="Text">array_agg</output-dir> |
| 2821 | <expected-error>ASX1079: Compilation error: array_agg is a SQL-92 aggregate function. The SQL++ core aggregate function strict_arrayagg could potentially express the intent.</expected-error> |
| 2822 | </compilation-unit> |
| 2823 | </test-case> |
| 2824 | <test-case FilePath="aggregate-sql-sugar"> |
Dmitry Lychagin | 0cca97d | 2019-03-27 22:09:20 -0700 | [diff] [blame] | 2825 | <compilation-unit name="distinct_mixed"> |
| 2826 | <output-dir compare="Text">distinct_mixed</output-dir> |
| 2827 | </compilation-unit> |
| 2828 | </test-case> |
| 2829 | <test-case FilePath="aggregate-sql-sugar"> |
Dmitry Lychagin | e5ea42d | 2019-03-15 11:38:09 -0700 | [diff] [blame] | 2830 | <compilation-unit name="stddev"> |
| 2831 | <output-dir compare="Text">stddev</output-dir> |
| 2832 | </compilation-unit> |
| 2833 | </test-case> |
| 2834 | <test-case FilePath="aggregate-sql-sugar"> |
| 2835 | <compilation-unit name="var"> |
| 2836 | <output-dir compare="Text">var</output-dir> |
| 2837 | </compilation-unit> |
| 2838 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 2839 | </test-group> |
Ali Alsuliman | 5afd9fd | 2018-06-17 00:23:35 -0700 | [diff] [blame] | 2840 | <test-group name="array_fun"> |
| 2841 | <test-case FilePath="array_fun"> |
Ali Alsuliman | 0d7974f | 2018-07-12 10:42:48 -0700 | [diff] [blame] | 2842 | <compilation-unit name="array_prepend"> |
| 2843 | <output-dir compare="Text">array_prepend</output-dir> |
| 2844 | </compilation-unit> |
| 2845 | </test-case> |
| 2846 | <test-case FilePath="array_fun"> |
Ali Alsuliman | 5afd9fd | 2018-06-17 00:23:35 -0700 | [diff] [blame] | 2847 | <compilation-unit name="array_append"> |
| 2848 | <output-dir compare="Text">array_append</output-dir> |
| 2849 | </compilation-unit> |
| 2850 | </test-case> |
Ali Alsuliman | f6b2ade | 2018-06-21 12:32:21 -0700 | [diff] [blame] | 2851 | <test-case FilePath="array_fun"> |
| 2852 | <compilation-unit name="array_position"> |
| 2853 | <output-dir compare="Text">array_position</output-dir> |
Ali Alsuliman | f6b2ade | 2018-06-21 12:32:21 -0700 | [diff] [blame] | 2854 | </compilation-unit> |
| 2855 | </test-case> |
Ali Alsuliman | 6b31f73 | 2018-06-25 12:30:31 -0700 | [diff] [blame] | 2856 | <test-case FilePath="array_fun"> |
Till Westmann | aae5753 | 2018-07-03 18:13:16 -0700 | [diff] [blame] | 2857 | <compilation-unit name="array_repeat"> |
| 2858 | <output-dir compare="Text">array_repeat</output-dir> |
| 2859 | </compilation-unit> |
| 2860 | </test-case> |
| 2861 | <test-case FilePath="array_fun"> |
Ali Alsuliman | 6b31f73 | 2018-06-25 12:30:31 -0700 | [diff] [blame] | 2862 | <compilation-unit name="array_reverse"> |
| 2863 | <output-dir compare="Text">array_reverse</output-dir> |
| 2864 | </compilation-unit> |
| 2865 | </test-case> |
Ali Alsuliman | 9c9ed80 | 2018-06-27 22:16:19 -0700 | [diff] [blame] | 2866 | <test-case FilePath="array_fun"> |
| 2867 | <compilation-unit name="array_contains"> |
| 2868 | <output-dir compare="Text">array_contains</output-dir> |
Ali Alsuliman | 9c9ed80 | 2018-06-27 22:16:19 -0700 | [diff] [blame] | 2869 | </compilation-unit> |
| 2870 | </test-case> |
Ali Alsuliman | 0d7974f | 2018-07-12 10:42:48 -0700 | [diff] [blame] | 2871 | <test-case FilePath="array_fun"> |
| 2872 | <compilation-unit name="array_insert"> |
| 2873 | <output-dir compare="Text">array_insert</output-dir> |
| 2874 | </compilation-unit> |
| 2875 | </test-case> |
| 2876 | <test-case FilePath="array_fun"> |
| 2877 | <compilation-unit name="array_put"> |
| 2878 | <output-dir compare="Text">array_put</output-dir> |
Ali Alsuliman | 0d7974f | 2018-07-12 10:42:48 -0700 | [diff] [blame] | 2879 | </compilation-unit> |
| 2880 | </test-case> |
| 2881 | <test-case FilePath="array_fun"> |
| 2882 | <compilation-unit name="array_remove"> |
| 2883 | <output-dir compare="Text">array_remove</output-dir> |
Ali Alsuliman | 407e56b | 2018-07-17 18:21:15 -0700 | [diff] [blame] | 2884 | </compilation-unit> |
| 2885 | </test-case> |
| 2886 | <test-case FilePath="array_fun"> |
| 2887 | <compilation-unit name="array_distinct"> |
| 2888 | <output-dir compare="Text">array_distinct</output-dir> |
Ali Alsuliman | 407e56b | 2018-07-17 18:21:15 -0700 | [diff] [blame] | 2889 | </compilation-unit> |
| 2890 | </test-case> |
| 2891 | <test-case FilePath="array_fun"> |
| 2892 | <compilation-unit name="array_sort"> |
| 2893 | <output-dir compare="Text">array_sort</output-dir> |
Ali Alsuliman | 0d7974f | 2018-07-12 10:42:48 -0700 | [diff] [blame] | 2894 | </compilation-unit> |
| 2895 | </test-case> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2896 | <test-case FilePath="array_fun"> |
| 2897 | <compilation-unit name="array_concat"> |
| 2898 | <output-dir compare="Text">array_concat</output-dir> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2899 | </compilation-unit> |
| 2900 | </test-case> |
| 2901 | <test-case FilePath="array_fun"> |
| 2902 | <compilation-unit name="array_flatten"> |
| 2903 | <output-dir compare="Text">array_flatten</output-dir> |
| 2904 | </compilation-unit> |
| 2905 | </test-case> |
| 2906 | <test-case FilePath="array_fun"> |
| 2907 | <compilation-unit name="array_ifnull"> |
| 2908 | <output-dir compare="Text">array_ifnull</output-dir> |
| 2909 | </compilation-unit> |
| 2910 | </test-case> |
| 2911 | <test-case FilePath="array_fun"> |
| 2912 | <compilation-unit name="array_intersect"> |
| 2913 | <output-dir compare="Text">array_intersect</output-dir> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2914 | </compilation-unit> |
| 2915 | </test-case> |
| 2916 | <test-case FilePath="array_fun"> |
| 2917 | <compilation-unit name="array_range"> |
| 2918 | <output-dir compare="Text">array_range</output-dir> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2919 | </compilation-unit> |
| 2920 | </test-case> |
| 2921 | <test-case FilePath="array_fun"> |
| 2922 | <compilation-unit name="array_replace"> |
| 2923 | <output-dir compare="Text">array_replace</output-dir> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2924 | </compilation-unit> |
| 2925 | </test-case> |
| 2926 | <test-case FilePath="array_fun"> |
| 2927 | <compilation-unit name="array_star"> |
| 2928 | <output-dir compare="Text">array_star</output-dir> |
| 2929 | </compilation-unit> |
| 2930 | </test-case> |
| 2931 | <test-case FilePath="array_fun"> |
| 2932 | <compilation-unit name="array_symdiff"> |
| 2933 | <output-dir compare="Text">array_symdiff</output-dir> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2934 | </compilation-unit> |
| 2935 | </test-case> |
| 2936 | <test-case FilePath="array_fun"> |
| 2937 | <compilation-unit name="array_symdiffn"> |
| 2938 | <output-dir compare="Text">array_symdiffn</output-dir> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2939 | </compilation-unit> |
| 2940 | </test-case> |
| 2941 | <test-case FilePath="array_fun"> |
| 2942 | <compilation-unit name="array_union"> |
| 2943 | <output-dir compare="Text">array_union</output-dir> |
Ali Alsuliman | 9a98768 | 2018-07-20 04:52:55 -0700 | [diff] [blame] | 2944 | </compilation-unit> |
| 2945 | </test-case> |
Hussain Towaileb | 7090e74 | 2018-11-27 08:35:42 +0300 | [diff] [blame] | 2946 | <test-case FilePath="array_fun"> |
| 2947 | <compilation-unit name="array_slice/array_slice_double_argument"> |
| 2948 | <output-dir compare="Text">array_slice/array_slice_double_argument</output-dir> |
| 2949 | </compilation-unit> |
| 2950 | </test-case> |
| 2951 | <test-case FilePath="array_fun"> |
| 2952 | <compilation-unit name="array_slice/array_slice_int_argument"> |
| 2953 | <output-dir compare="Text">array_slice/array_slice_int_argument</output-dir> |
| 2954 | </compilation-unit> |
| 2955 | </test-case> |
| 2956 | <test-case FilePath="array_fun"> |
| 2957 | <compilation-unit name="array_slice/array_slice_negative_argument"> |
| 2958 | <output-dir compare="Text">array_slice/array_slice_negative_argument</output-dir> |
| 2959 | </compilation-unit> |
| 2960 | </test-case> |
| 2961 | <test-case FilePath="array_fun"> |
| 2962 | <compilation-unit name="array_slice/array_slice_missing_result"> |
| 2963 | <output-dir compare="Text">array_slice/array_slice_missing_result</output-dir> |
| 2964 | </compilation-unit> |
| 2965 | </test-case> |
| 2966 | <test-case FilePath="array_fun"> |
| 2967 | <compilation-unit name="array_slice/array_slice_null_result"> |
| 2968 | <output-dir compare="Text">array_slice/array_slice_null_result</output-dir> |
| 2969 | </compilation-unit> |
| 2970 | </test-case> |
| 2971 | <test-case FilePath="array_fun"> |
| 2972 | <compilation-unit name="array_slice/array_slice_exception_result"> |
| 2973 | <output-dir compare="Text">array_slice/array_slice_exception_result</output-dir> |
| 2974 | <expected-error>Compilation error</expected-error> |
| 2975 | </compilation-unit> |
| 2976 | </test-case> |
Ali Alsuliman | db0f3bf | 2019-05-01 13:26:53 -0700 | [diff] [blame] | 2977 | <test-case FilePath="array_fun"> |
| 2978 | <compilation-unit name="array_errors"> |
| 2979 | <output-dir compare="Text">array_errors</output-dir> |
| 2980 | <expected-error>Input contains different list types (in line 25, at column 8)</expected-error> |
| 2981 | <expected-error>Input contains different list types (in line 25, at column 8)</expected-error> |
Ali Alsuliman | db0f3bf | 2019-05-01 13:26:53 -0700 | [diff] [blame] | 2982 | <expected-error>Input contains different list types (in line 25, at column 8)</expected-error> |
| 2983 | <expected-error>Input contains different list types (in line 25, at column 8)</expected-error> |
| 2984 | <expected-error>Input contains different list types (in line 25, at column 8)</expected-error> |
| 2985 | </compilation-unit> |
| 2986 | </test-case> |
Ali Alsuliman | 5afd9fd | 2018-06-17 00:23:35 -0700 | [diff] [blame] | 2987 | </test-group> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 2988 | <test-group name="bitwise"> |
| 2989 | <test-case FilePath="bitwise"> |
| 2990 | <compilation-unit name="bit_and_01"> |
| 2991 | <output-dir compare="Text">bit_and_01</output-dir> |
| 2992 | </compilation-unit> |
| 2993 | </test-case> |
| 2994 | <test-case FilePath="bitwise"> |
| 2995 | <compilation-unit name="bit_and_02"> |
| 2996 | <output-dir compare="Text">bit_and_02</output-dir> |
| 2997 | </compilation-unit> |
| 2998 | </test-case> |
| 2999 | <test-case FilePath="bitwise"> |
| 3000 | <compilation-unit name="bit_and_03"> |
| 3001 | <output-dir compare="Text">bit_and_03</output-dir> |
| 3002 | <expected-error>Invalid number of arguments for function</expected-error> |
| 3003 | </compilation-unit> |
| 3004 | </test-case> |
| 3005 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3006 | <compilation-unit name="bit_and_04"> |
| 3007 | <output-dir compare="Text">bit_and_04</output-dir> |
| 3008 | </compilation-unit> |
| 3009 | </test-case> |
| 3010 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3011 | <compilation-unit name="bit_or_01"> |
| 3012 | <output-dir compare="Text">bit_or_01</output-dir> |
| 3013 | </compilation-unit> |
| 3014 | </test-case> |
| 3015 | <test-case FilePath="bitwise"> |
| 3016 | <compilation-unit name="bit_or_02"> |
| 3017 | <output-dir compare="Text">bit_or_02</output-dir> |
| 3018 | </compilation-unit> |
| 3019 | </test-case> |
| 3020 | <test-case FilePath="bitwise"> |
| 3021 | <compilation-unit name="bit_or_03"> |
| 3022 | <output-dir compare="Text">bit_or_03</output-dir> |
| 3023 | <expected-error>Invalid number of arguments for function</expected-error> |
| 3024 | </compilation-unit> |
| 3025 | </test-case> |
| 3026 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3027 | <compilation-unit name="bit_or_04"> |
| 3028 | <output-dir compare="Text">bit_or_04</output-dir> |
| 3029 | </compilation-unit> |
| 3030 | </test-case> |
| 3031 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3032 | <compilation-unit name="bit_xor_01"> |
| 3033 | <output-dir compare="Text">bit_xor_01</output-dir> |
| 3034 | </compilation-unit> |
| 3035 | </test-case> |
| 3036 | <test-case FilePath="bitwise"> |
| 3037 | <compilation-unit name="bit_xor_02"> |
| 3038 | <output-dir compare="Text">bit_xor_02</output-dir> |
| 3039 | </compilation-unit> |
| 3040 | </test-case> |
| 3041 | <test-case FilePath="bitwise"> |
| 3042 | <compilation-unit name="bit_xor_03"> |
| 3043 | <output-dir compare="Text">bit_xor_03</output-dir> |
| 3044 | <expected-error>Invalid number of arguments for function</expected-error> |
| 3045 | </compilation-unit> |
| 3046 | </test-case> |
| 3047 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3048 | <compilation-unit name="bit_xor_04"> |
| 3049 | <output-dir compare="Text">bit_xor_04</output-dir> |
| 3050 | </compilation-unit> |
| 3051 | </test-case> |
| 3052 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3053 | <compilation-unit name="bit_not_01"> |
| 3054 | <output-dir compare="Text">bit_not_01</output-dir> |
| 3055 | </compilation-unit> |
| 3056 | </test-case> |
| 3057 | <test-case FilePath="bitwise"> |
| 3058 | <compilation-unit name="bit_not_02"> |
| 3059 | <output-dir compare="Text">bit_not_02</output-dir> |
| 3060 | </compilation-unit> |
| 3061 | </test-case> |
| 3062 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3063 | <compilation-unit name="bit_not_03"> |
| 3064 | <output-dir compare="Text">bit_not_03</output-dir> |
| 3065 | </compilation-unit> |
| 3066 | </test-case> |
| 3067 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3068 | <compilation-unit name="bit_count_01"> |
| 3069 | <output-dir compare="Text">bit_count_01</output-dir> |
| 3070 | </compilation-unit> |
| 3071 | </test-case> |
| 3072 | <test-case FilePath="bitwise"> |
| 3073 | <compilation-unit name="bit_count_02"> |
| 3074 | <output-dir compare="Text">bit_count_02</output-dir> |
| 3075 | </compilation-unit> |
| 3076 | </test-case> |
| 3077 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3078 | <compilation-unit name="bit_count_03"> |
| 3079 | <output-dir compare="Text">bit_count_03</output-dir> |
| 3080 | </compilation-unit> |
| 3081 | </test-case> |
| 3082 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3083 | <compilation-unit name="bit_set_01"> |
| 3084 | <output-dir compare="Text">bit_set_01</output-dir> |
| 3085 | </compilation-unit> |
| 3086 | </test-case> |
| 3087 | <test-case FilePath="bitwise"> |
| 3088 | <compilation-unit name="bit_set_02"> |
| 3089 | <output-dir compare="Text">bit_set_02</output-dir> |
| 3090 | </compilation-unit> |
| 3091 | </test-case> |
| 3092 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3093 | <compilation-unit name="bit_set_03"> |
| 3094 | <output-dir compare="Text">bit_set_03</output-dir> |
| 3095 | </compilation-unit> |
| 3096 | </test-case> |
| 3097 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3098 | <compilation-unit name="bit_clear_01"> |
| 3099 | <output-dir compare="Text">bit_clear_01</output-dir> |
| 3100 | </compilation-unit> |
| 3101 | </test-case> |
| 3102 | <test-case FilePath="bitwise"> |
| 3103 | <compilation-unit name="bit_clear_02"> |
| 3104 | <output-dir compare="Text">bit_clear_02</output-dir> |
| 3105 | </compilation-unit> |
| 3106 | </test-case> |
| 3107 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3108 | <compilation-unit name="bit_clear_03"> |
| 3109 | <output-dir compare="Text">bit_clear_03</output-dir> |
| 3110 | </compilation-unit> |
| 3111 | </test-case> |
| 3112 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3113 | <compilation-unit name="bit_shift_01"> |
| 3114 | <output-dir compare="Text">bit_shift_01</output-dir> |
| 3115 | </compilation-unit> |
| 3116 | </test-case> |
| 3117 | <test-case FilePath="bitwise"> |
| 3118 | <compilation-unit name="bit_shift_02"> |
| 3119 | <output-dir compare="Text">bit_shift_02</output-dir> |
| 3120 | </compilation-unit> |
| 3121 | </test-case> |
| 3122 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3123 | <compilation-unit name="bit_shift_03"> |
| 3124 | <output-dir compare="Text">bit_shift_03</output-dir> |
| 3125 | </compilation-unit> |
| 3126 | </test-case> |
| 3127 | <test-case FilePath="bitwise"> |
| 3128 | <compilation-unit name="bit_shift_04"> |
| 3129 | <output-dir compare="Text">bit_shift_04</output-dir> |
| 3130 | </compilation-unit> |
| 3131 | </test-case> |
| 3132 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3133 | <compilation-unit name="bit_test_01"> |
| 3134 | <output-dir compare="Text">bit_test_01</output-dir> |
| 3135 | </compilation-unit> |
| 3136 | </test-case> |
| 3137 | <test-case FilePath="bitwise"> |
| 3138 | <compilation-unit name="bit_test_02"> |
| 3139 | <output-dir compare="Text">bit_test_02</output-dir> |
| 3140 | </compilation-unit> |
| 3141 | </test-case> |
| 3142 | <test-case FilePath="bitwise"> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3143 | <compilation-unit name="bit_test_03"> |
| 3144 | <output-dir compare="Text">bit_test_03</output-dir> |
| 3145 | </compilation-unit> |
| 3146 | </test-case> |
| 3147 | <test-case FilePath="bitwise"> |
| 3148 | <compilation-unit name="bit_test_04"> |
| 3149 | <output-dir compare="Text">bit_test_04</output-dir> |
| 3150 | </compilation-unit> |
| 3151 | </test-case> |
| 3152 | <test-case FilePath="bitwise"> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3153 | <compilation-unit name="is_bit_set_01"> |
| 3154 | <output-dir compare="Text">is_bit_set_01</output-dir> |
| 3155 | </compilation-unit> |
| 3156 | </test-case> |
| 3157 | <test-case FilePath="bitwise"> |
| 3158 | <compilation-unit name="is_bit_set_02"> |
| 3159 | <output-dir compare="Text">is_bit_set_02</output-dir> |
| 3160 | </compilation-unit> |
| 3161 | </test-case> |
Hussain Towaileb | 72bca2a | 2019-08-02 05:25:47 +0300 | [diff] [blame] | 3162 | <test-case FilePath="bitwise"> |
| 3163 | <compilation-unit name="is_bit_set_03"> |
| 3164 | <output-dir compare="Text">is_bit_set_03</output-dir> |
| 3165 | </compilation-unit> |
| 3166 | </test-case> |
Hussain Towaileb | c420e45 | 2019-05-22 16:54:53 +0300 | [diff] [blame] | 3167 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3168 | <test-group name="boolean"> |
| 3169 | <test-case FilePath="boolean"> |
| 3170 | <compilation-unit name="and_01"> |
| 3171 | <output-dir compare="Text">and_01</output-dir> |
| 3172 | </compilation-unit> |
| 3173 | </test-case> |
| 3174 | <test-case FilePath="boolean"> |
| 3175 | <compilation-unit name="and_null"> |
| 3176 | <output-dir compare="Text">and_null</output-dir> |
| 3177 | </compilation-unit> |
| 3178 | </test-case> |
| 3179 | <test-case FilePath="boolean"> |
| 3180 | <compilation-unit name="and_null_false"> |
| 3181 | <output-dir compare="Text">and_null_false</output-dir> |
| 3182 | </compilation-unit> |
| 3183 | </test-case> |
| 3184 | <test-case FilePath="boolean"> |
| 3185 | <compilation-unit name="not_01"> |
| 3186 | <output-dir compare="Text">not_01</output-dir> |
| 3187 | </compilation-unit> |
| 3188 | </test-case> |
| 3189 | </test-group> |
| 3190 | <test-group name="comparison"> |
| 3191 | <test-case FilePath="comparison"> |
Xikui Wang | 6cbc7f0 | 2018-06-01 18:12:17 -0700 | [diff] [blame] | 3192 | <compilation-unit name="secondary_idx_lookup"> |
| 3193 | <output-dir compare="Text">secondary_idx_lookup</output-dir> |
| 3194 | </compilation-unit> |
| 3195 | </test-case> |
| 3196 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3197 | <compilation-unit name="year_month_duration_order"> |
| 3198 | <output-dir compare="Text">year_month_duration_order</output-dir> |
| 3199 | </compilation-unit> |
| 3200 | </test-case> |
| 3201 | <test-case FilePath="comparison"> |
| 3202 | <compilation-unit name="datetime_order"> |
| 3203 | <output-dir compare="Text">datetime_order</output-dir> |
| 3204 | </compilation-unit> |
| 3205 | </test-case> |
| 3206 | <test-case FilePath="comparison"> |
| 3207 | <compilation-unit name="datetime_range"> |
| 3208 | <output-dir compare="Text">datetime_range</output-dir> |
| 3209 | </compilation-unit> |
| 3210 | </test-case> |
| 3211 | <test-case FilePath="comparison"> |
Yingyi Bu | 6c63834 | 2016-09-02 17:54:34 -0700 | [diff] [blame] | 3212 | <compilation-unit name="datetime_range_between"> |
| 3213 | <output-dir compare="Text">datetime_range</output-dir> |
| 3214 | </compilation-unit> |
| 3215 | </test-case> |
| 3216 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3217 | <compilation-unit name="datetime_tzeq"> |
| 3218 | <output-dir compare="Text">datetime_tzeq</output-dir> |
| 3219 | </compilation-unit> |
| 3220 | </test-case> |
| 3221 | <test-case FilePath="comparison"> |
| 3222 | <compilation-unit name="double"> |
| 3223 | <output-dir compare="Text">double</output-dir> |
| 3224 | </compilation-unit> |
| 3225 | </test-case> |
| 3226 | <test-case FilePath="comparison"> |
| 3227 | <compilation-unit name="double_gte_01"> |
| 3228 | <output-dir compare="Text">double_gte_01</output-dir> |
| 3229 | </compilation-unit> |
| 3230 | </test-case> |
| 3231 | <test-case FilePath="comparison"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 3232 | <compilation-unit name="double_missing"> |
| 3233 | <output-dir compare="Text">double_missing</output-dir> |
| 3234 | </compilation-unit> |
| 3235 | </test-case> |
| 3236 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3237 | <compilation-unit name="double_null"> |
| 3238 | <output-dir compare="Text">double_null</output-dir> |
| 3239 | </compilation-unit> |
| 3240 | </test-case> |
| 3241 | <test-case FilePath="comparison"> |
| 3242 | <compilation-unit name="eq_01"> |
| 3243 | <output-dir compare="Text">eq_01</output-dir> |
| 3244 | </compilation-unit> |
| 3245 | </test-case> |
| 3246 | <test-case FilePath="comparison"> |
| 3247 | <compilation-unit name="float"> |
| 3248 | <output-dir compare="Text">float</output-dir> |
| 3249 | </compilation-unit> |
| 3250 | </test-case> |
| 3251 | <test-case FilePath="comparison"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 3252 | <compilation-unit name="float_missing"> |
| 3253 | <output-dir compare="Text">float_missing</output-dir> |
| 3254 | </compilation-unit> |
| 3255 | </test-case> |
| 3256 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3257 | <compilation-unit name="float_null"> |
| 3258 | <output-dir compare="Text">float_null</output-dir> |
| 3259 | </compilation-unit> |
| 3260 | </test-case> |
| 3261 | <test-case FilePath="comparison"> |
| 3262 | <compilation-unit name="gt_01"> |
| 3263 | <output-dir compare="Text">gt_01</output-dir> |
| 3264 | </compilation-unit> |
| 3265 | </test-case> |
| 3266 | <test-case FilePath="comparison"> |
| 3267 | <compilation-unit name="gte_01"> |
| 3268 | <output-dir compare="Text">gte_01</output-dir> |
| 3269 | </compilation-unit> |
| 3270 | </test-case> |
| 3271 | <test-case FilePath="comparison"> |
Yingyi Bu | e311a63 | 2016-06-07 18:23:16 -0700 | [diff] [blame] | 3272 | <compilation-unit name="incompatible"> |
| 3273 | <output-dir compare="Text">incompatible</output-dir> |
| 3274 | </compilation-unit> |
| 3275 | </test-case> |
| 3276 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3277 | <compilation-unit name="int16"> |
| 3278 | <output-dir compare="Text">int16</output-dir> |
| 3279 | </compilation-unit> |
| 3280 | </test-case> |
| 3281 | <test-case FilePath="comparison"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 3282 | <compilation-unit name="int16_missing"> |
| 3283 | <output-dir compare="Text">int16_missing</output-dir> |
| 3284 | </compilation-unit> |
| 3285 | </test-case> |
| 3286 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3287 | <compilation-unit name="int16_null"> |
| 3288 | <output-dir compare="Text">int16_null</output-dir> |
| 3289 | </compilation-unit> |
| 3290 | </test-case> |
| 3291 | <test-case FilePath="comparison"> |
| 3292 | <compilation-unit name="int32"> |
| 3293 | <output-dir compare="Text">int32</output-dir> |
| 3294 | </compilation-unit> |
| 3295 | </test-case> |
| 3296 | <test-case FilePath="comparison"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 3297 | <compilation-unit name="int32_missing"> |
| 3298 | <output-dir compare="Text">int32_missing</output-dir> |
| 3299 | </compilation-unit> |
| 3300 | </test-case> |
| 3301 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3302 | <compilation-unit name="int32_null"> |
| 3303 | <output-dir compare="Text">int32_null</output-dir> |
| 3304 | </compilation-unit> |
| 3305 | </test-case> |
| 3306 | <test-case FilePath="comparison"> |
| 3307 | <compilation-unit name="int64"> |
| 3308 | <output-dir compare="Text">int64</output-dir> |
| 3309 | </compilation-unit> |
| 3310 | </test-case> |
| 3311 | <test-case FilePath="comparison"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 3312 | <compilation-unit name="int64_missing"> |
| 3313 | <output-dir compare="Text">int64_missing</output-dir> |
| 3314 | </compilation-unit> |
| 3315 | </test-case> |
| 3316 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3317 | <compilation-unit name="int64_null"> |
| 3318 | <output-dir compare="Text">int64_null</output-dir> |
| 3319 | </compilation-unit> |
| 3320 | </test-case> |
| 3321 | <test-case FilePath="comparison"> |
| 3322 | <compilation-unit name="int8"> |
| 3323 | <output-dir compare="Text">int8</output-dir> |
| 3324 | </compilation-unit> |
| 3325 | </test-case> |
| 3326 | <test-case FilePath="comparison"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 3327 | <compilation-unit name="int8_missing"> |
| 3328 | <output-dir compare="Text">int8_missing</output-dir> |
| 3329 | </compilation-unit> |
| 3330 | </test-case> |
| 3331 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3332 | <compilation-unit name="int8_null"> |
| 3333 | <output-dir compare="Text">int8_null</output-dir> |
| 3334 | </compilation-unit> |
| 3335 | </test-case> |
| 3336 | <test-case FilePath="comparison"> |
Yingyi Bu | 6c63834 | 2016-09-02 17:54:34 -0700 | [diff] [blame] | 3337 | <compilation-unit name="int_not_between"> |
| 3338 | <output-dir compare="Text">int_not_between</output-dir> |
| 3339 | </compilation-unit> |
| 3340 | </test-case> |
| 3341 | <test-case FilePath="comparison"> |
Yingyi Bu | 6e6a80c | 2017-01-21 20:18:49 -0800 | [diff] [blame] | 3342 | <compilation-unit name="like"> |
| 3343 | <output-dir compare="Text">like</output-dir> |
| 3344 | </compilation-unit> |
| 3345 | </test-case> |
| 3346 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3347 | <compilation-unit name="lt_01"> |
| 3348 | <output-dir compare="Text">lt_01</output-dir> |
| 3349 | </compilation-unit> |
| 3350 | </test-case> |
| 3351 | <test-case FilePath="comparison"> |
| 3352 | <compilation-unit name="lte_01"> |
| 3353 | <output-dir compare="Text">lte_01</output-dir> |
| 3354 | </compilation-unit> |
| 3355 | </test-case> |
| 3356 | <test-case FilePath="comparison"> |
| 3357 | <compilation-unit name="neq_01"> |
| 3358 | <output-dir compare="Text">neq_01</output-dir> |
| 3359 | </compilation-unit> |
| 3360 | </test-case> |
Yingyi Bu | 4a4b896 | 2016-09-16 12:09:11 -0700 | [diff] [blame] | 3361 | <test-case FilePath="comparison"> |
| 3362 | <compilation-unit name="neq_02"> |
| 3363 | <output-dir compare="Text">neq_01</output-dir> |
| 3364 | </compilation-unit> |
| 3365 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3366 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 3367 | <test-case FilePath="comparison"> |
| 3368 | <compilation-unit name="numeric-comparison_01"> |
| 3369 | <output-dir compare="Text">numeric-comparison_01</output-dir> |
| 3370 | </compilation-unit> |
| 3371 | </test-case> |
| 3372 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3373 | <test-case FilePath="comparison"> |
| 3374 | <compilation-unit name="string"> |
| 3375 | <output-dir compare="Text">string</output-dir> |
| 3376 | </compilation-unit> |
| 3377 | </test-case> |
| 3378 | <test-case FilePath="comparison"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 3379 | <compilation-unit name="string_missing"> |
| 3380 | <output-dir compare="Text">string_missing</output-dir> |
| 3381 | </compilation-unit> |
| 3382 | </test-case> |
| 3383 | <test-case FilePath="comparison"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3384 | <compilation-unit name="string_null"> |
| 3385 | <output-dir compare="Text">string_null</output-dir> |
| 3386 | </compilation-unit> |
| 3387 | </test-case> |
| 3388 | <test-case FilePath="comparison"> |
| 3389 | <compilation-unit name="issue363_equality"> |
| 3390 | <output-dir compare="Text">issue363_equality</output-dir> |
| 3391 | </compilation-unit> |
| 3392 | </test-case> |
| 3393 | <test-case FilePath="comparison"> |
| 3394 | <compilation-unit name="issue363_inequality_duration"> |
| 3395 | <output-dir compare="Text">issue363_inequality_duration</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3396 | </compilation-unit> |
| 3397 | </test-case> |
| 3398 | <test-case FilePath="comparison"> |
| 3399 | <compilation-unit name="issue363_inequality_interval"> |
| 3400 | <output-dir compare="Text">issue363_inequality_interval</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3401 | </compilation-unit> |
| 3402 | </test-case> |
| 3403 | <test-case FilePath="comparison"> |
| 3404 | <compilation-unit name="issue363_inequality_point"> |
| 3405 | <output-dir compare="Text">issue363_inequality_point</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3406 | </compilation-unit> |
| 3407 | </test-case> |
| 3408 | <test-case FilePath="comparison"> |
| 3409 | <compilation-unit name="issue363_inequality_line"> |
| 3410 | <output-dir compare="Text">issue363_inequality_line</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3411 | </compilation-unit> |
| 3412 | </test-case> |
| 3413 | <test-case FilePath="comparison"> |
| 3414 | <compilation-unit name="issue363_inequality_polygon"> |
| 3415 | <output-dir compare="Text">issue363_inequality_polygon</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3416 | </compilation-unit> |
| 3417 | </test-case> |
| 3418 | <test-case FilePath="comparison"> |
| 3419 | <compilation-unit name="issue363_inequality_rectangle"> |
| 3420 | <output-dir compare="Text">issue363_inequality_rectangle</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3421 | </compilation-unit> |
| 3422 | </test-case> |
| 3423 | <test-case FilePath="comparison"> |
| 3424 | <compilation-unit name="issue363_inequality_circle"> |
| 3425 | <output-dir compare="Text">issue363_inequality_circle</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3426 | </compilation-unit> |
| 3427 | </test-case> |
| 3428 | <test-case FilePath="comparison"> |
| 3429 | <compilation-unit name="binary"> |
| 3430 | <output-dir compare="Text">binary</output-dir> |
| 3431 | </compilation-unit> |
| 3432 | </test-case> |
| 3433 | <test-case FilePath="comparison"> |
| 3434 | <compilation-unit name="binary_null"> |
| 3435 | <output-dir compare="Text">binary_null</output-dir> |
| 3436 | </compilation-unit> |
| 3437 | </test-case> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 3438 | <test-case FilePath="comparison"> |
| 3439 | <compilation-unit name="greatest_mixed"> |
| 3440 | <output-dir compare="Text">greatest_mixed</output-dir> |
| 3441 | </compilation-unit> |
| 3442 | </test-case> |
| 3443 | <test-case FilePath="comparison"> |
| 3444 | <compilation-unit name="least_mixed"> |
| 3445 | <output-dir compare="Text">least_mixed</output-dir> |
| 3446 | </compilation-unit> |
| 3447 | </test-case> |
Dmitry Lychagin | b25c15f | 2018-04-25 18:05:58 -0700 | [diff] [blame] | 3448 | <test-case FilePath="comparison"> |
| 3449 | <compilation-unit name="missingif"> |
| 3450 | <output-dir compare="Text">missingif</output-dir> |
| 3451 | </compilation-unit> |
| 3452 | </test-case> |
| 3453 | <test-case FilePath="comparison"> |
| 3454 | <compilation-unit name="nullif"> |
| 3455 | <output-dir compare="Text">nullif</output-dir> |
| 3456 | </compilation-unit> |
| 3457 | </test-case> |
| 3458 | <test-case FilePath="comparison"> |
| 3459 | <compilation-unit name="nanif"> |
| 3460 | <output-dir compare="Text">nanif</output-dir> |
| 3461 | </compilation-unit> |
| 3462 | </test-case> |
| 3463 | <test-case FilePath="comparison"> |
| 3464 | <compilation-unit name="posinfif"> |
| 3465 | <output-dir compare="Text">posinfif</output-dir> |
| 3466 | </compilation-unit> |
| 3467 | </test-case> |
| 3468 | <test-case FilePath="comparison"> |
| 3469 | <compilation-unit name="neginfif"> |
| 3470 | <output-dir compare="Text">neginfif</output-dir> |
| 3471 | </compilation-unit> |
| 3472 | </test-case> |
Ali Alsuliman | 2974ed9 | 2019-02-14 19:23:19 -0800 | [diff] [blame] | 3473 | <test-case FilePath="comparison"> |
| 3474 | <compilation-unit name="arrays"> |
| 3475 | <output-dir compare="Text">arrays</output-dir> |
| 3476 | </compilation-unit> |
| 3477 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3478 | </test-group> |
| 3479 | <test-group name="constructor"> |
| 3480 | <test-case FilePath="constructor"> |
| 3481 | <compilation-unit name="binary_01"> |
| 3482 | <output-dir compare="Text">binary_01</output-dir> |
| 3483 | </compilation-unit> |
| 3484 | </test-case> |
| 3485 | <test-case FilePath="constructor"> |
| 3486 | <compilation-unit name="add-null"> |
| 3487 | <output-dir compare="Text">add-null</output-dir> |
| 3488 | </compilation-unit> |
| 3489 | </test-case> |
| 3490 | <test-case FilePath="constructor"> |
| 3491 | <compilation-unit name="boolean_01"> |
| 3492 | <output-dir compare="Text">boolean_01</output-dir> |
| 3493 | </compilation-unit> |
| 3494 | </test-case> |
| 3495 | <test-case FilePath="constructor"> |
| 3496 | <compilation-unit name="circle_01"> |
| 3497 | <output-dir compare="Text">circle_01</output-dir> |
| 3498 | </compilation-unit> |
| 3499 | </test-case> |
| 3500 | <test-case FilePath="constructor"> |
| 3501 | <compilation-unit name="date_01"> |
| 3502 | <output-dir compare="Text">date_01</output-dir> |
| 3503 | </compilation-unit> |
| 3504 | </test-case> |
| 3505 | <test-case FilePath="constructor"> |
| 3506 | <compilation-unit name="datetime_01"> |
| 3507 | <output-dir compare="Text">datetime_01</output-dir> |
| 3508 | </compilation-unit> |
| 3509 | </test-case> |
| 3510 | <test-case FilePath="constructor"> |
| 3511 | <compilation-unit name="double_01"> |
| 3512 | <output-dir compare="Text">double_01</output-dir> |
| 3513 | </compilation-unit> |
| 3514 | </test-case> |
| 3515 | <test-case FilePath="constructor"> |
| 3516 | <compilation-unit name="duration_01"> |
| 3517 | <output-dir compare="Text">duration_01</output-dir> |
| 3518 | </compilation-unit> |
| 3519 | </test-case> |
| 3520 | <test-case FilePath="constructor"> |
| 3521 | <compilation-unit name="duration_02"> |
| 3522 | <output-dir compare="Text">duration_02</output-dir> |
| 3523 | </compilation-unit> |
| 3524 | </test-case> |
| 3525 | <test-case FilePath="constructor"> |
| 3526 | <compilation-unit name="float_01"> |
| 3527 | <output-dir compare="Text">float_01</output-dir> |
| 3528 | </compilation-unit> |
| 3529 | </test-case> |
| 3530 | <test-case FilePath="constructor"> |
| 3531 | <compilation-unit name="int_01"> |
| 3532 | <output-dir compare="Text">int_01</output-dir> |
| 3533 | </compilation-unit> |
| 3534 | </test-case> |
| 3535 | <test-case FilePath="constructor"> |
| 3536 | <compilation-unit name="interval"> |
| 3537 | <output-dir compare="Text">interval</output-dir> |
| 3538 | </compilation-unit> |
| 3539 | </test-case> |
| 3540 | <test-case FilePath="constructor"> |
| 3541 | <compilation-unit name="line_01"> |
| 3542 | <output-dir compare="Text">line_01</output-dir> |
| 3543 | </compilation-unit> |
| 3544 | </test-case> |
| 3545 | <test-case FilePath="constructor"> |
| 3546 | <compilation-unit name="rectangle_01"> |
| 3547 | <output-dir compare="Text">rectangle_01</output-dir> |
| 3548 | </compilation-unit> |
| 3549 | </test-case> |
| 3550 | <test-case FilePath="constructor"> |
| 3551 | <compilation-unit name="point_01"> |
| 3552 | <output-dir compare="Text">point_01</output-dir> |
| 3553 | </compilation-unit> |
| 3554 | </test-case> |
| 3555 | <test-case FilePath="constructor"> |
| 3556 | <compilation-unit name="polygon_01"> |
| 3557 | <output-dir compare="Text">polygon_01</output-dir> |
| 3558 | </compilation-unit> |
| 3559 | </test-case> |
| 3560 | <test-case FilePath="constructor"> |
| 3561 | <compilation-unit name="primitive-01"> |
| 3562 | <output-dir compare="Text">primitive-01</output-dir> |
| 3563 | </compilation-unit> |
| 3564 | </test-case> |
| 3565 | <test-case FilePath="constructor"> |
| 3566 | <compilation-unit name="primitive-02"> |
| 3567 | <output-dir compare="Text">primitive-02</output-dir> |
| 3568 | </compilation-unit> |
| 3569 | </test-case> |
| 3570 | <test-case FilePath="constructor"> |
| 3571 | <compilation-unit name="primitive-03"> |
| 3572 | <output-dir compare="Text">primitive-03</output-dir> |
| 3573 | </compilation-unit> |
| 3574 | </test-case> |
| 3575 | <test-case FilePath="constructor"> |
| 3576 | <compilation-unit name="primitive-04"> |
| 3577 | <output-dir compare="Text">primitive-04</output-dir> |
| 3578 | </compilation-unit> |
| 3579 | </test-case> |
| 3580 | <test-case FilePath="constructor"> |
| 3581 | <compilation-unit name="string_01"> |
| 3582 | <output-dir compare="Text">string_01</output-dir> |
| 3583 | </compilation-unit> |
| 3584 | </test-case> |
| 3585 | <test-case FilePath="constructor"> |
| 3586 | <compilation-unit name="time_01"> |
| 3587 | <output-dir compare="Text">time_01</output-dir> |
| 3588 | </compilation-unit> |
| 3589 | </test-case> |
Hussain Towaileb | e5c0d8d | 2019-09-04 18:13:15 +0300 | [diff] [blame] | 3590 | <test-case FilePath="constructor/uuid"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3591 | <compilation-unit name="uuid_01"> |
| 3592 | <output-dir compare="Text">uuid_01</output-dir> |
| 3593 | </compilation-unit> |
| 3594 | </test-case> |
Hussain Towaileb | e5c0d8d | 2019-09-04 18:13:15 +0300 | [diff] [blame] | 3595 | <test-case FilePath="constructor/uuid"> |
| 3596 | <compilation-unit name="uuid_02"> |
| 3597 | <output-dir compare="Text">uuid_02</output-dir> |
| 3598 | <expected-error>Invalid format for uuid in 02a199ca-bf58-412e-bd9f-60a0c975a8a-</expected-error> |
| 3599 | </compilation-unit> |
| 3600 | </test-case> |
| 3601 | <test-case FilePath="constructor/uuid"> |
| 3602 | <compilation-unit name="uuid_03"> |
| 3603 | <output-dir compare="Text">uuid_03</output-dir> |
| 3604 | <expected-error>Invalid format for uuid in 12345</expected-error> |
| 3605 | </compilation-unit> |
| 3606 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3607 | </test-group> |
| 3608 | <test-group name="custord"> |
| 3609 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 3610 | <test-case FilePath="custord"> |
| 3611 | <compilation-unit name="co"> |
| 3612 | <output-dir compare="Text">co</output-dir> |
| 3613 | </compilation-unit> |
| 3614 | </test-case> |
| 3615 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3616 | <test-case FilePath="custord"> |
| 3617 | <compilation-unit name="customer_q_01"> |
| 3618 | <output-dir compare="Text">customer_q_01</output-dir> |
| 3619 | </compilation-unit> |
| 3620 | </test-case> |
| 3621 | <test-case FilePath="custord"> |
| 3622 | <compilation-unit name="customer_q_02"> |
| 3623 | <output-dir compare="Text">customer_q_02</output-dir> |
| 3624 | </compilation-unit> |
| 3625 | </test-case> |
| 3626 | <test-case FilePath="custord"> |
| 3627 | <compilation-unit name="customer_q_03"> |
| 3628 | <output-dir compare="Text">customer_q_03</output-dir> |
| 3629 | </compilation-unit> |
| 3630 | </test-case> |
| 3631 | <test-case FilePath="custord"> |
| 3632 | <compilation-unit name="customer_q_04"> |
| 3633 | <output-dir compare="Text">customer_q_04</output-dir> |
| 3634 | </compilation-unit> |
| 3635 | </test-case> |
| 3636 | <test-case FilePath="custord"> |
| 3637 | <compilation-unit name="customer_q_05"> |
| 3638 | <output-dir compare="Text">customer_q_05</output-dir> |
| 3639 | </compilation-unit> |
| 3640 | </test-case> |
| 3641 | <test-case FilePath="custord"> |
| 3642 | <compilation-unit name="customer_q_06"> |
| 3643 | <output-dir compare="Text">customer_q_06</output-dir> |
| 3644 | </compilation-unit> |
| 3645 | </test-case> |
| 3646 | <test-case FilePath="custord"> |
| 3647 | <compilation-unit name="customer_q_07"> |
| 3648 | <output-dir compare="Text">customer_q_07</output-dir> |
| 3649 | </compilation-unit> |
| 3650 | </test-case> |
| 3651 | <test-case FilePath="custord"> |
| 3652 | <compilation-unit name="customer_q_08"> |
| 3653 | <output-dir compare="Text">customer_q_08</output-dir> |
| 3654 | </compilation-unit> |
| 3655 | </test-case> |
| 3656 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 3657 | <test-case FilePath="custord"> |
| 3658 | <compilation-unit name="denorm-cust-order_01"> |
| 3659 | <output-dir compare="Text">denorm-cust-order_01</output-dir> |
| 3660 | </compilation-unit> |
| 3661 | </test-case> |
| 3662 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3663 | <test-case FilePath="custord"> |
| 3664 | <compilation-unit name="denorm-cust-order_02"> |
| 3665 | <output-dir compare="Text">denorm-cust-order_02</output-dir> |
| 3666 | </compilation-unit> |
| 3667 | </test-case> |
| 3668 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 3669 | <test-case FilePath="custord"> |
| 3670 | <compilation-unit name="denorm-cust-order_03"> |
| 3671 | <output-dir compare="Text">denorm-cust-order_03</output-dir> |
| 3672 | </compilation-unit> |
| 3673 | </test-case> |
| 3674 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3675 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 3676 | <test-case FilePath="custord"> |
| 3677 | <compilation-unit name="freq-clerk"> |
| 3678 | <output-dir compare="Text">freq-clerk</output-dir> |
| 3679 | </compilation-unit> |
| 3680 | </test-case> |
| 3681 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3682 | <test-case FilePath="custord"> |
| 3683 | <compilation-unit name="join_q_01"> |
| 3684 | <output-dir compare="Text">join_q_01</output-dir> |
| 3685 | </compilation-unit> |
| 3686 | </test-case> |
| 3687 | <test-case FilePath="custord"> |
| 3688 | <compilation-unit name="join_q_02"> |
| 3689 | <output-dir compare="Text">join_q_02</output-dir> |
| 3690 | </compilation-unit> |
| 3691 | </test-case> |
| 3692 | <test-case FilePath="custord"> |
| 3693 | <compilation-unit name="join_q_03"> |
| 3694 | <output-dir compare="Text">join_q_03</output-dir> |
| 3695 | </compilation-unit> |
| 3696 | </test-case> |
| 3697 | <test-case FilePath="custord"> |
| 3698 | <compilation-unit name="join_q_04"> |
| 3699 | <output-dir compare="Text">join_q_04</output-dir> |
| 3700 | </compilation-unit> |
| 3701 | </test-case> |
| 3702 | <test-case FilePath="custord"> |
| 3703 | <compilation-unit name="join_q_05"> |
| 3704 | <output-dir compare="Text">join_q_01</output-dir> |
| 3705 | </compilation-unit> |
| 3706 | </test-case> |
| 3707 | <test-case FilePath="custord"> |
| 3708 | <compilation-unit name="join_q_06"> |
| 3709 | <output-dir compare="Text">join_q_06</output-dir> |
| 3710 | </compilation-unit> |
| 3711 | </test-case> |
| 3712 | <test-case FilePath="custord"> |
| 3713 | <compilation-unit name="join_q_07"> |
| 3714 | <output-dir compare="Text">join_q_06</output-dir> |
Yingyi Bu | 74fec83 | 2016-07-20 16:10:47 -0700 | [diff] [blame] | 3715 | <expected-error>Cannot find dataset c in dataverse test nor an alias with name c</expected-error> |
| 3716 | </compilation-unit> |
| 3717 | </test-case> |
| 3718 | <test-case FilePath="custord"> |
| 3719 | <compilation-unit name="join_q_08"> |
| 3720 | <output-dir compare="Text">join_q_01</output-dir> |
| 3721 | </compilation-unit> |
| 3722 | </test-case> |
| 3723 | <test-case FilePath="custord"> |
| 3724 | <compilation-unit name="join_q_09"> |
| 3725 | <output-dir compare="Text">join_q_01</output-dir> |
Dmitry Lychagin | 0f6df16 | 2018-07-09 18:03:13 -0700 | [diff] [blame] | 3726 | <expected-error>Cannot resolve ambiguous alias reference for identifier age</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3727 | </compilation-unit> |
| 3728 | </test-case> |
| 3729 | <test-case FilePath="custord"> |
Yingyi Bu | eb199d3 | 2016-12-20 13:43:17 -0800 | [diff] [blame] | 3730 | <compilation-unit name="query-ASTERIXDB-1754"> |
| 3731 | <output-dir compare="Text">query-ASTERIXDB-1754</output-dir> |
| 3732 | </compilation-unit> |
| 3733 | </test-case> |
| 3734 | <test-case FilePath="custord"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3735 | <compilation-unit name="load-test"> |
| 3736 | <output-dir compare="Text">load-test</output-dir> |
| 3737 | </compilation-unit> |
| 3738 | </test-case> |
| 3739 | <test-case FilePath="custord"> |
| 3740 | <compilation-unit name="order_q_01"> |
| 3741 | <output-dir compare="Text">order_q_01</output-dir> |
| 3742 | </compilation-unit> |
| 3743 | </test-case> |
| 3744 | <test-case FilePath="custord"> |
| 3745 | <compilation-unit name="order_q_02"> |
| 3746 | <output-dir compare="Text">order_q_02</output-dir> |
| 3747 | </compilation-unit> |
| 3748 | </test-case> |
| 3749 | <test-case FilePath="custord"> |
| 3750 | <compilation-unit name="order_q_03"> |
| 3751 | <output-dir compare="Text">order_q_03</output-dir> |
| 3752 | </compilation-unit> |
| 3753 | </test-case> |
| 3754 | <test-case FilePath="custord"> |
| 3755 | <compilation-unit name="order_q_04"> |
| 3756 | <output-dir compare="Text">order_q_04</output-dir> |
| 3757 | </compilation-unit> |
| 3758 | </test-case> |
| 3759 | <test-case FilePath="custord"> |
| 3760 | <compilation-unit name="order_q_05"> |
| 3761 | <output-dir compare="Text">order_q_05</output-dir> |
| 3762 | </compilation-unit> |
| 3763 | </test-case> |
| 3764 | <test-case FilePath="custord"> |
| 3765 | <compilation-unit name="order_q_06"> |
| 3766 | <output-dir compare="Text">order_q_06</output-dir> |
| 3767 | </compilation-unit> |
| 3768 | </test-case> |
| 3769 | </test-group> |
| 3770 | <test-group name="dapd"> |
| 3771 | <test-case FilePath="dapd"> |
| 3772 | <compilation-unit name="q1"> |
| 3773 | <output-dir compare="Text">q1</output-dir> |
| 3774 | </compilation-unit> |
| 3775 | </test-case> |
| 3776 | <test-case FilePath="dapd"> |
| 3777 | <compilation-unit name="q2"> |
| 3778 | <output-dir compare="Text">q2</output-dir> |
| 3779 | </compilation-unit> |
| 3780 | </test-case> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 3781 | <test-case FilePath="dapd"> |
| 3782 | <compilation-unit name="q2-2"> |
| 3783 | <output-dir compare="Text">q2</output-dir> |
| 3784 | </compilation-unit> |
| 3785 | </test-case> |
| 3786 | <test-case FilePath="dapd"> |
Yingyi Bu | 8671ddf | 2016-08-14 23:58:43 -0700 | [diff] [blame] | 3787 | <compilation-unit name="q2-2-negative"> |
| 3788 | <output-dir compare="Text">q2</output-dir> |
| 3789 | <expected-error>Cannot find dataset e in dataverse test nor an alias with name e</expected-error> |
| 3790 | </compilation-unit> |
| 3791 | </test-case> |
| 3792 | <test-case FilePath="dapd"> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 3793 | <compilation-unit name="q2-3"> |
| 3794 | <output-dir compare="Text">q2</output-dir> |
Dmitry Lychagin | 0f6df16 | 2018-07-09 18:03:13 -0700 | [diff] [blame] | 3795 | <expected-error>Cannot resolve ambiguous alias reference for identifier sig_id</expected-error> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 3796 | </compilation-unit> |
| 3797 | </test-case> |
| 3798 | <test-case FilePath="dapd"> |
| 3799 | <compilation-unit name="q2-4"> |
| 3800 | <output-dir compare="Text">q2</output-dir> |
| 3801 | </compilation-unit> |
| 3802 | </test-case> |
| 3803 | <test-case FilePath="dapd"> |
| 3804 | <compilation-unit name="q2-5"> |
| 3805 | <output-dir compare="Text">q2</output-dir> |
| 3806 | </compilation-unit> |
| 3807 | </test-case> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 3808 | <test-case FilePath="dapd"> |
| 3809 | <compilation-unit name="q2-6"> |
| 3810 | <output-dir compare="Text">q2</output-dir> |
| 3811 | </compilation-unit> |
| 3812 | </test-case> |
Yingyi Bu | 8671ddf | 2016-08-14 23:58:43 -0700 | [diff] [blame] | 3813 | <test-case FilePath="dapd"> |
| 3814 | <compilation-unit name="q2-7"> |
| 3815 | <output-dir compare="Text">q2-7</output-dir> |
| 3816 | </compilation-unit> |
| 3817 | </test-case> |
| 3818 | <test-case FilePath="dapd"> |
| 3819 | <compilation-unit name="q2-8"> |
| 3820 | <output-dir compare="Text">q2</output-dir> |
| 3821 | </compilation-unit> |
| 3822 | </test-case> |
| 3823 | <test-case FilePath="dapd"> |
| 3824 | <compilation-unit name="q2-9"> |
| 3825 | <output-dir compare="Text">q2-9</output-dir> |
| 3826 | </compilation-unit> |
| 3827 | </test-case> |
| 3828 | <test-case FilePath="dapd"> |
| 3829 | <compilation-unit name="q2-10"> |
| 3830 | <output-dir compare="Text">q2</output-dir> |
| 3831 | </compilation-unit> |
| 3832 | </test-case> |
| 3833 | <test-case FilePath="dapd"> |
| 3834 | <compilation-unit name="q2-11"> |
| 3835 | <output-dir compare="Text">q2</output-dir> |
| 3836 | </compilation-unit> |
| 3837 | </test-case> |
| 3838 | <test-case FilePath="dapd"> |
| 3839 | <compilation-unit name="q2-12"> |
| 3840 | <output-dir compare="Text">q2-12</output-dir> |
| 3841 | </compilation-unit> |
| 3842 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3843 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 3844 | <test-case FilePath="dapd"> |
| 3845 | <compilation-unit name="q3"> |
| 3846 | <output-dir compare="Text">q3</output-dir> |
| 3847 | </compilation-unit> |
| 3848 | </test-case> |
| 3849 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3850 | </test-group> |
Hussain Towaileb | 0f407d9 | 2020-05-15 14:10:53 +0300 | [diff] [blame] | 3851 | <test-group name="ddl"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 3852 | <test-case FilePath="ddl/create-index"> |
| 3853 | <compilation-unit name="create-index-1"> |
| 3854 | <output-dir compare="Text">create-index-1</output-dir> |
| 3855 | </compilation-unit> |
| 3856 | </test-case> |
| 3857 | <test-case FilePath="ddl/create-index"> |
| 3858 | <compilation-unit name="create-index-2"> |
| 3859 | <output-dir compare="Text">create-index-2</output-dir> |
| 3860 | <expected-error>Syntax error: In line 53 >>create primary index sec_primary_idx1 on LineItem type rtree;<< Encountered "rtree" at column 58.</expected-error> |
| 3861 | </compilation-unit> |
| 3862 | </test-case> |
| 3863 | <test-case FilePath="ddl/create-index"> |
| 3864 | <compilation-unit name="create-index-3"> |
| 3865 | <output-dir compare="Text">create-index-3</output-dir> |
| 3866 | <expected-error>Syntax error: In line 53 >>create primary sec_primary_idx1 on LineItem;<< Encountered <IDENTIFIER> "sec_primary_idx1" at column 18.</expected-error> |
| 3867 | </compilation-unit> |
| 3868 | </test-case> |
| 3869 | <test-case FilePath="ddl/create-index"> |
| 3870 | <compilation-unit name="create-index-4"> |
| 3871 | <output-dir compare="Text">create-index-4</output-dir> |
| 3872 | <expected-error>Syntax error: In line 53 >>create primary index if not exists sec_primary_idx1 if not exists on LineItem;<< Encountered <IDENTIFIER> "sec_primary_idx1" at column 37.</expected-error> |
| 3873 | </compilation-unit> |
| 3874 | </test-case> |
| 3875 | <test-case FilePath="ddl/create-index"> |
| 3876 | <compilation-unit name="create-index-5"> |
| 3877 | <output-dir compare="Text">create-index-5</output-dir> |
| 3878 | <expected-error>Syntax error: In line 53 >>create primary index if exists sec_primary_idx1 on LineItem;<< Encountered "exists" at column 26.</expected-error> |
| 3879 | </compilation-unit> |
| 3880 | </test-case> |
Murtadha Hubail | f02b43b | 2018-05-17 01:33:02 +0300 | [diff] [blame] | 3881 | <test-case FilePath="ddl"> |
Dmitry Lychagin | 3e2623c | 2020-04-01 11:20:04 -0700 | [diff] [blame] | 3882 | <compilation-unit name="create-dataset-inline-type-1"> |
| 3883 | <output-dir compare="Text">create-dataset-inline-type-1</output-dir> |
| 3884 | </compilation-unit> |
| 3885 | </test-case> |
| 3886 | <test-case FilePath="ddl"> |
Dmitry Lychagin | 0ce5f5a | 2020-04-09 11:02:56 -0700 | [diff] [blame] | 3887 | <compilation-unit name="create-dataset-inline-type-2"> |
| 3888 | <output-dir compare="Text">create-dataset-inline-type-2</output-dir> |
| 3889 | <expected-error>ASX1082: Cannot find datatype with name test.$d$t$i$Cust1</expected-error> |
| 3890 | <expected-error>ASX1082: Cannot find datatype with name test.$d$t$i$Cust2</expected-error> |
Dmitry Lychagin | 6c239e7 | 2020-06-19 19:46:27 -0700 | [diff] [blame] | 3891 | <expected-error>ASX1082: Cannot find datatype with name my_unknown_type</expected-error> |
Dmitry Lychagin | 0ce5f5a | 2020-04-09 11:02:56 -0700 | [diff] [blame] | 3892 | </compilation-unit> |
| 3893 | </test-case> |
| 3894 | <test-case FilePath="ddl"> |
Murtadha Hubail | f02b43b | 2018-05-17 01:33:02 +0300 | [diff] [blame] | 3895 | <compilation-unit name="drop-primary-index"> |
| 3896 | <output-dir compare="Text">drop-primary-index</output-dir> |
| 3897 | <expected-error>Cannot drop index "ds". Drop dataset "ds" to remove this index</expected-error> |
| 3898 | </compilation-unit> |
| 3899 | </test-case> |
Hussain Towaileb | c8dd379 | 2020-08-27 23:08:29 +0300 | [diff] [blame] | 3900 | <test-case FilePath="ddl" check-warnings="true"> |
Hussain Towaileb | 0f407d9 | 2020-05-15 14:10:53 +0300 | [diff] [blame] | 3901 | <compilation-unit name="invalid-dataverse"> |
| 3902 | <output-dir compare="Text">invalid-dataverse</output-dir> |
| 3903 | <source-location>false</source-location> |
Hussain Towaileb | c8dd379 | 2020-08-27 23:08:29 +0300 | [diff] [blame] | 3904 | <expected-warn>Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-warn> |
Hussain Towaileb | 0f407d9 | 2020-05-15 14:10:53 +0300 | [diff] [blame] | 3905 | <expected-error>Cannot find dataverse with name fakeDataverse (in line 27, at column 1)</expected-error> |
Hussain Towaileb | c8dd379 | 2020-08-27 23:08:29 +0300 | [diff] [blame] | 3906 | <expected-warn>Cannot find dataverse with name fakeDataverse (in line 29, at column 1)</expected-warn> |
Hussain Towaileb | 0f407d9 | 2020-05-15 14:10:53 +0300 | [diff] [blame] | 3907 | <expected-error>Cannot find dataverse with name fakeDataverse (in line 30, at column 1)</expected-error> |
Hussain Towaileb | c8dd379 | 2020-08-27 23:08:29 +0300 | [diff] [blame] | 3908 | <expected-error>Cannot find datatype with name fakeDataverse.myType</expected-error> |
| 3909 | <expected-error>Cannot find dataverse with name fakeDataverse (in line 30, at column 1)</expected-error> |
| 3910 | <expected-error>Cannot find dataverse with name fakeDataverse (in line 32, at column 1)</expected-error> |
Hussain Towaileb | 0f407d9 | 2020-05-15 14:10:53 +0300 | [diff] [blame] | 3911 | </compilation-unit> |
| 3912 | </test-case> |
| 3913 | <test-case FilePath="ddl"> |
Dmitry Lychagin | 95fa33c | 2020-10-20 14:23:35 -0700 | [diff] [blame] | 3914 | <compilation-unit name="invalid-dataverse-name"> |
| 3915 | <output-dir compare="Text">none</output-dir> |
| 3916 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3917 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3918 | </compilation-unit> |
| 3919 | </test-case> |
| 3920 | <test-case FilePath="ddl"> |
| 3921 | <compilation-unit name="invalid-dataset-name"> |
| 3922 | <output-dir compare="Text">none</output-dir> |
| 3923 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3924 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3925 | </compilation-unit> |
| 3926 | </test-case> |
| 3927 | <test-case FilePath="ddl"> |
| 3928 | <compilation-unit name="invalid-feed-name"> |
| 3929 | <output-dir compare="Text">none</output-dir> |
| 3930 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3931 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3932 | </compilation-unit> |
| 3933 | </test-case> |
| 3934 | <test-case FilePath="ddl"> |
| 3935 | <compilation-unit name="invalid-feed-policy-name"> |
| 3936 | <output-dir compare="Text">none</output-dir> |
| 3937 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3938 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3939 | </compilation-unit> |
| 3940 | </test-case> |
| 3941 | <test-case FilePath="ddl"> |
| 3942 | <compilation-unit name="invalid-index-name"> |
| 3943 | <output-dir compare="Text">none</output-dir> |
| 3944 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3945 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3946 | </compilation-unit> |
| 3947 | </test-case> |
| 3948 | <test-case FilePath="ddl"> |
| 3949 | <compilation-unit name="invalid-nodegroup-name"> |
| 3950 | <output-dir compare="Text">none</output-dir> |
| 3951 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3952 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3953 | </compilation-unit> |
| 3954 | </test-case> |
| 3955 | <test-case FilePath="ddl"> |
| 3956 | <compilation-unit name="invalid-type-name"> |
| 3957 | <output-dir compare="Text">none</output-dir> |
| 3958 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3959 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3960 | </compilation-unit> |
| 3961 | </test-case> |
| 3962 | <test-case FilePath="ddl"> |
| 3963 | <compilation-unit name="invalid-udf-name"> |
| 3964 | <output-dir compare="Text">none</output-dir> |
| 3965 | <expected-error>ASX1115: Invalid name for a database object: "<empty>"</expected-error> |
| 3966 | <expected-error>ASX1115: Invalid name for a database object: " a"</expected-error> |
| 3967 | </compilation-unit> |
| 3968 | </test-case> |
| 3969 | <test-case FilePath="ddl"> |
Hussain Towaileb | 0f407d9 | 2020-05-15 14:10:53 +0300 | [diff] [blame] | 3970 | <compilation-unit name="dataset-and-index-same-dataverse"> |
| 3971 | <output-dir compare="Text">dataset-and-index-same-dataverse</output-dir> |
| 3972 | </compilation-unit> |
| 3973 | </test-case> |
Hussain Towaileb | c8dd379 | 2020-08-27 23:08:29 +0300 | [diff] [blame] | 3974 | <test-case FilePath="ddl" check-warnings="true"> |
| 3975 | <compilation-unit name="drop_dataset_invalid_dataverse"> |
| 3976 | <output-dir compare="Text">drop_dataset_invalid_dataverse</output-dir> |
| 3977 | <expected-error>ASX1063: Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-error> |
| 3978 | <expected-error>ASX1063: Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-error> |
| 3979 | <expected-error>ASX1063: Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-error> |
| 3980 | <expected-error>ASX1063: Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-error> |
| 3981 | <expected-error>ASX1050: Cannot find dataset with name fakeDataset1 in dataverse realDataverse (in line 22, at column 1)</expected-error> |
| 3982 | <expected-warn>ASX1063: Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-warn> |
| 3983 | <expected-warn>ASX1063: Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-warn> |
| 3984 | <expected-warn>ASX1063: Cannot find dataverse with name fakeDataverse (in line 22, at column 1)</expected-warn> |
| 3985 | </compilation-unit> |
| 3986 | </test-case> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 3987 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3988 | <test-group name="dml"> |
| 3989 | <test-case FilePath="dml"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 3990 | <compilation-unit name="insert-with-autogenerated-pk_adm-with-sec-primary-index"> |
| 3991 | <output-dir compare="Text">insert-with-autogenerated-pk_adm-with-sec-primary-index</output-dir> |
| 3992 | </compilation-unit> |
| 3993 | </test-case> |
| 3994 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 3995 | <compilation-unit name="compact-dataset-and-its-indexes"> |
| 3996 | <output-dir compare="Text">compact-dataset-and-its-indexes</output-dir> |
| 3997 | </compilation-unit> |
| 3998 | </test-case> |
| 3999 | <test-case FilePath="dml"> |
| 4000 | <compilation-unit name="using-constant-merge-policy"> |
| 4001 | <output-dir compare="Text">using-constant-merge-policy</output-dir> |
| 4002 | </compilation-unit> |
| 4003 | </test-case> |
| 4004 | <test-case FilePath="dml"> |
| 4005 | <compilation-unit name="using-prefix-merge-policy"> |
| 4006 | <output-dir compare="Text">using-prefix-merge-policy</output-dir> |
| 4007 | </compilation-unit> |
| 4008 | </test-case> |
| 4009 | <test-case FilePath="dml"> |
luochen | baad7d3 | 2019-09-20 09:19:40 -0400 | [diff] [blame] | 4010 | <compilation-unit name="using-concurrent-merge-policy"> |
| 4011 | <output-dir compare="Text">using-concurrent-merge-policy</output-dir> |
| 4012 | </compilation-unit> |
| 4013 | </test-case> |
| 4014 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4015 | <compilation-unit name="using-correlated-prefix-merge-policy"> |
| 4016 | <output-dir compare="Text">using-correlated-prefix-merge-policy</output-dir> |
| 4017 | </compilation-unit> |
| 4018 | </test-case> |
| 4019 | <test-case FilePath="dml"> |
luochen01 | a7fa05b | 2017-06-19 22:47:49 -0700 | [diff] [blame] | 4020 | <compilation-unit name="using-correlated-prefix-merge-policy-with-feed"> |
| 4021 | <output-dir compare="Text">using-correlated-prefix-merge-policy</output-dir> |
| 4022 | </compilation-unit> |
| 4023 | </test-case> |
| 4024 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4025 | <compilation-unit name="using-no-merge-policy"> |
| 4026 | <output-dir compare="Text">using-no-merge-policy</output-dir> |
| 4027 | </compilation-unit> |
| 4028 | </test-case> |
| 4029 | <test-case FilePath="dml"> |
| 4030 | <compilation-unit name="query-issue382"> |
| 4031 | <output-dir compare="Text">query-issue382</output-dir> |
| 4032 | </compilation-unit> |
| 4033 | </test-case> |
| 4034 | <test-case FilePath="dml"> |
| 4035 | <compilation-unit name="query-issue433"> |
| 4036 | <output-dir compare="Text">query-issue433</output-dir> |
| 4037 | </compilation-unit> |
| 4038 | </test-case> |
| 4039 | <test-case FilePath="dml"> |
| 4040 | <compilation-unit name="query-issue288"> |
| 4041 | <output-dir compare="Text">query-issue288</output-dir> |
| 4042 | </compilation-unit> |
| 4043 | </test-case> |
| 4044 | <test-case FilePath="dml"> |
| 4045 | <compilation-unit name="query-issue205"> |
| 4046 | <output-dir compare="Text">query-issue205</output-dir> |
| 4047 | </compilation-unit> |
| 4048 | </test-case> |
| 4049 | <test-case FilePath="dml"> |
| 4050 | <compilation-unit name="delete-from-loaded-dataset-with-index"> |
| 4051 | <output-dir compare="Text">delete-from-loaded-dataset-with-index</output-dir> |
| 4052 | </compilation-unit> |
| 4053 | </test-case> |
| 4054 | <test-case FilePath="dml"> |
| 4055 | <compilation-unit name="delete-from-loaded-dataset"> |
| 4056 | <output-dir compare="Text">delete-from-loaded-dataset</output-dir> |
| 4057 | </compilation-unit> |
| 4058 | </test-case> |
| 4059 | <test-case FilePath="dml"> |
| 4060 | <compilation-unit name="delete-syntax-change"> |
| 4061 | <output-dir compare="Text">delete-syntax-change</output-dir> |
| 4062 | </compilation-unit> |
| 4063 | </test-case> |
| 4064 | <test-case FilePath="dml"> |
| 4065 | <compilation-unit name="drop-empty-secondary-indexes"> |
| 4066 | <output-dir compare="Text">drop-empty-secondary-indexes</output-dir> |
| 4067 | </compilation-unit> |
| 4068 | </test-case> |
| 4069 | <test-case FilePath="dml"> |
| 4070 | <compilation-unit name="drop-index"> |
| 4071 | <output-dir compare="Text">drop-index</output-dir> |
| 4072 | </compilation-unit> |
| 4073 | </test-case> |
| 4074 | <test-case FilePath="dml"> |
| 4075 | <compilation-unit name="create-drop-cltype"> |
| 4076 | <output-dir compare="Text">create-drop-cltype</output-dir> |
| 4077 | </compilation-unit> |
| 4078 | </test-case> |
| 4079 | <test-case FilePath="dml"> |
| 4080 | <compilation-unit name="create-drop-opntype"> |
| 4081 | <output-dir compare="Text">create-drop-opntype</output-dir> |
| 4082 | </compilation-unit> |
| 4083 | </test-case> |
| 4084 | <test-case FilePath="dml"> |
| 4085 | <compilation-unit name="empty-load-with-index"> |
| 4086 | <output-dir compare="Text">empty-load-with-index</output-dir> |
| 4087 | </compilation-unit> |
| 4088 | </test-case> |
| 4089 | <test-case FilePath="dml"> |
| 4090 | <compilation-unit name="insert-into-empty-dataset"> |
| 4091 | <output-dir compare="Text">insert-into-empty-dataset</output-dir> |
| 4092 | </compilation-unit> |
| 4093 | </test-case> |
| 4094 | <test-case FilePath="dml"> |
| 4095 | <compilation-unit name="insert-into-empty-dataset-with-index"> |
| 4096 | <output-dir compare="Text">insert-into-empty-dataset-with-index</output-dir> |
| 4097 | </compilation-unit> |
| 4098 | </test-case> |
| 4099 | <test-case FilePath="dml"> |
| 4100 | <compilation-unit name="insert-syntax"> |
| 4101 | <output-dir compare="Text">insert-syntax</output-dir> |
| 4102 | </compilation-unit> |
| 4103 | </test-case> |
| 4104 | <test-case FilePath="dml"> |
| 4105 | <compilation-unit name="insert-and-scan-dataset"> |
| 4106 | <output-dir compare="Text">insert-and-scan-dataset</output-dir> |
| 4107 | </compilation-unit> |
| 4108 | </test-case> |
| 4109 | <test-case FilePath="dml"> |
| 4110 | <compilation-unit name="insert-and-scan-dataset-with-index"> |
| 4111 | <output-dir compare="Text">insert-and-scan-dataset-with-index</output-dir> |
| 4112 | </compilation-unit> |
| 4113 | </test-case> |
| 4114 | <test-case FilePath="dml"> |
Abdullah Alamoudi | 2138420 | 2017-06-23 18:21:26 -0700 | [diff] [blame] | 4115 | <compilation-unit name="recreate-index"> |
| 4116 | <output-dir compare="Text">recreate-index</output-dir> |
| 4117 | </compilation-unit> |
| 4118 | </test-case> |
| 4119 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4120 | <compilation-unit name="insert-and-scan-joined-datasets"> |
| 4121 | <output-dir compare="Text">insert-and-scan-joined-datasets</output-dir> |
| 4122 | </compilation-unit> |
| 4123 | </test-case> |
| 4124 | <test-case FilePath="dml"> |
| 4125 | <compilation-unit name="insert-into-loaded-dataset-with-index_01"> |
| 4126 | <output-dir compare="Text">insert-into-loaded-dataset-with-index_01</output-dir> |
| 4127 | </compilation-unit> |
| 4128 | </test-case> |
| 4129 | <test-case FilePath="dml"> |
| 4130 | <compilation-unit name="insert-into-loaded-dataset-with-index_02"> |
| 4131 | <output-dir compare="Text">insert-into-loaded-dataset-with-index_02</output-dir> |
| 4132 | </compilation-unit> |
| 4133 | </test-case> |
| 4134 | <test-case FilePath="dml"> |
| 4135 | <compilation-unit name="insert-into-loaded-dataset_01"> |
| 4136 | <output-dir compare="Text">insert-into-loaded-dataset_01</output-dir> |
| 4137 | </compilation-unit> |
| 4138 | </test-case> |
| 4139 | <test-case FilePath="dml"> |
| 4140 | <compilation-unit name="insert-into-loaded-dataset_02"> |
| 4141 | <output-dir compare="Text">insert-into-loaded-dataset_02</output-dir> |
| 4142 | </compilation-unit> |
| 4143 | </test-case> |
| 4144 | <test-case FilePath="dml"> |
| 4145 | <compilation-unit name="insert-src-dst-01"> |
| 4146 | <output-dir compare="Text">insert-src-dst-01</output-dir> |
| 4147 | </compilation-unit> |
| 4148 | </test-case> |
| 4149 | <test-case FilePath="dml"> |
| 4150 | <compilation-unit name="insert"> |
| 4151 | <output-dir compare="Text">insert</output-dir> |
| 4152 | </compilation-unit> |
| 4153 | </test-case> |
| 4154 | <test-case FilePath="dml"> |
| 4155 | <compilation-unit name="insert-duplicated-keys"> |
| 4156 | <output-dir compare="Text">insert-duplicated-keys</output-dir> |
Abdullah Alamoudi | 3b3319a | 2017-04-14 06:44:50 +0300 | [diff] [blame] | 4157 | <expected-error>Inserting duplicate keys into the primary storage</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 4158 | <source-location>false</source-location> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4159 | </compilation-unit> |
| 4160 | </test-case> |
luochen | 89cec58 | 2019-04-21 20:34:08 -0700 | [diff] [blame] | 4161 | <test-case FilePath="dml"> |
| 4162 | <compilation-unit name="insert-duplicated-keys-with-pk-index"> |
| 4163 | <output-dir compare="Text">insert-duplicated-keys-with-pk-index</output-dir> |
| 4164 | <expected-error>Inserting duplicate keys into the primary storage</expected-error> |
| 4165 | <source-location>false</source-location> |
| 4166 | </compilation-unit> |
| 4167 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4168 | <test-case FilePath="dml"> |
| 4169 | <compilation-unit name="insert_less_nc"> |
| 4170 | <output-dir compare="Text">insert_less_nc</output-dir> |
| 4171 | </compilation-unit> |
| 4172 | </test-case> |
| 4173 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 4174 | <test-case FilePath="dml"> |
| 4175 | <compilation-unit name="load-from-hdfs"> |
| 4176 | <output-dir compare="Text">load-from-hdfs</output-dir> |
| 4177 | </compilation-unit> |
| 4178 | </test-case> |
| 4179 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4180 | <test-case FilePath="dml"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 4181 | <compilation-unit name="insert-with-autogenerated-pk_adm-with-sec-primary-index"> |
| 4182 | <output-dir compare="Text">insert-with-autogenerated-pk_adm-with-sec-primary-index</output-dir> |
| 4183 | </compilation-unit> |
| 4184 | </test-case> |
| 4185 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4186 | <compilation-unit name="insert-with-autogenerated-pk_adm_01"> |
| 4187 | <output-dir compare="Text">insert-with-autogenerated-pk_adm_01</output-dir> |
| 4188 | </compilation-unit> |
| 4189 | </test-case> |
| 4190 | <test-case FilePath="dml"> |
| 4191 | <compilation-unit name="insert-with-autogenerated-pk_adm_02"> |
| 4192 | <output-dir compare="Text">insert-with-autogenerated-pk_adm_02</output-dir> |
Hussain Towaileb | cd01c55 | 2019-05-14 23:28:55 +0300 | [diff] [blame] | 4193 | <expected-error>Field type string cannot be promoted to type uuid</expected-error> |
| 4194 | <source-location>false</source-location> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4195 | </compilation-unit> |
| 4196 | </test-case> |
| 4197 | <test-case FilePath="dml"> |
| 4198 | <compilation-unit name="insert-with-autogenerated-pk_adm_03"> |
| 4199 | <output-dir compare="Text">insert-with-autogenerated-pk_adm_03</output-dir> |
| 4200 | </compilation-unit> |
| 4201 | </test-case> |
| 4202 | <test-case FilePath="dml"> |
| 4203 | <compilation-unit name="load-with-autogenerated-pk_txt_01"> |
| 4204 | <output-dir compare="Text">load-with-autogenerated-pk_txt_01</output-dir> |
| 4205 | </compilation-unit> |
| 4206 | </test-case> |
| 4207 | <test-case FilePath="dml"> |
| 4208 | <compilation-unit name="load-with-autogenerated-pk_adm_01"> |
| 4209 | <output-dir compare="Text">load-with-autogenerated-pk_adm_01</output-dir> |
| 4210 | </compilation-unit> |
| 4211 | </test-case> |
| 4212 | <test-case FilePath="dml"> |
| 4213 | <compilation-unit name="load-with-autogenerated-pk_adm_02"> |
| 4214 | <output-dir compare="Text">load-with-autogenerated-pk_adm_02</output-dir> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 4215 | <expected-error>ASX3058: This record is closed, you can not add extra fields! new field name: id</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4216 | </compilation-unit> |
| 4217 | </test-case> |
| 4218 | <test-case FilePath="dml"> |
| 4219 | <compilation-unit name="load-with-autogenerated-pk_adm_03"> |
| 4220 | <output-dir compare="Text">load-with-autogenerated-pk_adm_03</output-dir> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 4221 | <expected-error>ASX3058: This record is closed, you can not add extra fields! new field name: id</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4222 | </compilation-unit> |
| 4223 | </test-case> |
| 4224 | <test-case FilePath="dml"> |
| 4225 | <compilation-unit name="load-with-autogenerated-pk_adm_04"> |
| 4226 | <output-dir compare="Text">load-with-autogenerated-pk_adm_04</output-dir> |
| 4227 | </compilation-unit> |
| 4228 | </test-case> |
| 4229 | <test-case FilePath="dml"> |
| 4230 | <compilation-unit name="load-with-autogenerated-pk_csv_01"> |
| 4231 | <output-dir compare="Text">load-with-autogenerated-pk_csv_01</output-dir> |
| 4232 | </compilation-unit> |
| 4233 | </test-case> |
| 4234 | <test-case FilePath="dml"> |
| 4235 | <compilation-unit name="load-with-autogenerated-pk_csv_02"> |
| 4236 | <output-dir compare="Text">load-with-autogenerated-pk_csv_02</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4237 | </compilation-unit> |
| 4238 | </test-case> |
| 4239 | <test-case FilePath="dml"> |
Ian Maxon | 7722e5d | 2017-11-08 16:42:43 -0800 | [diff] [blame] | 4240 | <compilation-unit name="load-with-autogenerated-no-field"> |
| 4241 | <output-dir compare="Text">load-with-autogenerated-no-field</output-dir> |
Dmitry Lychagin | 85142c0 | 2018-04-05 17:27:36 -0700 | [diff] [blame] | 4242 | <expected-error>ASX1014: Field "not_id" is not found</expected-error> |
Ian Maxon | 7722e5d | 2017-11-08 16:42:43 -0800 | [diff] [blame] | 4243 | </compilation-unit> |
| 4244 | </test-case> |
| 4245 | <test-case FilePath="dml"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 4246 | <compilation-unit name="insert-return-records"> |
| 4247 | <output-dir compare="Text">insert-return-records</output-dir> |
| 4248 | </compilation-unit> |
| 4249 | </test-case> |
| 4250 | <test-case FilePath="dml"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 4251 | <compilation-unit name="insert-returning-udf"> |
| 4252 | <output-dir compare="Text">insert-returning-fieldname</output-dir> |
| 4253 | </compilation-unit> |
| 4254 | </test-case> |
| 4255 | <test-case FilePath="dml"> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 4256 | <compilation-unit name="insert-returning-fieldname"> |
Steven Glenn Jacobs | ee247bb | 2018-06-05 10:07:33 -0700 | [diff] [blame] | 4257 | <output-dir compare="Text">insert-returning-fieldname</output-dir> |
| 4258 | </compilation-unit> |
| 4259 | </test-case> |
| 4260 | <test-case FilePath="dml"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 4261 | <compilation-unit name="insert-returning-fieldname-implicit"> |
| 4262 | <output-dir compare="Text">insert-returning-fieldname</output-dir> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 4263 | </compilation-unit> |
| 4264 | </test-case> |
| 4265 | <test-case FilePath="dml"> |
| 4266 | <compilation-unit name="insert-returning-fieldname-implicit-2"> |
| 4267 | <output-dir compare="Text">insert-returning-fieldname</output-dir> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 4268 | </compilation-unit> |
| 4269 | </test-case> |
| 4270 | <test-case FilePath="dml"> |
Hussain Towaileb | cd01c55 | 2019-05-14 23:28:55 +0300 | [diff] [blame] | 4271 | <compilation-unit name="insert_uuid_autogenerate"> |
| 4272 | <output-dir compare="Text">insert_uuid_autogenerate</output-dir> |
| 4273 | </compilation-unit> |
| 4274 | </test-case> |
| 4275 | <test-case FilePath="dml"> |
| 4276 | <compilation-unit name="upsert_uuid_autogenerate"> |
| 4277 | <output-dir compare="Text">upsert_uuid_autogenerate</output-dir> |
| 4278 | </compilation-unit> |
| 4279 | </test-case> |
| 4280 | <test-case FilePath="dml"> |
| 4281 | <compilation-unit name="insert_uuid_manual"> |
| 4282 | <output-dir compare="Text">insert_uuid_manual</output-dir> |
| 4283 | </compilation-unit> |
| 4284 | </test-case> |
| 4285 | <test-case FilePath="dml"> |
| 4286 | <compilation-unit name="upsert_uuid_manual"> |
| 4287 | <output-dir compare="Text">upsert_uuid_manual</output-dir> |
| 4288 | </compilation-unit> |
| 4289 | </test-case> |
| 4290 | <test-case FilePath="dml"> |
| 4291 | <compilation-unit name="insert_uuid_manual_exists"> |
| 4292 | <output-dir compare="Text">insert_uuid_manual_exists</output-dir> |
| 4293 | <expected-error>Inserting duplicate keys into the primary storage</expected-error> |
| 4294 | <source-location>false</source-location> |
| 4295 | </compilation-unit> |
| 4296 | </test-case> |
| 4297 | <test-case FilePath="dml"> |
| 4298 | <compilation-unit name="upsert_uuid_manual_exists"> |
| 4299 | <output-dir compare="Text">upsert_uuid_manual_exists</output-dir> |
| 4300 | </compilation-unit> |
| 4301 | </test-case> |
| 4302 | <test-case FilePath="dml"> |
| 4303 | <compilation-unit name="insert_uuid_manual_exists_select"> |
| 4304 | <output-dir compare="Text">insert_uuid_manual_exists_select</output-dir> |
| 4305 | <expected-error>Inserting duplicate keys into the primary storage</expected-error> |
| 4306 | <source-location>false</source-location> |
| 4307 | </compilation-unit> |
| 4308 | </test-case> |
| 4309 | <test-case FilePath="dml"> |
| 4310 | <compilation-unit name="upsert_uuid_manual_exists_select"> |
| 4311 | <output-dir compare="Text">upsert_uuid_manual_exists_select</output-dir> |
| 4312 | </compilation-unit> |
| 4313 | </test-case> |
| 4314 | <test-case FilePath="dml"> |
| 4315 | <compilation-unit name="insert_nested_uuid_autogenerate"> |
| 4316 | <output-dir compare="Text">insert_nested_uuid_autogenerate</output-dir> |
| 4317 | </compilation-unit> |
| 4318 | </test-case> |
| 4319 | <test-case FilePath="dml"> |
| 4320 | <compilation-unit name="upsert_nested_uuid_autogenerate"> |
| 4321 | <output-dir compare="Text">upsert_nested_uuid_autogenerate</output-dir> |
| 4322 | </compilation-unit> |
| 4323 | </test-case> |
| 4324 | <test-case FilePath="dml"> |
| 4325 | <compilation-unit name="insert_nested_uuid_manual"> |
| 4326 | <output-dir compare="Text">insert_nested_uuid_manual</output-dir> |
| 4327 | </compilation-unit> |
| 4328 | </test-case> |
| 4329 | <test-case FilePath="dml"> |
| 4330 | <compilation-unit name="upsert_nested_uuid_manual"> |
| 4331 | <output-dir compare="Text">upsert_nested_uuid_manual</output-dir> |
| 4332 | </compilation-unit> |
| 4333 | </test-case> |
| 4334 | <test-case FilePath="dml"> |
| 4335 | <compilation-unit name="insert_nested_uuid_manual_exists"> |
| 4336 | <output-dir compare="Text">insert_nested_uuid_manual_exists</output-dir> |
| 4337 | <expected-error>Inserting duplicate keys into the primary storage</expected-error> |
| 4338 | <source-location>false</source-location> |
| 4339 | </compilation-unit> |
| 4340 | </test-case> |
| 4341 | <test-case FilePath="dml"> |
| 4342 | <compilation-unit name="upsert_nested_uuid_manual_exists"> |
| 4343 | <output-dir compare="Text">upsert_nested_uuid_manual_exists</output-dir> |
| 4344 | </compilation-unit> |
| 4345 | </test-case> |
| 4346 | <test-case FilePath="dml"> |
| 4347 | <compilation-unit name="insert_nested_uuid_manual_exists_select"> |
| 4348 | <output-dir compare="Text">insert_nested_uuid_manual_exists_select</output-dir> |
| 4349 | <expected-error>Inserting duplicate keys into the primary storage</expected-error> |
| 4350 | <source-location>false</source-location> |
| 4351 | </compilation-unit> |
| 4352 | </test-case> |
| 4353 | <test-case FilePath="dml"> |
| 4354 | <compilation-unit name="upsert_nested_uuid_manual_exists_select"> |
| 4355 | <output-dir compare="Text">upsert_nested_uuid_manual_exists_select</output-dir> |
| 4356 | </compilation-unit> |
| 4357 | </test-case> |
| 4358 | <test-case FilePath="dml"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 4359 | <compilation-unit name="insert-with-bad-return"> |
| 4360 | <output-dir compare="Text">insert-with-bad-return</output-dir> |
| 4361 | <expected-error>A returning expression cannot contain dataset access</expected-error> |
| 4362 | </compilation-unit> |
| 4363 | </test-case> |
| 4364 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4365 | <compilation-unit name="load-with-index"> |
| 4366 | <output-dir compare="Text">load-with-index</output-dir> |
| 4367 | </compilation-unit> |
| 4368 | </test-case> |
| 4369 | <test-case FilePath="dml"> |
| 4370 | <compilation-unit name="load-with-ngram-index"> |
| 4371 | <output-dir compare="Text">load-with-ngram-index</output-dir> |
| 4372 | </compilation-unit> |
| 4373 | </test-case> |
| 4374 | <test-case FilePath="dml"> |
| 4375 | <compilation-unit name="load-with-rtree-index"> |
| 4376 | <output-dir compare="Text">load-with-rtree-index</output-dir> |
| 4377 | </compilation-unit> |
| 4378 | </test-case> |
| 4379 | <test-case FilePath="dml"> |
| 4380 | <compilation-unit name="load-with-word-index"> |
| 4381 | <output-dir compare="Text">load-with-word-index</output-dir> |
| 4382 | </compilation-unit> |
| 4383 | </test-case> |
| 4384 | <test-case FilePath="dml"> |
| 4385 | <compilation-unit name="opentype-c2o-recursive"> |
| 4386 | <output-dir compare="Text">opentype-c2o-recursive</output-dir> |
| 4387 | </compilation-unit> |
| 4388 | </test-case> |
| 4389 | <test-case FilePath="dml"> |
| 4390 | <compilation-unit name="opentype-c2o"> |
| 4391 | <output-dir compare="Text">opentype-c2o</output-dir> |
| 4392 | </compilation-unit> |
| 4393 | </test-case> |
| 4394 | <test-case FilePath="dml"> |
| 4395 | <compilation-unit name="opentype-closed-optional"> |
| 4396 | <output-dir compare="Text">opentype-closed-optional</output-dir> |
| 4397 | </compilation-unit> |
| 4398 | </test-case> |
| 4399 | <test-case FilePath="dml"> |
| 4400 | <compilation-unit name="opentype-insert"> |
| 4401 | <output-dir compare="Text">opentype-insert</output-dir> |
| 4402 | </compilation-unit> |
| 4403 | </test-case> |
| 4404 | <test-case FilePath="dml"> |
| 4405 | <compilation-unit name="opentype-insert2"> |
| 4406 | <output-dir compare="Text">opentype-insert2</output-dir> |
| 4407 | </compilation-unit> |
| 4408 | </test-case> |
| 4409 | <test-case FilePath="dml"> |
| 4410 | <compilation-unit name="opentype-noexpand"> |
| 4411 | <output-dir compare="Text">opentype-noexpand</output-dir> |
| 4412 | </compilation-unit> |
| 4413 | </test-case> |
| 4414 | <test-case FilePath="dml"> |
| 4415 | <compilation-unit name="opentype-o2c-recursive"> |
| 4416 | <output-dir compare="Text">opentype-o2c-recursive</output-dir> |
| 4417 | </compilation-unit> |
| 4418 | </test-case> |
| 4419 | <test-case FilePath="dml"> |
| 4420 | <compilation-unit name="opentype-o2c"> |
| 4421 | <output-dir compare="Text">opentype-o2c</output-dir> |
| 4422 | </compilation-unit> |
| 4423 | </test-case> |
| 4424 | <test-case FilePath="dml"> |
| 4425 | <compilation-unit name="opentype-o2o"> |
| 4426 | <output-dir compare="Text">opentype-o2o</output-dir> |
| 4427 | </compilation-unit> |
| 4428 | </test-case> |
| 4429 | <test-case FilePath="dml"> |
| 4430 | <compilation-unit name="scan-delete-btree-secondary-index-nullable"> |
| 4431 | <output-dir compare="Text">scan-delete-btree-secondary-index-nullable</output-dir> |
| 4432 | </compilation-unit> |
| 4433 | </test-case> |
| 4434 | <test-case FilePath="dml"> |
luochen01 | a7fa05b | 2017-06-19 22:47:49 -0700 | [diff] [blame] | 4435 | <compilation-unit |
| 4436 | name="scan-delete-btree-correlated-secondary-index-nullable"> |
| 4437 | <output-dir compare="Text">scan-delete-btree-secondary-index-nullable</output-dir> |
| 4438 | </compilation-unit> |
| 4439 | </test-case> |
| 4440 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4441 | <compilation-unit name="scan-delete-rtree-secondary-index-nullable"> |
| 4442 | <output-dir compare="Text">scan-delete-rtree-secondary-index-nullable</output-dir> |
| 4443 | </compilation-unit> |
| 4444 | </test-case> |
| 4445 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4446 | <compilation-unit name="scan-delete-rtree-correlated-secondary-index-nullable"> |
| 4447 | <output-dir compare="Text">scan-delete-rtree-secondary-index-nullable</output-dir> |
| 4448 | </compilation-unit> |
| 4449 | </test-case> |
| 4450 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4451 | <compilation-unit name="scan-delete-rtree-secondary-index"> |
| 4452 | <output-dir compare="Text">scan-delete-rtree-secondary-index</output-dir> |
| 4453 | </compilation-unit> |
| 4454 | </test-case> |
| 4455 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4456 | <compilation-unit name="scan-delete-rtree-correlated-secondary-index"> |
| 4457 | <output-dir compare="Text">scan-delete-rtree-secondary-index</output-dir> |
| 4458 | </compilation-unit> |
| 4459 | </test-case> |
| 4460 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4461 | <compilation-unit name="scan-insert-btree-secondary-index-nullable"> |
| 4462 | <output-dir compare="Text">scan-insert-btree-secondary-index-nullable</output-dir> |
| 4463 | </compilation-unit> |
| 4464 | </test-case> |
| 4465 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4466 | <compilation-unit name="scan-insert-btree-correlated-secondary-index-nullable"> |
| 4467 | <output-dir compare="Text">scan-delete-btree-secondary-index-nullable</output-dir> |
| 4468 | </compilation-unit> |
| 4469 | </test-case> |
| 4470 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4471 | <compilation-unit name="scan-insert-rtree-secondary-index-nullable"> |
| 4472 | <output-dir compare="Text">scan-insert-rtree-secondary-index-nullable</output-dir> |
| 4473 | </compilation-unit> |
| 4474 | </test-case> |
| 4475 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4476 | <compilation-unit name="scan-insert-rtree-correlated-secondary-index-nullable"> |
| 4477 | <output-dir compare="Text">scan-insert-rtree-secondary-index-nullable</output-dir> |
| 4478 | </compilation-unit> |
| 4479 | </test-case> |
| 4480 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4481 | <compilation-unit name="scan-insert-rtree-secondary-index"> |
| 4482 | <output-dir compare="Text">scan-insert-rtree-secondary-index</output-dir> |
| 4483 | </compilation-unit> |
| 4484 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4485 | <test-case FilePath="dml"> |
| 4486 | <compilation-unit name="scan-insert-rtree-correlated-secondary-index"> |
| 4487 | <output-dir compare="Text">scan-insert-rtree-secondary-index</output-dir> |
| 4488 | </compilation-unit> |
| 4489 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4490 | <test-case FilePath="dml"> |
| 4491 | <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index"> |
| 4492 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index</output-dir> |
| 4493 | </compilation-unit> |
| 4494 | </test-case> |
| 4495 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4496 | <compilation-unit name="scan-insert-inverted-index-ngram-correlated-secondary-index"> |
| 4497 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index</output-dir> |
| 4498 | </compilation-unit> |
| 4499 | </test-case> |
| 4500 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4501 | <compilation-unit name="scan-insert-inverted-index-word-secondary-index"> |
| 4502 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index</output-dir> |
| 4503 | </compilation-unit> |
| 4504 | </test-case> |
| 4505 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4506 | <compilation-unit name="scan-insert-inverted-index-word-correlated-secondary-index"> |
| 4507 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index</output-dir> |
| 4508 | </compilation-unit> |
| 4509 | </test-case> |
| 4510 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4511 | <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index-nullable"> |
| 4512 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index-nullable</output-dir> |
| 4513 | </compilation-unit> |
| 4514 | </test-case> |
| 4515 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4516 | <compilation-unit name="scan-insert-inverted-index-ngram-correlated-secondary-index-nullable"> |
| 4517 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index-nullable</output-dir> |
| 4518 | </compilation-unit> |
| 4519 | </test-case> |
| 4520 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4521 | <compilation-unit name="scan-insert-inverted-index-word-secondary-index-nullable"> |
| 4522 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index-nullable</output-dir> |
| 4523 | </compilation-unit> |
| 4524 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4525 | <test-case FilePath="dml"> |
| 4526 | <compilation-unit name="scan-insert-inverted-index-word-correlated-secondary-index-nullable"> |
| 4527 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index-nullable</output-dir> |
| 4528 | </compilation-unit> |
| 4529 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4530 | <test-case FilePath="dml"> |
| 4531 | <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index"> |
| 4532 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index</output-dir> |
| 4533 | </compilation-unit> |
| 4534 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4535 | <test-case FilePath="dml"> |
| 4536 | <compilation-unit name="scan-delete-inverted-index-ngram-correlated-secondary-index"> |
| 4537 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index</output-dir> |
| 4538 | </compilation-unit> |
| 4539 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4540 | <test-case FilePath="dml"> |
| 4541 | <compilation-unit name="scan-delete-inverted-index-word-secondary-index"> |
| 4542 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index</output-dir> |
| 4543 | </compilation-unit> |
| 4544 | </test-case> |
| 4545 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4546 | <compilation-unit name="scan-delete-inverted-index-word-correlated-secondary-index"> |
| 4547 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index</output-dir> |
| 4548 | </compilation-unit> |
| 4549 | </test-case> |
| 4550 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4551 | <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index-nullable"> |
| 4552 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index-nullable</output-dir> |
| 4553 | </compilation-unit> |
| 4554 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4555 | <test-case FilePath="dml"> |
| 4556 | <compilation-unit name="scan-delete-inverted-index-ngram-correlated-secondary-index-nullable"> |
| 4557 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index-nullable</output-dir> |
| 4558 | </compilation-unit> |
| 4559 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4560 | <test-case FilePath="dml"> |
| 4561 | <compilation-unit name="scan-delete-inverted-index-word-secondary-index-nullable"> |
| 4562 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index-nullable</output-dir> |
| 4563 | </compilation-unit> |
| 4564 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4565 | <test-case FilePath="dml"> |
| 4566 | <compilation-unit name="scan-delete-inverted-index-word-correlated-secondary-index-nullable"> |
| 4567 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index-nullable</output-dir> |
| 4568 | </compilation-unit> |
| 4569 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4570 | <test-case FilePath="dml"> |
| 4571 | <compilation-unit name="load-with-index-open"> |
| 4572 | <output-dir compare="Text">load-with-index-open</output-dir> |
| 4573 | </compilation-unit> |
| 4574 | </test-case> |
| 4575 | <test-case FilePath="dml"> |
| 4576 | <compilation-unit name="load-with-ngram-index-open"> |
| 4577 | <output-dir compare="Text">load-with-ngram-index-open</output-dir> |
| 4578 | </compilation-unit> |
| 4579 | </test-case> |
| 4580 | <test-case FilePath="dml"> |
| 4581 | <compilation-unit name="load-with-rtree-index-open"> |
| 4582 | <output-dir compare="Text">load-with-rtree-index-open</output-dir> |
| 4583 | </compilation-unit> |
| 4584 | </test-case> |
| 4585 | <test-case FilePath="dml"> |
| 4586 | <compilation-unit name="load-with-word-index-open"> |
| 4587 | <output-dir compare="Text">load-with-word-index-open</output-dir> |
| 4588 | </compilation-unit> |
| 4589 | </test-case> |
| 4590 | <test-case FilePath="dml"> |
| 4591 | <compilation-unit name="scan-delete-btree-secondary-index-open"> |
| 4592 | <output-dir compare="Text">scan-delete-btree-secondary-index-open</output-dir> |
| 4593 | </compilation-unit> |
| 4594 | </test-case> |
luochen01 | a7fa05b | 2017-06-19 22:47:49 -0700 | [diff] [blame] | 4595 | <test-case FilePath="dml"> |
| 4596 | <compilation-unit name="scan-delete-btree-correlated-secondary-index-open"> |
| 4597 | <output-dir compare="Text">scan-delete-btree-secondary-index-open</output-dir> |
| 4598 | </compilation-unit> |
| 4599 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4600 | <test-case FilePath="dml"> |
| 4601 | <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index-open"> |
| 4602 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index-open</output-dir> |
| 4603 | </compilation-unit> |
| 4604 | </test-case> |
| 4605 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4606 | <compilation-unit name="scan-delete-inverted-index-ngram-correlated-secondary-index-open"> |
| 4607 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index-open</output-dir> |
| 4608 | </compilation-unit> |
| 4609 | </test-case> |
| 4610 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4611 | <compilation-unit name="scan-delete-inverted-index-word-secondary-index-open"> |
| 4612 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index-open</output-dir> |
| 4613 | </compilation-unit> |
| 4614 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4615 | <test-case FilePath="dml"> |
| 4616 | <compilation-unit name="scan-delete-inverted-index-word-correlated-secondary-index-open"> |
| 4617 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index-open</output-dir> |
| 4618 | </compilation-unit> |
| 4619 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4620 | <test-case FilePath="dml"> |
| 4621 | <compilation-unit name="scan-delete-rtree-secondary-index-open"> |
| 4622 | <output-dir compare="Text">scan-delete-rtree-secondary-index-open</output-dir> |
| 4623 | </compilation-unit> |
| 4624 | </test-case> |
| 4625 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4626 | <compilation-unit name="scan-delete-rtree-correlated-secondary-index-open"> |
| 4627 | <output-dir compare="Text">scan-delete-rtree-secondary-index-open</output-dir> |
| 4628 | </compilation-unit> |
| 4629 | </test-case> |
| 4630 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4631 | <compilation-unit name="scan-insert-btree-secondary-index-open"> |
| 4632 | <output-dir compare="Text">scan-insert-btree-secondary-index-open</output-dir> |
| 4633 | </compilation-unit> |
| 4634 | </test-case> |
| 4635 | <test-case FilePath="dml"> |
luochen01 | a7fa05b | 2017-06-19 22:47:49 -0700 | [diff] [blame] | 4636 | <compilation-unit name="scan-insert-btree-correlated-secondary-index-open"> |
| 4637 | <output-dir compare="Text">scan-delete-btree-secondary-index-open</output-dir> |
| 4638 | </compilation-unit> |
| 4639 | </test-case> |
| 4640 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4641 | <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index-open"> |
| 4642 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index-open</output-dir> |
| 4643 | </compilation-unit> |
| 4644 | </test-case> |
| 4645 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4646 | <compilation-unit name="scan-insert-inverted-index-ngram-correlated-secondary-index-open"> |
| 4647 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index-open</output-dir> |
| 4648 | </compilation-unit> |
| 4649 | </test-case> |
| 4650 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4651 | <compilation-unit name="scan-insert-inverted-index-word-secondary-index-open"> |
| 4652 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index-open</output-dir> |
| 4653 | </compilation-unit> |
| 4654 | </test-case> |
| 4655 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4656 | <compilation-unit name="scan-insert-inverted-index-word-correlated-secondary-index-open"> |
| 4657 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index-open</output-dir> |
| 4658 | </compilation-unit> |
| 4659 | </test-case> |
| 4660 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4661 | <compilation-unit name="scan-insert-rtree-secondary-index-open"> |
| 4662 | <output-dir compare="Text">scan-insert-rtree-secondary-index-open</output-dir> |
| 4663 | </compilation-unit> |
| 4664 | </test-case> |
| 4665 | <test-case FilePath="dml"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 4666 | <compilation-unit name="scan-insert-rtree-correlated-secondary-index-open"> |
| 4667 | <output-dir compare="Text">scan-insert-rtree-secondary-index-open</output-dir> |
| 4668 | </compilation-unit> |
| 4669 | </test-case> |
| 4670 | <test-case FilePath="dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4671 | <compilation-unit name="delete-multi-statement"> |
| 4672 | <output-dir compare="Text">delete-multi-statement</output-dir> |
| 4673 | </compilation-unit> |
| 4674 | </test-case> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 4675 | <test-case FilePath="dml"> |
| 4676 | <compilation-unit name="upsert-dataset-with-meta"> |
| 4677 | <output-dir compare="Text">upsert-dataset-with-meta</output-dir> |
| 4678 | <expected-error>upsert into dataset is not supported on Datasets with Meta records</expected-error> |
| 4679 | </compilation-unit> |
| 4680 | </test-case> |
| 4681 | <test-case FilePath="dml"> |
| 4682 | <compilation-unit name="upsert-return-custom-result"> |
| 4683 | <output-dir compare="Text">upsert-return-custom-result</output-dir> |
| 4684 | </compilation-unit> |
| 4685 | </test-case> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 4686 | <test-case FilePath="dml"> |
| 4687 | <compilation-unit name="upsert-returning-fieldname"> |
| 4688 | <output-dir compare="Text">insert-returning-fieldname</output-dir> |
| 4689 | </compilation-unit> |
| 4690 | </test-case> |
| 4691 | <test-case FilePath="dml"> |
| 4692 | <compilation-unit name="upsert-returning-fieldname-implicit"> |
| 4693 | <output-dir compare="Text">insert-returning-fieldname</output-dir> |
| 4694 | </compilation-unit> |
| 4695 | </test-case> |
| 4696 | <test-case FilePath="dml"> |
| 4697 | <compilation-unit name="upsert-returning-fieldname-implicit-2"> |
| 4698 | <output-dir compare="Text">insert-returning-fieldname</output-dir> |
| 4699 | </compilation-unit> |
| 4700 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4701 | </test-group> |
| 4702 | <test-group name="employee"> |
| 4703 | <test-case FilePath="employee"> |
| 4704 | <compilation-unit name="q_01"> |
| 4705 | <output-dir compare="Text">q_01</output-dir> |
| 4706 | </compilation-unit> |
| 4707 | </test-case> |
| 4708 | <test-case FilePath="employee"> |
| 4709 | <compilation-unit name="q_02"> |
| 4710 | <output-dir compare="Text">q_02</output-dir> |
| 4711 | </compilation-unit> |
| 4712 | </test-case> |
| 4713 | </test-group> |
| 4714 | <test-group name="failure"> |
Yingyi Bu | 34f2384 | 2017-02-23 18:22:32 -0800 | [diff] [blame] | 4715 | <test-case FilePath="failure"> |
| 4716 | <compilation-unit name="group_by_failure"> |
| 4717 | <output-dir compare="Text">group_by_failure</output-dir> |
Dmitry Lychagin | e75199d | 2019-03-14 11:56:18 -0700 | [diff] [blame] | 4718 | <expected-error>Injected failure in inject-failure</expected-error> |
Yingyi Bu | 34f2384 | 2017-02-23 18:22:32 -0800 | [diff] [blame] | 4719 | </compilation-unit> |
| 4720 | </test-case> |
| 4721 | <test-case FilePath="failure"> |
| 4722 | <compilation-unit name="group_by_hash_failure"> |
| 4723 | <output-dir compare="Text">group_by_hash_failure</output-dir> |
Dmitry Lychagin | e75199d | 2019-03-14 11:56:18 -0700 | [diff] [blame] | 4724 | <expected-error>Injected failure in inject-failure</expected-error> |
Yingyi Bu | 34f2384 | 2017-02-23 18:22:32 -0800 | [diff] [blame] | 4725 | </compilation-unit> |
| 4726 | </test-case> |
| 4727 | <test-case FilePath="failure"> |
| 4728 | <compilation-unit name="q01_pricing_summary_report_failure"> |
| 4729 | <output-dir compare="Text">q01_pricing_summary_report_failure</output-dir> |
Dmitry Lychagin | e75199d | 2019-03-14 11:56:18 -0700 | [diff] [blame] | 4730 | <expected-error>Injected failure in inject-failure</expected-error> |
Yingyi Bu | 34f2384 | 2017-02-23 18:22:32 -0800 | [diff] [blame] | 4731 | </compilation-unit> |
| 4732 | </test-case> |
| 4733 | <test-case FilePath="failure"> |
| 4734 | <compilation-unit name="q18_large_volume_customer_failure"> |
| 4735 | <output-dir compare="Text">q18_large_volume_customer_failure</output-dir> |
Dmitry Lychagin | e75199d | 2019-03-14 11:56:18 -0700 | [diff] [blame] | 4736 | <expected-error>Injected failure in inject-failure</expected-error> |
Yingyi Bu | 34f2384 | 2017-02-23 18:22:32 -0800 | [diff] [blame] | 4737 | </compilation-unit> |
| 4738 | </test-case> |
| 4739 | <test-case FilePath="failure"> |
| 4740 | <compilation-unit name="order_by_failure"> |
| 4741 | <output-dir compare="Text">order_by_failure</output-dir> |
Dmitry Lychagin | e75199d | 2019-03-14 11:56:18 -0700 | [diff] [blame] | 4742 | <expected-error>Injected failure in inject-failure</expected-error> |
Yingyi Bu | 34f2384 | 2017-02-23 18:22:32 -0800 | [diff] [blame] | 4743 | </compilation-unit> |
| 4744 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 4745 | </test-group> |
| 4746 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 4747 | <test-group name="flwor"> |
| 4748 | <test-case FilePath="flwor"> |
| 4749 | <compilation-unit name="for01"> |
| 4750 | <output-dir compare="Text">for01</output-dir> |
| 4751 | </compilation-unit> |
| 4752 | </test-case> |
| 4753 | <test-case FilePath="flwor"> |
| 4754 | <compilation-unit name="for02"> |
| 4755 | <output-dir compare="Text">for02</output-dir> |
| 4756 | </compilation-unit> |
| 4757 | </test-case> |
| 4758 | <test-case FilePath="flwor"> |
| 4759 | <compilation-unit name="for03"> |
| 4760 | <output-dir compare="Text">for03</output-dir> |
| 4761 | </compilation-unit> |
| 4762 | </test-case> |
| 4763 | <test-case FilePath="flwor"> |
| 4764 | <compilation-unit name="for04"> |
| 4765 | <output-dir compare="Text">for04</output-dir> |
| 4766 | </compilation-unit> |
| 4767 | </test-case> |
| 4768 | <test-case FilePath="flwor"> |
| 4769 | <compilation-unit name="for05"> |
| 4770 | <output-dir compare="Text">for05</output-dir> |
| 4771 | </compilation-unit> |
| 4772 | </test-case> |
| 4773 | <test-case FilePath="flwor"> |
| 4774 | <compilation-unit name="for06"> |
| 4775 | <output-dir compare="Text">for06</output-dir> |
| 4776 | </compilation-unit> |
| 4777 | </test-case> |
| 4778 | <test-case FilePath="flwor"> |
| 4779 | <compilation-unit name="for07"> |
| 4780 | <output-dir compare="Text">for07</output-dir> |
| 4781 | </compilation-unit> |
| 4782 | </test-case> |
| 4783 | <test-case FilePath="flwor"> |
| 4784 | <compilation-unit name="for08"> |
| 4785 | <output-dir compare="Text">for08</output-dir> |
| 4786 | </compilation-unit> |
| 4787 | </test-case> |
| 4788 | <test-case FilePath="flwor"> |
| 4789 | <compilation-unit name="for09"> |
| 4790 | <output-dir compare="Text">for09</output-dir> |
| 4791 | </compilation-unit> |
| 4792 | </test-case> |
| 4793 | <test-case FilePath="flwor"> |
| 4794 | <compilation-unit name="for10"> |
| 4795 | <output-dir compare="Text">for10</output-dir> |
| 4796 | </compilation-unit> |
| 4797 | </test-case> |
| 4798 | <test-case FilePath="flwor"> |
| 4799 | <compilation-unit name="for11"> |
| 4800 | <output-dir compare="Text">for11</output-dir> |
| 4801 | </compilation-unit> |
| 4802 | </test-case> |
| 4803 | <test-case FilePath="flwor"> |
| 4804 | <compilation-unit name="for12"> |
| 4805 | <output-dir compare="Text">for12</output-dir> |
| 4806 | </compilation-unit> |
| 4807 | </test-case> |
| 4808 | <test-case FilePath="flwor"> |
| 4809 | <compilation-unit name="for13"> |
| 4810 | <output-dir compare="Text">for13</output-dir> |
| 4811 | </compilation-unit> |
| 4812 | </test-case> |
| 4813 | <test-case FilePath="flwor"> |
| 4814 | <compilation-unit name="for14"> |
| 4815 | <output-dir compare="Text">for14</output-dir> |
| 4816 | </compilation-unit> |
| 4817 | </test-case> |
| 4818 | <test-case FilePath="flwor"> |
| 4819 | <compilation-unit name="for15"> |
| 4820 | <output-dir compare="Text">for15</output-dir> |
| 4821 | </compilation-unit> |
| 4822 | </test-case> |
| 4823 | <test-case FilePath="flwor"> |
| 4824 | <compilation-unit name="for16"> |
| 4825 | <output-dir compare="Text">for16</output-dir> |
| 4826 | </compilation-unit> |
| 4827 | </test-case> |
| 4828 | <test-case FilePath="flwor"> |
| 4829 | <compilation-unit name="for17"> |
| 4830 | <output-dir compare="Text">for17</output-dir> |
| 4831 | </compilation-unit> |
| 4832 | </test-case> |
| 4833 | <test-case FilePath="flwor"> |
| 4834 | <compilation-unit name="for18"> |
| 4835 | <output-dir compare="Text">for18</output-dir> |
| 4836 | </compilation-unit> |
| 4837 | </test-case> |
| 4838 | <test-case FilePath="flwor"> |
| 4839 | <compilation-unit name="for19"> |
| 4840 | <output-dir compare="Text">for19</output-dir> |
| 4841 | </compilation-unit> |
| 4842 | </test-case> |
| 4843 | <test-case FilePath="flwor"> |
| 4844 | <compilation-unit name="grpby01"> |
| 4845 | <output-dir compare="Text">grpby01</output-dir> |
| 4846 | </compilation-unit> |
| 4847 | </test-case> |
| 4848 | <test-case FilePath="flwor"> |
| 4849 | <compilation-unit name="grpby02"> |
| 4850 | <output-dir compare="Text">grpby02</output-dir> |
| 4851 | </compilation-unit> |
| 4852 | </test-case> |
| 4853 | <test-case FilePath="flwor"> |
| 4854 | <compilation-unit name="let01"> |
| 4855 | <output-dir compare="Text">let01</output-dir> |
| 4856 | </compilation-unit> |
| 4857 | </test-case> |
| 4858 | <test-case FilePath="flwor"> |
| 4859 | <compilation-unit name="let02"> |
| 4860 | <output-dir compare="Text">let02</output-dir> |
| 4861 | </compilation-unit> |
| 4862 | </test-case> |
| 4863 | <test-case FilePath="flwor"> |
| 4864 | <compilation-unit name="let03"> |
| 4865 | <output-dir compare="Text">let03</output-dir> |
| 4866 | </compilation-unit> |
| 4867 | </test-case> |
| 4868 | <test-case FilePath="flwor"> |
| 4869 | <compilation-unit name="let04"> |
| 4870 | <output-dir compare="Text">let04</output-dir> |
| 4871 | </compilation-unit> |
| 4872 | </test-case> |
| 4873 | <test-case FilePath="flwor"> |
| 4874 | <compilation-unit name="let05"> |
| 4875 | <output-dir compare="Text">let05</output-dir> |
| 4876 | </compilation-unit> |
| 4877 | </test-case> |
| 4878 | <test-case FilePath="flwor"> |
| 4879 | <compilation-unit name="let06"> |
| 4880 | <output-dir compare="Text">let06</output-dir> |
| 4881 | </compilation-unit> |
| 4882 | </test-case> |
| 4883 | <test-case FilePath="flwor"> |
| 4884 | <compilation-unit name="let07"> |
| 4885 | <output-dir compare="Text">let07</output-dir> |
| 4886 | </compilation-unit> |
| 4887 | </test-case> |
| 4888 | <test-case FilePath="flwor"> |
| 4889 | <compilation-unit name="let08"> |
| 4890 | <output-dir compare="Text">let08</output-dir> |
| 4891 | </compilation-unit> |
| 4892 | </test-case> |
| 4893 | <test-case FilePath="flwor"> |
| 4894 | <compilation-unit name="let09"> |
| 4895 | <output-dir compare="Text">let09</output-dir> |
| 4896 | </compilation-unit> |
| 4897 | </test-case> |
| 4898 | <test-case FilePath="flwor"> |
| 4899 | <compilation-unit name="let10"> |
| 4900 | <output-dir compare="Text">let10</output-dir> |
| 4901 | </compilation-unit> |
| 4902 | </test-case> |
| 4903 | <test-case FilePath="flwor"> |
| 4904 | <compilation-unit name="let11"> |
| 4905 | <output-dir compare="Text">let11</output-dir> |
| 4906 | </compilation-unit> |
| 4907 | </test-case> |
| 4908 | <test-case FilePath="flwor"> |
| 4909 | <compilation-unit name="let12"> |
| 4910 | <output-dir compare="Text">let12</output-dir> |
| 4911 | </compilation-unit> |
| 4912 | </test-case> |
| 4913 | <test-case FilePath="flwor"> |
| 4914 | <compilation-unit name="let13"> |
| 4915 | <output-dir compare="Text">let13</output-dir> |
| 4916 | </compilation-unit> |
| 4917 | </test-case> |
| 4918 | <test-case FilePath="flwor"> |
| 4919 | <compilation-unit name="let14"> |
| 4920 | <output-dir compare="Text">let14</output-dir> |
| 4921 | </compilation-unit> |
| 4922 | </test-case> |
| 4923 | <test-case FilePath="flwor"> |
| 4924 | <compilation-unit name="let15"> |
| 4925 | <output-dir compare="Text">let15</output-dir> |
| 4926 | </compilation-unit> |
| 4927 | </test-case> |
| 4928 | <test-case FilePath="flwor"> |
| 4929 | <compilation-unit name="let16"> |
| 4930 | <output-dir compare="Text">let16</output-dir> |
| 4931 | </compilation-unit> |
| 4932 | </test-case> |
| 4933 | <test-case FilePath="flwor"> |
| 4934 | <compilation-unit name="let17"> |
| 4935 | <output-dir compare="Text">let17</output-dir> |
| 4936 | </compilation-unit> |
| 4937 | </test-case> |
| 4938 | <test-case FilePath="flwor"> |
| 4939 | <compilation-unit name="let18"> |
| 4940 | <output-dir compare="Text">let18</output-dir> |
| 4941 | </compilation-unit> |
| 4942 | </test-case> |
| 4943 | <test-case FilePath="flwor"> |
| 4944 | <compilation-unit name="let19"> |
| 4945 | <output-dir compare="Text">let19</output-dir> |
| 4946 | </compilation-unit> |
| 4947 | </test-case> |
| 4948 | <test-case FilePath="flwor"> |
| 4949 | <compilation-unit name="let20"> |
| 4950 | <output-dir compare="Text">let20</output-dir> |
| 4951 | </compilation-unit> |
| 4952 | </test-case> |
| 4953 | <test-case FilePath="flwor"> |
| 4954 | <compilation-unit name="let21"> |
| 4955 | <output-dir compare="Text">let21</output-dir> |
| 4956 | </compilation-unit> |
| 4957 | </test-case> |
| 4958 | <test-case FilePath="flwor"> |
| 4959 | <compilation-unit name="let22"> |
| 4960 | <output-dir compare="Text">let22</output-dir> |
| 4961 | </compilation-unit> |
| 4962 | </test-case> |
| 4963 | <test-case FilePath="flwor"> |
| 4964 | <compilation-unit name="let23"> |
| 4965 | <output-dir compare="Text">let23</output-dir> |
| 4966 | </compilation-unit> |
| 4967 | </test-case> |
| 4968 | <test-case FilePath="flwor"> |
| 4969 | <compilation-unit name="let24"> |
| 4970 | <output-dir compare="Text">let24</output-dir> |
| 4971 | </compilation-unit> |
| 4972 | </test-case> |
| 4973 | <test-case FilePath="flwor"> |
| 4974 | <compilation-unit name="let25"> |
| 4975 | <output-dir compare="Text">let25</output-dir> |
| 4976 | </compilation-unit> |
| 4977 | </test-case> |
| 4978 | <test-case FilePath="flwor"> |
| 4979 | <compilation-unit name="let26"> |
| 4980 | <output-dir compare="Text">let26</output-dir> |
| 4981 | </compilation-unit> |
| 4982 | </test-case> |
| 4983 | <test-case FilePath="flwor"> |
| 4984 | <compilation-unit name="let27"> |
| 4985 | <output-dir compare="Text">let27</output-dir> |
| 4986 | </compilation-unit> |
| 4987 | </test-case> |
| 4988 | <test-case FilePath="flwor"> |
| 4989 | <compilation-unit name="let28"> |
| 4990 | <output-dir compare="Text">let28</output-dir> |
| 4991 | </compilation-unit> |
| 4992 | </test-case> |
| 4993 | <test-case FilePath="flwor"> |
| 4994 | <compilation-unit name="let29"> |
| 4995 | <output-dir compare="Text">let29</output-dir> |
| 4996 | </compilation-unit> |
| 4997 | </test-case> |
| 4998 | <test-case FilePath="flwor"> |
| 4999 | <compilation-unit name="let30"> |
| 5000 | <output-dir compare="Text">let30</output-dir> |
| 5001 | </compilation-unit> |
| 5002 | </test-case> |
| 5003 | <test-case FilePath="flwor"> |
| 5004 | <compilation-unit name="let31"> |
| 5005 | <output-dir compare="Text">let31</output-dir> |
| 5006 | </compilation-unit> |
| 5007 | </test-case> |
| 5008 | <test-case FilePath="flwor"> |
| 5009 | <compilation-unit name="let32"> |
| 5010 | <output-dir compare="Text">let32</output-dir> |
| 5011 | </compilation-unit> |
| 5012 | </test-case> |
| 5013 | <test-case FilePath="flwor"> |
| 5014 | <compilation-unit name="order-by-01"> |
| 5015 | <output-dir compare="Text">order-by-01</output-dir> |
| 5016 | </compilation-unit> |
| 5017 | </test-case> |
| 5018 | <test-case FilePath="flwor"> |
| 5019 | <compilation-unit name="order-by-02"> |
| 5020 | <output-dir compare="Text">order-by-02</output-dir> |
| 5021 | </compilation-unit> |
| 5022 | </test-case> |
| 5023 | <test-case FilePath="flwor"> |
| 5024 | <compilation-unit name="order-by-03"> |
| 5025 | <output-dir compare="Text">order-by-03</output-dir> |
| 5026 | </compilation-unit> |
| 5027 | </test-case> |
| 5028 | <test-case FilePath="flwor"> |
| 5029 | <compilation-unit name="order-by-04"> |
| 5030 | <output-dir compare="Text">order-by-04</output-dir> |
| 5031 | </compilation-unit> |
| 5032 | </test-case> |
| 5033 | <test-case FilePath="flwor"> |
| 5034 | <compilation-unit name="order-by-05"> |
| 5035 | <output-dir compare="Text">order-by-05</output-dir> |
| 5036 | </compilation-unit> |
| 5037 | </test-case> |
| 5038 | <test-case FilePath="flwor"> |
| 5039 | <compilation-unit name="order-by-06"> |
| 5040 | <output-dir compare="Text">order-by-06</output-dir> |
| 5041 | </compilation-unit> |
| 5042 | </test-case> |
| 5043 | <test-case FilePath="flwor"> |
| 5044 | <compilation-unit name="order-by-07"> |
| 5045 | <output-dir compare="Text">order-by-07</output-dir> |
| 5046 | </compilation-unit> |
| 5047 | </test-case> |
| 5048 | <test-case FilePath="flwor"> |
| 5049 | <compilation-unit name="order-by-08"> |
| 5050 | <output-dir compare="Text">order-by-08</output-dir> |
| 5051 | </compilation-unit> |
| 5052 | </test-case> |
| 5053 | <test-case FilePath="flwor"> |
| 5054 | <compilation-unit name="order-by-09"> |
| 5055 | <output-dir compare="Text">order-by-09</output-dir> |
| 5056 | </compilation-unit> |
| 5057 | </test-case> |
| 5058 | <test-case FilePath="flwor"> |
| 5059 | <compilation-unit name="order-by-10"> |
| 5060 | <output-dir compare="Text">order-by-10</output-dir> |
| 5061 | </compilation-unit> |
| 5062 | </test-case> |
| 5063 | <test-case FilePath="flwor"> |
| 5064 | <compilation-unit name="order-by-11"> |
| 5065 | <output-dir compare="Text">order-by-11</output-dir> |
| 5066 | </compilation-unit> |
| 5067 | </test-case> |
| 5068 | <test-case FilePath="flwor"> |
| 5069 | <compilation-unit name="order-by-12"> |
| 5070 | <output-dir compare="Text">order-by-12</output-dir> |
| 5071 | </compilation-unit> |
| 5072 | </test-case> |
| 5073 | <test-case FilePath="flwor"> |
| 5074 | <compilation-unit name="ret-01"> |
| 5075 | <output-dir compare="Text">ret-01</output-dir> |
| 5076 | </compilation-unit> |
| 5077 | </test-case> |
| 5078 | <test-case FilePath="flwor"> |
| 5079 | <compilation-unit name="ret-02"> |
| 5080 | <output-dir compare="Text">ret-02</output-dir> |
| 5081 | </compilation-unit> |
| 5082 | </test-case> |
| 5083 | <test-case FilePath="flwor"> |
| 5084 | <compilation-unit name="ret-03"> |
| 5085 | <output-dir compare="Text">ret-03</output-dir> |
| 5086 | </compilation-unit> |
| 5087 | </test-case> |
| 5088 | <test-case FilePath="flwor"> |
| 5089 | <compilation-unit name="ret-04"> |
| 5090 | <output-dir compare="Text">ret-04</output-dir> |
| 5091 | </compilation-unit> |
| 5092 | </test-case> |
| 5093 | <test-case FilePath="flwor"> |
| 5094 | <compilation-unit name="ret-05"> |
| 5095 | <output-dir compare="Text">ret-05</output-dir> |
| 5096 | </compilation-unit> |
| 5097 | </test-case> |
| 5098 | <test-case FilePath="flwor"> |
| 5099 | <compilation-unit name="ret-06"> |
| 5100 | <output-dir compare="Text">ret-06</output-dir> |
| 5101 | </compilation-unit> |
| 5102 | </test-case> |
| 5103 | <test-case FilePath="flwor"> |
| 5104 | <compilation-unit name="ret-07"> |
| 5105 | <output-dir compare="Text">ret-07</output-dir> |
| 5106 | </compilation-unit> |
| 5107 | </test-case> |
| 5108 | <test-case FilePath="flwor"> |
| 5109 | <compilation-unit name="ret-08"> |
| 5110 | <output-dir compare="Text">ret-08</output-dir> |
| 5111 | </compilation-unit> |
| 5112 | </test-case> |
| 5113 | <test-case FilePath="flwor"> |
| 5114 | <compilation-unit name="ret-09"> |
| 5115 | <output-dir compare="Text">ret-09</output-dir> |
| 5116 | </compilation-unit> |
| 5117 | </test-case> |
| 5118 | <test-case FilePath="flwor"> |
| 5119 | <compilation-unit name="ret-10"> |
| 5120 | <output-dir compare="Text">ret-10</output-dir> |
| 5121 | </compilation-unit> |
| 5122 | </test-case> |
| 5123 | <test-case FilePath="flwor"> |
| 5124 | <compilation-unit name="ret-11"> |
| 5125 | <output-dir compare="Text">ret-11</output-dir> |
| 5126 | </compilation-unit> |
| 5127 | </test-case> |
| 5128 | <test-case FilePath="flwor"> |
| 5129 | <compilation-unit name="ret-12"> |
| 5130 | <output-dir compare="Text">ret-12</output-dir> |
| 5131 | </compilation-unit> |
| 5132 | </test-case> |
| 5133 | <test-case FilePath="flwor"> |
| 5134 | <compilation-unit name="ret-13"> |
| 5135 | <output-dir compare="Text">ret-13</output-dir> |
| 5136 | </compilation-unit> |
| 5137 | </test-case> |
| 5138 | <test-case FilePath="flwor"> |
| 5139 | <compilation-unit name="ret-14"> |
| 5140 | <output-dir compare="Text">ret-14</output-dir> |
| 5141 | </compilation-unit> |
| 5142 | </test-case> |
| 5143 | <test-case FilePath="flwor"> |
| 5144 | <compilation-unit name="ret-15"> |
| 5145 | <output-dir compare="Text">ret-15</output-dir> |
| 5146 | </compilation-unit> |
| 5147 | </test-case> |
| 5148 | </test-group> |
| 5149 | <test-group name="writers"> |
| 5150 | <test-case FilePath="writers"> |
| 5151 | <compilation-unit name="print_01"> |
| 5152 | <output-dir compare="Text">print_01</output-dir> |
| 5153 | </test-case> |
| 5154 | <test-case FilePath="flwor"> |
| 5155 | <compilation-unit name="ret-16"> |
| 5156 | <output-dir compare="Text">ret-16</output-dir> |
| 5157 | </compilation-unit> |
| 5158 | </test-case> |
| 5159 | <test-case FilePath="flwor"> |
| 5160 | <compilation-unit name="ret-17"> |
| 5161 | <output-dir compare="Text">ret-17</output-dir> |
| 5162 | </compilation-unit> |
| 5163 | </test-case> |
| 5164 | <test-case FilePath="flwor"> |
| 5165 | <compilation-unit name="ret-18"> |
| 5166 | <output-dir compare="Text">ret-18</output-dir> |
| 5167 | </compilation-unit> |
| 5168 | </test-case> |
| 5169 | <test-case FilePath="flwor"> |
| 5170 | <compilation-unit name="ret-19"> |
| 5171 | <output-dir compare="Text">ret-19</output-dir> |
| 5172 | </compilation-unit> |
| 5173 | </test-case> |
| 5174 | </test-group> |
| 5175 | --> |
Taewoo Kim | c49405a | 2017-01-04 00:30:43 -0800 | [diff] [blame] | 5176 | <test-group name="fulltext"> |
| 5177 | <test-case FilePath="fulltext"> |
| 5178 | <compilation-unit name="fulltext-01"> |
| 5179 | <output-dir compare="Text">fulltext-01</output-dir> |
| 5180 | </compilation-unit> |
| 5181 | </test-case> |
| 5182 | <test-case FilePath="fulltext"> |
| 5183 | <compilation-unit name="fulltext-02"> |
| 5184 | <output-dir compare="Text">fulltext-02</output-dir> |
| 5185 | </compilation-unit> |
| 5186 | </test-case> |
| 5187 | <test-case FilePath="fulltext"> |
Taewoo Kim | 6364513 | 2017-11-06 17:40:44 -0800 | [diff] [blame] | 5188 | <compilation-unit name="fulltext-09"> |
| 5189 | <output-dir compare="Text">fulltext-09</output-dir> |
| 5190 | </compilation-unit> |
| 5191 | </test-case> |
| 5192 | <test-case FilePath="fulltext"> |
Taewoo Kim | c49405a | 2017-01-04 00:30:43 -0800 | [diff] [blame] | 5193 | <compilation-unit name="fulltext-index-01"> |
| 5194 | <output-dir compare="Text">fulltext-index-01</output-dir> |
| 5195 | </compilation-unit> |
| 5196 | </test-case> |
| 5197 | <test-case FilePath="fulltext"> |
| 5198 | <compilation-unit name="fulltext-index-02"> |
| 5199 | <output-dir compare="Text">fulltext-index-02</output-dir> |
| 5200 | </compilation-unit> |
| 5201 | </test-case> |
Taewoo Kim | 6364513 | 2017-11-06 17:40:44 -0800 | [diff] [blame] | 5202 | <test-case FilePath="fulltext"> |
Taewoo Kim | afe0d3d | 2018-02-18 19:12:08 -0800 | [diff] [blame] | 5203 | <compilation-unit name="fulltext-index-03"> |
| 5204 | <output-dir compare="Text">fulltext-index-03</output-dir> |
| 5205 | </compilation-unit> |
| 5206 | </test-case> |
| 5207 | <test-case FilePath="fulltext"> |
Taewoo Kim | 6364513 | 2017-11-06 17:40:44 -0800 | [diff] [blame] | 5208 | <compilation-unit name="fulltext-index-08"> |
| 5209 | <output-dir compare="Text">fulltext-index-08</output-dir> |
| 5210 | </compilation-unit> |
| 5211 | </test-case> |
Taewoo Kim | afe0d3d | 2018-02-18 19:12:08 -0800 | [diff] [blame] | 5212 | <test-case FilePath="fulltext"> |
Taewoo Kim | 7bb77a3 | 2018-07-09 21:55:24 -0700 | [diff] [blame] | 5213 | <compilation-unit name="fulltext-index-09"> |
| 5214 | <output-dir compare="Text">fulltext-index-09</output-dir> |
| 5215 | </compilation-unit> |
| 5216 | </test-case> |
| 5217 | <test-case FilePath="fulltext"> |
Taewoo Kim | afe0d3d | 2018-02-18 19:12:08 -0800 | [diff] [blame] | 5218 | <compilation-unit name="fulltext-index-large-data"> |
| 5219 | <output-dir compare="Text">fulltext-index-large-data</output-dir> |
| 5220 | </compilation-unit> |
| 5221 | </test-case> |
Taewoo Kim | c49405a | 2017-01-04 00:30:43 -0800 | [diff] [blame] | 5222 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5223 | <test-group name="global-aggregate"> |
| 5224 | <test-case FilePath="global-aggregate"> |
| 5225 | <compilation-unit name="q01"> |
| 5226 | <output-dir compare="Text">q01</output-dir> |
| 5227 | </compilation-unit> |
| 5228 | </test-case> |
| 5229 | <test-case FilePath="global-aggregate"> |
| 5230 | <compilation-unit name="q02"> |
| 5231 | <output-dir compare="Text">q02</output-dir> |
| 5232 | </compilation-unit> |
| 5233 | </test-case> |
| 5234 | <test-case FilePath="global-aggregate"> |
| 5235 | <compilation-unit name="q03"> |
| 5236 | <output-dir compare="Text">q01</output-dir> |
| 5237 | </compilation-unit> |
| 5238 | </test-case> |
| 5239 | <test-case FilePath="global-aggregate"> |
| 5240 | <compilation-unit name="q04"> |
| 5241 | <output-dir compare="Text">q01</output-dir> |
| 5242 | </compilation-unit> |
| 5243 | </test-case> |
| 5244 | <test-case FilePath="global-aggregate"> |
| 5245 | <compilation-unit name="q05_error"> |
| 5246 | <output-dir compare="Text">q01</output-dir> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 5247 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier u (in line 22, at column 8)</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5248 | </compilation-unit> |
| 5249 | </test-case> |
| 5250 | <test-case FilePath="global-aggregate"> |
| 5251 | <compilation-unit name="q06_error"> |
| 5252 | <output-dir compare="Text">q01</output-dir> |
Dmitry Lychagin | 4547639 | 2018-07-17 21:28:35 -0700 | [diff] [blame] | 5253 | <expected-error>ASX0037: Type mismatch: expected value of type array or multiset, but got the value of type string (in line 22, at column 8)</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5254 | </compilation-unit> |
| 5255 | </test-case> |
| 5256 | <test-case FilePath="global-aggregate"> |
| 5257 | <compilation-unit name="q07_error"> |
| 5258 | <output-dir compare="Text">q01</output-dir> |
Yingyi Bu | 3b063f0 | 2016-09-22 18:28:20 -0700 | [diff] [blame] | 5259 | <expected-error>COUNT is a SQL-92 aggregate function. The SQL++ core aggregate function array_count could potentially express the intent.</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5260 | </compilation-unit> |
| 5261 | </test-case> |
| 5262 | <test-case FilePath="global-aggregate"> |
| 5263 | <compilation-unit name="q08"> |
| 5264 | <output-dir compare="Text">q08</output-dir> |
| 5265 | </compilation-unit> |
| 5266 | </test-case> |
Yingyi Bu | 8671ddf | 2016-08-14 23:58:43 -0700 | [diff] [blame] | 5267 | <test-case FilePath="global-aggregate"> |
| 5268 | <compilation-unit name="q09"> |
| 5269 | <output-dir compare="Text">q09</output-dir> |
| 5270 | </compilation-unit> |
| 5271 | </test-case> |
| 5272 | <test-case FilePath="global-aggregate"> |
| 5273 | <compilation-unit name="q10"> |
| 5274 | <output-dir compare="Text">q09</output-dir> |
| 5275 | </compilation-unit> |
| 5276 | </test-case> |
Yingyi Bu | f4d0984 | 2016-08-26 00:03:52 -0700 | [diff] [blame] | 5277 | <test-case FilePath="global-aggregate"> |
| 5278 | <compilation-unit name="q11"> |
| 5279 | <output-dir compare="Text">q01</output-dir> |
| 5280 | </compilation-unit> |
| 5281 | </test-case> |
| 5282 | <test-case FilePath="global-aggregate"> |
| 5283 | <compilation-unit name="q12_error"> |
| 5284 | <output-dir compare="Text">q01</output-dir> |
| 5285 | <expected-error>The parameter * can only be used in COUNT().</expected-error> |
| 5286 | </compilation-unit> |
| 5287 | </test-case> |
Yingyi Bu | 8fec331 | 2016-08-27 19:54:47 -0700 | [diff] [blame] | 5288 | <test-case FilePath="global-aggregate"> |
| 5289 | <compilation-unit name="query-ASTERIXDB-159"> |
| 5290 | <output-dir compare="Text">query-ASTERIXDB-159</output-dir> |
| 5291 | </compilation-unit> |
| 5292 | </test-case> |
Yingyi Bu | 4b30d79 | 2016-09-18 22:08:56 -0700 | [diff] [blame] | 5293 | <test-case FilePath="global-aggregate"> |
| 5294 | <compilation-unit name="query-ASTERIXDB-1626"> |
| 5295 | <output-dir compare="Text">query-ASTERIXDB-1626</output-dir> |
| 5296 | </compilation-unit> |
| 5297 | </test-case> |
| 5298 | <test-case FilePath="global-aggregate"> |
| 5299 | <compilation-unit name="query-ASTERIXDB-1626-2"> |
| 5300 | <output-dir compare="Text">query-ASTERIXDB-1626-2</output-dir> |
| 5301 | </compilation-unit> |
| 5302 | </test-case> |
Dmitry Lychagin | c402e5b | 2019-03-05 15:07:37 -0800 | [diff] [blame] | 5303 | <test-case FilePath="global-aggregate"> |
| 5304 | <compilation-unit name="query-ASTERIXDB-2525"> |
| 5305 | <output-dir compare="Text">query-ASTERIXDB-2525</output-dir> |
| 5306 | </compilation-unit> |
| 5307 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5308 | </test-group> |
| 5309 | <test-group name="group-by"> |
| 5310 | <test-case FilePath="group-by"> |
Ali Alsuliman | 8552311 | 2019-03-04 12:59:53 -0800 | [diff] [blame] | 5311 | <compilation-unit name="gby-array"> |
| 5312 | <output-dir compare="Text">gby-array</output-dir> |
| 5313 | </compilation-unit> |
| 5314 | </test-case> |
| 5315 | <test-case FilePath="group-by"> |
Dmitry Lychagin | adcab98 | 2020-04-27 15:40:21 -0700 | [diff] [blame] | 5316 | <compilation-unit name="gby-case-01"> |
| 5317 | <output-dir compare="Text">gby-case-01</output-dir> |
| 5318 | </compilation-unit> |
| 5319 | </test-case> |
| 5320 | <test-case FilePath="group-by"> |
Dmitry Lychagin | b5f9147 | 2020-04-22 14:11:20 -0700 | [diff] [blame] | 5321 | <compilation-unit name="gby-nested-01"> |
| 5322 | <output-dir compare="Text">gby-nested-01</output-dir> |
| 5323 | </compilation-unit> |
| 5324 | </test-case> |
| 5325 | <test-case FilePath="group-by"> |
Ali Alsuliman | 42ca192 | 2019-03-06 17:20:23 -0800 | [diff] [blame] | 5326 | <compilation-unit name="gby-record"> |
| 5327 | <output-dir compare="Text">gby-record</output-dir> |
| 5328 | </compilation-unit> |
| 5329 | </test-case> |
| 5330 | <test-case FilePath="group-by"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5331 | <compilation-unit name="core-01"> |
| 5332 | <output-dir compare="Text">core-01</output-dir> |
| 5333 | </compilation-unit> |
| 5334 | </test-case> |
| 5335 | <test-case FilePath="group-by"> |
Yingyi Bu | 9c2e9f0 | 2017-06-30 15:01:32 -0700 | [diff] [blame] | 5336 | <compilation-unit name="core-01-error"> |
| 5337 | <output-dir compare="Text">none</output-dir> |
| 5338 | <expected-error>Cannot find dataset e in dataverse gby nor an alias with name e</expected-error> |
| 5339 | </compilation-unit> |
| 5340 | </test-case> |
| 5341 | <test-case FilePath="group-by"> |
| 5342 | <compilation-unit name="core-02-error"> |
| 5343 | <output-dir compare="Text">none</output-dir> |
| 5344 | <expected-error>Cannot find dataset f in dataverse gby nor an alias with name f</expected-error> |
| 5345 | </compilation-unit> |
| 5346 | </test-case> |
| 5347 | <test-case FilePath="group-by"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5348 | <compilation-unit name="core-02"> |
| 5349 | <output-dir compare="Text">core-02</output-dir> |
| 5350 | </compilation-unit> |
| 5351 | </test-case> |
| 5352 | <test-case FilePath="group-by"> |
| 5353 | <compilation-unit name="core-03"> |
| 5354 | <output-dir compare="Text">core-03</output-dir> |
| 5355 | </compilation-unit> |
| 5356 | </test-case> |
| 5357 | <test-case FilePath="group-by"> |
| 5358 | <compilation-unit name="core-04"> |
| 5359 | <output-dir compare="Text">core-04</output-dir> |
| 5360 | </compilation-unit> |
| 5361 | </test-case> |
| 5362 | <test-case FilePath="group-by"> |
| 5363 | <compilation-unit name="core-05"> |
| 5364 | <output-dir compare="Text">core-05</output-dir> |
| 5365 | </compilation-unit> |
| 5366 | </test-case> |
| 5367 | <test-case FilePath="group-by"> |
Dmitry Lychagin | 22820f3 | 2019-04-19 17:12:45 -0700 | [diff] [blame] | 5368 | <compilation-unit name="core-06"> |
| 5369 | <output-dir compare="Text">core-06</output-dir> |
| 5370 | </compilation-unit> |
| 5371 | </test-case> |
| 5372 | <test-case FilePath="group-by"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5373 | <compilation-unit name="sugar-01"> |
| 5374 | <output-dir compare="Text">core-01</output-dir> |
| 5375 | </compilation-unit> |
| 5376 | </test-case> |
| 5377 | <test-case FilePath="group-by"> |
Yingyi Bu | 8671ddf | 2016-08-14 23:58:43 -0700 | [diff] [blame] | 5378 | <compilation-unit name="sugar-01-negative"> |
| 5379 | <output-dir compare="Text">core-01</output-dir> |
Dmitry Lychagin | 4547639 | 2018-07-17 21:28:35 -0700 | [diff] [blame] | 5380 | <expected-error>ASX1091: Type mismatch: expected value of type object, but got the value of type array (in line 26, at column 38)</expected-error> |
Yingyi Bu | 8671ddf | 2016-08-14 23:58:43 -0700 | [diff] [blame] | 5381 | </compilation-unit> |
| 5382 | </test-case> |
| 5383 | <test-case FilePath="group-by"> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 5384 | <compilation-unit name="sugar-01-2"> |
| 5385 | <output-dir compare="Text">core-01</output-dir> |
| 5386 | </compilation-unit> |
| 5387 | </test-case> |
| 5388 | <test-case FilePath="group-by"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5389 | <compilation-unit name="sugar-02"> |
| 5390 | <output-dir compare="Text">core-02</output-dir> |
Dmitry Lychagin | 0f6df16 | 2018-07-09 18:03:13 -0700 | [diff] [blame] | 5391 | <expected-error>Cannot resolve ambiguous alias reference for identifier deptId</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5392 | </compilation-unit> |
| 5393 | </test-case> |
| 5394 | <test-case FilePath="group-by"> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 5395 | <compilation-unit name="sugar-02-2"> |
| 5396 | <output-dir compare="Text">core-02</output-dir> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 5397 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier deptId (in line 28, at column 8)</expected-error> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 5398 | </compilation-unit> |
| 5399 | </test-case> |
| 5400 | <test-case FilePath="group-by"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5401 | <compilation-unit name="sugar-03"> |
| 5402 | <output-dir compare="Text">core-03</output-dir> |
| 5403 | </compilation-unit> |
| 5404 | </test-case> |
| 5405 | <test-case FilePath="group-by"> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 5406 | <compilation-unit name="sugar-03-2"> |
| 5407 | <output-dir compare="Text">core-03</output-dir> |
| 5408 | </compilation-unit> |
| 5409 | </test-case> |
| 5410 | <test-case FilePath="group-by"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5411 | <compilation-unit name="sugar-04"> |
| 5412 | <output-dir compare="Text">core-04</output-dir> |
| 5413 | </compilation-unit> |
| 5414 | </test-case> |
| 5415 | <test-case FilePath="group-by"> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 5416 | <compilation-unit name="sugar-04-2"> |
| 5417 | <output-dir compare="Text">core-04</output-dir> |
| 5418 | </compilation-unit> |
| 5419 | </test-case> |
| 5420 | <test-case FilePath="group-by"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5421 | <compilation-unit name="sugar-05"> |
| 5422 | <output-dir compare="Text">core-05</output-dir> |
| 5423 | </compilation-unit> |
| 5424 | </test-case> |
Yingyi Bu | 9269607 | 2016-05-23 23:27:57 -0700 | [diff] [blame] | 5425 | <test-case FilePath="group-by"> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 5426 | <compilation-unit name="sugar-05-2"> |
| 5427 | <output-dir compare="Text">core-05</output-dir> |
| 5428 | </compilation-unit> |
| 5429 | </test-case> |
| 5430 | <test-case FilePath="group-by"> |
Dmitry Lychagin | 7a4b568 | 2017-09-11 18:53:07 -0700 | [diff] [blame] | 5431 | <compilation-unit name="sugar-06-distinct"> |
| 5432 | <output-dir compare="Text">sugar-06-distinct</output-dir> |
| 5433 | </compilation-unit> |
| 5434 | </test-case> |
| 5435 | <test-case FilePath="group-by"> |
Dmitry Lychagin | 0f6df16 | 2018-07-09 18:03:13 -0700 | [diff] [blame] | 5436 | <compilation-unit name="sugar-07-negative"> |
| 5437 | <output-dir compare="Text">core-01</output-dir> |
| 5438 | <expected-error>Cannot resolve ambiguous alias reference for identifier IDENT</expected-error> |
| 5439 | </compilation-unit> |
| 5440 | </test-case> |
| 5441 | <test-case FilePath="group-by"> |
Dmitry Lychagin | 4b0ea93 | 2019-03-08 17:39:11 -0800 | [diff] [blame] | 5442 | <compilation-unit name="sugar-08-negative"> |
| 5443 | <output-dir compare="Text">core-01</output-dir> |
| 5444 | <expected-error>ASX1103: Illegal use of identifier: x</expected-error> |
| 5445 | </compilation-unit> |
| 5446 | </test-case> |
| 5447 | <test-case FilePath="group-by"> |
Dmitry Lychagin | 79e1ebd | 2019-04-01 13:40:41 -0700 | [diff] [blame] | 5448 | <compilation-unit name="sugar-09"> |
| 5449 | <output-dir compare="Text">sugar-09</output-dir> |
| 5450 | </compilation-unit> |
| 5451 | </test-case> |
| 5452 | <test-case FilePath="group-by"> |
Dmitry Lychagin | c5589f6 | 2019-07-15 11:41:01 -0700 | [diff] [blame] | 5453 | <compilation-unit name="two-step-agg-01"> |
| 5454 | <output-dir compare="Text">two-step-agg-01</output-dir> |
| 5455 | </compilation-unit> |
| 5456 | </test-case> |
| 5457 | <test-case FilePath="group-by"> |
Yingyi Bu | 9269607 | 2016-05-23 23:27:57 -0700 | [diff] [blame] | 5458 | <compilation-unit name="null"> |
| 5459 | <output-dir compare="Text">null</output-dir> |
| 5460 | </compilation-unit> |
| 5461 | </test-case> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 5462 | <test-case FilePath="group-by"> |
| 5463 | <compilation-unit name="gby-expr"> |
| 5464 | <output-dir compare="Text">gby-expr</output-dir> |
| 5465 | </compilation-unit> |
| 5466 | </test-case> |
| 5467 | <test-case FilePath="group-by"> |
| 5468 | <compilation-unit name="gby-expr-2"> |
| 5469 | <output-dir compare="Text">gby-expr-2</output-dir> |
| 5470 | </compilation-unit> |
| 5471 | </test-case> |
| 5472 | <test-case FilePath="group-by"> |
| 5473 | <compilation-unit name="gby-expr-3"> |
| 5474 | <output-dir compare="Text">gby-expr-3</output-dir> |
| 5475 | </compilation-unit> |
| 5476 | </test-case> |
Yingyi Bu | e61534e | 2016-08-15 19:04:56 -0700 | [diff] [blame] | 5477 | <test-case FilePath="group-by"> |
| 5478 | <compilation-unit name="having"> |
| 5479 | <output-dir compare="Text">core-02</output-dir> |
| 5480 | </compilation-unit> |
| 5481 | </test-case> |
| 5482 | <test-case FilePath="group-by"> |
| 5483 | <compilation-unit name="having-2"> |
| 5484 | <output-dir compare="Text">core-02</output-dir> |
| 5485 | </compilation-unit> |
| 5486 | </test-case> |
Yingyi Bu | a8af143 | 2017-04-30 21:20:38 -0700 | [diff] [blame] | 5487 | <test-case FilePath="group-by"> |
| 5488 | <compilation-unit name="policy"> |
| 5489 | <output-dir compare="Text">policy</output-dir> |
| 5490 | </compilation-unit> |
| 5491 | </test-case> |
| 5492 | <test-case FilePath="group-by"> |
| 5493 | <compilation-unit name="policy-02"> |
| 5494 | <output-dir compare="Text">policy-02</output-dir> |
| 5495 | </compilation-unit> |
| 5496 | </test-case> |
| 5497 | <test-case FilePath="group-by"> |
| 5498 | <compilation-unit name="policy-03"> |
| 5499 | <output-dir compare="Text">policy-03</output-dir> |
| 5500 | </compilation-unit> |
| 5501 | </test-case> |
| 5502 | <test-case FilePath="group-by"> |
| 5503 | <compilation-unit name="policy-04"> |
| 5504 | <output-dir compare="Text">policy-04</output-dir> |
| 5505 | </compilation-unit> |
| 5506 | </test-case> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 5507 | <test-case FilePath="group-by" check-warnings="true"> |
Yingyi Bu | bf1aea2 | 2017-08-08 11:48:53 -0700 | [diff] [blame] | 5508 | <compilation-unit name="policy-05"> |
Hussain Towaileb | fb1431d | 2020-01-21 05:47:33 +0300 | [diff] [blame] | 5509 | <output-dir compare="Text">policy-05</output-dir> |
| 5510 | <expected-warn>Unsupported type: agg-sum cannot process input type object (in line 29, at column 23)</expected-warn> |
Yingyi Bu | bf1aea2 | 2017-08-08 11:48:53 -0700 | [diff] [blame] | 5511 | </compilation-unit> |
| 5512 | </test-case> |
Yingyi Bu | 6ea45c8 | 2017-08-21 16:59:55 -0700 | [diff] [blame] | 5513 | <test-case FilePath="group-by"> |
| 5514 | <compilation-unit name="listify"> |
| 5515 | <output-dir compare="Text">none</output-dir> |
| 5516 | <expected-error>The byte size of a single group</expected-error> |
| 5517 | </compilation-unit> |
| 5518 | </test-case> |
| 5519 | <test-case FilePath="group-by"> |
| 5520 | <compilation-unit name="listify-2"> |
| 5521 | <output-dir compare="Text">none</output-dir> |
| 5522 | <expected-error>The byte size of a single group</expected-error> |
| 5523 | </compilation-unit> |
| 5524 | </test-case> |
Xikui Wang | 42f17d2 | 2018-09-05 10:51:07 -0700 | [diff] [blame] | 5525 | <test-case FilePath="group-by"> |
Dmitry Lychagin | d10383f | 2019-03-04 12:16:25 -0800 | [diff] [blame] | 5526 | <compilation-unit name="listify-3"> |
| 5527 | <output-dir compare="Text">listify-3</output-dir> |
| 5528 | </compilation-unit> |
| 5529 | </test-case> |
| 5530 | <test-case FilePath="group-by"> |
Xikui Wang | 42f17d2 | 2018-09-05 10:51:07 -0700 | [diff] [blame] | 5531 | <compilation-unit name="redundant-var-in-groupby"> |
| 5532 | <output-dir compare="Text">redundant-var-in-groupby</output-dir> |
| 5533 | </compilation-unit> |
| 5534 | </test-case> |
Ali Alsuliman | 45b31ce | 2019-08-11 23:51:31 -0700 | [diff] [blame] | 5535 | <test-case FilePath="group-by"> |
| 5536 | <compilation-unit name="group-by-all-ASTERIXDB-2611"> |
| 5537 | <output-dir compare="Text">group-by-all-ASTERIXDB-2611</output-dir> |
| 5538 | </compilation-unit> |
| 5539 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5540 | </test-group> |
| 5541 | <test-group name="index-join"> |
| 5542 | <test-case FilePath="index-join"> |
| 5543 | <compilation-unit name="btree-index-nested-loop-join"> |
| 5544 | <output-dir compare="Text">btree-index-nested-loop-join</output-dir> |
| 5545 | </compilation-unit> |
| 5546 | </test-case> |
| 5547 | <test-case FilePath="index-join"> |
| 5548 | <compilation-unit name="btree-primary-equi-join"> |
| 5549 | <output-dir compare="Text">btree-primary-equi-join</output-dir> |
| 5550 | </compilation-unit> |
| 5551 | </test-case> |
| 5552 | <test-case FilePath="index-join"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5553 | <compilation-unit name="btree-pidx-to-sidx-idxonly-equi-join_01"> |
| 5554 | <output-dir compare="Text">btree-pidx-to-sidx-idxonly-equi-join_01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5555 | </compilation-unit> |
| 5556 | </test-case> |
| 5557 | <test-case FilePath="index-join"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5558 | <compilation-unit name="btree-secondary-equi-join_01"> |
| 5559 | <output-dir compare="Text">btree-secondary-equi-join_01</output-dir> |
| 5560 | </compilation-unit> |
| 5561 | </test-case> |
| 5562 | <test-case FilePath="index-join"> |
| 5563 | <compilation-unit name="btree-secondary-equi-join_02"> |
| 5564 | <output-dir compare="Text">btree-secondary-equi-join_02</output-dir> |
| 5565 | </compilation-unit> |
| 5566 | </test-case> |
| 5567 | <test-case FilePath="index-join"> |
| 5568 | <compilation-unit name="btree-secondary-equi-join_03"> |
| 5569 | <output-dir compare="Text">btree-secondary-equi-join_03</output-dir> |
| 5570 | </compilation-unit> |
| 5571 | </test-case> |
| 5572 | <test-case FilePath="index-join"> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5573 | <compilation-unit name="btree-secondary-equi-join_04"> |
| 5574 | <output-dir compare="Text">btree-secondary-equi-join_04</output-dir> |
| 5575 | </compilation-unit> |
| 5576 | </test-case> |
| 5577 | <test-case FilePath="index-join"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5578 | <compilation-unit name="btree-sidx-idxonly-to-pidx-equi-join_01"> |
| 5579 | <output-dir compare="Text">btree-sidx-idxonly-to-pidx-equi-join_01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5580 | </compilation-unit> |
| 5581 | </test-case> |
| 5582 | <test-case FilePath="index-join"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5583 | <compilation-unit name="btree-sidx-idxonly-to-sidx-idxonly-equi-join_01"> |
| 5584 | <output-dir compare="Text">btree-sidx-idxonly-to-sidx-idxonly-equi-join_01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5585 | </compilation-unit> |
| 5586 | </test-case> |
| 5587 | <test-case FilePath="index-join"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5588 | <compilation-unit name="btree-sidx-non-idxonly-to-pidx-equi-join_01"> |
| 5589 | <output-dir compare="Text">btree-sidx-non-idxonly-to-pidx-equi-join_01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5590 | </compilation-unit> |
| 5591 | </test-case> |
| 5592 | <test-case FilePath="index-join"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5593 | <compilation-unit name="btree-sidx-non-idxonly-to-sidx-idxonly-equi-join_01"> |
| 5594 | <output-dir compare="Text">btree-sidx-non-idxonly-to-sidx-idxonly-equi-join_01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5595 | </compilation-unit> |
| 5596 | </test-case> |
| 5597 | <test-case FilePath="index-join"> |
| 5598 | <compilation-unit name="rtree-spatial-intersect-point_01"> |
| 5599 | <output-dir compare="Text">rtree-spatial-intersect-point_01</output-dir> |
| 5600 | </compilation-unit> |
| 5601 | </test-case> |
| 5602 | <test-case FilePath="index-join"> |
| 5603 | <compilation-unit name="rtree-spatial-intersect-point_02"> |
| 5604 | <output-dir compare="Text">rtree-spatial-intersect-point_02</output-dir> |
| 5605 | </compilation-unit> |
| 5606 | </test-case> |
| 5607 | <test-case FilePath="index-join"> |
| 5608 | <compilation-unit name="rtree-spatial-intersect-point_03"> |
| 5609 | <output-dir compare="Text">rtree-spatial-intersect-point_03</output-dir> |
| 5610 | </compilation-unit> |
| 5611 | </test-case> |
| 5612 | <test-case FilePath="index-join"> |
| 5613 | <compilation-unit name="rtree-spatial-intersect-point_04"> |
| 5614 | <output-dir compare="Text">rtree-spatial-intersect-point_04</output-dir> |
| 5615 | </compilation-unit> |
| 5616 | </test-case> |
| 5617 | <test-case FilePath="index-join"> |
| 5618 | <compilation-unit name="rtree-spatial-intersect-point_05"> |
| 5619 | <output-dir compare="Text">rtree-spatial-intersect-point_05</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5620 | </compilation-unit> |
| 5621 | </test-case> |
| 5622 | </test-group> |
| 5623 | <test-group name="index-selection"> |
| 5624 | <test-case FilePath="index-selection"> |
| 5625 | <compilation-unit name="btree-index-composite-key"> |
| 5626 | <output-dir compare="Text">btree-index-composite-key</output-dir> |
| 5627 | </compilation-unit> |
| 5628 | </test-case> |
| 5629 | <test-case FilePath="index-selection"> |
Dmitry Lychagin | ff271b7 | 2019-10-31 11:09:25 -0700 | [diff] [blame] | 5630 | <compilation-unit name="btree-index-composite-key-03"> |
| 5631 | <output-dir compare="Text">btree-index-composite-key-03</output-dir> |
| 5632 | </compilation-unit> |
| 5633 | </test-case> |
| 5634 | <test-case FilePath="index-selection"> |
Dmitry Lychagin | 7d660a0 | 2020-03-16 13:06:16 -0700 | [diff] [blame] | 5635 | <compilation-unit name="btree-index-composite-key-04"> |
| 5636 | <output-dir compare="Text">btree-index-composite-key-04</output-dir> |
| 5637 | </compilation-unit> |
| 5638 | </test-case> |
| 5639 | <test-case FilePath="index-selection"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 5640 | <compilation-unit name="btree-sec-primary-index"> |
| 5641 | <output-dir compare="Text">btree-sec-primary-index</output-dir> |
| 5642 | </compilation-unit> |
| 5643 | </test-case> |
| 5644 | <test-case FilePath="index-selection"> |
Ali Alsuliman | 2031eda | 2017-11-03 20:13:05 -0700 | [diff] [blame] | 5645 | <compilation-unit name="btree-sec-primary-index-01"> |
| 5646 | <output-dir compare="Text">btree-sec-primary-index-01</output-dir> |
| 5647 | </compilation-unit> |
| 5648 | </test-case> |
| 5649 | <test-case FilePath="index-selection"> |
| 5650 | <compilation-unit name="btree-sec-primary-index-02"> |
| 5651 | <output-dir compare="Text">btree-sec-primary-index-02</output-dir> |
| 5652 | </compilation-unit> |
| 5653 | </test-case> |
| 5654 | <test-case FilePath="index-selection"> |
| 5655 | <compilation-unit name="btree-sec-primary-index-03"> |
| 5656 | <output-dir compare="Text">btree-sec-primary-index-03</output-dir> |
| 5657 | </compilation-unit> |
| 5658 | </test-case> |
| 5659 | <test-case FilePath="index-selection"> |
| 5660 | <compilation-unit name="btree-sec-primary-index-04"> |
| 5661 | <output-dir compare="Text">btree-sec-primary-index-04</output-dir> |
| 5662 | </compilation-unit> |
| 5663 | </test-case> |
| 5664 | <test-case FilePath="index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5665 | <compilation-unit name="btree-index-composite-key-mixed-intervals"> |
| 5666 | <output-dir compare="Text">btree-index-composite-key-mixed-intervals</output-dir> |
| 5667 | </compilation-unit> |
| 5668 | </test-case> |
| 5669 | <test-case FilePath="index-selection"> |
| 5670 | <compilation-unit name="btree-index-rewrite-multiple"> |
| 5671 | <output-dir compare="Text">btree-index-rewrite-multiple</output-dir> |
| 5672 | </compilation-unit> |
| 5673 | </test-case> |
| 5674 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5675 | <compilation-unit name="btree-sidx-composite-idxonly-01"> |
| 5676 | <output-dir compare="Text">btree-sidx-composite-idxonly-01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5677 | </compilation-unit> |
| 5678 | </test-case> |
| 5679 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5680 | <compilation-unit name="btree-sidx-composite-idxonly-02"> |
| 5681 | <output-dir compare="Text">btree-sidx-composite-idxonly-02</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5682 | </compilation-unit> |
| 5683 | </test-case> |
| 5684 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5685 | <compilation-unit name="btree-sidx-composite-idxonly-03"> |
| 5686 | <output-dir compare="Text">btree-sidx-composite-idxonly-03</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5687 | </compilation-unit> |
| 5688 | </test-case> |
| 5689 | <test-case FilePath="index-selection"> |
Taewoo Kim | cb3ca25 | 2018-09-22 16:12:10 -0700 | [diff] [blame] | 5690 | <compilation-unit name="btree-sidx-composite-idxonly-04"> |
| 5691 | <output-dir compare="Text">btree-sidx-composite-idxonly-04</output-dir> |
| 5692 | </compilation-unit> |
| 5693 | </test-case> |
| 5694 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5695 | <compilation-unit name="btree-sidx-idxonly-01"> |
| 5696 | <output-dir compare="Text">btree-sidx-idxonly-01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5697 | </compilation-unit> |
| 5698 | </test-case> |
| 5699 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5700 | <compilation-unit name="btree-sidx-non-idxonly-01"> |
| 5701 | <output-dir compare="Text">btree-sidx-non-idxonly-01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5702 | </compilation-unit> |
| 5703 | </test-case> |
| 5704 | <test-case FilePath="index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5705 | <compilation-unit name="cust-index-age-nullable"> |
| 5706 | <output-dir compare="Text">cust-index-age-nullable</output-dir> |
| 5707 | </compilation-unit> |
| 5708 | </test-case> |
| 5709 | <test-case FilePath="index-selection"> |
Dmitry Lychagin | f86ab94 | 2019-06-19 15:12:24 -0700 | [diff] [blame] | 5710 | <compilation-unit name="intersection-misc-01"> |
| 5711 | <output-dir compare="Text">intersection-misc-01</output-dir> |
| 5712 | </compilation-unit> |
| 5713 | </test-case> |
| 5714 | <test-case FilePath="index-selection"> |
Dmitry Lychagin | a952e01 | 2018-08-29 20:58:59 -0700 | [diff] [blame] | 5715 | <compilation-unit name="intersection-with-between"> |
| 5716 | <output-dir compare="Text">intersection-with-between</output-dir> |
| 5717 | </compilation-unit> |
| 5718 | </test-case> |
| 5719 | <test-case FilePath="index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5720 | <compilation-unit name="inverted-index-ngram-contains"> |
| 5721 | <output-dir compare="Text">inverted-index-ngram-contains</output-dir> |
| 5722 | </compilation-unit> |
| 5723 | </test-case> |
| 5724 | <test-case FilePath="index-selection"> |
| 5725 | <compilation-unit name="inverted-index-ngram-edit-distance-panic"> |
| 5726 | <output-dir compare="Text">inverted-index-ngram-edit-distance-panic</output-dir> |
| 5727 | </compilation-unit> |
| 5728 | </test-case> |
| 5729 | <test-case FilePath="index-selection"> |
| 5730 | <compilation-unit name="inverted-index-ngram-edit-distance"> |
| 5731 | <output-dir compare="Text">inverted-index-ngram-edit-distance</output-dir> |
| 5732 | </compilation-unit> |
| 5733 | </test-case> |
| 5734 | <test-case FilePath="index-selection"> |
Taewoo Kim | afe0d3d | 2018-02-18 19:12:08 -0800 | [diff] [blame] | 5735 | <compilation-unit name="inverted-index-ngram-edit-distance-large-data"> |
| 5736 | <output-dir compare="Text">inverted-index-ngram-edit-distance-large-data</output-dir> |
| 5737 | </compilation-unit> |
| 5738 | </test-case> |
| 5739 | <test-case FilePath="index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5740 | <compilation-unit name="inverted-index-ngram-edit-distance-word-tokens"> |
| 5741 | <output-dir compare="Text">inverted-index-ngram-edit-distance-word-tokens</output-dir> |
| 5742 | </compilation-unit> |
| 5743 | </test-case> |
| 5744 | <test-case FilePath="index-selection"> |
| 5745 | <compilation-unit name="inverted-index-ngram-jaccard"> |
| 5746 | <output-dir compare="Text">inverted-index-ngram-jaccard</output-dir> |
| 5747 | </compilation-unit> |
| 5748 | </test-case> |
| 5749 | <test-case FilePath="index-selection"> |
| 5750 | <compilation-unit name="inverted-index-ngram-edit-distance-contains"> |
| 5751 | <output-dir compare="Text">inverted-index-ngram-edit-distance-contains</output-dir> |
| 5752 | </compilation-unit> |
| 5753 | </test-case> |
| 5754 | <test-case FilePath="index-selection"> |
| 5755 | <compilation-unit name="inverted-index-olist-edit-distance-panic"> |
| 5756 | <output-dir compare="Text">inverted-index-olist-edit-distance-panic</output-dir> |
| 5757 | </compilation-unit> |
| 5758 | </test-case> |
| 5759 | <test-case FilePath="index-selection"> |
| 5760 | <compilation-unit name="inverted-index-olist-edit-distance"> |
| 5761 | <output-dir compare="Text">inverted-index-olist-edit-distance</output-dir> |
| 5762 | </compilation-unit> |
| 5763 | </test-case> |
| 5764 | <test-case FilePath="index-selection"> |
| 5765 | <compilation-unit name="inverted-index-olist-jaccard"> |
| 5766 | <output-dir compare="Text">inverted-index-olist-jaccard</output-dir> |
| 5767 | </compilation-unit> |
| 5768 | </test-case> |
| 5769 | <test-case FilePath="index-selection"> |
| 5770 | <compilation-unit name="inverted-index-ulist-jaccard"> |
| 5771 | <output-dir compare="Text">inverted-index-ulist-jaccard</output-dir> |
| 5772 | </compilation-unit> |
| 5773 | </test-case> |
| 5774 | <test-case FilePath="index-selection"> |
| 5775 | <compilation-unit name="inverted-index-word-contains"> |
| 5776 | <output-dir compare="Text">inverted-index-word-contains</output-dir> |
| 5777 | </compilation-unit> |
| 5778 | </test-case> |
| 5779 | <test-case FilePath="index-selection"> |
| 5780 | <compilation-unit name="inverted-index-word-jaccard"> |
| 5781 | <output-dir compare="Text">inverted-index-word-jaccard</output-dir> |
| 5782 | </compilation-unit> |
| 5783 | </test-case> |
| 5784 | <test-case FilePath="index-selection"> |
| 5785 | <compilation-unit name="orders-index-custkey-conjunctive-open"> |
| 5786 | <output-dir compare="Text">orders-index-custkey-conjunctive-open</output-dir> |
| 5787 | </compilation-unit> |
| 5788 | </test-case> |
| 5789 | <test-case FilePath="index-selection"> |
| 5790 | <compilation-unit name="orders-index-custkey-conjunctive"> |
| 5791 | <output-dir compare="Text">orders-index-custkey-conjunctive</output-dir> |
| 5792 | </compilation-unit> |
| 5793 | </test-case> |
| 5794 | <test-case FilePath="index-selection"> |
| 5795 | <compilation-unit name="orders-index-custkey-open"> |
| 5796 | <output-dir compare="Text">orders-index-custkey-open</output-dir> |
| 5797 | </compilation-unit> |
| 5798 | </test-case> |
| 5799 | <test-case FilePath="index-selection"> |
| 5800 | <compilation-unit name="orders-index-custkey"> |
| 5801 | <output-dir compare="Text">orders-index-custkey</output-dir> |
| 5802 | </compilation-unit> |
| 5803 | </test-case> |
| 5804 | <test-case FilePath="index-selection"> |
| 5805 | <compilation-unit name="range-search-open"> |
| 5806 | <output-dir compare="Text">range-search-open</output-dir> |
| 5807 | </compilation-unit> |
| 5808 | </test-case> |
| 5809 | <test-case FilePath="index-selection"> |
| 5810 | <compilation-unit name="range-search"> |
| 5811 | <output-dir compare="Text">range-search</output-dir> |
| 5812 | </compilation-unit> |
| 5813 | </test-case> |
| 5814 | <test-case FilePath="index-selection"> |
| 5815 | <compilation-unit name="rtree-secondary-index-nullable"> |
| 5816 | <output-dir compare="Text">rtree-secondary-index-nullable</output-dir> |
| 5817 | </compilation-unit> |
| 5818 | </test-case> |
| 5819 | <test-case FilePath="index-selection"> |
| 5820 | <compilation-unit name="rtree-secondary-index-open"> |
| 5821 | <output-dir compare="Text">rtree-secondary-index-open</output-dir> |
| 5822 | </compilation-unit> |
| 5823 | </test-case> |
| 5824 | <test-case FilePath="index-selection"> |
| 5825 | <compilation-unit name="rtree-secondary-index"> |
| 5826 | <output-dir compare="Text">rtree-secondary-index</output-dir> |
| 5827 | </compilation-unit> |
| 5828 | </test-case> |
| 5829 | <test-case FilePath="index-selection"> |
| 5830 | <compilation-unit name="rtree-secondary-index-circular-query"> |
| 5831 | <output-dir compare="Text">rtree-secondary-index-circular-query</output-dir> |
| 5832 | </compilation-unit> |
| 5833 | </test-case> |
| 5834 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5835 | <compilation-unit name="rtree-sidx-idxonly-01"> |
| 5836 | <output-dir compare="Text">rtree-sidx-idxonly-01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5837 | </compilation-unit> |
| 5838 | </test-case> |
| 5839 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5840 | <compilation-unit name="rtree-sidx-non-idxonly-01"> |
| 5841 | <output-dir compare="Text">rtree-sidx-non-idxonly-01</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5842 | </compilation-unit> |
| 5843 | </test-case> |
| 5844 | <test-case FilePath="index-selection"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 5845 | <compilation-unit name="rtree-sidx-non-idxonly-02"> |
| 5846 | <output-dir compare="Text">rtree-sidx-non-idxonly-02</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 5847 | </compilation-unit> |
| 5848 | </test-case> |
| 5849 | <test-case FilePath="index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5850 | <compilation-unit name="disjunctive-predicate-1"> |
| 5851 | <output-dir compare="Text">disjunctive-predicate-1</output-dir> |
| 5852 | </compilation-unit> |
| 5853 | </test-case> |
Ali Alsuliman | d292d99 | 2019-09-06 00:21:36 -0700 | [diff] [blame] | 5854 | <test-case FilePath="index-selection"> |
| 5855 | <compilation-unit name="dataset-with-meta"> |
| 5856 | <output-dir compare="Text">dataset-with-meta</output-dir> |
| 5857 | </compilation-unit> |
| 5858 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5859 | </test-group> |
| 5860 | <test-group name="inverted-index-join"> |
| 5861 | <test-case FilePath="inverted-index-join"> |
| 5862 | <compilation-unit name="ngram-edit-distance"> |
| 5863 | <output-dir compare="Text">ngram-edit-distance</output-dir> |
| 5864 | </compilation-unit> |
| 5865 | </test-case> |
| 5866 | <test-case FilePath="inverted-index-join"> |
| 5867 | <compilation-unit name="ngram-edit-distance-inline"> |
| 5868 | <output-dir compare="Text">ngram-edit-distance-inline</output-dir> |
| 5869 | </compilation-unit> |
| 5870 | </test-case> |
| 5871 | <test-case FilePath="inverted-index-join"> |
| 5872 | <compilation-unit name="ngram-jaccard"> |
| 5873 | <output-dir compare="Text">ngram-jaccard</output-dir> |
| 5874 | </compilation-unit> |
| 5875 | </test-case> |
| 5876 | <test-case FilePath="inverted-index-join"> |
| 5877 | <compilation-unit name="ngram-jaccard-inline"> |
| 5878 | <output-dir compare="Text">ngram-jaccard-inline</output-dir> |
| 5879 | </compilation-unit> |
| 5880 | </test-case> |
| 5881 | <test-case FilePath="inverted-index-join"> |
| 5882 | <compilation-unit name="olist-edit-distance"> |
| 5883 | <output-dir compare="Text">olist-edit-distance</output-dir> |
| 5884 | </compilation-unit> |
| 5885 | </test-case> |
| 5886 | <test-case FilePath="inverted-index-join"> |
| 5887 | <compilation-unit name="olist-edit-distance-inline"> |
| 5888 | <output-dir compare="Text">olist-edit-distance-inline</output-dir> |
| 5889 | </compilation-unit> |
| 5890 | </test-case> |
| 5891 | <test-case FilePath="inverted-index-join"> |
| 5892 | <compilation-unit name="olist-jaccard"> |
| 5893 | <output-dir compare="Text">olist-jaccard</output-dir> |
| 5894 | </compilation-unit> |
| 5895 | </test-case> |
| 5896 | <test-case FilePath="inverted-index-join"> |
| 5897 | <compilation-unit name="olist-jaccard-inline"> |
| 5898 | <output-dir compare="Text">olist-jaccard-inline</output-dir> |
| 5899 | </compilation-unit> |
| 5900 | </test-case> |
| 5901 | <test-case FilePath="inverted-index-join"> |
| 5902 | <compilation-unit name="ulist-jaccard"> |
| 5903 | <output-dir compare="Text">ulist-jaccard</output-dir> |
| 5904 | </compilation-unit> |
| 5905 | </test-case> |
| 5906 | <test-case FilePath="inverted-index-join"> |
| 5907 | <compilation-unit name="ulist-jaccard-inline"> |
| 5908 | <output-dir compare="Text">ulist-jaccard-inline</output-dir> |
| 5909 | </compilation-unit> |
| 5910 | </test-case> |
| 5911 | <test-case FilePath="inverted-index-join"> |
| 5912 | <compilation-unit name="word-jaccard"> |
| 5913 | <output-dir compare="Text">word-jaccard</output-dir> |
| 5914 | </compilation-unit> |
| 5915 | </test-case> |
| 5916 | <test-case FilePath="inverted-index-join"> |
| 5917 | <compilation-unit name="word-jaccard-inline"> |
| 5918 | <output-dir compare="Text">word-jaccard-inline</output-dir> |
| 5919 | </compilation-unit> |
| 5920 | </test-case> |
| 5921 | </test-group> |
| 5922 | <test-group name="inverted-index-join-noeqjoin"> |
| 5923 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5924 | <compilation-unit name="ngram-edit-distance"> |
| 5925 | <output-dir compare="Text">ngram-edit-distance</output-dir> |
| 5926 | </compilation-unit> |
| 5927 | </test-case> |
| 5928 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5929 | <compilation-unit name="ngram-edit-distance-inline"> |
| 5930 | <output-dir compare="Text">ngram-edit-distance-inline</output-dir> |
| 5931 | </compilation-unit> |
| 5932 | </test-case> |
| 5933 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5934 | <compilation-unit name="ngram-jaccard"> |
| 5935 | <output-dir compare="Text">ngram-jaccard</output-dir> |
| 5936 | </compilation-unit> |
| 5937 | </test-case> |
| 5938 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5939 | <compilation-unit name="ngram-jaccard-inline"> |
| 5940 | <output-dir compare="Text">ngram-jaccard-inline</output-dir> |
| 5941 | </compilation-unit> |
| 5942 | </test-case> |
| 5943 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5944 | <compilation-unit name="olist-edit-distance"> |
| 5945 | <output-dir compare="Text">olist-edit-distance</output-dir> |
| 5946 | </compilation-unit> |
| 5947 | </test-case> |
| 5948 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5949 | <compilation-unit name="olist-edit-distance-inline"> |
| 5950 | <output-dir compare="Text">olist-edit-distance-inline</output-dir> |
| 5951 | </compilation-unit> |
| 5952 | </test-case> |
| 5953 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5954 | <compilation-unit name="olist-jaccard"> |
| 5955 | <output-dir compare="Text">olist-jaccard</output-dir> |
| 5956 | </compilation-unit> |
| 5957 | </test-case> |
| 5958 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5959 | <compilation-unit name="olist-jaccard-inline"> |
| 5960 | <output-dir compare="Text">olist-jaccard-inline</output-dir> |
| 5961 | </compilation-unit> |
| 5962 | </test-case> |
| 5963 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5964 | <compilation-unit name="ulist-jaccard"> |
| 5965 | <output-dir compare="Text">ulist-jaccard</output-dir> |
| 5966 | </compilation-unit> |
| 5967 | </test-case> |
| 5968 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5969 | <compilation-unit name="ulist-jaccard-inline"> |
| 5970 | <output-dir compare="Text">ulist-jaccard-inline</output-dir> |
| 5971 | </compilation-unit> |
| 5972 | </test-case> |
| 5973 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5974 | <compilation-unit name="word-jaccard"> |
| 5975 | <output-dir compare="Text">word-jaccard</output-dir> |
| 5976 | </compilation-unit> |
| 5977 | </test-case> |
| 5978 | <test-case FilePath="inverted-index-join-noeqjoin"> |
| 5979 | <compilation-unit name="word-jaccard-inline"> |
| 5980 | <output-dir compare="Text">word-jaccard-inline</output-dir> |
| 5981 | </compilation-unit> |
| 5982 | </test-case> |
| 5983 | </test-group> |
Ali Alsuliman | 8552311 | 2019-03-04 12:59:53 -0800 | [diff] [blame] | 5984 | <test-group name="join"> |
| 5985 | <test-case FilePath="join"> |
| 5986 | <compilation-unit name="hash_join_array"> |
| 5987 | <output-dir compare="Text">hash_join_array</output-dir> |
| 5988 | </compilation-unit> |
| 5989 | </test-case> |
Ali Alsuliman | 42ca192 | 2019-03-06 17:20:23 -0800 | [diff] [blame] | 5990 | <test-case FilePath="join"> |
| 5991 | <compilation-unit name="hash_join_record"> |
| 5992 | <output-dir compare="Text">hash_join_record</output-dir> |
| 5993 | </compilation-unit> |
| 5994 | </test-case> |
Ali Alsuliman | 8552311 | 2019-03-04 12:59:53 -0800 | [diff] [blame] | 5995 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 5996 | <test-group name="list"> |
| 5997 | <test-case FilePath="list"> |
| 5998 | <compilation-unit name="any-collection-member_01"> |
| 5999 | <output-dir compare="Text">any-collection-member_01</output-dir> |
| 6000 | </compilation-unit> |
| 6001 | </test-case> |
| 6002 | <test-case FilePath="list"> |
Dmitry Lychagin | 8d56845 | 2018-03-01 18:12:45 -0800 | [diff] [blame] | 6003 | <compilation-unit name="array_length"> |
| 6004 | <output-dir compare="Text">array_length</output-dir> |
| 6005 | </compilation-unit> |
| 6006 | </test-case> |
| 6007 | <test-case FilePath="list"> |
Ali Alsuliman | 6c4325f | 2018-10-06 18:30:39 -0700 | [diff] [blame] | 6008 | <compilation-unit name="enforcing_item_type"> |
| 6009 | <output-dir compare="Text">enforcing_item_type</output-dir> |
| 6010 | </compilation-unit> |
| 6011 | </test-case> |
| 6012 | <test-case FilePath="list"> |
Yingyi Bu | 196db5d | 2016-07-15 19:07:20 -0700 | [diff] [blame] | 6013 | <compilation-unit name="exists"> |
| 6014 | <output-dir compare="Text">exists</output-dir> |
| 6015 | </compilation-unit> |
| 6016 | </test-case> |
| 6017 | <test-case FilePath="list"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6018 | <compilation-unit name="get-item_01"> |
| 6019 | <output-dir compare="Text">get-item_01</output-dir> |
| 6020 | </compilation-unit> |
| 6021 | </test-case> |
| 6022 | <test-case FilePath="list"> |
| 6023 | <compilation-unit name="get-item_02"> |
| 6024 | <output-dir compare="Text">get-item_02</output-dir> |
| 6025 | </compilation-unit> |
| 6026 | </test-case> |
| 6027 | <test-case FilePath="list"> |
Hussain Towaileb | eb22980 | 2018-12-15 08:35:01 +0300 | [diff] [blame] | 6028 | <compilation-unit name="get-item_03"> |
| 6029 | <output-dir compare="Text">get-item_03</output-dir> |
| 6030 | </compilation-unit> |
| 6031 | </test-case> |
| 6032 | <test-case FilePath="list"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6033 | <compilation-unit name="len_01"> |
| 6034 | <output-dir compare="Text">len_01</output-dir> |
| 6035 | </compilation-unit> |
| 6036 | </test-case> |
| 6037 | <test-case FilePath="list"> |
| 6038 | <compilation-unit name="len_null_01"> |
| 6039 | <output-dir compare="Text">len_null_01</output-dir> |
| 6040 | </compilation-unit> |
| 6041 | </test-case> |
| 6042 | <test-case FilePath="list"> |
Yingyi Bu | 8fec331 | 2016-08-27 19:54:47 -0700 | [diff] [blame] | 6043 | <compilation-unit name="list-range"> |
| 6044 | <output-dir compare="Text">list-range</output-dir> |
| 6045 | </compilation-unit> |
| 6046 | </test-case> |
| 6047 | <test-case FilePath="list"> |
Hussain Towaileb | c5b5deb | 2018-12-15 18:48:48 +0300 | [diff] [blame] | 6048 | <compilation-unit name="list-slice_01"> |
| 6049 | <output-dir compare="Text">list-slice_01</output-dir> |
| 6050 | </compilation-unit> |
| 6051 | </test-case> |
| 6052 | <test-case FilePath="list"> |
| 6053 | <compilation-unit name="list-slice_02"> |
| 6054 | <output-dir compare="Text">list-slice_02</output-dir> |
| 6055 | </compilation-unit> |
| 6056 | </test-case> |
| 6057 | <test-case FilePath="list"> |
| 6058 | <compilation-unit name="list-slice_03"> |
| 6059 | <output-dir compare="Text">list-slice_03</output-dir> |
| 6060 | </compilation-unit> |
| 6061 | </test-case> |
| 6062 | <test-case FilePath="list"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6063 | <compilation-unit name="listify_01"> |
| 6064 | <output-dir compare="Text">listify_01</output-dir> |
| 6065 | </compilation-unit> |
| 6066 | </test-case> |
| 6067 | <test-case FilePath="list"> |
| 6068 | <compilation-unit name="listify_02"> |
| 6069 | <output-dir compare="Text">listify_02</output-dir> |
| 6070 | </compilation-unit> |
| 6071 | </test-case> |
| 6072 | <test-case FilePath="list"> |
| 6073 | <compilation-unit name="listify_03"> |
| 6074 | <output-dir compare="Text">listify_03</output-dir> |
| 6075 | </compilation-unit> |
| 6076 | </test-case> |
| 6077 | <test-case FilePath="list"> |
| 6078 | <compilation-unit name="ordered-list-constructor_01"> |
| 6079 | <output-dir compare="Text">ordered-list-constructor_01</output-dir> |
| 6080 | </compilation-unit> |
| 6081 | </test-case> |
| 6082 | <test-case FilePath="list"> |
| 6083 | <compilation-unit name="ordered-list-constructor_02"> |
| 6084 | <output-dir compare="Text">ordered-list-constructor_02</output-dir> |
| 6085 | </compilation-unit> |
| 6086 | </test-case> |
| 6087 | <test-case FilePath="list"> |
| 6088 | <compilation-unit name="ordered-list-constructor_03"> |
| 6089 | <output-dir compare="Text">ordered-list-constructor_03</output-dir> |
| 6090 | </compilation-unit> |
| 6091 | </test-case> |
| 6092 | <test-case FilePath="list"> |
| 6093 | <compilation-unit name="scan-collection_01"> |
| 6094 | <output-dir compare="Text">scan-collection_01</output-dir> |
| 6095 | </compilation-unit> |
| 6096 | </test-case> |
| 6097 | <!-- <test-case FilePath="list"> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6098 | <compilation-unit name="union_01"> |
| 6099 | <output-dir compare="Text">union_01</output-dir> |
| 6100 | </compilation-unit> |
| 6101 | </test-case> |
| 6102 | <test-case FilePath="list"> |
| 6103 | <compilation-unit name="union_02"> |
| 6104 | <output-dir compare="Text">union_02</output-dir> |
| 6105 | </compilation-unit> |
| 6106 | </test-case> |
| 6107 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6108 | <test-case FilePath="list"> |
| 6109 | <compilation-unit name="unordered-list-constructor_01"> |
| 6110 | <output-dir compare="Text">unordered-list-constructor_01</output-dir> |
| 6111 | </compilation-unit> |
| 6112 | </test-case> |
| 6113 | <test-case FilePath="list"> |
| 6114 | <compilation-unit name="unordered-list-constructor_02"> |
| 6115 | <output-dir compare="Text">unordered-list-constructor_02</output-dir> |
| 6116 | </compilation-unit> |
| 6117 | </test-case> |
| 6118 | <test-case FilePath="list"> |
| 6119 | <compilation-unit name="unordered-list-constructor_03"> |
| 6120 | <output-dir compare="Text">unordered-list-constructor_03</output-dir> |
| 6121 | </compilation-unit> |
| 6122 | </test-case> |
| 6123 | <test-case FilePath="list"> |
| 6124 | <compilation-unit name="query-issue428"> |
| 6125 | <output-dir compare="Text">query-issue428</output-dir> |
| 6126 | </compilation-unit> |
| 6127 | </test-case> |
Yingyi Bu | 8fec331 | 2016-08-27 19:54:47 -0700 | [diff] [blame] | 6128 | <test-case FilePath="list"> |
| 6129 | <compilation-unit name="query-ASTERIXDB-159-2"> |
| 6130 | <output-dir compare="Text">query-ASTERIXDB-159-2</output-dir> |
| 6131 | </compilation-unit> |
| 6132 | </test-case> |
| 6133 | <test-case FilePath="list"> |
| 6134 | <compilation-unit name="query-ASTERIXDB-159-3"> |
| 6135 | <output-dir compare="Text">query-ASTERIXDB-159-3</output-dir> |
| 6136 | </compilation-unit> |
| 6137 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6138 | </test-group> |
| 6139 | <test-group name="misc"> |
| 6140 | <test-case FilePath="misc"> |
Ali Alsuliman | c99f57a | 2019-05-15 11:28:34 -0700 | [diff] [blame] | 6141 | <compilation-unit name="record-serialization-ASTERIXDB-2567"> |
| 6142 | <output-dir compare="Text">record-serialization-ASTERIXDB-2567</output-dir> |
| 6143 | </compilation-unit> |
| 6144 | </test-case> |
| 6145 | <test-case FilePath="misc"> |
Ali Alsuliman | c30c5ea | 2019-07-17 22:56:41 -0700 | [diff] [blame] | 6146 | <compilation-unit name="record-serialization-ASTERIXDB-2613"> |
| 6147 | <output-dir compare="Text">record-serialization-ASTERIXDB-2613</output-dir> |
| 6148 | </compilation-unit> |
| 6149 | </test-case> |
| 6150 | <test-case FilePath="misc"> |
Ali Alsuliman | b62272b | 2019-05-16 11:39:43 -0700 | [diff] [blame] | 6151 | <compilation-unit name="field_access-ASTERIXDB-2289"> |
| 6152 | <output-dir compare="Text">field_access-ASTERIXDB-2289</output-dir> |
| 6153 | </compilation-unit> |
| 6154 | </test-case> |
| 6155 | <test-case FilePath="misc"> |
Xikui Wang | fa03c20 | 2018-07-19 13:58:33 -0700 | [diff] [blame] | 6156 | <compilation-unit name="comp-ASTERIXDB-2415"> |
| 6157 | <output-dir compare="Text">query-ASTERIXDB-1671</output-dir> |
| 6158 | </compilation-unit> |
| 6159 | </test-case> |
| 6160 | <test-case FilePath="misc"> |
Xikui Wang | 39801f6 | 2018-07-19 22:16:09 -0700 | [diff] [blame] | 6161 | <compilation-unit name="comp-ASTERIXDB-2412"> |
| 6162 | <output-dir compare="Text">comp-ASTERIXDB-2412</output-dir> |
| 6163 | </compilation-unit> |
| 6164 | </test-case> |
| 6165 | <test-case FilePath="misc"> |
Ali Alsuliman | 249c955 | 2019-05-20 20:33:34 -0700 | [diff] [blame] | 6166 | <compilation-unit name="field_access_union-ASTERIXDB-2288"> |
| 6167 | <output-dir compare="Text">field_access_union-ASTERIXDB-2288</output-dir> |
| 6168 | </compilation-unit> |
| 6169 | </test-case> |
| 6170 | <test-case FilePath="misc"> |
Ali Alsuliman | 6c4325f | 2018-10-06 18:30:39 -0700 | [diff] [blame] | 6171 | <compilation-unit name="constant_folding"> |
| 6172 | <output-dir compare="Text">constant_folding</output-dir> |
| 6173 | </compilation-unit> |
| 6174 | </test-case> |
| 6175 | <test-case FilePath="misc"> |
Ali Alsuliman | 66aaf41 | 2019-12-10 00:39:06 -0800 | [diff] [blame] | 6176 | <compilation-unit name="join-ASTERIXDB-2686"> |
| 6177 | <output-dir compare="Text">join-ASTERIXDB-2686</output-dir> |
| 6178 | </compilation-unit> |
| 6179 | </test-case> |
| 6180 | <test-case FilePath="misc"> |
Abdullah Alamoudi | 9088315 | 2018-03-01 15:56:00 -0800 | [diff] [blame] | 6181 | <compilation-unit name="poll-dynamic"> |
| 6182 | <output-dir compare="Text">poll-dynamic</output-dir> |
| 6183 | </compilation-unit> |
| 6184 | </test-case> |
| 6185 | <test-case FilePath="misc"> |
Abdullah Alamoudi | 3290541 | 2018-01-04 04:30:49 +0300 | [diff] [blame] | 6186 | <compilation-unit name="validate-expected"> |
| 6187 | <output-dir compare="Text">validate-expected</output-dir> |
| 6188 | </compilation-unit> |
| 6189 | </test-case> |
| 6190 | <test-case FilePath="misc"> |
Abdullah Alamoudi | b4d166b3 | 2017-12-17 11:34:33 +0300 | [diff] [blame] | 6191 | <compilation-unit name="dataset-resources"> |
| 6192 | <output-dir compare="Text">dataset-resources</output-dir> |
| 6193 | </compilation-unit> |
| 6194 | </test-case> |
| 6195 | <test-case FilePath="misc"> |
Abdullah Alamoudi | 36124bd | 2018-07-16 00:04:57 -0700 | [diff] [blame] | 6196 | <compilation-unit name="ping"> |
| 6197 | <output-dir compare="Text">ping</output-dir> |
| 6198 | </compilation-unit> |
| 6199 | </test-case> |
| 6200 | <test-case FilePath="misc"> |
Yingyi Bu | c8c067c | 2016-07-25 23:37:19 -0700 | [diff] [blame] | 6201 | <compilation-unit name="case_01"> |
| 6202 | <output-dir compare="Text">case_01</output-dir> |
| 6203 | </compilation-unit> |
| 6204 | </test-case> |
| 6205 | <test-case FilePath="misc"> |
| 6206 | <compilation-unit name="case_02"> |
| 6207 | <output-dir compare="Text">case_02</output-dir> |
| 6208 | </compilation-unit> |
| 6209 | </test-case> |
| 6210 | <test-case FilePath="misc"> |
| 6211 | <compilation-unit name="case_03"> |
| 6212 | <output-dir compare="Text">case_03</output-dir> |
| 6213 | </compilation-unit> |
| 6214 | </test-case> |
| 6215 | <test-case FilePath="misc"> |
| 6216 | <compilation-unit name="case_04"> |
| 6217 | <output-dir compare="Text">case_04</output-dir> |
| 6218 | </compilation-unit> |
| 6219 | </test-case> |
| 6220 | <test-case FilePath="misc"> |
| 6221 | <compilation-unit name="case_05"> |
| 6222 | <output-dir compare="Text">case_05</output-dir> |
| 6223 | </compilation-unit> |
| 6224 | </test-case> |
| 6225 | <test-case FilePath="misc"> |
| 6226 | <compilation-unit name="case_06"> |
| 6227 | <output-dir compare="Text">case_06</output-dir> |
| 6228 | </compilation-unit> |
| 6229 | </test-case> |
| 6230 | <test-case FilePath="misc"> |
| 6231 | <compilation-unit name="case_07"> |
| 6232 | <output-dir compare="Text">case_05</output-dir> |
| 6233 | </compilation-unit> |
| 6234 | </test-case> |
| 6235 | <test-case FilePath="misc"> |
Dmitry Lychagin | 5fbd04b | 2018-04-19 16:54:28 -0700 | [diff] [blame] | 6236 | <compilation-unit name="case_08"> |
| 6237 | <output-dir compare="Text">case_08</output-dir> |
| 6238 | </compilation-unit> |
| 6239 | </test-case> |
| 6240 | <test-case FilePath="misc"> |
Yingyi Bu | 392e5f2 | 2017-06-02 11:06:51 -0700 | [diff] [blame] | 6241 | <compilation-unit name="dataset_nodegroup"> |
| 6242 | <output-dir compare="Text">dataset_nodegroup</output-dir> |
| 6243 | </compilation-unit> |
| 6244 | </test-case> |
| 6245 | <test-case FilePath="misc"> |
Hussain Towaileb | a993e9b | 2018-10-30 14:48:01 +0300 | [diff] [blame] | 6246 | <compilation-unit name="ensure_result_numeric_type"> |
| 6247 | <output-dir compare="Text">ensure_result_numeric_type</output-dir> |
Hussain Towaileb | a993e9b | 2018-10-30 14:48:01 +0300 | [diff] [blame] | 6248 | <expected-error>expected < 3.0</expected-error> |
Dmitry Lychagin | b18100d | 2019-09-05 16:26:23 -0700 | [diff] [blame] | 6249 | <source-location>false</source-location> |
Hussain Towaileb | a993e9b | 2018-10-30 14:48:01 +0300 | [diff] [blame] | 6250 | </compilation-unit> |
| 6251 | </test-case> |
| 6252 | <test-case FilePath="misc"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6253 | <compilation-unit name="partition-by-nonexistent-field"> |
| 6254 | <output-dir compare="Text">partition-by-nonexistent-field</output-dir> |
Abdullah Alamoudi | ef9be0f | 2017-02-01 22:19:54 -0800 | [diff] [blame] | 6255 | <expected-error>Field "id" is not found</expected-error> |
Dmitry Lychagin | 5c26b42 | 2018-06-01 10:22:16 -0700 | [diff] [blame] | 6256 | <expected-error>Cannot find dataset with name testds in dataverse test</expected-error> |
Till Westmann | b975100 | 2016-09-01 15:21:57 -0700 | [diff] [blame] | 6257 | <expected-error>Cannot find dataset testds in dataverse test nor an alias with name testds!</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6258 | </compilation-unit> |
| 6259 | </test-case> |
| 6260 | <test-case FilePath="misc"> |
| 6261 | <compilation-unit name="float_01"> |
| 6262 | <output-dir compare="Text">float_01</output-dir> |
| 6263 | </compilation-unit> |
| 6264 | </test-case> |
| 6265 | <test-case FilePath="misc"> |
| 6266 | <compilation-unit name="flushtest"> |
| 6267 | <output-dir compare="Text">flushtest</output-dir> |
| 6268 | </compilation-unit> |
| 6269 | </test-case> |
| 6270 | <test-case FilePath="misc"> |
| 6271 | <compilation-unit name="groupby-orderby-count"> |
| 6272 | <output-dir compare="Text">groupby-orderby-count</output-dir> |
| 6273 | </compilation-unit> |
| 6274 | </test-case> |
| 6275 | <test-case FilePath="misc"> |
Dmitry Lychagin | 9c83efb | 2018-01-16 14:31:58 -0800 | [diff] [blame] | 6276 | <compilation-unit name="identifier_01"> |
| 6277 | <output-dir compare="Text">identifier_01</output-dir> |
| 6278 | </compilation-unit> |
| 6279 | </test-case> |
| 6280 | <test-case FilePath="misc"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6281 | <compilation-unit name="ifthenelse_01"> |
| 6282 | <output-dir compare="Text">ifthenelse_01</output-dir> |
| 6283 | </compilation-unit> |
| 6284 | </test-case> |
| 6285 | <test-case FilePath="misc"> |
| 6286 | <compilation-unit name="is-null_01"> |
| 6287 | <output-dir compare="Text">is-null_01</output-dir> |
| 6288 | </compilation-unit> |
| 6289 | </test-case> |
| 6290 | <test-case FilePath="misc"> |
| 6291 | <compilation-unit name="nested-loop-join_01"> |
| 6292 | <output-dir compare="Text">nested-loop-join_01</output-dir> |
| 6293 | </compilation-unit> |
| 6294 | </test-case> |
| 6295 | <test-case FilePath="misc"> |
| 6296 | <compilation-unit name="query_issue267"> |
| 6297 | <output-dir compare="Text">query_issue267</output-dir> |
| 6298 | </compilation-unit> |
| 6299 | </test-case> |
| 6300 | <test-case FilePath="misc"> |
Dmitry Lychagin | 9fcf821 | 2018-04-26 15:34:38 -0700 | [diff] [blame] | 6301 | <compilation-unit name="random"> |
| 6302 | <output-dir compare="Text">random</output-dir> |
| 6303 | </compilation-unit> |
| 6304 | </test-case> |
| 6305 | <test-case FilePath="misc"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6306 | <compilation-unit name="stable_sort"> |
| 6307 | <output-dir compare="Text">stable_sort</output-dir> |
| 6308 | </compilation-unit> |
| 6309 | </test-case> |
| 6310 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6311 | <test-case FilePath="misc"> |
| 6312 | <compilation-unit name="range_01"> |
| 6313 | <output-dir compare="Text">range_01</output-dir> |
| 6314 | </compilation-unit> |
| 6315 | </test-case> |
| 6316 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6317 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6318 | <test-case FilePath="misc"> |
| 6319 | <compilation-unit name="tid_01"> |
| 6320 | <output-dir compare="Text">tid_01</output-dir> |
| 6321 | </compilation-unit> |
| 6322 | </test-case> |
| 6323 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6324 | <test-case FilePath="misc"> |
| 6325 | <compilation-unit name="year_01"> |
| 6326 | <output-dir compare="Text">year_01</output-dir> |
| 6327 | </compilation-unit> |
| 6328 | </test-case> |
| 6329 | <test-case FilePath="misc"> |
| 6330 | <compilation-unit name="string_eq_01"> |
| 6331 | <output-dir compare="Text">string_eq_01</output-dir> |
| 6332 | </compilation-unit> |
| 6333 | </test-case> |
| 6334 | <test-case FilePath="misc"> |
| 6335 | <compilation-unit name="prefix-search"> |
| 6336 | <output-dir compare="Text">prefix-search</output-dir> |
| 6337 | </compilation-unit> |
| 6338 | </test-case> |
Yingyi Bu | af8255b | 2016-07-27 00:01:30 -0700 | [diff] [blame] | 6339 | <test-case FilePath="misc"> |
Yingyi Bu | 7a67058 | 2016-08-09 17:29:47 -0700 | [diff] [blame] | 6340 | <compilation-unit name="query-ASTERIXDB-1490"> |
| 6341 | <output-dir compare="Text">query-ASTERIXDB-1490</output-dir> |
| 6342 | </compilation-unit> |
| 6343 | </test-case> |
| 6344 | <test-case FilePath="misc"> |
Yingyi Bu | 8671ddf | 2016-08-14 23:58:43 -0700 | [diff] [blame] | 6345 | <compilation-unit name="query-ASTERIXDB-971"> |
| 6346 | <output-dir compare="Text">query-ASTERIXDB-971-sqlpp</output-dir> |
| 6347 | </compilation-unit> |
| 6348 | </test-case> |
| 6349 | <test-case FilePath="misc"> |
Yingyi Bu | af8255b | 2016-07-27 00:01:30 -0700 | [diff] [blame] | 6350 | <compilation-unit name="query-ASTERIXDB-1531"> |
| 6351 | <output-dir compare="Text">query-ASTERIXDB-1531</output-dir> |
| 6352 | </compilation-unit> |
| 6353 | </test-case> |
Yingyi Bu | 8fec331 | 2016-08-27 19:54:47 -0700 | [diff] [blame] | 6354 | <test-case FilePath="misc"> |
| 6355 | <compilation-unit name="query-ASTERIXDB-1577"> |
| 6356 | <output-dir compare="Text">query-ASTERIXDB-1577</output-dir> |
Yingyi Bu | 8fec331 | 2016-08-27 19:54:47 -0700 | [diff] [blame] | 6357 | </compilation-unit> |
| 6358 | </test-case> |
Yingyi Bu | b64b169 | 2016-09-02 15:45:54 -0700 | [diff] [blame] | 6359 | <test-case FilePath="misc"> |
Yingyi Bu | 6adeec2 | 2016-10-03 21:21:31 -0700 | [diff] [blame] | 6360 | <compilation-unit name="query-ASTERIXDB-1671"> |
| 6361 | <output-dir compare="Text">query-ASTERIXDB-1671</output-dir> |
| 6362 | </compilation-unit> |
| 6363 | </test-case> |
| 6364 | <test-case FilePath="misc"> |
| 6365 | <compilation-unit name="query-ASTERIXDB-1671-2"> |
| 6366 | <output-dir compare="Text">query-ASTERIXDB-1671</output-dir> |
| 6367 | </compilation-unit> |
| 6368 | </test-case> |
| 6369 | <test-case FilePath="misc"> |
Dmitry Lychagin | 16ea11c | 2018-04-19 16:32:16 -0700 | [diff] [blame] | 6370 | <compilation-unit name="query-ASTERIXDB-2354"> |
| 6371 | <output-dir compare="Text">query-ASTERIXDB-2354</output-dir> |
| 6372 | </compilation-unit> |
| 6373 | </test-case> |
| 6374 | <test-case FilePath="misc"> |
Dmitry Lychagin | 85142c0 | 2018-04-05 17:27:36 -0700 | [diff] [blame] | 6375 | <compilation-unit name="query-ASTERIXDB-2355"> |
| 6376 | <output-dir compare="Text">none</output-dir> |
| 6377 | <expected-error><![CDATA[ASX1001: Syntax error: In line 22 >> %%%<< Encountered "%" at column 2.]]></expected-error> |
| 6378 | </compilation-unit> |
| 6379 | </test-case> |
| 6380 | <test-case FilePath="misc"> |
Dmitry Lychagin | 30ab3ca | 2018-07-11 17:01:29 -0700 | [diff] [blame] | 6381 | <compilation-unit name="query-ASTERIXDB-2380"> |
| 6382 | <output-dir compare="Text">query-ASTERIXDB-2380</output-dir> |
| 6383 | </compilation-unit> |
| 6384 | </test-case> |
| 6385 | <test-case FilePath="misc"> |
Dmitry Lychagin | 841a92e | 2019-04-17 17:38:48 -0700 | [diff] [blame] | 6386 | <compilation-unit name="query-ASTERIXDB-2550"> |
| 6387 | <output-dir compare="Text">none</output-dir> |
| 6388 | <expected-error>ASX0037: Type mismatch: expected value of type array or multiset, but got the value of type object (in line 28, at column 2)</expected-error> |
| 6389 | </compilation-unit> |
| 6390 | </test-case> |
| 6391 | <test-case FilePath="misc"> |
Yingyi Bu | c3b4e41 | 2017-03-16 14:20:05 -0700 | [diff] [blame] | 6392 | <compilation-unit name="unsupported_parameter"> |
| 6393 | <output-dir compare="Text">none</output-dir> |
| 6394 | <expected-error>Query parameter compiler.joinmem is not supported</expected-error> |
| 6395 | </compilation-unit> |
| 6396 | </test-case> |
| 6397 | <test-case FilePath="misc"> |
| 6398 | <compilation-unit name="unsupported_parameter_value"> |
| 6399 | <output-dir compare="Text">none</output-dir> |
| 6400 | <expected-error>The given string: 4LS is not a byte unit string (e.g., 320KB or 1024)</expected-error> |
| 6401 | </compilation-unit> |
| 6402 | </test-case> |
| 6403 | <test-case FilePath="misc"> |
Yingyi Bu | b64b169 | 2016-09-02 15:45:54 -0700 | [diff] [blame] | 6404 | <compilation-unit name="uuid"> |
| 6405 | <output-dir compare="Text">uuid</output-dir> |
| 6406 | </compilation-unit> |
| 6407 | </test-case> |
Ali Alsuliman | 80225e2 | 2018-10-15 14:17:07 -0700 | [diff] [blame] | 6408 | <test-case FilePath="misc"> |
Dmitry Lychagin | 75e341c | 2019-08-23 14:23:05 -0700 | [diff] [blame] | 6409 | <compilation-unit name="p_sort_join"> |
| 6410 | <output-dir compare="Text">p_sort_join</output-dir> |
| 6411 | </compilation-unit> |
| 6412 | </test-case> |
| 6413 | <test-case FilePath="misc"> |
Ali Alsuliman | 80225e2 | 2018-10-15 14:17:07 -0700 | [diff] [blame] | 6414 | <compilation-unit name="p_sort_seq_merge"> |
| 6415 | <output-dir compare="Text">p_sort_seq_merge</output-dir> |
| 6416 | </compilation-unit> |
| 6417 | </test-case> |
| 6418 | <test-case FilePath="misc"> |
| 6419 | <compilation-unit name="p_sort_num_samples"> |
| 6420 | <output-dir compare="Text">p_sort_num_samples</output-dir> |
| 6421 | </compilation-unit> |
| 6422 | </test-case> |
Murtadha Hubail | 1041389 | 2019-02-02 01:40:24 +0300 | [diff] [blame] | 6423 | <test-case FilePath="misc"> |
Dmitry Lychagin | 1227f02 | 2019-08-01 13:14:30 -0700 | [diff] [blame] | 6424 | <compilation-unit name="p_sort_static_range_map"> |
| 6425 | <output-dir compare="Text">p_sort_static_range_map</output-dir> |
| 6426 | </compilation-unit> |
| 6427 | </test-case> |
| 6428 | <test-case FilePath="misc"> |
Murtadha Hubail | 1041389 | 2019-02-02 01:40:24 +0300 | [diff] [blame] | 6429 | <compilation-unit name="active_requests"> |
| 6430 | <output-dir compare="Text">active_requests</output-dir> |
| 6431 | </compilation-unit> |
| 6432 | </test-case> |
Till Westmann | ff509cd | 2019-02-03 16:00:03 -0800 | [diff] [blame] | 6433 | <test-case FilePath="misc"> |
| 6434 | <compilation-unit name="jobs"> |
| 6435 | <output-dir compare="Text">jobs</output-dir> |
| 6436 | </compilation-unit> |
| 6437 | </test-case> |
Murtadha Hubail | af2f063 | 2019-03-29 19:09:38 +0300 | [diff] [blame] | 6438 | <test-case FilePath="misc"> |
| 6439 | <compilation-unit name="completed_requests"> |
| 6440 | <output-dir compare="Text">completed_requests</output-dir> |
| 6441 | </compilation-unit> |
| 6442 | </test-case> |
Murtadha Hubail | 83a127a | 2019-04-05 20:31:11 +0300 | [diff] [blame] | 6443 | <test-case FilePath="misc"> |
| 6444 | <compilation-unit name="dump_index"> |
| 6445 | <output-dir compare="Text">dump_index</output-dir> |
Till Westmann | 5407dab | 2019-06-07 15:44:40 -0700 | [diff] [blame] | 6446 | <expected-error>Cannot find index with name noindex</expected-error> |
| 6447 | <expected-error>Cannot find dataset with name nodataset in dataverse test</expected-error> |
| 6448 | <expected-error>Cannot find dataset with name ds in dataverse nodataverse</expected-error> |
| 6449 | <expected-error>Unsupported type: dump-index cannot process input type null</expected-error> |
| 6450 | <expected-error>Unsupported type: dump-index cannot process input type null</expected-error> |
| 6451 | <expected-error>Unsupported type: dump-index cannot process input type null</expected-error> |
Murtadha Hubail | 83a127a | 2019-04-05 20:31:11 +0300 | [diff] [blame] | 6452 | </compilation-unit> |
| 6453 | </test-case> |
Dmitry Lychagin | dba1203 | 2019-05-08 14:14:08 -0700 | [diff] [blame] | 6454 | <test-case FilePath="misc"> |
| 6455 | <compilation-unit name="metadata_only_01"> |
| 6456 | <output-dir compare="Text">metadata_only_01</output-dir> |
| 6457 | </compilation-unit> |
| 6458 | </test-case> |
Ali Alsuliman | 1a565f8 | 2019-05-24 11:56:08 -0700 | [diff] [blame] | 6459 | <test-case FilePath="misc"> |
| 6460 | <compilation-unit name="cast-ASTERIXDB-2458"> |
| 6461 | <output-dir compare="Text">cast-ASTERIXDB-2458</output-dir> |
| 6462 | </compilation-unit> |
| 6463 | </test-case> |
Ali Alsuliman | 7a80e97 | 2019-08-22 09:34:26 -0700 | [diff] [blame] | 6464 | <test-case FilePath="misc"> |
| 6465 | <compilation-unit name="insert_nulls_with_secondary_idx"> |
| 6466 | <output-dir compare="Text">insert_nulls_with_secondary_idx</output-dir> |
| 6467 | </compilation-unit> |
| 6468 | </test-case> |
Ali Alsuliman | bdc5c05 | 2020-02-18 14:24:27 -0800 | [diff] [blame] | 6469 | <test-case FilePath="misc"> |
| 6470 | <compilation-unit name="query-ASTERIXDB-2700"> |
| 6471 | <output-dir compare="Text">query-ASTERIXDB-2700</output-dir> |
| 6472 | </compilation-unit> |
| 6473 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6474 | </test-group> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 6475 | <test-group name="index"> |
| 6476 | <test-group name="index/validations"> |
| 6477 | <test-case FilePath="index/validations"> |
| 6478 | <compilation-unit name="keys-same-as-pk-but-different-order"> |
| 6479 | <output-dir compare="Text">keys-same-as-pk-but-different-order</output-dir> |
| 6480 | </compilation-unit> |
| 6481 | </test-case> |
| 6482 | <test-case FilePath="index/validations"> |
| 6483 | <compilation-unit name="keys-same-as-pk-in-same-order"> |
| 6484 | <output-dir compare="Text">keys-same-as-pk-in-same-order</output-dir> |
| 6485 | </compilation-unit> |
| 6486 | </test-case> |
| 6487 | <test-case FilePath="index/validations"> |
| 6488 | <compilation-unit name="repetitive-keys"> |
| 6489 | <output-dir compare="Text">repetitive-keys</output-dir> |
| 6490 | <expected-error>Cannot create index with the same field "[value]" specified more than once.</expected-error> |
| 6491 | </compilation-unit> |
| 6492 | </test-case> |
| 6493 | </test-group> |
| 6494 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6495 | <test-group name="open-index-enforced"> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6496 | <test-group name="open-index-enforced/error-checking"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6497 | <test-case FilePath="open-index-enforced/error-checking"> |
| 6498 | <compilation-unit name="enforced-field-name-collision"> |
| 6499 | <output-dir compare="Text">enforced-field-name-collision</output-dir> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 6500 | <expected-error>Cannot create enforced index on "[value]" field. The field is closed type.</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6501 | </compilation-unit> |
| 6502 | </test-case> |
| 6503 | <test-case FilePath="open-index-enforced/error-checking"> |
| 6504 | <compilation-unit name="enforced-field-type-collision"> |
| 6505 | <output-dir compare="Text">enforced-field-type-collision</output-dir> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 6506 | <expected-error>Cannot create enforced index on "[value]" field. The field is closed type.</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6507 | </compilation-unit> |
| 6508 | </test-case> |
| 6509 | <test-case FilePath="open-index-enforced/error-checking"> |
| 6510 | <compilation-unit name="missing-enforce-statement"> |
| 6511 | <output-dir compare="Text">missing-enforce-statement</output-dir> |
Dmitry Lychagin | 8ba5944 | 2017-06-16 14:19:45 -0700 | [diff] [blame] | 6512 | <expected-error>ASX1042: Cannot create non-enforced typed index of this kind: RTREE</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6513 | </compilation-unit> |
| 6514 | </test-case> |
| 6515 | <test-case FilePath="open-index-enforced/error-checking"> |
Mike Carey | af8e19d | 2016-08-25 17:55:17 -0700 | [diff] [blame] | 6516 | <compilation-unit name="missing-optionality"> |
| 6517 | <output-dir compare="Text">missing-optionality</output-dir> |
Dmitry Lychagin | 8ba5944 | 2017-06-16 14:19:45 -0700 | [diff] [blame] | 6518 | <expected-error>Cannot create enforced index on "[value]" field with non-optional type</expected-error> |
Mike Carey | af8e19d | 2016-08-25 17:55:17 -0700 | [diff] [blame] | 6519 | </compilation-unit> |
| 6520 | </test-case> |
| 6521 | <test-case FilePath="open-index-enforced/error-checking"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6522 | <compilation-unit name="index-on-closed-type"> |
| 6523 | <output-dir compare="Text">index-on-closed-type</output-dir> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6524 | <expected-error>Typed index on "[value]" field could be created only for open datatype</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6525 | </compilation-unit> |
| 6526 | </test-case> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6527 | </test-group> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6528 | <test-group name="open-index-enforced/index-join"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6529 | <test-case FilePath="open-index-enforced/index-join"> |
| 6530 | <compilation-unit name="btree-secondary-equi-join"> |
| 6531 | <output-dir compare="Text">btree-secondary-equi-join</output-dir> |
| 6532 | </compilation-unit> |
| 6533 | </test-case> |
| 6534 | <test-case FilePath="open-index-enforced/index-join"> |
| 6535 | <compilation-unit name="ngram-edit-distance"> |
| 6536 | <output-dir compare="Text">ngram-edit-distance</output-dir> |
| 6537 | </compilation-unit> |
| 6538 | </test-case> |
| 6539 | <test-case FilePath="open-index-enforced/index-join"> |
| 6540 | <compilation-unit name="ngram-edit-distance-inline"> |
| 6541 | <output-dir compare="Text">ngram-edit-distance-inline</output-dir> |
| 6542 | </compilation-unit> |
| 6543 | </test-case> |
| 6544 | <test-case FilePath="open-index-enforced/index-join"> |
| 6545 | <compilation-unit name="ngram-jaccard"> |
| 6546 | <output-dir compare="Text">ngram-jaccard</output-dir> |
| 6547 | </compilation-unit> |
| 6548 | </test-case> |
| 6549 | <test-case FilePath="open-index-enforced/index-join"> |
| 6550 | <compilation-unit name="ngram-jaccard-inline"> |
| 6551 | <output-dir compare="Text">ngram-jaccard-inline</output-dir> |
| 6552 | </compilation-unit> |
| 6553 | </test-case> |
| 6554 | <test-case FilePath="open-index-enforced/index-join"> |
| 6555 | <compilation-unit name="rtree-spatial-intersect-point"> |
| 6556 | <output-dir compare="Text">rtree-spatial-intersect-point</output-dir> |
| 6557 | </compilation-unit> |
| 6558 | </test-case> |
| 6559 | <test-case FilePath="open-index-enforced/index-join"> |
| 6560 | <compilation-unit name="word-jaccard"> |
| 6561 | <output-dir compare="Text">word-jaccard</output-dir> |
| 6562 | </compilation-unit> |
| 6563 | </test-case> |
| 6564 | <test-case FilePath="open-index-enforced/index-join"> |
| 6565 | <compilation-unit name="word-jaccard-inline"> |
| 6566 | <output-dir compare="Text">word-jaccard-inline</output-dir> |
| 6567 | </compilation-unit> |
| 6568 | </test-case> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6569 | </test-group> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6570 | <test-group name="open-index-enforced/index-leftouterjoin"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6571 | <test-case FilePath="open-index-enforced/index-leftouterjoin"> |
| 6572 | <compilation-unit name="probe-pidx-with-join-btree-sidx1"> |
| 6573 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx1</output-dir> |
| 6574 | </compilation-unit> |
| 6575 | </test-case> |
| 6576 | <test-case FilePath="open-index-enforced/index-leftouterjoin"> |
| 6577 | <compilation-unit name="probe-pidx-with-join-btree-sidx2"> |
| 6578 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx2</output-dir> |
| 6579 | </compilation-unit> |
| 6580 | </test-case> |
| 6581 | <test-case FilePath="open-index-enforced/index-leftouterjoin"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6582 | <compilation-unit name="probe-pidx-with-join-invidx-sidx2"> |
| 6583 | <output-dir compare="Text">probe-pidx-with-join-invidx-sidx2</output-dir> |
| 6584 | </compilation-unit> |
| 6585 | </test-case> |
| 6586 | <test-case FilePath="open-index-enforced/index-leftouterjoin"> |
| 6587 | <compilation-unit name="probe-pidx-with-join-rtree-sidx1"> |
| 6588 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx1</output-dir> |
| 6589 | </compilation-unit> |
| 6590 | </test-case> |
| 6591 | <test-case FilePath="open-index-enforced/index-leftouterjoin"> |
| 6592 | <compilation-unit name="probe-pidx-with-join-rtree-sidx2"> |
| 6593 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx2</output-dir> |
| 6594 | </compilation-unit> |
| 6595 | </test-case> |
| 6596 | </test-group> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6597 | <test-group name="open-index-enforced/index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6598 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6599 | <compilation-unit name="btree-index-composite-key"> |
| 6600 | <output-dir compare="Text">btree-index-composite-key</output-dir> |
| 6601 | </compilation-unit> |
| 6602 | </test-case> |
| 6603 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6604 | <compilation-unit name="btree-index-composite-key-mixed-intervals"> |
| 6605 | <output-dir compare="Text">btree-index-composite-key-mixed-intervals</output-dir> |
| 6606 | </compilation-unit> |
| 6607 | </test-case> |
| 6608 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6609 | <compilation-unit name="btree-index-rewrite-multiple"> |
| 6610 | <output-dir compare="Text">btree-index-rewrite-multiple</output-dir> |
| 6611 | </compilation-unit> |
| 6612 | </test-case> |
| 6613 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6614 | <compilation-unit name="inverted-index-ngram-contains"> |
| 6615 | <output-dir compare="Text">inverted-index-ngram-contains</output-dir> |
| 6616 | </compilation-unit> |
| 6617 | </test-case> |
| 6618 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6619 | <compilation-unit name="inverted-index-ngram-edit-distance"> |
| 6620 | <output-dir compare="Text">inverted-index-ngram-edit-distance</output-dir> |
| 6621 | </compilation-unit> |
| 6622 | </test-case> |
| 6623 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6624 | <compilation-unit name="inverted-index-ngram-edit-distance-contains"> |
| 6625 | <output-dir compare="Text">inverted-index-ngram-edit-distance-contains</output-dir> |
| 6626 | </compilation-unit> |
| 6627 | </test-case> |
| 6628 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6629 | <compilation-unit name="inverted-index-ngram-edit-distance-panic"> |
| 6630 | <output-dir compare="Text">inverted-index-ngram-edit-distance-panic</output-dir> |
| 6631 | </compilation-unit> |
| 6632 | </test-case> |
| 6633 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6634 | <compilation-unit name="inverted-index-ngram-edit-distance-word-tokens"> |
| 6635 | <output-dir compare="Text">inverted-index-ngram-edit-distance-word-tokens</output-dir> |
| 6636 | </compilation-unit> |
| 6637 | </test-case> |
| 6638 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6639 | <compilation-unit name="inverted-index-ngram-jaccard"> |
| 6640 | <output-dir compare="Text">inverted-index-ngram-jaccard</output-dir> |
| 6641 | </compilation-unit> |
| 6642 | </test-case> |
| 6643 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6644 | <compilation-unit name="inverted-index-word-contains"> |
| 6645 | <output-dir compare="Text">inverted-index-word-contains</output-dir> |
| 6646 | </compilation-unit> |
| 6647 | </test-case> |
| 6648 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6649 | <compilation-unit name="inverted-index-word-jaccard"> |
| 6650 | <output-dir compare="Text">inverted-index-word-jaccard</output-dir> |
| 6651 | </compilation-unit> |
| 6652 | </test-case> |
| 6653 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6654 | <compilation-unit name="orders-index-custkey"> |
| 6655 | <output-dir compare="Text">orders-index-custkey</output-dir> |
| 6656 | </compilation-unit> |
| 6657 | </test-case> |
| 6658 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6659 | <compilation-unit name="orders-index-custkey-conjunctive"> |
| 6660 | <output-dir compare="Text">orders-index-custkey-conjunctive</output-dir> |
| 6661 | </compilation-unit> |
| 6662 | </test-case> |
| 6663 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6664 | <compilation-unit name="range-search"> |
| 6665 | <output-dir compare="Text">range-search</output-dir> |
| 6666 | </compilation-unit> |
| 6667 | </test-case> |
| 6668 | <test-case FilePath="open-index-enforced/index-selection"> |
| 6669 | <compilation-unit name="rtree-secondary-index"> |
| 6670 | <output-dir compare="Text">rtree-secondary-index</output-dir> |
| 6671 | </compilation-unit> |
| 6672 | </test-case> |
| 6673 | </test-group> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 6674 | <test-group name="open-index-enforced/type-checking"> |
| 6675 | <test-case FilePath="open-index-enforced/type-checking"> |
| 6676 | <compilation-unit name="enforced-type-delete"> |
| 6677 | <output-dir compare="Text">enforced-type-delete</output-dir> |
| 6678 | </compilation-unit> |
| 6679 | </test-case> |
| 6680 | <test-case FilePath="open-index-enforced/type-checking"> |
| 6681 | <compilation-unit name="enforced-type-upsert"> |
| 6682 | <output-dir compare="Text">enforced-type-upsert</output-dir> |
| 6683 | </compilation-unit> |
| 6684 | </test-case> |
| 6685 | </test-group> |
Dmitry Lychagin | 8ba5944 | 2017-06-16 14:19:45 -0700 | [diff] [blame] | 6686 | <test-group name="open-index-non-enforced/index-selection"> |
| 6687 | <test-case FilePath="open-index-non-enforced/index-selection"> |
| 6688 | <compilation-unit name="btree-index-01"> |
| 6689 | <output-dir compare="Text">btree-index-01</output-dir> |
| 6690 | </compilation-unit> |
| 6691 | </test-case> |
Dmitry Lychagin | b4e7ed0 | 2017-07-06 15:57:41 -0700 | [diff] [blame] | 6692 | <test-case FilePath="open-index-non-enforced/index-selection"> |
| 6693 | <compilation-unit name="btree-index-02"> |
| 6694 | <output-dir compare="Text">btree-index-02</output-dir> |
| 6695 | </compilation-unit> |
| 6696 | </test-case> |
Dmitry Lychagin | 443e2dd | 2017-07-07 18:37:42 -0700 | [diff] [blame] | 6697 | <test-case FilePath="open-index-non-enforced/index-selection"> |
| 6698 | <compilation-unit name="btree-index-03"> |
| 6699 | <output-dir compare="Text">btree-index-03</output-dir> |
| 6700 | </compilation-unit> |
| 6701 | </test-case> |
Dmitry Lychagin | b8bf7aa | 2018-02-26 16:38:32 -0800 | [diff] [blame] | 6702 | <test-case FilePath="open-index-non-enforced/index-selection"> |
| 6703 | <compilation-unit name="btree-index-04"> |
| 6704 | <output-dir compare="Text">btree-index-04</output-dir> |
| 6705 | </compilation-unit> |
| 6706 | </test-case> |
Dmitry Lychagin | ff271b7 | 2019-10-31 11:09:25 -0700 | [diff] [blame] | 6707 | <test-case FilePath="open-index-non-enforced/index-selection"> |
| 6708 | <compilation-unit name="btree-index-composite-key-03"> |
| 6709 | <output-dir compare="Text">btree-index-composite-key-03</output-dir> |
| 6710 | </compilation-unit> |
| 6711 | </test-case> |
Dmitry Lychagin | e6dac7c | 2020-06-11 13:33:26 -0700 | [diff] [blame] | 6712 | <test-case FilePath="open-index-non-enforced/index-selection"> |
| 6713 | <compilation-unit name="btree-index-composite-key-04"> |
| 6714 | <output-dir compare="Text">btree-index-composite-key-04</output-dir> |
| 6715 | </compilation-unit> |
| 6716 | </test-case> |
Dmitry Lychagin | b8bf7aa | 2018-02-26 16:38:32 -0800 | [diff] [blame] | 6717 | <test-case FilePath="open-index-non-enforced/correlated-index-selection"> |
| 6718 | <compilation-unit name="btree-index-01"> |
| 6719 | <output-dir compare="Text">btree-index-01</output-dir> |
| 6720 | </compilation-unit> |
| 6721 | </test-case> |
Dmitry Lychagin | 8ba5944 | 2017-06-16 14:19:45 -0700 | [diff] [blame] | 6722 | </test-group> |
| 6723 | <test-group name="open-index-non-enforced/index-join"> |
| 6724 | <test-case FilePath="open-index-non-enforced/index-join"> |
| 6725 | <compilation-unit name="btree-equi-join-01"> |
| 6726 | <output-dir compare="Text">btree-equi-join-01</output-dir> |
| 6727 | </compilation-unit> |
| 6728 | </test-case> |
| 6729 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6730 | </test-group> |
| 6731 | <test-group name="nested-open-index"> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6732 | <test-group name="nested-open-index/index-join"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6733 | <test-case FilePath="nested-open-index/index-join"> |
| 6734 | <compilation-unit name="btree-secondary-equi-join"> |
| 6735 | <output-dir compare="Text">btree-secondary-equi-join</output-dir> |
| 6736 | </compilation-unit> |
| 6737 | </test-case> |
| 6738 | <test-case FilePath="nested-open-index/index-join"> |
| 6739 | <compilation-unit name="ngram-edit-distance"> |
| 6740 | <output-dir compare="Text">ngram-edit-distance</output-dir> |
| 6741 | </compilation-unit> |
| 6742 | </test-case> |
| 6743 | <!-- <test-case FilePath="nested-open-index/index-join"> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6744 | <compilation-unit name="ngram-edit-distance-inline"> |
| 6745 | <output-dir compare="Text">ngram-edit-distance-inline</output-dir> |
| 6746 | </compilation-unit> |
| 6747 | </test-case> --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6748 | <test-case FilePath="nested-open-index/index-join"> |
| 6749 | <compilation-unit name="ngram-jaccard"> |
| 6750 | <output-dir compare="Text">ngram-jaccard</output-dir> |
| 6751 | </compilation-unit> |
| 6752 | </test-case> |
| 6753 | <test-case FilePath="nested-open-index/index-join"> |
| 6754 | <compilation-unit name="ngram-jaccard-inline"> |
| 6755 | <output-dir compare="Text">ngram-jaccard-inline</output-dir> |
| 6756 | </compilation-unit> |
| 6757 | </test-case> |
| 6758 | <test-case FilePath="nested-open-index/index-join"> |
| 6759 | <compilation-unit name="rtree-spatial-intersect-point"> |
| 6760 | <output-dir compare="Text">rtree-spatial-intersect-point</output-dir> |
| 6761 | </compilation-unit> |
| 6762 | </test-case> |
| 6763 | <test-case FilePath="nested-open-index/index-join"> |
| 6764 | <compilation-unit name="word-jaccard"> |
| 6765 | <output-dir compare="Text">word-jaccard</output-dir> |
| 6766 | </compilation-unit> |
| 6767 | </test-case> |
| 6768 | <test-case FilePath="nested-open-index/index-join"> |
| 6769 | <compilation-unit name="word-jaccard-inline"> |
| 6770 | <output-dir compare="Text">word-jaccard-inline</output-dir> |
| 6771 | </compilation-unit> |
| 6772 | </test-case> |
Ali Alsuliman | 9a61bd2 | 2018-11-29 22:29:42 -0800 | [diff] [blame] | 6773 | <test-case FilePath="nested-open-index/index-join"> |
| 6774 | <compilation-unit name="btree-secondary-non-enforced-equi-join"> |
| 6775 | <output-dir compare="Text">btree-secondary-non-enforced-equi-join</output-dir> |
| 6776 | </compilation-unit> |
| 6777 | </test-case> |
| 6778 | <test-case FilePath="nested-open-index/index-join"> |
| 6779 | <compilation-unit name="btree-secondary-non-enforced-equi-join-2"> |
| 6780 | <output-dir compare="Text">btree-secondary-non-enforced-equi-join-2</output-dir> |
| 6781 | </compilation-unit> |
| 6782 | </test-case> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6783 | </test-group> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6784 | <test-group name="nested-open-index/index-leftouterjoin"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6785 | <test-case FilePath="nested-open-index/index-leftouterjoin"> |
| 6786 | <compilation-unit name="probe-pidx-with-join-btree-sidx1"> |
| 6787 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx1</output-dir> |
| 6788 | </compilation-unit> |
| 6789 | </test-case> |
| 6790 | <test-case FilePath="nested-open-index/index-leftouterjoin"> |
| 6791 | <compilation-unit name="probe-pidx-with-join-btree-sidx2"> |
| 6792 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx2</output-dir> |
| 6793 | </compilation-unit> |
| 6794 | </test-case> |
| 6795 | <test-case FilePath="nested-open-index/index-leftouterjoin"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6796 | <compilation-unit name="probe-pidx-with-join-invidx-sidx2"> |
| 6797 | <output-dir compare="Text">probe-pidx-with-join-invidx-sidx2</output-dir> |
| 6798 | </compilation-unit> |
| 6799 | </test-case> |
| 6800 | <test-case FilePath="nested-open-index/index-leftouterjoin"> |
| 6801 | <compilation-unit name="probe-pidx-with-join-rtree-sidx1"> |
| 6802 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx1</output-dir> |
| 6803 | </compilation-unit> |
| 6804 | </test-case> |
| 6805 | <test-case FilePath="nested-open-index/index-leftouterjoin"> |
| 6806 | <compilation-unit name="probe-pidx-with-join-rtree-sidx2"> |
| 6807 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx2</output-dir> |
| 6808 | </compilation-unit> |
| 6809 | </test-case> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6810 | </test-group> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6811 | <test-group name="nested-open-index/index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6812 | <test-case FilePath="nested-open-index/index-selection"> |
| 6813 | <compilation-unit name="btree-index-composite-key"> |
| 6814 | <output-dir compare="Text">btree-index-composite-key</output-dir> |
| 6815 | </compilation-unit> |
| 6816 | </test-case> |
| 6817 | <test-case FilePath="nested-open-index/index-selection"> |
| 6818 | <compilation-unit name="btree-index-composite-key-mixed-intervals"> |
| 6819 | <output-dir compare="Text">btree-index-composite-key-mixed-intervals</output-dir> |
| 6820 | </compilation-unit> |
| 6821 | </test-case> |
| 6822 | <test-case FilePath="nested-open-index/index-selection"> |
| 6823 | <compilation-unit name="btree-index-rewrite-multiple"> |
| 6824 | <output-dir compare="Text">btree-index-rewrite-multiple</output-dir> |
| 6825 | </compilation-unit> |
| 6826 | </test-case> |
| 6827 | <test-case FilePath="nested-open-index/index-selection"> |
| 6828 | <compilation-unit name="inverted-index-ngram-contains"> |
| 6829 | <output-dir compare="Text">inverted-index-ngram-contains</output-dir> |
| 6830 | </compilation-unit> |
| 6831 | </test-case> |
| 6832 | <test-case FilePath="nested-open-index/index-selection"> |
| 6833 | <compilation-unit name="inverted-index-ngram-edit-distance"> |
| 6834 | <output-dir compare="Text">inverted-index-ngram-edit-distance</output-dir> |
| 6835 | </compilation-unit> |
| 6836 | </test-case> |
| 6837 | <test-case FilePath="nested-open-index/index-selection"> |
| 6838 | <compilation-unit name="inverted-index-ngram-edit-distance-contains"> |
| 6839 | <output-dir compare="Text">inverted-index-ngram-edit-distance-contains</output-dir> |
| 6840 | </compilation-unit> |
| 6841 | </test-case> |
| 6842 | <test-case FilePath="nested-open-index/index-selection"> |
| 6843 | <compilation-unit name="inverted-index-ngram-edit-distance-panic"> |
| 6844 | <output-dir compare="Text">inverted-index-ngram-edit-distance-panic</output-dir> |
| 6845 | </compilation-unit> |
| 6846 | </test-case> |
| 6847 | <test-case FilePath="nested-open-index/index-selection"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 6848 | <compilation-unit name="inverted-index-ngram-edit-distance-word-tokens"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6849 | <output-dir compare="Text">inverted-index-ngram-edit-distance-word-tokens</output-dir> |
| 6850 | </compilation-unit> |
| 6851 | </test-case> |
| 6852 | <test-case FilePath="nested-open-index/index-selection"> |
| 6853 | <compilation-unit name="inverted-index-ngram-jaccard"> |
| 6854 | <output-dir compare="Text">inverted-index-ngram-jaccard</output-dir> |
| 6855 | </compilation-unit> |
| 6856 | </test-case> |
| 6857 | <test-case FilePath="nested-open-index/index-selection"> |
| 6858 | <compilation-unit name="inverted-index-word-contains"> |
| 6859 | <output-dir compare="Text">inverted-index-word-contains</output-dir> |
| 6860 | </compilation-unit> |
| 6861 | </test-case> |
| 6862 | <test-case FilePath="nested-open-index/index-selection"> |
| 6863 | <compilation-unit name="inverted-index-word-jaccard"> |
| 6864 | <output-dir compare="Text">inverted-index-word-jaccard</output-dir> |
| 6865 | </compilation-unit> |
| 6866 | </test-case> |
| 6867 | <test-case FilePath="nested-open-index/index-selection"> |
| 6868 | <compilation-unit name="orders-index-custkey"> |
| 6869 | <output-dir compare="Text">orders-index-custkey</output-dir> |
| 6870 | </compilation-unit> |
| 6871 | </test-case> |
| 6872 | <test-case FilePath="nested-open-index/index-selection"> |
| 6873 | <compilation-unit name="orders-index-custkey-conjunctive"> |
| 6874 | <output-dir compare="Text">orders-index-custkey-conjunctive</output-dir> |
| 6875 | </compilation-unit> |
| 6876 | </test-case> |
| 6877 | <test-case FilePath="nested-open-index/index-selection"> |
| 6878 | <compilation-unit name="range-search"> |
| 6879 | <output-dir compare="Text">range-search</output-dir> |
| 6880 | </compilation-unit> |
| 6881 | </test-case> |
| 6882 | <test-case FilePath="nested-open-index/index-selection"> |
| 6883 | <compilation-unit name="rtree-secondary-index"> |
| 6884 | <output-dir compare="Text">rtree-secondary-index</output-dir> |
| 6885 | </compilation-unit> |
| 6886 | </test-case> |
Ali Alsuliman | 9a61bd2 | 2018-11-29 22:29:42 -0800 | [diff] [blame] | 6887 | <test-case FilePath="nested-open-index/index-selection"> |
| 6888 | <compilation-unit name="non-enforced-01"> |
| 6889 | <output-dir compare="Text">non-enforced-01</output-dir> |
| 6890 | </compilation-unit> |
| 6891 | </test-case> |
| 6892 | <test-case FilePath="nested-open-index/index-selection"> |
| 6893 | <compilation-unit name="non-enforced-02"> |
| 6894 | <output-dir compare="Text">non-enforced-02</output-dir> |
| 6895 | </compilation-unit> |
| 6896 | </test-case> |
| 6897 | <test-case FilePath="nested-open-index/index-selection"> |
| 6898 | <compilation-unit name="non-enforced-03"> |
| 6899 | <output-dir compare="Text">non-enforced-03</output-dir> |
| 6900 | </compilation-unit> |
| 6901 | </test-case> |
| 6902 | <test-case FilePath="nested-open-index/index-selection"> |
| 6903 | <compilation-unit name="non-enforced-04"> |
| 6904 | <output-dir compare="Text">non-enforced-04</output-dir> |
| 6905 | </compilation-unit> |
| 6906 | </test-case> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6907 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6908 | <test-group name="nested-open-index/highly-open-highly-nested"> |
| 6909 | <test-case FilePath="nested-open-index/highly-open-highly-nested"> |
| 6910 | <compilation-unit name="bottom-closed-top-closed"> |
| 6911 | <output-dir compare="Text">bottom-closed-top-closed</output-dir> |
| 6912 | </compilation-unit> |
| 6913 | </test-case> |
| 6914 | <test-case FilePath="nested-open-index/highly-open-highly-nested"> |
| 6915 | <compilation-unit name="bottom-closed-top-open"> |
| 6916 | <output-dir compare="Text">bottom-closed-top-open</output-dir> |
| 6917 | </compilation-unit> |
| 6918 | </test-case> |
| 6919 | <test-case FilePath="nested-open-index/highly-open-highly-nested"> |
| 6920 | <compilation-unit name="bottom-open-top-closed"> |
| 6921 | <output-dir compare="Text">bottom-open-top-closed</output-dir> |
| 6922 | </compilation-unit> |
| 6923 | </test-case> |
| 6924 | <test-case FilePath="nested-open-index/highly-open-highly-nested"> |
| 6925 | <compilation-unit name="bottom-open-top-open"> |
| 6926 | <output-dir compare="Text">bottom-open-top-open</output-dir> |
| 6927 | </compilation-unit> |
| 6928 | </test-case> |
Yingyi Bu | dbd8285 | 2016-04-22 00:02:39 -0700 | [diff] [blame] | 6929 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6930 | </test-group> |
| 6931 | <test-group name="nested-index"> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6932 | <test-group name="nested-index/index-join"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6933 | <test-case FilePath="nested-index/index-join"> |
| 6934 | <compilation-unit name="btree-primary-equi-join"> |
| 6935 | <output-dir compare="Text">btree-primary-equi-join</output-dir> |
| 6936 | </compilation-unit> |
| 6937 | </test-case> |
| 6938 | <test-case FilePath="nested-index/index-join"> |
| 6939 | <compilation-unit name="btree-secondary-equi-join"> |
| 6940 | <output-dir compare="Text">btree-secondary-equi-join</output-dir> |
| 6941 | </compilation-unit> |
| 6942 | </test-case> |
| 6943 | <test-case FilePath="nested-index/index-join"> |
| 6944 | <compilation-unit name="ngram-edit-distance"> |
| 6945 | <output-dir compare="Text">ngram-edit-distance</output-dir> |
| 6946 | </compilation-unit> |
| 6947 | </test-case> |
| 6948 | <test-case FilePath="nested-index/index-join"> |
| 6949 | <compilation-unit name="ngram-edit-distance-inline"> |
| 6950 | <output-dir compare="Text">ngram-edit-distance-inline</output-dir> |
| 6951 | </compilation-unit> |
| 6952 | </test-case> |
| 6953 | <test-case FilePath="nested-index/index-join"> |
| 6954 | <compilation-unit name="ngram-jaccard"> |
| 6955 | <output-dir compare="Text">ngram-jaccard</output-dir> |
| 6956 | </compilation-unit> |
| 6957 | </test-case> |
| 6958 | <test-case FilePath="nested-index/index-join"> |
| 6959 | <compilation-unit name="ngram-jaccard-inline"> |
| 6960 | <output-dir compare="Text">ngram-jaccard-inline</output-dir> |
| 6961 | </compilation-unit> |
| 6962 | </test-case> |
| 6963 | <test-case FilePath="nested-index/index-join"> |
| 6964 | <compilation-unit name="rtree-spatial-intersect-point"> |
| 6965 | <output-dir compare="Text">rtree-spatial-intersect-point</output-dir> |
| 6966 | </compilation-unit> |
| 6967 | </test-case> |
| 6968 | <test-case FilePath="nested-index/index-join"> |
| 6969 | <compilation-unit name="word-jaccard"> |
| 6970 | <output-dir compare="Text">word-jaccard</output-dir> |
| 6971 | </compilation-unit> |
| 6972 | </test-case> |
| 6973 | <test-case FilePath="nested-index/index-join"> |
| 6974 | <compilation-unit name="word-jaccard-inline"> |
| 6975 | <output-dir compare="Text">word-jaccard-inline</output-dir> |
| 6976 | </compilation-unit> |
| 6977 | </test-case> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 6978 | </test-group> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 6979 | <test-group name="nested-index/index-leftouterjoin"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 6980 | <test-case FilePath="nested-index/index-leftouterjoin"> |
| 6981 | <compilation-unit name="probe-pidx-with-join-btree-sidx1"> |
| 6982 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx1</output-dir> |
| 6983 | </compilation-unit> |
| 6984 | </test-case> |
| 6985 | <test-case FilePath="nested-index/index-leftouterjoin"> |
| 6986 | <compilation-unit name="probe-pidx-with-join-btree-sidx2"> |
| 6987 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx2</output-dir> |
| 6988 | </compilation-unit> |
| 6989 | </test-case> |
| 6990 | <test-case FilePath="nested-index/index-leftouterjoin"> |
| 6991 | <compilation-unit name="probe-pidx-with-join-invidx-sidx1"> |
| 6992 | <output-dir compare="Text">probe-pidx-with-join-invidx-sidx1</output-dir> |
| 6993 | </compilation-unit> |
| 6994 | </test-case> |
| 6995 | <test-case FilePath="nested-index/index-leftouterjoin"> |
| 6996 | <compilation-unit name="probe-pidx-with-join-invidx-sidx2"> |
| 6997 | <output-dir compare="Text">probe-pidx-with-join-invidx-sidx2</output-dir> |
| 6998 | </compilation-unit> |
| 6999 | </test-case> |
| 7000 | <test-case FilePath="nested-index/index-leftouterjoin"> |
| 7001 | <compilation-unit name="probe-pidx-with-join-rtree-sidx1"> |
| 7002 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx1</output-dir> |
| 7003 | </compilation-unit> |
| 7004 | </test-case> |
| 7005 | <test-case FilePath="nested-index/index-leftouterjoin"> |
| 7006 | <compilation-unit name="probe-pidx-with-join-rtree-sidx2"> |
| 7007 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx2</output-dir> |
| 7008 | </compilation-unit> |
| 7009 | </test-case> |
| 7010 | </test-group> |
Till Westmann | 4256027 | 2016-08-30 08:28:02 -0700 | [diff] [blame] | 7011 | <test-group name="nested-index/index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7012 | <test-case FilePath="nested-index/index-selection"> |
| 7013 | <compilation-unit name="btree-index-composite-key"> |
| 7014 | <output-dir compare="Text">btree-index-composite-key</output-dir> |
| 7015 | </compilation-unit> |
| 7016 | </test-case> |
| 7017 | <test-case FilePath="nested-index/index-selection"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 7018 | <compilation-unit name="btree-sec-primary-index"> |
| 7019 | <output-dir compare="Text">btree-sec-primary-index</output-dir> |
| 7020 | </compilation-unit> |
| 7021 | </test-case> |
| 7022 | <test-case FilePath="nested-index/index-selection"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7023 | <compilation-unit name="btree-index-composite-key-mixed-intervals"> |
| 7024 | <output-dir compare="Text">btree-index-composite-key-mixed-intervals</output-dir> |
| 7025 | </compilation-unit> |
| 7026 | </test-case> |
| 7027 | <test-case FilePath="nested-index/index-selection"> |
| 7028 | <compilation-unit name="btree-index-rewrite-multiple"> |
| 7029 | <output-dir compare="Text">btree-index-rewrite-multiple</output-dir> |
| 7030 | </compilation-unit> |
| 7031 | </test-case> |
| 7032 | <test-case FilePath="nested-index/index-selection"> |
| 7033 | <compilation-unit name="cust-index-age-nullable"> |
| 7034 | <output-dir compare="Text">cust-index-age-nullable</output-dir> |
| 7035 | </compilation-unit> |
| 7036 | </test-case> |
| 7037 | <test-case FilePath="nested-index/index-selection"> |
| 7038 | <compilation-unit name="inverted-index-ngram-contains"> |
| 7039 | <output-dir compare="Text">inverted-index-ngram-contains</output-dir> |
| 7040 | </compilation-unit> |
| 7041 | </test-case> |
| 7042 | <test-case FilePath="nested-index/index-selection"> |
| 7043 | <compilation-unit name="inverted-index-ngram-edit-distance"> |
| 7044 | <output-dir compare="Text">inverted-index-ngram-edit-distance</output-dir> |
| 7045 | </compilation-unit> |
| 7046 | </test-case> |
| 7047 | <test-case FilePath="nested-index/index-selection"> |
| 7048 | <compilation-unit name="inverted-index-ngram-edit-distance-contains"> |
| 7049 | <output-dir compare="Text">inverted-index-ngram-edit-distance-contains</output-dir> |
| 7050 | </compilation-unit> |
| 7051 | </test-case> |
| 7052 | <test-case FilePath="nested-index/index-selection"> |
| 7053 | <compilation-unit name="inverted-index-ngram-edit-distance-panic"> |
| 7054 | <output-dir compare="Text">inverted-index-ngram-edit-distance-panic</output-dir> |
| 7055 | </compilation-unit> |
| 7056 | </test-case> |
| 7057 | <test-case FilePath="nested-index/index-selection"> |
| 7058 | <compilation-unit name="inverted-index-ngram-edit-distance-word-tokens"> |
| 7059 | <output-dir compare="Text">inverted-index-ngram-edit-distance-word-tokens</output-dir> |
| 7060 | </compilation-unit> |
| 7061 | </test-case> |
| 7062 | <test-case FilePath="nested-index/index-selection"> |
| 7063 | <compilation-unit name="inverted-index-ngram-jaccard"> |
| 7064 | <output-dir compare="Text">inverted-index-ngram-jaccard</output-dir> |
| 7065 | </compilation-unit> |
| 7066 | </test-case> |
| 7067 | <test-case FilePath="nested-index/index-selection"> |
| 7068 | <compilation-unit name="inverted-index-olist-edit-distance"> |
| 7069 | <output-dir compare="Text">inverted-index-olist-edit-distance</output-dir> |
| 7070 | </compilation-unit> |
| 7071 | </test-case> |
| 7072 | <test-case FilePath="nested-index/index-selection"> |
| 7073 | <compilation-unit name="inverted-index-olist-edit-distance-panic"> |
| 7074 | <output-dir compare="Text">inverted-index-olist-edit-distance-panic</output-dir> |
| 7075 | </compilation-unit> |
| 7076 | </test-case> |
| 7077 | <test-case FilePath="nested-index/index-selection"> |
| 7078 | <compilation-unit name="inverted-index-olist-jaccard"> |
| 7079 | <output-dir compare="Text">inverted-index-olist-jaccard</output-dir> |
| 7080 | </compilation-unit> |
| 7081 | </test-case> |
| 7082 | <test-case FilePath="nested-index/index-selection"> |
| 7083 | <compilation-unit name="inverted-index-ulist-jaccard"> |
| 7084 | <output-dir compare="Text">inverted-index-ulist-jaccard</output-dir> |
| 7085 | </compilation-unit> |
| 7086 | </test-case> |
| 7087 | <test-case FilePath="nested-index/index-selection"> |
| 7088 | <compilation-unit name="inverted-index-word-contains"> |
| 7089 | <output-dir compare="Text">inverted-index-word-contains</output-dir> |
| 7090 | </compilation-unit> |
| 7091 | </test-case> |
| 7092 | <test-case FilePath="nested-index/index-selection"> |
| 7093 | <compilation-unit name="inverted-index-word-jaccard"> |
| 7094 | <output-dir compare="Text">inverted-index-word-jaccard</output-dir> |
| 7095 | </compilation-unit> |
| 7096 | </test-case> |
| 7097 | <test-case FilePath="nested-index/index-selection"> |
| 7098 | <compilation-unit name="orders-index-custkey"> |
| 7099 | <output-dir compare="Text">orders-index-custkey</output-dir> |
| 7100 | </compilation-unit> |
| 7101 | </test-case> |
| 7102 | <test-case FilePath="nested-index/index-selection"> |
| 7103 | <compilation-unit name="orders-index-custkey-conjunctive"> |
| 7104 | <output-dir compare="Text">orders-index-custkey-conjunctive</output-dir> |
| 7105 | </compilation-unit> |
| 7106 | </test-case> |
| 7107 | <test-case FilePath="nested-index/index-selection"> |
| 7108 | <compilation-unit name="orders-index-custkey-conjunctive-open"> |
| 7109 | <output-dir compare="Text">orders-index-custkey-conjunctive-open</output-dir> |
| 7110 | </compilation-unit> |
| 7111 | </test-case> |
| 7112 | <test-case FilePath="nested-index/index-selection"> |
| 7113 | <compilation-unit name="orders-index-custkey-open"> |
| 7114 | <output-dir compare="Text">orders-index-custkey-open</output-dir> |
| 7115 | </compilation-unit> |
| 7116 | </test-case> |
| 7117 | <test-case FilePath="nested-index/index-selection"> |
| 7118 | <compilation-unit name="range-search"> |
| 7119 | <output-dir compare="Text">range-search</output-dir> |
| 7120 | </compilation-unit> |
| 7121 | </test-case> |
| 7122 | <test-case FilePath="nested-index/index-selection"> |
| 7123 | <compilation-unit name="range-search-open"> |
| 7124 | <output-dir compare="Text">range-search-open</output-dir> |
| 7125 | </compilation-unit> |
| 7126 | </test-case> |
| 7127 | <test-case FilePath="nested-index/index-selection"> |
| 7128 | <compilation-unit name="rtree-secondary-index"> |
| 7129 | <output-dir compare="Text">rtree-secondary-index</output-dir> |
| 7130 | </compilation-unit> |
| 7131 | </test-case> |
| 7132 | <test-case FilePath="nested-index/index-selection"> |
| 7133 | <compilation-unit name="rtree-secondary-index-nullable"> |
| 7134 | <output-dir compare="Text">rtree-secondary-index-nullable</output-dir> |
| 7135 | </compilation-unit> |
| 7136 | </test-case> |
| 7137 | <test-case FilePath="nested-index/index-selection"> |
| 7138 | <compilation-unit name="rtree-secondary-index-open"> |
| 7139 | <output-dir compare="Text">rtree-secondary-index-open</output-dir> |
| 7140 | </compilation-unit> |
| 7141 | </test-case> |
luochen01 | 6a38e2b | 2018-03-28 15:32:27 -0700 | [diff] [blame] | 7142 | <test-case FilePath="nested-index/index-selection"> |
| 7143 | <compilation-unit name="rtree-secondary-index-optional"> |
| 7144 | <output-dir compare="Text">rtree-secondary-index-open</output-dir> |
| 7145 | </compilation-unit> |
| 7146 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7147 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7148 | </test-group> |
| 7149 | <test-group name="nested-index-dml"> |
| 7150 | <test-case FilePath="nested-index-dml"> |
| 7151 | <compilation-unit name="compact-dataset-and-its-indexes"> |
| 7152 | <output-dir compare="Text">compact-dataset-and-its-indexes</output-dir> |
| 7153 | </compilation-unit> |
| 7154 | </test-case> |
| 7155 | <test-case FilePath="nested-index-dml"> |
| 7156 | <compilation-unit name="nested-uuid-load"> |
| 7157 | <output-dir compare="Text">nested-uuid-load</output-dir> |
| 7158 | </compilation-unit> |
| 7159 | </test-case> |
| 7160 | <test-case FilePath="nested-index-dml"> |
| 7161 | <compilation-unit name="nested-uuid-insert"> |
| 7162 | <output-dir compare="Text">nested-uuid-insert</output-dir> |
| 7163 | </compilation-unit> |
| 7164 | </test-case> |
| 7165 | <test-case FilePath="nested-index-dml"> |
| 7166 | <compilation-unit name="delete-from-loaded-dataset-with-index"> |
| 7167 | <output-dir compare="Text">delete-from-loaded-dataset-with-index</output-dir> |
| 7168 | </compilation-unit> |
| 7169 | </test-case> |
| 7170 | <test-case FilePath="nested-index-dml"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 7171 | <compilation-unit name="delete-from-loaded-dataset-with-sec-primary-index"> |
| 7172 | <output-dir compare="Text">delete-from-loaded-dataset-with-sec-primary-index</output-dir> |
| 7173 | </compilation-unit> |
| 7174 | </test-case> |
| 7175 | <test-case FilePath="nested-index-dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7176 | <compilation-unit name="drop-index"> |
| 7177 | <output-dir compare="Text">drop-index</output-dir> |
| 7178 | </compilation-unit> |
| 7179 | </test-case> |
| 7180 | <test-case FilePath="nested-index-dml"> |
| 7181 | <compilation-unit name="insert-into-empty-dataset-with-index"> |
| 7182 | <output-dir compare="Text">insert-into-empty-dataset-with-index</output-dir> |
| 7183 | </compilation-unit> |
| 7184 | </test-case> |
| 7185 | <test-case FilePath="nested-index-dml"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 7186 | <compilation-unit name="insert-into-empty-dataset-with-sec-primary-index"> |
| 7187 | <output-dir compare="Text">insert-into-empty-dataset-with-sec-primary-index</output-dir> |
| 7188 | </compilation-unit> |
| 7189 | </test-case> |
| 7190 | <test-case FilePath="nested-index-dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7191 | <compilation-unit name="insert-into-loaded-dataset-with-index_01"> |
| 7192 | <output-dir compare="Text">insert-into-loaded-dataset-with-index_01</output-dir> |
| 7193 | </compilation-unit> |
| 7194 | </test-case> |
| 7195 | <test-case FilePath="nested-index-dml"> |
| 7196 | <compilation-unit name="insert-into-loaded-dataset-with-index_02"> |
| 7197 | <output-dir compare="Text">insert-into-loaded-dataset-with-index_02</output-dir> |
| 7198 | </compilation-unit> |
| 7199 | </test-case> |
| 7200 | <test-case FilePath="nested-index-dml"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 7201 | <compilation-unit name="insert-into-loaded-dataset-with-sec-primary-index"> |
| 7202 | <output-dir compare="Text">insert-into-loaded-dataset-with-sec-primary-index</output-dir> |
| 7203 | </compilation-unit> |
| 7204 | </test-case> |
| 7205 | <test-case FilePath="nested-index-dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7206 | <compilation-unit name="load-with-index"> |
| 7207 | <output-dir compare="Text">load-with-index</output-dir> |
| 7208 | </compilation-unit> |
| 7209 | </test-case> |
| 7210 | <test-case FilePath="nested-index-dml"> |
Ali Alsuliman | 8351d25 | 2017-09-24 00:43:15 -0700 | [diff] [blame] | 7211 | <compilation-unit name="load-with-sec-primary-index"> |
| 7212 | <output-dir compare="Text">load-with-sec-primary-index</output-dir> |
| 7213 | </compilation-unit> |
| 7214 | </test-case> |
| 7215 | <test-case FilePath="nested-index-dml"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7216 | <compilation-unit name="load-with-ngram-index"> |
| 7217 | <output-dir compare="Text">load-with-ngram-index</output-dir> |
| 7218 | </compilation-unit> |
| 7219 | </test-case> |
| 7220 | <test-case FilePath="nested-index-dml"> |
| 7221 | <compilation-unit name="load-with-rtree-index"> |
| 7222 | <output-dir compare="Text">load-with-rtree-index</output-dir> |
| 7223 | </compilation-unit> |
| 7224 | </test-case> |
| 7225 | <test-case FilePath="nested-index-dml"> |
| 7226 | <compilation-unit name="load-with-word-index"> |
| 7227 | <output-dir compare="Text">load-with-word-index</output-dir> |
| 7228 | </compilation-unit> |
| 7229 | </test-case> |
| 7230 | <test-case FilePath="nested-index-dml"> |
| 7231 | <compilation-unit name="scan-delete-btree-secondary-index-nullable"> |
| 7232 | <output-dir compare="Text">scan-delete-btree-secondary-index-nullable</output-dir> |
| 7233 | </compilation-unit> |
| 7234 | </test-case> |
| 7235 | <test-case FilePath="nested-index-dml"> |
| 7236 | <compilation-unit name="scan-delete-rtree-secondary-index-nullable"> |
| 7237 | <output-dir compare="Text">scan-delete-rtree-secondary-index-nullable</output-dir> |
| 7238 | </compilation-unit> |
| 7239 | </test-case> |
| 7240 | <test-case FilePath="nested-index-dml"> |
| 7241 | <compilation-unit name="scan-delete-rtree-secondary-index"> |
| 7242 | <output-dir compare="Text">scan-delete-rtree-secondary-index</output-dir> |
| 7243 | </compilation-unit> |
| 7244 | </test-case> |
| 7245 | <test-case FilePath="nested-index-dml"> |
| 7246 | <compilation-unit name="scan-insert-btree-secondary-index-nullable"> |
| 7247 | <output-dir compare="Text">scan-insert-btree-secondary-index-nullable</output-dir> |
| 7248 | </compilation-unit> |
| 7249 | </test-case> |
| 7250 | <test-case FilePath="nested-index-dml"> |
| 7251 | <compilation-unit name="scan-insert-rtree-secondary-index-nullable"> |
| 7252 | <output-dir compare="Text">scan-insert-rtree-secondary-index-nullable</output-dir> |
| 7253 | </compilation-unit> |
| 7254 | </test-case> |
| 7255 | <test-case FilePath="nested-index-dml"> |
| 7256 | <compilation-unit name="scan-insert-rtree-secondary-index"> |
| 7257 | <output-dir compare="Text">scan-insert-rtree-secondary-index</output-dir> |
| 7258 | </compilation-unit> |
| 7259 | </test-case> |
| 7260 | <test-case FilePath="nested-index-dml"> |
| 7261 | <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index"> |
| 7262 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index</output-dir> |
| 7263 | </compilation-unit> |
| 7264 | </test-case> |
| 7265 | <test-case FilePath="nested-index-dml"> |
| 7266 | <compilation-unit name="scan-insert-inverted-index-word-secondary-index"> |
| 7267 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index</output-dir> |
| 7268 | </compilation-unit> |
| 7269 | </test-case> |
| 7270 | <test-case FilePath="nested-index-dml"> |
| 7271 | <compilation-unit name="scan-insert-inverted-index-ngram-secondary-index-nullable"> |
| 7272 | <output-dir compare="Text">scan-insert-inverted-index-ngram-secondary-index-nullable</output-dir> |
| 7273 | </compilation-unit> |
| 7274 | </test-case> |
| 7275 | <test-case FilePath="nested-index-dml"> |
| 7276 | <compilation-unit name="scan-insert-inverted-index-word-secondary-index-nullable"> |
| 7277 | <output-dir compare="Text">scan-insert-inverted-index-word-secondary-index-nullable</output-dir> |
| 7278 | </compilation-unit> |
| 7279 | </test-case> |
| 7280 | <test-case FilePath="nested-index-dml"> |
| 7281 | <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index"> |
| 7282 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index</output-dir> |
| 7283 | </compilation-unit> |
| 7284 | </test-case> |
| 7285 | <test-case FilePath="nested-index-dml"> |
| 7286 | <compilation-unit name="scan-delete-inverted-index-word-secondary-index"> |
| 7287 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index</output-dir> |
| 7288 | </compilation-unit> |
| 7289 | </test-case> |
| 7290 | <test-case FilePath="nested-index-dml"> |
| 7291 | <compilation-unit name="scan-delete-inverted-index-ngram-secondary-index-nullable"> |
| 7292 | <output-dir compare="Text">scan-delete-inverted-index-ngram-secondary-index-nullable</output-dir> |
| 7293 | </compilation-unit> |
| 7294 | </test-case> |
| 7295 | <test-case FilePath="nested-index-dml"> |
| 7296 | <compilation-unit name="scan-delete-inverted-index-word-secondary-index-nullable"> |
| 7297 | <output-dir compare="Text">scan-delete-inverted-index-word-secondary-index-nullable</output-dir> |
| 7298 | </compilation-unit> |
| 7299 | </test-case> |
| 7300 | </test-group> |
| 7301 | <test-group name="nestrecords"> |
| 7302 | <test-case FilePath="nestrecords"> |
| 7303 | <compilation-unit name="nestrecord"> |
| 7304 | <output-dir compare="Text">nestrecord</output-dir> |
| 7305 | </compilation-unit> |
| 7306 | </test-case> |
luochen01 | 6a38e2b | 2018-03-28 15:32:27 -0700 | [diff] [blame] | 7307 | <test-case FilePath="nestrecords"> |
| 7308 | <compilation-unit name="nested-optional-pk"> |
| 7309 | <output-dir compare="Text">nested-optional-pk</output-dir> |
| 7310 | <expected-error>ASX1021: The primary key field "nested.id" cannot be nullable</expected-error> |
| 7311 | </compilation-unit> |
| 7312 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7313 | </test-group> |
Yingyi Bu | 535d86b | 2016-05-23 16:44:25 -0700 | [diff] [blame] | 7314 | <test-group name="null-missing"> |
| 7315 | <test-case FilePath="null-missing"> |
| 7316 | <compilation-unit name="array"> |
| 7317 | <output-dir compare="Text">array</output-dir> |
| 7318 | </compilation-unit> |
| 7319 | </test-case> |
| 7320 | <test-case FilePath="null-missing"> |
| 7321 | <compilation-unit name="boolean"> |
| 7322 | <output-dir compare="Text">boolean</output-dir> |
| 7323 | </compilation-unit> |
| 7324 | </test-case> |
| 7325 | <test-case FilePath="null-missing"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7326 | <compilation-unit name="ceil"> |
| 7327 | <output-dir compare="Text">ceil</output-dir> |
| 7328 | </compilation-unit> |
| 7329 | </test-case> |
Yingyi Bu | 535d86b | 2016-05-23 16:44:25 -0700 | [diff] [blame] | 7330 | <test-case FilePath="null-missing"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 7331 | <compilation-unit name="comparison"> |
| 7332 | <output-dir compare="Text">comparison</output-dir> |
| 7333 | </compilation-unit> |
| 7334 | </test-case> |
| 7335 | <test-case FilePath="null-missing"> |
Yingyi Bu | 535d86b | 2016-05-23 16:44:25 -0700 | [diff] [blame] | 7336 | <compilation-unit name="field-access"> |
| 7337 | <output-dir compare="Text">field-access</output-dir> |
| 7338 | </compilation-unit> |
| 7339 | </test-case> |
| 7340 | <test-case FilePath="null-missing"> |
Yingyi Bu | e311a63 | 2016-06-07 18:23:16 -0700 | [diff] [blame] | 7341 | <compilation-unit name="group-by"> |
| 7342 | <output-dir compare="Text">group-by</output-dir> |
| 7343 | </compilation-unit> |
| 7344 | </test-case> |
| 7345 | <test-case FilePath="null-missing"> |
| 7346 | <compilation-unit name="group-by-from-dataset"> |
| 7347 | <output-dir compare="Text">group-by-from-dataset</output-dir> |
| 7348 | </compilation-unit> |
| 7349 | </test-case> |
| 7350 | <test-case FilePath="null-missing"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7351 | <compilation-unit name="length"> |
| 7352 | <output-dir compare="Text">length</output-dir> |
| 7353 | </compilation-unit> |
| 7354 | </test-case> |
Yingyi Bu | 535d86b | 2016-05-23 16:44:25 -0700 | [diff] [blame] | 7355 | <test-case FilePath="null-missing"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7356 | <compilation-unit name="lower"> |
| 7357 | <output-dir compare="Text">lower</output-dir> |
| 7358 | </compilation-unit> |
| 7359 | </test-case> |
Yingyi Bu | 535d86b | 2016-05-23 16:44:25 -0700 | [diff] [blame] | 7360 | <test-case FilePath="null-missing"> |
Yingyi Bu | e311a63 | 2016-06-07 18:23:16 -0700 | [diff] [blame] | 7361 | <compilation-unit name="order-by"> |
| 7362 | <output-dir compare="Text">order-by</output-dir> |
| 7363 | </compilation-unit> |
| 7364 | </test-case> |
| 7365 | <test-case FilePath="null-missing"> |
| 7366 | <compilation-unit name="order-by-from-dataset"> |
| 7367 | <output-dir compare="Text">order-by-from-dataset</output-dir> |
| 7368 | </compilation-unit> |
| 7369 | </test-case> |
| 7370 | <test-case FilePath="null-missing"> |
Yingyi Bu | 535d86b | 2016-05-23 16:44:25 -0700 | [diff] [blame] | 7371 | <compilation-unit name="scan-collection"> |
| 7372 | <output-dir compare="Text">scan-collection</output-dir> |
| 7373 | </compilation-unit> |
| 7374 | </test-case> |
| 7375 | <test-case FilePath="null-missing"> |
Yingyi Bu | dde37e3 | 2016-06-03 11:17:09 -0700 | [diff] [blame] | 7376 | <compilation-unit name="spatial-intersect"> |
| 7377 | <output-dir compare="Text">spatial-intersect</output-dir> |
| 7378 | </compilation-unit> |
| 7379 | </test-case> |
| 7380 | <test-case FilePath="null-missing"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7381 | <compilation-unit name="substr"> |
| 7382 | <output-dir compare="Text">substr</output-dir> |
| 7383 | </compilation-unit> |
| 7384 | </test-case> |
Yingyi Bu | 535d86b | 2016-05-23 16:44:25 -0700 | [diff] [blame] | 7385 | <test-case FilePath="null-missing"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7386 | <compilation-unit name="upper"> |
| 7387 | <output-dir compare="Text">upper</output-dir> |
| 7388 | </compilation-unit> |
| 7389 | </test-case> |
Yingyi Bu | daa549c | 2016-06-28 22:30:52 -0700 | [diff] [blame] | 7390 | <test-case FilePath="null-missing"> |
| 7391 | <compilation-unit name="is"> |
| 7392 | <output-dir compare="Text">is</output-dir> |
| 7393 | </compilation-unit> |
| 7394 | </test-case> |
Yingyi Bu | 6f1c559 | 2016-10-11 21:33:43 -0700 | [diff] [blame] | 7395 | <test-case FilePath="null-missing"> |
Dmitry Lychagin | 3f6d370 | 2018-02-22 14:09:59 -0800 | [diff] [blame] | 7396 | <compilation-unit name="ifmissing"> |
| 7397 | <output-dir compare="Text">ifmissing</output-dir> |
| 7398 | </compilation-unit> |
| 7399 | </test-case> |
| 7400 | <test-case FilePath="null-missing"> |
| 7401 | <compilation-unit name="ifnull"> |
| 7402 | <output-dir compare="Text">ifnull</output-dir> |
| 7403 | </compilation-unit> |
| 7404 | </test-case> |
| 7405 | <test-case FilePath="null-missing"> |
| 7406 | <compilation-unit name="ifmissingornull"> |
| 7407 | <output-dir compare="Text">ifmissingornull</output-dir> |
| 7408 | </compilation-unit> |
| 7409 | </test-case> |
| 7410 | <test-case FilePath="null-missing"> |
Dmitry Lychagin | 90114df | 2018-08-20 13:09:31 -0700 | [diff] [blame] | 7411 | <compilation-unit name="coalesce"> |
Dmitry Lychagin | 129d401 | 2018-08-28 13:53:50 -0700 | [diff] [blame] | 7412 | <output-dir compare="Text">coalesce</output-dir> |
Dmitry Lychagin | 90114df | 2018-08-20 13:09:31 -0700 | [diff] [blame] | 7413 | </compilation-unit> |
| 7414 | </test-case> |
| 7415 | <test-case FilePath="null-missing"> |
Yingyi Bu | 6f1c559 | 2016-10-11 21:33:43 -0700 | [diff] [blame] | 7416 | <compilation-unit name="query-ASTERIXDB-1689"> |
| 7417 | <output-dir compare="Text">query-ASTERIXDB-1689</output-dir> |
| 7418 | </compilation-unit> |
| 7419 | </test-case> |
Wail Alkowaileet | 4d2c7cd | 2017-04-23 13:09:37 +0300 | [diff] [blame] | 7420 | <test-case FilePath="null-missing"> |
| 7421 | <compilation-unit name="print-ASTERIXDB-1885"> |
| 7422 | <output-dir compare="Text">print-ASTERIXDB-1885</output-dir> |
| 7423 | </compilation-unit> |
| 7424 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7425 | </test-group> |
| 7426 | <test-group name="numeric"> |
| 7427 | <test-case FilePath="numeric"> |
| 7428 | <compilation-unit name="caret0"> |
| 7429 | <output-dir compare="Text">caret0</output-dir> |
| 7430 | </compilation-unit> |
| 7431 | </test-case> |
| 7432 | <test-case FilePath="numeric"> |
Yingyi Bu | 79ccdac | 2016-07-26 23:49:24 -0700 | [diff] [blame] | 7433 | <compilation-unit name="caret1"> |
| 7434 | <output-dir compare="Text">caret1</output-dir> |
| 7435 | </compilation-unit> |
| 7436 | </test-case> |
| 7437 | <test-case FilePath="numeric"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7438 | <compilation-unit name="abs0"> |
| 7439 | <output-dir compare="Text">abs0</output-dir> |
| 7440 | </compilation-unit> |
| 7441 | </test-case> |
| 7442 | <test-case FilePath="numeric"> |
| 7443 | <compilation-unit name="abs1"> |
| 7444 | <output-dir compare="Text">abs1</output-dir> |
| 7445 | </compilation-unit> |
| 7446 | </test-case> |
| 7447 | <test-case FilePath="numeric"> |
| 7448 | <compilation-unit name="abs2"> |
| 7449 | <output-dir compare="Text">abs2</output-dir> |
| 7450 | </compilation-unit> |
| 7451 | </test-case> |
| 7452 | <test-case FilePath="numeric"> |
| 7453 | <compilation-unit name="abs3"> |
| 7454 | <output-dir compare="Text">abs3</output-dir> |
| 7455 | </compilation-unit> |
| 7456 | </test-case> |
| 7457 | <test-case FilePath="numeric"> |
| 7458 | <compilation-unit name="abs4"> |
| 7459 | <output-dir compare="Text">abs4</output-dir> |
| 7460 | </compilation-unit> |
| 7461 | </test-case> |
| 7462 | <test-case FilePath="numeric"> |
| 7463 | <compilation-unit name="add_double"> |
| 7464 | <output-dir compare="Text">add_double</output-dir> |
| 7465 | </compilation-unit> |
| 7466 | </test-case> |
| 7467 | <test-case FilePath="numeric"> |
| 7468 | <compilation-unit name="add_float"> |
| 7469 | <output-dir compare="Text">add_float</output-dir> |
| 7470 | </compilation-unit> |
| 7471 | </test-case> |
| 7472 | <test-case FilePath="numeric"> |
| 7473 | <compilation-unit name="add_int16"> |
| 7474 | <output-dir compare="Text">add_int16</output-dir> |
| 7475 | </compilation-unit> |
| 7476 | </test-case> |
| 7477 | <test-case FilePath="numeric"> |
| 7478 | <compilation-unit name="add_int32"> |
| 7479 | <output-dir compare="Text">add_int32</output-dir> |
| 7480 | </compilation-unit> |
| 7481 | </test-case> |
| 7482 | <test-case FilePath="numeric"> |
| 7483 | <compilation-unit name="add_int64"> |
| 7484 | <output-dir compare="Text">add_int64</output-dir> |
| 7485 | </compilation-unit> |
| 7486 | </test-case> |
| 7487 | <test-case FilePath="numeric"> |
| 7488 | <compilation-unit name="add_int8"> |
| 7489 | <output-dir compare="Text">add_int8</output-dir> |
| 7490 | </compilation-unit> |
| 7491 | </test-case> |
| 7492 | <test-case FilePath="numeric"> |
| 7493 | <compilation-unit name="ceiling0"> |
| 7494 | <output-dir compare="Text">ceiling0</output-dir> |
| 7495 | </compilation-unit> |
| 7496 | </test-case> |
| 7497 | <test-case FilePath="numeric"> |
| 7498 | <compilation-unit name="ceiling1"> |
| 7499 | <output-dir compare="Text">ceiling1</output-dir> |
| 7500 | </compilation-unit> |
| 7501 | </test-case> |
| 7502 | <test-case FilePath="numeric"> |
| 7503 | <compilation-unit name="ceiling2"> |
| 7504 | <output-dir compare="Text">ceiling2</output-dir> |
| 7505 | </compilation-unit> |
| 7506 | </test-case> |
| 7507 | <test-case FilePath="numeric"> |
| 7508 | <compilation-unit name="ceiling3"> |
| 7509 | <output-dir compare="Text">ceiling3</output-dir> |
| 7510 | </compilation-unit> |
| 7511 | </test-case> |
| 7512 | <test-case FilePath="numeric"> |
| 7513 | <compilation-unit name="ceiling4"> |
| 7514 | <output-dir compare="Text">ceiling4</output-dir> |
| 7515 | </compilation-unit> |
| 7516 | </test-case> |
| 7517 | <test-case FilePath="numeric"> |
Dmitry Lychagin | 9fcf821 | 2018-04-26 15:34:38 -0700 | [diff] [blame] | 7518 | <compilation-unit name="const"> |
| 7519 | <output-dir compare="Text">const</output-dir> |
| 7520 | </compilation-unit> |
| 7521 | </test-case> |
| 7522 | <test-case FilePath="numeric"> |
| 7523 | <compilation-unit name="degrees"> |
| 7524 | <output-dir compare="Text">degrees</output-dir> |
| 7525 | </compilation-unit> |
| 7526 | </test-case> |
| 7527 | <test-case FilePath="numeric"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7528 | <compilation-unit name="divide_double"> |
| 7529 | <output-dir compare="Text">divide_double</output-dir> |
| 7530 | </compilation-unit> |
| 7531 | </test-case> |
| 7532 | <test-case FilePath="numeric"> |
| 7533 | <compilation-unit name="divide_float"> |
| 7534 | <output-dir compare="Text">divide_float</output-dir> |
| 7535 | </compilation-unit> |
| 7536 | </test-case> |
| 7537 | <test-case FilePath="numeric"> |
| 7538 | <compilation-unit name="divide_int16"> |
| 7539 | <output-dir compare="Text">divide_int16</output-dir> |
| 7540 | </compilation-unit> |
| 7541 | </test-case> |
| 7542 | <test-case FilePath="numeric"> |
| 7543 | <compilation-unit name="divide_int32"> |
| 7544 | <output-dir compare="Text">divide_int32</output-dir> |
| 7545 | </compilation-unit> |
| 7546 | </test-case> |
| 7547 | <test-case FilePath="numeric"> |
| 7548 | <compilation-unit name="divide_int64"> |
| 7549 | <output-dir compare="Text">divide_int64</output-dir> |
| 7550 | </compilation-unit> |
| 7551 | </test-case> |
| 7552 | <test-case FilePath="numeric"> |
| 7553 | <compilation-unit name="divide_int8"> |
| 7554 | <output-dir compare="Text">divide_int8</output-dir> |
| 7555 | </compilation-unit> |
| 7556 | </test-case> |
| 7557 | <test-case FilePath="numeric"> |
Murtadha Hubail | 29f6391 | 2019-04-21 14:23:57 +0300 | [diff] [blame] | 7558 | <compilation-unit name="div_mod_case_insensitive"> |
| 7559 | <output-dir compare="Text">div_mod_case_insensitive</output-dir> |
| 7560 | </compilation-unit> |
| 7561 | </test-case> |
| 7562 | <test-case FilePath="numeric"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7563 | <compilation-unit name="floor0"> |
| 7564 | <output-dir compare="Text">floor0</output-dir> |
| 7565 | </compilation-unit> |
| 7566 | </test-case> |
| 7567 | <test-case FilePath="numeric"> |
| 7568 | <compilation-unit name="floor1"> |
| 7569 | <output-dir compare="Text">floor1</output-dir> |
| 7570 | </compilation-unit> |
| 7571 | </test-case> |
| 7572 | <test-case FilePath="numeric"> |
| 7573 | <compilation-unit name="floor2"> |
| 7574 | <output-dir compare="Text">floor2</output-dir> |
| 7575 | </compilation-unit> |
| 7576 | </test-case> |
| 7577 | <test-case FilePath="numeric"> |
| 7578 | <compilation-unit name="floor3"> |
| 7579 | <output-dir compare="Text">floor3</output-dir> |
| 7580 | </compilation-unit> |
| 7581 | </test-case> |
| 7582 | <test-case FilePath="numeric"> |
| 7583 | <compilation-unit name="floor4"> |
| 7584 | <output-dir compare="Text">floor4</output-dir> |
| 7585 | </compilation-unit> |
| 7586 | </test-case> |
| 7587 | <test-case FilePath="numeric"> |
Dmitry Lychagin | 3f6d370 | 2018-02-22 14:09:59 -0800 | [diff] [blame] | 7588 | <compilation-unit name="ifinf"> |
| 7589 | <output-dir compare="Text">ifinf</output-dir> |
Ali Alsuliman | c006a00 | 2018-10-01 14:15:16 -0700 | [diff] [blame] | 7590 | <expected-error>Invalid number of arguments for function if-inf (in line 25, at column 14)</expected-error> |
Dmitry Lychagin | 3f6d370 | 2018-02-22 14:09:59 -0800 | [diff] [blame] | 7591 | </compilation-unit> |
| 7592 | </test-case> |
| 7593 | <test-case FilePath="numeric"> |
| 7594 | <compilation-unit name="ifnan"> |
| 7595 | <output-dir compare="Text">ifnan</output-dir> |
Ali Alsuliman | c006a00 | 2018-10-01 14:15:16 -0700 | [diff] [blame] | 7596 | <expected-error>Invalid number of arguments for function if-nan (in line 25, at column 14)</expected-error> |
Dmitry Lychagin | 3f6d370 | 2018-02-22 14:09:59 -0800 | [diff] [blame] | 7597 | </compilation-unit> |
| 7598 | </test-case> |
| 7599 | <test-case FilePath="numeric"> |
| 7600 | <compilation-unit name="ifnanorinf"> |
| 7601 | <output-dir compare="Text">ifnanorinf</output-dir> |
Ali Alsuliman | c006a00 | 2018-10-01 14:15:16 -0700 | [diff] [blame] | 7602 | <expected-error>Invalid number of arguments for function if-nan-or-inf (in line 25, at column 14)</expected-error> |
Dmitry Lychagin | 3f6d370 | 2018-02-22 14:09:59 -0800 | [diff] [blame] | 7603 | </compilation-unit> |
| 7604 | </test-case> |
| 7605 | <test-case FilePath="numeric"> |
Yingyi Bu | d57d81f | 2017-07-26 15:46:32 -0700 | [diff] [blame] | 7606 | <compilation-unit name="infinity"> |
| 7607 | <output-dir compare="Text">infinity</output-dir> |
| 7608 | </compilation-unit> |
| 7609 | </test-case> |
| 7610 | <test-case FilePath="numeric"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7611 | <compilation-unit name="multiply_double"> |
| 7612 | <output-dir compare="Text">multiply_double</output-dir> |
| 7613 | </compilation-unit> |
| 7614 | </test-case> |
| 7615 | <test-case FilePath="numeric"> |
| 7616 | <compilation-unit name="multiply_float"> |
| 7617 | <output-dir compare="Text">multiply_float</output-dir> |
| 7618 | </compilation-unit> |
| 7619 | </test-case> |
| 7620 | <test-case FilePath="numeric"> |
| 7621 | <compilation-unit name="multiply_int16"> |
| 7622 | <output-dir compare="Text">multiply_int16</output-dir> |
| 7623 | </compilation-unit> |
| 7624 | </test-case> |
| 7625 | <test-case FilePath="numeric"> |
| 7626 | <compilation-unit name="multiply_int32"> |
| 7627 | <output-dir compare="Text">multiply_int32</output-dir> |
| 7628 | </compilation-unit> |
| 7629 | </test-case> |
| 7630 | <test-case FilePath="numeric"> |
| 7631 | <compilation-unit name="multiply_int64"> |
| 7632 | <output-dir compare="Text">multiply_int64</output-dir> |
| 7633 | </compilation-unit> |
| 7634 | </test-case> |
| 7635 | <test-case FilePath="numeric"> |
| 7636 | <compilation-unit name="multiply_int8"> |
| 7637 | <output-dir compare="Text">multiply_int8</output-dir> |
| 7638 | </compilation-unit> |
| 7639 | </test-case> |
| 7640 | <test-case FilePath="numeric"> |
Yingyi Bu | b64b169 | 2016-09-02 15:45:54 -0700 | [diff] [blame] | 7641 | <compilation-unit name="power"> |
| 7642 | <output-dir compare="Text">power</output-dir> |
| 7643 | </compilation-unit> |
| 7644 | </test-case> |
| 7645 | <test-case FilePath="numeric"> |
Dmitry Lychagin | 3b545d7 | 2019-03-13 11:34:58 -0700 | [diff] [blame] | 7646 | <compilation-unit name="query-ASTERIXDB-2530"> |
| 7647 | <output-dir compare="Text">query-ASTERIXDB-2530</output-dir> |
| 7648 | </compilation-unit> |
| 7649 | </test-case> |
| 7650 | <test-case FilePath="numeric"> |
Dmitry Lychagin | 9fcf821 | 2018-04-26 15:34:38 -0700 | [diff] [blame] | 7651 | <compilation-unit name="radians"> |
| 7652 | <output-dir compare="Text">radians</output-dir> |
| 7653 | </compilation-unit> |
| 7654 | </test-case> |
| 7655 | <test-case FilePath="numeric"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7656 | <compilation-unit name="round-half-to-even0"> |
| 7657 | <output-dir compare="Text">round-half-to-even0</output-dir> |
| 7658 | </compilation-unit> |
| 7659 | </test-case> |
| 7660 | <test-case FilePath="numeric"> |
| 7661 | <compilation-unit name="round-half-to-even1"> |
| 7662 | <output-dir compare="Text">round-half-to-even1</output-dir> |
| 7663 | </compilation-unit> |
| 7664 | </test-case> |
| 7665 | <test-case FilePath="numeric"> |
| 7666 | <compilation-unit name="round-half-to-even2"> |
| 7667 | <output-dir compare="Text">round-half-to-even2</output-dir> |
| 7668 | </compilation-unit> |
| 7669 | </test-case> |
| 7670 | <test-case FilePath="numeric"> |
| 7671 | <compilation-unit name="round-half-to-even20"> |
| 7672 | <output-dir compare="Text">round-half-to-even20</output-dir> |
| 7673 | </compilation-unit> |
| 7674 | </test-case> |
| 7675 | <test-case FilePath="numeric"> |
| 7676 | <compilation-unit name="round-half-to-even21"> |
| 7677 | <output-dir compare="Text">round-half-to-even21</output-dir> |
| 7678 | </compilation-unit> |
| 7679 | </test-case> |
| 7680 | <test-case FilePath="numeric"> |
| 7681 | <compilation-unit name="round-half-to-even22"> |
| 7682 | <output-dir compare="Text">round-half-to-even22</output-dir> |
| 7683 | </compilation-unit> |
| 7684 | </test-case> |
| 7685 | <test-case FilePath="numeric"> |
| 7686 | <compilation-unit name="round-half-to-even23"> |
| 7687 | <output-dir compare="Text">round-half-to-even23</output-dir> |
| 7688 | </compilation-unit> |
| 7689 | </test-case> |
| 7690 | <test-case FilePath="numeric"> |
| 7691 | <compilation-unit name="round-half-to-even24"> |
| 7692 | <output-dir compare="Text">round-half-to-even24</output-dir> |
| 7693 | </compilation-unit> |
| 7694 | </test-case> |
| 7695 | <test-case FilePath="numeric"> |
| 7696 | <compilation-unit name="round-half-to-even3"> |
| 7697 | <output-dir compare="Text">round-half-to-even3</output-dir> |
| 7698 | </compilation-unit> |
| 7699 | </test-case> |
| 7700 | <test-case FilePath="numeric"> |
| 7701 | <compilation-unit name="round-half-to-even4"> |
| 7702 | <output-dir compare="Text">round-half-to-even4</output-dir> |
| 7703 | </compilation-unit> |
| 7704 | </test-case> |
| 7705 | <test-case FilePath="numeric"> |
| 7706 | <compilation-unit name="round-half-to-even5"> |
| 7707 | <output-dir compare="Text">round-half-to-even5</output-dir> |
| 7708 | </compilation-unit> |
| 7709 | </test-case> |
| 7710 | <test-case FilePath="numeric"> |
| 7711 | <compilation-unit name="round0"> |
| 7712 | <output-dir compare="Text">round0</output-dir> |
| 7713 | </compilation-unit> |
| 7714 | </test-case> |
| 7715 | <test-case FilePath="numeric"> |
| 7716 | <compilation-unit name="round1"> |
| 7717 | <output-dir compare="Text">round1</output-dir> |
| 7718 | </compilation-unit> |
| 7719 | </test-case> |
| 7720 | <test-case FilePath="numeric"> |
| 7721 | <compilation-unit name="round2"> |
| 7722 | <output-dir compare="Text">round2</output-dir> |
| 7723 | </compilation-unit> |
| 7724 | </test-case> |
| 7725 | <test-case FilePath="numeric"> |
| 7726 | <compilation-unit name="round3"> |
| 7727 | <output-dir compare="Text">round3</output-dir> |
| 7728 | </compilation-unit> |
| 7729 | </test-case> |
| 7730 | <test-case FilePath="numeric"> |
| 7731 | <compilation-unit name="round4"> |
| 7732 | <output-dir compare="Text">round4</output-dir> |
| 7733 | </compilation-unit> |
| 7734 | </test-case> |
| 7735 | <test-case FilePath="numeric"> |
Hussain Towaileb | f387fe2 | 2019-06-12 19:53:51 +0300 | [diff] [blame] | 7736 | <compilation-unit name="round5_with_digit_int8"> |
| 7737 | <output-dir compare="Text">round5_with_digit_int8</output-dir> |
| 7738 | </compilation-unit> |
| 7739 | </test-case> |
| 7740 | <test-case FilePath="numeric"> |
| 7741 | <compilation-unit name="round6_with_digit_int16"> |
| 7742 | <output-dir compare="Text">round6_with_digit_int16</output-dir> |
| 7743 | </compilation-unit> |
| 7744 | </test-case> |
| 7745 | <test-case FilePath="numeric"> |
| 7746 | <compilation-unit name="round7_with_digit_int32"> |
| 7747 | <output-dir compare="Text">round7_with_digit_int32</output-dir> |
| 7748 | </compilation-unit> |
| 7749 | </test-case> |
| 7750 | <test-case FilePath="numeric"> |
| 7751 | <compilation-unit name="round8_with_digit_int64"> |
| 7752 | <output-dir compare="Text">round8_with_digit_int64</output-dir> |
| 7753 | </compilation-unit> |
| 7754 | </test-case> |
| 7755 | <test-case FilePath="numeric"> |
| 7756 | <compilation-unit name="round9_with_digit_float"> |
| 7757 | <output-dir compare="Text">round9_with_digit_float</output-dir> |
| 7758 | </compilation-unit> |
| 7759 | </test-case> |
| 7760 | <test-case FilePath="numeric"> |
| 7761 | <compilation-unit name="round10_with_digit_double"> |
| 7762 | <output-dir compare="Text">round10_with_digit_double</output-dir> |
| 7763 | </compilation-unit> |
| 7764 | </test-case> |
| 7765 | <test-case FilePath="numeric"> |
| 7766 | <compilation-unit name="round11_invalid"> |
| 7767 | <output-dir compare="Text">round11_invalid</output-dir> |
| 7768 | </compilation-unit> |
| 7769 | </test-case> |
| 7770 | <test-case FilePath="numeric"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7771 | <compilation-unit name="subtract_double"> |
| 7772 | <output-dir compare="Text">subtract_double</output-dir> |
| 7773 | </compilation-unit> |
| 7774 | </test-case> |
| 7775 | <test-case FilePath="numeric"> |
| 7776 | <compilation-unit name="subtract_float"> |
| 7777 | <output-dir compare="Text">subtract_float</output-dir> |
| 7778 | </compilation-unit> |
| 7779 | </test-case> |
| 7780 | <test-case FilePath="numeric"> |
| 7781 | <compilation-unit name="subtract_int16"> |
| 7782 | <output-dir compare="Text">subtract_int16</output-dir> |
| 7783 | </compilation-unit> |
| 7784 | </test-case> |
| 7785 | <test-case FilePath="numeric"> |
| 7786 | <compilation-unit name="subtract_int32"> |
| 7787 | <output-dir compare="Text">subtract_int32</output-dir> |
| 7788 | </compilation-unit> |
| 7789 | </test-case> |
| 7790 | <test-case FilePath="numeric"> |
| 7791 | <compilation-unit name="subtract_int64"> |
| 7792 | <output-dir compare="Text">subtract_int64</output-dir> |
| 7793 | </compilation-unit> |
| 7794 | </test-case> |
| 7795 | <test-case FilePath="numeric"> |
| 7796 | <compilation-unit name="subtract_int8"> |
| 7797 | <output-dir compare="Text">subtract_int8</output-dir> |
| 7798 | </compilation-unit> |
| 7799 | </test-case> |
| 7800 | <test-case FilePath="numeric"> |
Yingyi Bu | b64b169 | 2016-09-02 15:45:54 -0700 | [diff] [blame] | 7801 | <compilation-unit name="trunc"> |
| 7802 | <output-dir compare="Text">trunc</output-dir> |
| 7803 | </compilation-unit> |
| 7804 | </test-case> |
| 7805 | <test-case FilePath="numeric"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7806 | <compilation-unit name="unary-minus_double_02"> |
| 7807 | <output-dir compare="Text">unary-minus_double_02</output-dir> |
| 7808 | </compilation-unit> |
| 7809 | </test-case> |
| 7810 | <test-case FilePath="numeric"> |
| 7811 | <compilation-unit name="unary-minus_float_02"> |
| 7812 | <output-dir compare="Text">unary-minus_float_02</output-dir> |
| 7813 | </compilation-unit> |
| 7814 | </test-case> |
| 7815 | <test-case FilePath="numeric"> |
| 7816 | <compilation-unit name="unary-minus_int_02"> |
| 7817 | <output-dir compare="Text">unary-minus_int_02</output-dir> |
| 7818 | </compilation-unit> |
| 7819 | </test-case> |
| 7820 | <test-case FilePath="numeric"> |
| 7821 | <compilation-unit name="unary-minus_null"> |
| 7822 | <output-dir compare="Text">unary-minus_null</output-dir> |
| 7823 | </compilation-unit> |
| 7824 | </test-case> |
| 7825 | <test-case FilePath="numeric"> |
| 7826 | <compilation-unit name="query-issue355"> <!-- @Yingyi, This one fails in the aql tests!! --> |
| 7827 | <output-dir compare="Text">query-issue355</output-dir> |
| 7828 | <!-- <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error> --> |
| 7829 | </compilation-unit> |
| 7830 | </test-case> |
Yingyi Bu | 7cb2f9a | 2016-08-18 08:02:02 -0700 | [diff] [blame] | 7831 | <test-case FilePath="numeric"> |
| 7832 | <compilation-unit name="acos"> |
| 7833 | <output-dir compare="Text">acos</output-dir> |
| 7834 | </compilation-unit> |
| 7835 | </test-case> |
| 7836 | <test-case FilePath="numeric"> |
| 7837 | <compilation-unit name="asin"> |
| 7838 | <output-dir compare="Text">asin</output-dir> |
| 7839 | </compilation-unit> |
| 7840 | </test-case> |
| 7841 | <test-case FilePath="numeric"> |
| 7842 | <compilation-unit name="atan"> |
| 7843 | <output-dir compare="Text">atan</output-dir> |
| 7844 | </compilation-unit> |
| 7845 | </test-case> |
| 7846 | <test-case FilePath="numeric"> |
Yingyi Bu | b64b169 | 2016-09-02 15:45:54 -0700 | [diff] [blame] | 7847 | <compilation-unit name="atan2"> |
| 7848 | <output-dir compare="Text">atan2</output-dir> |
| 7849 | </compilation-unit> |
| 7850 | </test-case> |
| 7851 | <test-case FilePath="numeric"> |
Yingyi Bu | 7cb2f9a | 2016-08-18 08:02:02 -0700 | [diff] [blame] | 7852 | <compilation-unit name="cos"> |
| 7853 | <output-dir compare="Text">cos</output-dir> |
| 7854 | </compilation-unit> |
| 7855 | </test-case> |
| 7856 | <test-case FilePath="numeric"> |
Hussain Towaileb | 252d0cc | 2018-11-24 14:23:25 +0300 | [diff] [blame] | 7857 | <compilation-unit name="cosh"> |
| 7858 | <output-dir compare="Text">cosh</output-dir> |
| 7859 | </compilation-unit> |
| 7860 | </test-case> |
| 7861 | <test-case FilePath="numeric"> |
Yingyi Bu | 7cb2f9a | 2016-08-18 08:02:02 -0700 | [diff] [blame] | 7862 | <compilation-unit name="sin"> |
| 7863 | <output-dir compare="Text">sin</output-dir> |
| 7864 | </compilation-unit> |
| 7865 | </test-case> |
| 7866 | <test-case FilePath="numeric"> |
Hussain Towaileb | 252d0cc | 2018-11-24 14:23:25 +0300 | [diff] [blame] | 7867 | <compilation-unit name="sinh"> |
| 7868 | <output-dir compare="Text">sinh</output-dir> |
| 7869 | </compilation-unit> |
| 7870 | </test-case> |
| 7871 | <test-case FilePath="numeric"> |
Yingyi Bu | 7cb2f9a | 2016-08-18 08:02:02 -0700 | [diff] [blame] | 7872 | <compilation-unit name="tan"> |
| 7873 | <output-dir compare="Text">tan</output-dir> |
| 7874 | </compilation-unit> |
| 7875 | </test-case> |
| 7876 | <test-case FilePath="numeric"> |
Hussain Towaileb | 252d0cc | 2018-11-24 14:23:25 +0300 | [diff] [blame] | 7877 | <compilation-unit name="tanh"> |
| 7878 | <output-dir compare="Text">tanh</output-dir> |
| 7879 | </compilation-unit> |
| 7880 | </test-case> |
| 7881 | <test-case FilePath="numeric"> |
Yingyi Bu | 7cb2f9a | 2016-08-18 08:02:02 -0700 | [diff] [blame] | 7882 | <compilation-unit name="exp"> |
| 7883 | <output-dir compare="Text">exp</output-dir> |
| 7884 | </compilation-unit> |
| 7885 | </test-case> |
| 7886 | <test-case FilePath="numeric"> |
| 7887 | <compilation-unit name="ln"> |
| 7888 | <output-dir compare="Text">ln</output-dir> |
| 7889 | </compilation-unit> |
| 7890 | </test-case> |
| 7891 | <test-case FilePath="numeric"> |
| 7892 | <compilation-unit name="log"> |
| 7893 | <output-dir compare="Text">log</output-dir> |
| 7894 | </compilation-unit> |
| 7895 | </test-case> |
| 7896 | <test-case FilePath="numeric"> |
| 7897 | <compilation-unit name="sqrt"> |
| 7898 | <output-dir compare="Text">sqrt</output-dir> |
| 7899 | </compilation-unit> |
| 7900 | </test-case> |
| 7901 | <test-case FilePath="numeric"> |
Yingyi Bu | 144453b | 2017-05-24 14:34:46 -0700 | [diff] [blame] | 7902 | <compilation-unit name="scientific"> |
| 7903 | <output-dir compare="Text">scientific</output-dir> |
| 7904 | </compilation-unit> |
| 7905 | </test-case> |
| 7906 | <test-case FilePath="numeric"> |
| 7907 | <compilation-unit name="scientific_error"> |
| 7908 | <output-dir compare="Text">none</output-dir> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 7909 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier e (in line 24, at column 10)</expected-error> |
| 7910 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier e (in line 24, at column 8)</expected-error> |
Yingyi Bu | 144453b | 2017-05-24 14:34:46 -0700 | [diff] [blame] | 7911 | </compilation-unit> |
| 7912 | </test-case> |
| 7913 | <test-case FilePath="numeric"> |
Yingyi Bu | 7cb2f9a | 2016-08-18 08:02:02 -0700 | [diff] [blame] | 7914 | <compilation-unit name="sign"> |
| 7915 | <output-dir compare="Text">sign</output-dir> |
| 7916 | </compilation-unit> |
| 7917 | </test-case> |
Till Westmann | d79d96e | 2016-09-23 22:58:06 -0700 | [diff] [blame] | 7918 | <test-case FilePath="numeric"> |
| 7919 | <compilation-unit name="non-finite"> |
| 7920 | <output-dir compare="Clean-JSON">non-finite</output-dir> |
| 7921 | </compilation-unit> |
| 7922 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7923 | </test-group> |
| 7924 | <test-group name="open-closed"> |
| 7925 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 7926 | <test-case FilePath="open-closed"> |
| 7927 | <compilation-unit name="c2c-w-optional"> |
| 7928 | <output-dir compare="Text">c2c-w-optional</output-dir> |
| 7929 | </compilation-unit> |
| 7930 | </test-case> |
| 7931 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7932 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 7933 | <test-case FilePath="open-closed"> |
| 7934 | <compilation-unit name="c2c-wo-optional"> |
| 7935 | <output-dir compare="Text">c2c-wo-optional</output-dir> |
| 7936 | </compilation-unit> |
| 7937 | </test-case> |
| 7938 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7939 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 7940 | <test-case FilePath="open-closed"> |
| 7941 | <compilation-unit name="c2c"> |
| 7942 | <output-dir compare="Text">c2c</output-dir> |
| 7943 | </compilation-unit> |
| 7944 | </test-case> |
| 7945 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7946 | <test-case FilePath="open-closed"> |
| 7947 | <compilation-unit name="heterog-list-ordered01"> |
| 7948 | <output-dir compare="Text">heterog-list-ordered01</output-dir> |
| 7949 | </compilation-unit> |
| 7950 | </test-case> |
| 7951 | <test-case FilePath="open-closed"> |
| 7952 | <compilation-unit name="heterog-list01"> |
| 7953 | <output-dir compare="Text">heterog-list01</output-dir> |
| 7954 | </compilation-unit> |
| 7955 | </test-case> |
| 7956 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 7957 | <test-case FilePath="open-closed"> |
| 7958 | <compilation-unit name="heterog-list02"> |
| 7959 | <output-dir compare="Text">heterog-list02</output-dir> |
| 7960 | </compilation-unit> |
| 7961 | </test-case> |
| 7962 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7963 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 7964 | <test-case FilePath="open-closed"> |
| 7965 | <compilation-unit name="heterog-list03"> |
| 7966 | <output-dir compare="Text">heterog-list03</output-dir> |
| 7967 | </compilation-unit> |
| 7968 | </test-case> |
| 7969 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 7970 | <test-case FilePath="open-closed"> |
| 7971 | <compilation-unit name="open-closed-01"> |
| 7972 | <output-dir compare="Text">open-closed-01</output-dir> |
| 7973 | </compilation-unit> |
| 7974 | </test-case> |
| 7975 | <test-case FilePath="open-closed"> |
| 7976 | <compilation-unit name="open-closed-12"> |
| 7977 | <output-dir compare="Text">open-closed-12</output-dir> |
| 7978 | </compilation-unit> |
| 7979 | </test-case> |
| 7980 | <test-case FilePath="open-closed"> |
| 7981 | <compilation-unit name="open-closed-14"> |
| 7982 | <output-dir compare="Text">open-closed-14</output-dir> |
| 7983 | </compilation-unit> |
| 7984 | </test-case> |
| 7985 | <test-case FilePath="open-closed"> |
| 7986 | <compilation-unit name="query-issue134"> |
| 7987 | <output-dir compare="Text">query-issue134</output-dir> |
| 7988 | </compilation-unit> |
| 7989 | </test-case> |
| 7990 | <test-case FilePath="open-closed"> |
| 7991 | <compilation-unit name="query-issue55"> |
| 7992 | <output-dir compare="Text">query-issue55</output-dir> |
| 7993 | </compilation-unit> |
| 7994 | </test-case> |
| 7995 | <test-case FilePath="open-closed"> |
| 7996 | <compilation-unit name="query-issue55-1"> |
| 7997 | <output-dir compare="Text">query-issue55-1</output-dir> |
| 7998 | </compilation-unit> |
| 7999 | </test-case> |
| 8000 | <test-case FilePath="open-closed"> |
| 8001 | <compilation-unit name="query-issue166"> |
| 8002 | <output-dir compare="Text">query-issue166</output-dir> |
| 8003 | </compilation-unit> |
| 8004 | </test-case> |
| 8005 | <test-case FilePath="open-closed"> |
| 8006 | <compilation-unit name="query-issue208"> |
| 8007 | <output-dir compare="Text">query-issue208</output-dir> |
| 8008 | </compilation-unit> |
| 8009 | </test-case> |
| 8010 | <test-case FilePath="open-closed"> |
| 8011 | <compilation-unit name="query-issue236"> |
| 8012 | <output-dir compare="Text">query-issue236</output-dir> |
| 8013 | </compilation-unit> |
| 8014 | </test-case> |
| 8015 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8016 | <test-case FilePath="open-closed"> |
| 8017 | <compilation-unit name="open-closed-15"> |
| 8018 | <output-dir compare="Text">open-closed-15</output-dir> |
| 8019 | </compilation-unit> |
| 8020 | </test-case> |
| 8021 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8022 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8023 | <test-case FilePath="open-closed"> |
| 8024 | <compilation-unit name="open-closed-16"> |
| 8025 | <output-dir compare="Text">open-closed-16</output-dir> |
| 8026 | </compilation-unit> |
| 8027 | </test-case> |
| 8028 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8029 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8030 | <test-case FilePath="open-closed"> |
| 8031 | <compilation-unit name="open-closed-17"> |
| 8032 | <output-dir compare="Text">open-closed-17</output-dir> |
| 8033 | </compilation-unit> |
| 8034 | </test-case> |
| 8035 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8036 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8037 | <test-case FilePath="open-closed"> |
| 8038 | <compilation-unit name="open-closed-19"> |
| 8039 | <output-dir compare="Text">open-closed-19</output-dir> |
| 8040 | </compilation-unit> |
| 8041 | </test-case> |
| 8042 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8043 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8044 | <test-case FilePath="open-closed"> |
| 8045 | <compilation-unit name="open-closed-20"> |
| 8046 | <output-dir compare="Text">open-closed-20</output-dir> |
| 8047 | </compilation-unit> |
| 8048 | </test-case> |
| 8049 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8050 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8051 | <test-case FilePath="open-closed"> |
| 8052 | <compilation-unit name="open-closed-21"> |
| 8053 | <output-dir compare="Text">open-closed-21</output-dir> |
| 8054 | </compilation-unit> |
| 8055 | </test-case> |
| 8056 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8057 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8058 | <test-case FilePath="open-closed"> |
| 8059 | <compilation-unit name="open-closed-22"> |
| 8060 | <output-dir compare="Text">open-closed-22</output-dir> |
| 8061 | </compilation-unit> |
| 8062 | </test-case> |
| 8063 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8064 | <test-case FilePath="open-closed"> |
| 8065 | <compilation-unit name="open-closed-24"> |
| 8066 | <output-dir compare="Text">open-closed-24</output-dir> |
| 8067 | </compilation-unit> |
| 8068 | </test-case> |
| 8069 | <test-case FilePath="open-closed"> |
| 8070 | <compilation-unit name="open-closed-25"> |
| 8071 | <output-dir compare="Text">open-closed-25</output-dir> |
| 8072 | </compilation-unit> |
| 8073 | </test-case> |
| 8074 | <test-case FilePath="open-closed"> |
| 8075 | <compilation-unit name="open-closed-26"> |
| 8076 | <output-dir compare="Text">open-closed-26</output-dir> |
| 8077 | </compilation-unit> |
| 8078 | </test-case> |
| 8079 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8080 | <test-case FilePath="open-closed"> |
| 8081 | <compilation-unit name="open-closed-28"> |
| 8082 | <output-dir compare="Text">open-closed-28</output-dir> |
| 8083 | </compilation-unit> |
| 8084 | </test-case> |
| 8085 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8086 | <test-case FilePath="open-closed"> |
| 8087 | <compilation-unit name="open-closed-29"> |
| 8088 | <output-dir compare="Text">open-closed-29</output-dir> |
| 8089 | </compilation-unit> |
| 8090 | </test-case> |
| 8091 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8092 | <test-case FilePath="open-closed"> |
| 8093 | <compilation-unit name="open-closed-30"> |
| 8094 | <output-dir compare="Text">open-closed-30</output-dir> |
| 8095 | </compilation-unit> |
| 8096 | </test-case> |
| 8097 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8098 | <test-case FilePath="open-closed"> |
| 8099 | <compilation-unit name="open-closed-31"> |
| 8100 | <output-dir compare="Text">open-closed-31</output-dir> |
| 8101 | </compilation-unit> |
| 8102 | </test-case> |
| 8103 | <test-case FilePath="open-closed"> |
| 8104 | <compilation-unit name="open-closed-32"> |
| 8105 | <output-dir compare="Text">open-closed-32</output-dir> |
| 8106 | </compilation-unit> |
| 8107 | </test-case> |
| 8108 | <test-case FilePath="open-closed"> |
| 8109 | <compilation-unit name="open-closed-33"> |
| 8110 | <output-dir compare="Text">open-closed-33</output-dir> |
| 8111 | </compilation-unit> |
| 8112 | </test-case> |
| 8113 | <test-case FilePath="open-closed"> |
| 8114 | <compilation-unit name="query-proposal02"> |
| 8115 | <output-dir compare="Text">query-proposal02</output-dir> |
| 8116 | </compilation-unit> |
| 8117 | </test-case> |
| 8118 | <test-case FilePath="open-closed"> |
| 8119 | <compilation-unit name="query-proposal"> |
| 8120 | <output-dir compare="Text">query-proposal</output-dir> |
| 8121 | </compilation-unit> |
| 8122 | </test-case> |
| 8123 | <test-case FilePath="open-closed"> |
| 8124 | <compilation-unit name="query-issue350"> |
| 8125 | <output-dir compare="Text">query-issue350</output-dir> |
| 8126 | </compilation-unit> |
| 8127 | </test-case> |
| 8128 | <test-case FilePath="open-closed"> |
| 8129 | <compilation-unit name="query-issue350-2"> |
| 8130 | <output-dir compare="Text">query-issue350-2</output-dir> |
| 8131 | </compilation-unit> |
| 8132 | </test-case> |
| 8133 | <test-case FilePath="open-closed"> |
| 8134 | <compilation-unit name="query-issue343"> |
| 8135 | <output-dir compare="Text">query-issue343</output-dir> |
| 8136 | </compilation-unit> |
| 8137 | </test-case> |
| 8138 | <test-case FilePath="open-closed"> |
| 8139 | <compilation-unit name="query-issue343-2"> |
| 8140 | <output-dir compare="Text">query-issue343-2</output-dir> |
| 8141 | </compilation-unit> |
| 8142 | </test-case> |
| 8143 | <test-case FilePath="open-closed"> |
| 8144 | <compilation-unit name="query-issue196"> |
| 8145 | <output-dir compare="Text">query-issue196</output-dir> |
| 8146 | </compilation-unit> |
| 8147 | </test-case> |
| 8148 | <test-case FilePath="open-closed"> |
| 8149 | <compilation-unit name="query-issue377"> |
| 8150 | <output-dir compare="Text">query-issue377</output-dir> |
| 8151 | </compilation-unit> |
| 8152 | </test-case> |
| 8153 | <test-case FilePath="open-closed"> |
| 8154 | <compilation-unit name="query-issue410"> |
| 8155 | <output-dir compare="Text">query-issue410</output-dir> |
Murtadha Hubail | dd0c3d2 | 2019-05-05 21:25:56 +0300 | [diff] [blame] | 8156 | <expected-error>Field type double cannot be promoted to type string</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 8157 | <source-location>false</source-location> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8158 | </compilation-unit> |
| 8159 | </test-case> |
| 8160 | <test-case FilePath="open-closed"> |
| 8161 | <compilation-unit name="query-issue453"> |
| 8162 | <output-dir compare="Text">query-issue453</output-dir> |
| 8163 | </compilation-unit> |
| 8164 | </test-case> |
| 8165 | <test-case FilePath="open-closed"> |
| 8166 | <compilation-unit name="query-issue453-2"> |
| 8167 | <output-dir compare="Text">query-issue453-2</output-dir> |
| 8168 | </compilation-unit> |
| 8169 | </test-case> |
| 8170 | <test-case FilePath="open-closed"> |
| 8171 | <compilation-unit name="query-issue456"> |
| 8172 | <output-dir compare="Text">query-issue456</output-dir> |
| 8173 | </compilation-unit> |
| 8174 | </test-case> |
| 8175 | <test-case FilePath="open-closed"> |
| 8176 | <compilation-unit name="query-issue465"> |
| 8177 | <output-dir compare="Text">query-issue465</output-dir> |
| 8178 | </compilation-unit> |
| 8179 | </test-case> |
| 8180 | <test-case FilePath="open-closed"> |
| 8181 | <compilation-unit name="query-issue258"> |
| 8182 | <output-dir compare="Text">query-issue258</output-dir> |
| 8183 | </compilation-unit> |
| 8184 | </test-case> |
| 8185 | <test-case FilePath="open-closed"> |
| 8186 | <compilation-unit name="query-issue423"> |
| 8187 | <output-dir compare="Text">query-issue423</output-dir> |
| 8188 | </compilation-unit> |
| 8189 | </test-case> |
| 8190 | <test-case FilePath="open-closed"> |
| 8191 | <compilation-unit name="query-issue423-2"> |
| 8192 | <output-dir compare="Text">query-issue423-2</output-dir> |
| 8193 | </compilation-unit> |
| 8194 | </test-case> |
| 8195 | <test-case FilePath="open-closed"> |
| 8196 | <compilation-unit name="query-issue442"><!-- Exception is not thrown!! --> |
| 8197 | <output-dir compare="Text">query-issue442</output-dir> |
| 8198 | <!-- <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error> --> |
| 8199 | </compilation-unit> |
| 8200 | </test-case> |
| 8201 | <!--<test-case FilePath="open-closed"> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8202 | <compilation-unit name="query-issue487"> |
| 8203 | <output-dir compare="Text">query-issue487</output-dir> |
| 8204 | <expected-error>org.apache.asterix.common.exceptions.AsterixException</expected-error> |
| 8205 | </compilation-unit> |
| 8206 | </test-case> --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8207 | <test-case FilePath="open-closed"> |
| 8208 | <compilation-unit name="query-issue592"> |
| 8209 | <output-dir compare="Text">query-issue592</output-dir> |
| 8210 | </compilation-unit> |
| 8211 | </test-case> |
| 8212 | <test-case FilePath="open-closed"> |
| 8213 | <compilation-unit name="query-issue625"> |
| 8214 | <output-dir compare="Text">query-issue625</output-dir> |
| 8215 | </compilation-unit> |
| 8216 | </test-case> |
| 8217 | </test-group> |
| 8218 | <test-group name="quantifiers"> |
| 8219 | <test-case FilePath="quantifiers"> |
Yingyi Bu | 8aac724 | 2016-09-13 23:14:09 -0700 | [diff] [blame] | 8220 | <compilation-unit name="anysat_01"> |
| 8221 | <output-dir compare="Text">somesat_01</output-dir> |
| 8222 | </compilation-unit> |
| 8223 | </test-case> |
| 8224 | <test-case FilePath="quantifiers"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8225 | <compilation-unit name="everysat_01"> |
| 8226 | <output-dir compare="Text">everysat_01</output-dir> |
| 8227 | </compilation-unit> |
| 8228 | </test-case> |
| 8229 | <test-case FilePath="quantifiers"> |
| 8230 | <compilation-unit name="query-ASTERIXDB-1005"> |
| 8231 | <output-dir compare="Text">query-ASTERIXDB-1005</output-dir> |
| 8232 | </compilation-unit> |
| 8233 | </test-case> |
Yingyi Bu | 0e0acb1 | 2016-10-04 21:50:52 -0700 | [diff] [blame] | 8234 | <test-case FilePath="quantifiers"> |
| 8235 | <compilation-unit name="query-ASTERIXDB-1674"> |
| 8236 | <output-dir compare="Text">query-ASTERIXDB-1674</output-dir> |
| 8237 | </compilation-unit> |
| 8238 | </test-case> |
Dmitry Lychagin | c166adc | 2018-03-01 12:09:36 -0800 | [diff] [blame] | 8239 | <test-case FilePath="quantifiers"> |
| 8240 | <compilation-unit name="query-ASTERIXDB-2307"> |
| 8241 | <output-dir compare="Text">query-ASTERIXDB-2307</output-dir> |
| 8242 | </compilation-unit> |
| 8243 | </test-case> |
Dmitry Lychagin | f325e65 | 2020-02-07 16:29:43 -0800 | [diff] [blame] | 8244 | <test-case FilePath="quantifiers"> |
| 8245 | <compilation-unit name="query-ASTERIXDB-2696"> |
| 8246 | <output-dir compare="Text">query-ASTERIXDB-2696</output-dir> |
| 8247 | </compilation-unit> |
| 8248 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8249 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8250 | <test-case FilePath="quantifiers"> |
| 8251 | <compilation-unit name="everysat_02"> |
| 8252 | <output-dir compare="Text">everysat_02</output-dir> |
| 8253 | </compilation-unit> |
| 8254 | </test-case> |
| 8255 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8256 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8257 | <test-case FilePath="quantifiers"> |
| 8258 | <compilation-unit name="everysat_03"> |
| 8259 | <output-dir compare="Text">everysat_03</output-dir> |
| 8260 | </compilation-unit> |
| 8261 | </test-case> |
| 8262 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8263 | <test-case FilePath="quantifiers"> |
| 8264 | <compilation-unit name="everysat_04"> |
| 8265 | <output-dir compare="Text">everysat_04</output-dir> |
| 8266 | </compilation-unit> |
| 8267 | </test-case> |
| 8268 | <test-case FilePath="quantifiers"> |
| 8269 | <compilation-unit name="somesat_01"> |
| 8270 | <output-dir compare="Text">somesat_01</output-dir> |
| 8271 | </compilation-unit> |
| 8272 | </test-case> |
| 8273 | <test-case FilePath="quantifiers"> |
| 8274 | <compilation-unit name="somesat_02"> |
| 8275 | <output-dir compare="Text">somesat_02</output-dir> |
| 8276 | </compilation-unit> |
| 8277 | </test-case> |
| 8278 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8279 | <test-case FilePath="quantifiers"> |
| 8280 | <compilation-unit name="somesat_03"> |
| 8281 | <output-dir compare="Text">somesat_03</output-dir> |
| 8282 | </compilation-unit> |
| 8283 | </test-case> |
| 8284 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8285 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8286 | <test-case FilePath="quantifiers"> |
| 8287 | <compilation-unit name="somesat_04"> |
| 8288 | <output-dir compare="Text">somesat_04</output-dir> |
| 8289 | </compilation-unit> |
| 8290 | </test-case> |
| 8291 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8292 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8293 | <test-case FilePath="quantifiers"> |
| 8294 | <compilation-unit name="somesat_05"> |
| 8295 | <output-dir compare="Text">somesat_05</output-dir> |
| 8296 | </compilation-unit> |
| 8297 | </test-case> |
| 8298 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8299 | <test-case FilePath="quantifiers"> |
| 8300 | <compilation-unit name="somesat_06"> |
| 8301 | <output-dir compare="Text">somesat_06</output-dir> |
| 8302 | </compilation-unit> |
| 8303 | </test-case> |
| 8304 | </test-group> |
| 8305 | <test-group name="range-hints"> |
| 8306 | <test-case FilePath="range-hints"> |
| 8307 | <compilation-unit name="order-by"> |
| 8308 | <output-dir compare="Text">order-by</output-dir> |
| 8309 | </compilation-unit> |
| 8310 | </test-case> |
| 8311 | <!-- Fail sporadically <test-case FilePath="range-hints"> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8312 | <compilation-unit name="order-by-exception_01"> |
| 8313 | <output-dir compare="Text">order-by</output-dir> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 8314 | <expected-error>org.json.JSONException: JSONObject["summary"] not found</expected-error> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8315 | </compilation-unit> |
| 8316 | </test-case> |
| 8317 | <test-case FilePath="range-hints"> |
| 8318 | <compilation-unit name="order-by-exception_02"> |
| 8319 | <output-dir compare="Text">order-by</output-dir> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 8320 | <expected-error>org.json.JSONException: JSONObject["summary"] not found</expected-error> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8321 | </compilation-unit> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 8322 | </test-case> --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8323 | </test-group> |
Yingyi Bu | 44384a2 | 2017-01-02 11:57:30 -0800 | [diff] [blame] | 8324 | <test-group name="resolution"> |
| 8325 | <test-case FilePath="resolution"> |
| 8326 | <compilation-unit name="conflict-field-dataset"> |
| 8327 | <output-dir compare="Text">conflict-field-dataset</output-dir> |
| 8328 | </compilation-unit> |
| 8329 | </test-case> |
| 8330 | <test-case FilePath="resolution"> |
| 8331 | <compilation-unit name="conflict-field-dataset-from"> |
| 8332 | <output-dir compare="Text">conflict-field-dataset-from</output-dir> |
| 8333 | </compilation-unit> |
| 8334 | </test-case> |
| 8335 | <test-case FilePath="resolution"> |
| 8336 | <compilation-unit name="conflict-field-dataset-fromterm"> |
| 8337 | <output-dir compare="Text">conflict-field-dataset-from</output-dir> |
| 8338 | </compilation-unit> |
| 8339 | </test-case> |
| 8340 | <test-case FilePath="resolution"> |
| 8341 | <compilation-unit name="conflict-field-dataset-join"> |
| 8342 | <output-dir compare="Text">conflict-field-dataset-from</output-dir> |
| 8343 | </compilation-unit> |
| 8344 | </test-case> |
| 8345 | <test-case FilePath="resolution"> |
| 8346 | <compilation-unit name="conflict-field-dataset-quantifier"> |
| 8347 | <output-dir compare="Text">conflict-field-dataset-from</output-dir> |
| 8348 | </compilation-unit> |
| 8349 | </test-case> |
| 8350 | <test-case FilePath="resolution"> |
| 8351 | <compilation-unit name="conflict-field-dataset-unnest"> |
| 8352 | <output-dir compare="Text">conflict-field-dataset-from</output-dir> |
| 8353 | </compilation-unit> |
| 8354 | </test-case> |
| 8355 | <test-case FilePath="resolution"> |
| 8356 | <compilation-unit name="conflict-fields-dataset"> |
| 8357 | <output-dir compare="Text">conflict-field-dataset</output-dir> |
Dmitry Lychagin | 0f6df16 | 2018-07-09 18:03:13 -0700 | [diff] [blame] | 8358 | <expected-error>Cannot resolve ambiguous alias reference for identifier samptable</expected-error> |
Yingyi Bu | 44384a2 | 2017-01-02 11:57:30 -0800 | [diff] [blame] | 8359 | </compilation-unit> |
| 8360 | </test-case> |
| 8361 | <test-case FilePath="resolution"> |
| 8362 | <compilation-unit name="fullyqualified"> |
| 8363 | <output-dir compare="Text">fullyqualified</output-dir> |
| 8364 | </compilation-unit> |
| 8365 | </test-case> |
| 8366 | <test-case FilePath="resolution"> |
| 8367 | <compilation-unit name="fullyqualified2"> |
| 8368 | <output-dir compare="Text">fullyqualified2</output-dir> |
| 8369 | </compilation-unit> |
| 8370 | </test-case> |
Dmitry Lychagin | ef1719e | 2017-12-15 08:33:07 -0800 | [diff] [blame] | 8371 | <test-case FilePath="resolution"> |
| 8372 | <compilation-unit name="order_1"> |
| 8373 | <output-dir compare="Text">order_1</output-dir> |
| 8374 | </compilation-unit> |
| 8375 | </test-case> |
| 8376 | <test-case FilePath="resolution"> |
| 8377 | <compilation-unit name="groupby_rename_with_sugar"> |
| 8378 | <output-dir compare="Text">groupby_rename_with_sugar</output-dir> |
| 8379 | </compilation-unit> |
| 8380 | </test-case> |
Dmitry Lychagin | 66d13f7 | 2017-12-18 21:29:54 -0800 | [diff] [blame] | 8381 | <test-case FilePath="resolution"> |
| 8382 | <compilation-unit name="function_dataverse"> |
| 8383 | <output-dir compare="Text">function_dataverse</output-dir> |
| 8384 | </compilation-unit> |
| 8385 | </test-case> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 8386 | <test-case FilePath="resolution"> |
| 8387 | <compilation-unit name="field_accessor_1"> |
| 8388 | <output-dir compare="Text">field_accessor_1</output-dir> |
| 8389 | </compilation-unit> |
| 8390 | </test-case> |
| 8391 | <test-case FilePath="resolution"> |
| 8392 | <compilation-unit name="field_accessor_2_negative"> |
| 8393 | <output-dir compare="Text">field_accessor_1</output-dir> |
| 8394 | <expected-error>ASX1074: Cannot resolve ambiguous alias reference for identifier c2 (in line 25, at column 7)</expected-error> |
| 8395 | <expected-error>ASX1074: Cannot resolve ambiguous alias reference for identifier c2 (in line 25, at column 7)</expected-error> |
| 8396 | <expected-error>ASX1074: Cannot resolve ambiguous alias reference for identifier c2 (in line 25, at column 7)</expected-error> |
| 8397 | <expected-error>ASX1074: Cannot resolve ambiguous alias reference for identifier c10 (in line 25, at column 51)</expected-error> |
| 8398 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier c20 (in line 26, at column 8)</expected-error> |
| 8399 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier c1 (in line 25, at column 19)</expected-error> |
| 8400 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier samptable (in line 25, at column 14)</expected-error> |
| 8401 | </compilation-unit> |
| 8402 | </test-case> |
Yingyi Bu | 44384a2 | 2017-01-02 11:57:30 -0800 | [diff] [blame] | 8403 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8404 | <test-group name="scan"> |
| 8405 | <test-case FilePath="scan"> |
| 8406 | <compilation-unit name="10"> |
| 8407 | <output-dir compare="Text">10</output-dir> |
| 8408 | </compilation-unit> |
| 8409 | </test-case> |
| 8410 | <test-case FilePath="scan"> |
| 8411 | <compilation-unit name="20"> |
| 8412 | <output-dir compare="Text">20</output-dir> |
| 8413 | </compilation-unit> |
| 8414 | </test-case> |
| 8415 | <test-case FilePath="scan"> |
| 8416 | <compilation-unit name="issue238_query_1"> |
| 8417 | <output-dir compare="Text">issue238_query_1</output-dir> |
| 8418 | </compilation-unit> |
| 8419 | </test-case> |
| 8420 | <test-case FilePath="scan"> |
| 8421 | <compilation-unit name="issue238_query_2"> |
| 8422 | <output-dir compare="Text">issue238_query_2</output-dir> |
| 8423 | </compilation-unit> |
| 8424 | </test-case> |
| 8425 | <!-- The syntax this test case tets isn't really invalid |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8426 | <test-case FilePath="scan"> |
| 8427 | <compilation-unit name="invalid-scan-syntax"> |
| 8428 | <output-dir compare="Text">invalid-scan-syntax</output-dir> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 8429 | <expected-error>java.lang.IllegalStateException: no result file</expected-error> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8430 | </compilation-unit> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 8431 | </test-case>--> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8432 | <test-case FilePath="scan"> |
| 8433 | <compilation-unit name="30"> |
| 8434 | <output-dir compare="Text">30</output-dir> |
| 8435 | </compilation-unit> |
| 8436 | </test-case> |
| 8437 | <test-case FilePath="scan"> |
| 8438 | <compilation-unit name="alltypes_01"> |
| 8439 | <output-dir compare="Text">alltypes_01</output-dir> |
| 8440 | </compilation-unit> |
| 8441 | </test-case> |
| 8442 | <test-case FilePath="scan"> |
| 8443 | <compilation-unit name="alltypes_01"> |
| 8444 | <output-dir compare="Text">alltypes_01</output-dir> |
| 8445 | </compilation-unit> |
| 8446 | </test-case> |
| 8447 | <test-case FilePath="scan"> |
| 8448 | <compilation-unit name="alltypes_02"> |
| 8449 | <output-dir compare="Text">alltypes_02</output-dir> |
| 8450 | </compilation-unit> |
| 8451 | </test-case> |
| 8452 | <test-case FilePath="scan"> |
| 8453 | <compilation-unit name="numeric_types_01"> |
| 8454 | <output-dir compare="Text">numeric_types_01</output-dir> |
| 8455 | </compilation-unit> |
| 8456 | </test-case> |
| 8457 | <test-case FilePath="scan"> |
| 8458 | <compilation-unit name="spatial_types_01"> |
| 8459 | <output-dir compare="Text">spatial_types_01</output-dir> |
| 8460 | </compilation-unit> |
| 8461 | </test-case> |
| 8462 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8463 | <test-case FilePath="scan"> |
| 8464 | <compilation-unit name="spatial_types_02"> |
| 8465 | <output-dir compare="Text">spatial_types_02</output-dir> |
| 8466 | </compilation-unit> |
| 8467 | </test-case> |
| 8468 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8469 | <test-case FilePath="scan"> |
| 8470 | <compilation-unit name="temp_types_01"> |
| 8471 | <output-dir compare="Text">temp_types_01</output-dir> |
| 8472 | </compilation-unit> |
| 8473 | </test-case> |
| 8474 | <!-- |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 8475 | <test-case FilePath="scan"> |
| 8476 | <compilation-unit name="temp_types_02"> |
| 8477 | <output-dir compare="Text">temp_types_02</output-dir> |
| 8478 | </compilation-unit> |
| 8479 | </test-case> |
| 8480 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8481 | </test-group> |
Yingyi Bu | a89fae6 | 2016-07-06 07:58:55 -0700 | [diff] [blame] | 8482 | <test-group name="select-star"> |
| 8483 | <test-case FilePath="select-star"> |
| 8484 | <compilation-unit name="group_by"> |
| 8485 | <output-dir compare="Text">group_by</output-dir> |
| 8486 | </compilation-unit> |
| 8487 | </test-case> |
| 8488 | <test-case FilePath="select-star"> |
| 8489 | <compilation-unit name="from"> |
| 8490 | <output-dir compare="Text">from</output-dir> |
| 8491 | </compilation-unit> |
| 8492 | </test-case> |
| 8493 | <test-case FilePath="select-star"> |
| 8494 | <compilation-unit name="join"> |
| 8495 | <output-dir compare="Text">join</output-dir> |
| 8496 | </compilation-unit> |
| 8497 | </test-case> |
| 8498 | <test-case FilePath="select-star"> |
| 8499 | <compilation-unit name="mixed"> |
| 8500 | <output-dir compare="Text">mixed</output-dir> |
| 8501 | </compilation-unit> |
| 8502 | </test-case> |
| 8503 | <test-case FilePath="select-star"> |
| 8504 | <compilation-unit name="no_star"> |
| 8505 | <output-dir compare="Text">no_star</output-dir> |
| 8506 | </compilation-unit> |
| 8507 | </test-case> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 8508 | <test-case FilePath="select-star"> |
| 8509 | <compilation-unit name="var_star"> |
| 8510 | <output-dir compare="Text">var_star</output-dir> |
| 8511 | </compilation-unit> |
| 8512 | </test-case> |
| 8513 | <test-case FilePath="select-star"> |
| 8514 | <compilation-unit name="var_star_2"> |
Dmitry Lychagin | 511a9be | 2018-08-09 19:07:51 -0700 | [diff] [blame] | 8515 | <output-dir compare="Text">var_star_2</output-dir> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 8516 | </compilation-unit> |
| 8517 | </test-case> |
Yingyi Bu | a89fae6 | 2016-07-06 07:58:55 -0700 | [diff] [blame] | 8518 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8519 | <test-group name="semistructured"> |
| 8520 | <test-case FilePath="semistructured"> |
| 8521 | <compilation-unit name="count-nullable"> |
| 8522 | <output-dir compare="Text">count-nullable</output-dir> |
| 8523 | </compilation-unit> |
| 8524 | </test-case> |
| 8525 | <test-case FilePath="semistructured"> |
| 8526 | <compilation-unit name="cust-filter"> |
| 8527 | <output-dir compare="Text">cust-filter</output-dir> |
| 8528 | </compilation-unit> |
| 8529 | </test-case> |
| 8530 | <test-case FilePath="semistructured"> |
| 8531 | <compilation-unit name="has-param1"> |
| 8532 | <output-dir compare="Text">has-param1</output-dir> |
| 8533 | </compilation-unit> |
| 8534 | </test-case> |
| 8535 | </test-group> |
| 8536 | <test-group name="similarity"> |
| 8537 | <test-case FilePath="similarity"> |
| 8538 | <compilation-unit name="edit-distance-check_ints"> |
| 8539 | <output-dir compare="Text">edit-distance-check_ints</output-dir> |
| 8540 | </compilation-unit> |
| 8541 | </test-case> |
| 8542 | <test-case FilePath="similarity"> |
| 8543 | <compilation-unit name="edit-distance-check_strings"> |
| 8544 | <output-dir compare="Text">edit-distance-check_strings</output-dir> |
| 8545 | </compilation-unit> |
| 8546 | </test-case> |
| 8547 | <test-case FilePath="similarity"> |
| 8548 | <compilation-unit name="edit-distance-check_unicode"> |
| 8549 | <output-dir compare="Text">edit-distance-check_unicode</output-dir> |
| 8550 | </compilation-unit> |
| 8551 | </test-case> |
| 8552 | <test-case FilePath="similarity"> |
| 8553 | <compilation-unit name="edit-distance-list-is-filterable"> |
| 8554 | <output-dir compare="Text">edit-distance-list-is-filterable</output-dir> |
| 8555 | </compilation-unit> |
| 8556 | </test-case> |
| 8557 | <test-case FilePath="similarity"> |
| 8558 | <compilation-unit name="edit-distance-string-is-filterable"> |
| 8559 | <output-dir compare="Text">edit-distance-string-is-filterable</output-dir> |
| 8560 | </compilation-unit> |
| 8561 | </test-case> |
| 8562 | <test-case FilePath="similarity"> |
| 8563 | <compilation-unit name="edit-distance_ints"> |
| 8564 | <output-dir compare="Text">edit-distance_ints</output-dir> |
| 8565 | </compilation-unit> |
| 8566 | </test-case> |
| 8567 | <test-case FilePath="similarity"> |
| 8568 | <compilation-unit name="edit-distance_strings"> |
| 8569 | <output-dir compare="Text">edit-distance_strings</output-dir> |
| 8570 | </compilation-unit> |
| 8571 | </test-case> |
| 8572 | <test-case FilePath="similarity"> |
| 8573 | <compilation-unit name="fuzzyeq-edit-distance"> |
| 8574 | <output-dir compare="Text">fuzzyeq-edit-distance</output-dir> |
| 8575 | </compilation-unit> |
| 8576 | </test-case> |
| 8577 | <test-case FilePath="similarity"> |
| 8578 | <compilation-unit name="fuzzyeq-similarity-jaccard"> |
| 8579 | <output-dir compare="Text">fuzzyeq-similarity-jaccard</output-dir> |
| 8580 | </compilation-unit> |
| 8581 | </test-case> |
| 8582 | <test-case FilePath="similarity"> |
| 8583 | <compilation-unit name="prefix-len-jaccard"> |
| 8584 | <output-dir compare="Text">prefix-len-jaccard</output-dir> |
| 8585 | </compilation-unit> |
| 8586 | </test-case> |
| 8587 | <test-case FilePath="similarity"> |
| 8588 | <compilation-unit name="similarity-jaccard-check_ints"> |
| 8589 | <output-dir compare="Text">similarity-jaccard-check_ints</output-dir> |
| 8590 | </compilation-unit> |
| 8591 | </test-case> |
| 8592 | <test-case FilePath="similarity"> |
| 8593 | <compilation-unit name="similarity-jaccard-check_query"> |
| 8594 | <output-dir compare="Text">similarity-jaccard-check_query</output-dir> |
| 8595 | </compilation-unit> |
| 8596 | </test-case> |
| 8597 | <test-case FilePath="similarity"> |
| 8598 | <compilation-unit name="similarity-jaccard-check_strings"> |
| 8599 | <output-dir compare="Text">similarity-jaccard-check_strings</output-dir> |
| 8600 | </compilation-unit> |
| 8601 | </test-case> |
| 8602 | <test-case FilePath="similarity"> |
| 8603 | <compilation-unit name="similarity-jaccard-prefix-check"> |
| 8604 | <output-dir compare="Text">similarity-jaccard-prefix-check</output-dir> |
| 8605 | </compilation-unit> |
| 8606 | </test-case> |
| 8607 | <test-case FilePath="similarity"> |
| 8608 | <compilation-unit name="similarity-jaccard-prefix"> |
| 8609 | <output-dir compare="Text">similarity-jaccard-prefix</output-dir> |
| 8610 | </compilation-unit> |
| 8611 | </test-case> |
| 8612 | <test-case FilePath="similarity"> |
| 8613 | <compilation-unit name="similarity-jaccard-sorted-check_ints"> |
| 8614 | <output-dir compare="Text">similarity-jaccard-sorted-check_ints</output-dir> |
| 8615 | </compilation-unit> |
| 8616 | </test-case> |
| 8617 | <test-case FilePath="similarity"> |
| 8618 | <compilation-unit name="similarity-jaccard-sorted-check_query"> |
| 8619 | <output-dir compare="Text">similarity-jaccard-sorted-check_query</output-dir> |
| 8620 | </compilation-unit> |
| 8621 | </test-case> |
| 8622 | <test-case FilePath="similarity"> |
| 8623 | <compilation-unit name="similarity-jaccard-sorted-check_strings"> |
| 8624 | <output-dir compare="Text">similarity-jaccard-sorted-check_strings</output-dir> |
| 8625 | </compilation-unit> |
| 8626 | </test-case> |
| 8627 | <test-case FilePath="similarity"> |
| 8628 | <compilation-unit name="similarity-jaccard-sorted_ints"> |
| 8629 | <output-dir compare="Text">similarity-jaccard-sorted_ints</output-dir> |
| 8630 | </compilation-unit> |
| 8631 | </test-case> |
| 8632 | <test-case FilePath="similarity"> |
| 8633 | <compilation-unit name="similarity-jaccard-sorted_query"> |
| 8634 | <output-dir compare="Text">similarity-jaccard-sorted_query</output-dir> |
| 8635 | </compilation-unit> |
| 8636 | </test-case> |
| 8637 | <test-case FilePath="similarity"> |
| 8638 | <compilation-unit name="similarity-jaccard-sorted_strings"> |
| 8639 | <output-dir compare="Text">similarity-jaccard-sorted_strings</output-dir> |
| 8640 | </compilation-unit> |
| 8641 | </test-case> |
| 8642 | <test-case FilePath="similarity"> |
| 8643 | <compilation-unit name="similarity-jaccard_ints"> |
| 8644 | <output-dir compare="Text">similarity-jaccard_ints</output-dir> |
| 8645 | </compilation-unit> |
| 8646 | </test-case> |
| 8647 | <test-case FilePath="similarity"> |
| 8648 | <compilation-unit name="similarity-jaccard_query"> |
| 8649 | <output-dir compare="Text">similarity-jaccard_query</output-dir> |
| 8650 | </compilation-unit> |
| 8651 | </test-case> |
| 8652 | <test-case FilePath="similarity"> |
| 8653 | <compilation-unit name="similarity-jaccard_strings"> |
| 8654 | <output-dir compare="Text">similarity-jaccard_strings</output-dir> |
| 8655 | </compilation-unit> |
| 8656 | </test-case> |
| 8657 | <test-case FilePath="similarity"> |
| 8658 | <compilation-unit name="similarity-jaccard-check_strings_issue628"> |
| 8659 | <output-dir compare="Text">similarity-jaccard-check_strings_issue628</output-dir> |
| 8660 | </compilation-unit> |
| 8661 | </test-case> |
| 8662 | </test-group> |
| 8663 | <test-group name="spatial"> |
| 8664 | <test-case FilePath="spatial"> |
| 8665 | <compilation-unit name="cell-aggregation-with-filtering"> |
| 8666 | <output-dir compare="Text">cell-aggregation-with-filtering</output-dir> |
| 8667 | </compilation-unit> |
| 8668 | </test-case> |
| 8669 | <test-case FilePath="spatial"> |
| 8670 | <compilation-unit name="cell-aggregation"> |
| 8671 | <output-dir compare="Text">cell-aggregation</output-dir> |
| 8672 | </compilation-unit> |
| 8673 | </test-case> |
| 8674 | <test-case FilePath="spatial"> |
| 8675 | <compilation-unit name="circle_accessor"> |
| 8676 | <output-dir compare="Text">circle_accessor</output-dir> |
| 8677 | </compilation-unit> |
| 8678 | </test-case> |
| 8679 | <test-case FilePath="spatial"> |
| 8680 | <compilation-unit name="circle-intersect-circle"> |
| 8681 | <output-dir compare="Text">circle-intersect-circle</output-dir> |
| 8682 | </compilation-unit> |
| 8683 | </test-case> |
| 8684 | <test-case FilePath="spatial"> |
| 8685 | <compilation-unit name="create-rtree-index"> |
| 8686 | <output-dir compare="Text">create-rtree-index</output-dir> |
| 8687 | </compilation-unit> |
| 8688 | </test-case> |
| 8689 | <test-case FilePath="spatial"> |
| 8690 | <compilation-unit name="distance-between-points"> |
| 8691 | <output-dir compare="Text">distance-between-points</output-dir> |
| 8692 | </compilation-unit> |
| 8693 | </test-case> |
| 8694 | <test-case FilePath="spatial"> |
| 8695 | <compilation-unit name="line_accessor"> |
| 8696 | <output-dir compare="Text">line_accessor</output-dir> |
| 8697 | </compilation-unit> |
| 8698 | </test-case> |
| 8699 | <test-case FilePath="spatial"> |
| 8700 | <compilation-unit name="line-intersect-circle"> |
| 8701 | <output-dir compare="Text">line-intersect-circle</output-dir> |
| 8702 | </compilation-unit> |
| 8703 | </test-case> |
| 8704 | <test-case FilePath="spatial"> |
| 8705 | <compilation-unit name="line-intersect-line"> |
| 8706 | <output-dir compare="Text">line-intersect-line</output-dir> |
| 8707 | </compilation-unit> |
| 8708 | </test-case> |
| 8709 | <test-case FilePath="spatial"> |
| 8710 | <compilation-unit name="line-intersect-polygon"> |
| 8711 | <output-dir compare="Text">line-intersect-polygon</output-dir> |
| 8712 | </compilation-unit> |
| 8713 | </test-case> |
| 8714 | <test-case FilePath="spatial"> |
| 8715 | <compilation-unit name="line-intersect-rectangle"> |
| 8716 | <output-dir compare="Text">line-intersect-rectangle</output-dir> |
| 8717 | </compilation-unit> |
| 8718 | </test-case> |
| 8719 | <test-case FilePath="spatial"> |
| 8720 | <compilation-unit name="point_accessor"> |
| 8721 | <output-dir compare="Text">point_accessor</output-dir> |
| 8722 | </compilation-unit> |
| 8723 | </test-case> |
| 8724 | <test-case FilePath="spatial"> |
| 8725 | <compilation-unit name="point-equals-point"> |
| 8726 | <output-dir compare="Text">point-equals-point</output-dir> |
| 8727 | </compilation-unit> |
| 8728 | </test-case> |
| 8729 | <test-case FilePath="spatial"> |
| 8730 | <compilation-unit name="point-in-circle"> |
| 8731 | <output-dir compare="Text">point-in-circle</output-dir> |
| 8732 | </compilation-unit> |
| 8733 | </test-case> |
| 8734 | <test-case FilePath="spatial"> |
| 8735 | <compilation-unit name="point-in-polygon"> |
| 8736 | <output-dir compare="Text">point-in-polygon</output-dir> |
| 8737 | </compilation-unit> |
| 8738 | </test-case> |
| 8739 | <test-case FilePath="spatial"> |
| 8740 | <compilation-unit name="point-in-rectangle"> |
| 8741 | <output-dir compare="Text">point-in-rectangle</output-dir> |
| 8742 | </compilation-unit> |
| 8743 | </test-case> |
| 8744 | <test-case FilePath="spatial"> |
| 8745 | <compilation-unit name="point-on-line"> |
| 8746 | <output-dir compare="Text">point-on-line</output-dir> |
| 8747 | </compilation-unit> |
| 8748 | </test-case> |
| 8749 | <test-case FilePath="spatial"> |
| 8750 | <compilation-unit name="polygon_accessor"> |
| 8751 | <output-dir compare="Text">polygon_accessor</output-dir> |
| 8752 | </compilation-unit> |
| 8753 | </test-case> |
| 8754 | <test-case FilePath="spatial"> |
| 8755 | <compilation-unit name="polygon-intersect-circle"> |
| 8756 | <output-dir compare="Text">polygon-intersect-circle</output-dir> |
| 8757 | </compilation-unit> |
| 8758 | </test-case> |
| 8759 | <test-case FilePath="spatial"> |
| 8760 | <compilation-unit name="polygon-intersect-polygon"> |
| 8761 | <output-dir compare="Text">polygon-intersect-polygon</output-dir> |
| 8762 | </compilation-unit> |
| 8763 | </test-case> |
| 8764 | <test-case FilePath="spatial"> |
| 8765 | <compilation-unit name="polygon-intersect-rectangle"> |
| 8766 | <output-dir compare="Text">polygon-intersect-rectangle</output-dir> |
| 8767 | </compilation-unit> |
| 8768 | </test-case> |
| 8769 | <test-case FilePath="spatial"> |
| 8770 | <compilation-unit name="rectangle_accessor"> |
| 8771 | <output-dir compare="Text">rectangle_accessor</output-dir> |
| 8772 | </compilation-unit> |
| 8773 | </test-case> |
| 8774 | <test-case FilePath="spatial"> |
| 8775 | <compilation-unit name="rectangle-intersect-circle"> |
| 8776 | <output-dir compare="Text">rectangle-intersect-circle</output-dir> |
| 8777 | </compilation-unit> |
| 8778 | </test-case> |
| 8779 | <test-case FilePath="spatial"> |
| 8780 | <compilation-unit name="rectangle-intersect-rectangle"> |
| 8781 | <output-dir compare="Text">rectangle-intersect-rectangle</output-dir> |
| 8782 | </compilation-unit> |
| 8783 | </test-case> |
| 8784 | <test-case FilePath="spatial"> |
| 8785 | <compilation-unit name="spatial-area"> |
| 8786 | <output-dir compare="Text">spatial-area</output-dir> |
| 8787 | </compilation-unit> |
| 8788 | </test-case> |
luochen01 | 468b9be | 2018-08-09 09:09:45 -0700 | [diff] [blame] | 8789 | <test-case FilePath="spatial"> |
| 8790 | <compilation-unit name="spatial-large-data"> |
| 8791 | <output-dir compare="Text">spatial-large-data</output-dir> |
| 8792 | </compilation-unit> |
| 8793 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8794 | </test-group> |
Dmitry Lychagin | 1bdf808 | 2018-06-13 14:48:23 -0700 | [diff] [blame] | 8795 | <test-group name="statement-params"> |
| 8796 | <test-case FilePath="statement-params"> |
Dmitry Lychagin | 6dc926a | 2020-05-27 18:58:03 -0700 | [diff] [blame] | 8797 | <compilation-unit name="index_01"> |
| 8798 | <output-dir compare="Text">index_01</output-dir> |
| 8799 | </compilation-unit> |
| 8800 | </test-case> |
| 8801 | <test-case FilePath="statement-params"> |
Dmitry Lychagin | 1bdf808 | 2018-06-13 14:48:23 -0700 | [diff] [blame] | 8802 | <compilation-unit name="mixed_01"> |
| 8803 | <output-dir compare="Text">mixed_01</output-dir> |
| 8804 | </compilation-unit> |
| 8805 | </test-case> |
| 8806 | <test-case FilePath="statement-params"> |
| 8807 | <compilation-unit name="named_01"> |
| 8808 | <output-dir compare="Text">named_01</output-dir> |
| 8809 | </compilation-unit> |
| 8810 | </test-case> |
| 8811 | <test-case FilePath="statement-params"> |
| 8812 | <compilation-unit name="named_02"> |
| 8813 | <output-dir compare="Text">named_01</output-dir> |
| 8814 | <expected-error>ASX1086: No value for parameter: $p2</expected-error> |
| 8815 | </compilation-unit> |
| 8816 | </test-case> |
| 8817 | <test-case FilePath="statement-params"> |
| 8818 | <compilation-unit name="named_03"> |
| 8819 | <output-dir compare="Text">named_03</output-dir> |
| 8820 | </compilation-unit> |
| 8821 | </test-case> |
| 8822 | <test-case FilePath="statement-params"> |
Dmitry Lychagin | 91384f6 | 2018-07-18 23:24:07 -0700 | [diff] [blame] | 8823 | <compilation-unit name="named_04"> |
| 8824 | <output-dir compare="Text">named_04</output-dir> |
| 8825 | </compilation-unit> |
| 8826 | </test-case> |
| 8827 | <test-case FilePath="statement-params"> |
Dmitry Lychagin | 1bdf808 | 2018-06-13 14:48:23 -0700 | [diff] [blame] | 8828 | <compilation-unit name="positional_01"> |
| 8829 | <output-dir compare="Text">positional_01</output-dir> |
| 8830 | </compilation-unit> |
| 8831 | </test-case> |
| 8832 | <test-case FilePath="statement-params"> |
| 8833 | <compilation-unit name="positional_02"> |
| 8834 | <output-dir compare="Text">positional_02</output-dir> |
| 8835 | </compilation-unit> |
| 8836 | </test-case> |
| 8837 | <test-case FilePath="statement-params"> |
| 8838 | <compilation-unit name="positional_03"> |
| 8839 | <output-dir compare="Text">positional_02</output-dir> |
| 8840 | </compilation-unit> |
| 8841 | </test-case> |
| 8842 | <test-case FilePath="statement-params"> |
| 8843 | <compilation-unit name="positional_04"> |
| 8844 | <output-dir compare="Text">positional_02</output-dir> |
| 8845 | <expected-error>ASX1086: No value for parameter: $2</expected-error> |
| 8846 | <expected-error>ASX1086: No value for parameter: $3</expected-error> |
| 8847 | </compilation-unit> |
| 8848 | </test-case> |
| 8849 | <test-case FilePath="statement-params"> |
| 8850 | <compilation-unit name="positional_05"> |
| 8851 | <output-dir compare="Text">positional_05</output-dir> |
| 8852 | </compilation-unit> |
| 8853 | </test-case> |
Dmitry Lychagin | 77758be | 2018-07-13 17:54:54 -0700 | [diff] [blame] | 8854 | <test-case FilePath="statement-params"> |
| 8855 | <compilation-unit name="query-ASTERIXDB-2413"> |
| 8856 | <output-dir compare="Text">query-ASTERIXDB-2413</output-dir> |
| 8857 | </compilation-unit> |
| 8858 | </test-case> |
Dmitry Lychagin | 1bdf808 | 2018-06-13 14:48:23 -0700 | [diff] [blame] | 8859 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8860 | <test-group name="string"> |
| 8861 | <test-case FilePath="string"> |
| 8862 | <compilation-unit name="codepoint-to-string1"> |
| 8863 | <output-dir compare="Text">codepoint-to-string1</output-dir> |
| 8864 | </compilation-unit> |
| 8865 | </test-case> |
| 8866 | <test-case FilePath="string"> |
| 8867 | <compilation-unit name="codepoint-to-string2"> |
| 8868 | <output-dir compare="Text">codepoint-to-string2</output-dir> |
| 8869 | </compilation-unit> |
| 8870 | </test-case> |
| 8871 | <test-case FilePath="string"> |
| 8872 | <compilation-unit name="concat_01"> |
| 8873 | <output-dir compare="Text">concat_01</output-dir> |
| 8874 | </compilation-unit> |
| 8875 | </test-case> |
| 8876 | <test-case FilePath="string"> |
| 8877 | <compilation-unit name="concat_02"> |
| 8878 | <output-dir compare="Text">concat_02</output-dir> |
| 8879 | </compilation-unit> |
| 8880 | </test-case> |
| 8881 | <test-case FilePath="string"> |
| 8882 | <compilation-unit name="concat_03"> |
| 8883 | <output-dir compare="Text">concat_03</output-dir> |
| 8884 | </compilation-unit> |
| 8885 | </test-case> |
| 8886 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 8887 | <compilation-unit name="concat_pipe"> |
| 8888 | <output-dir compare="Text">concat_03</output-dir> |
| 8889 | </compilation-unit> |
| 8890 | </test-case> |
| 8891 | <test-case FilePath="string"> |
| 8892 | <compilation-unit name="concat_pipe_multi"> |
| 8893 | <output-dir compare="Text">concat_pipe_multi</output-dir> |
| 8894 | </compilation-unit> |
| 8895 | </test-case> |
| 8896 | <test-case FilePath="string"> |
| 8897 | <compilation-unit name="concat_func"> |
| 8898 | <output-dir compare="Text">concat_03</output-dir> |
| 8899 | </compilation-unit> |
| 8900 | </test-case> |
| 8901 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8902 | <compilation-unit name="constructor"> |
| 8903 | <output-dir compare="Text">constructor</output-dir> |
| 8904 | </compilation-unit> |
| 8905 | </test-case> |
| 8906 | <test-case FilePath="string"> |
| 8907 | <compilation-unit name="contains_01"> |
| 8908 | <output-dir compare="Text">contains_01</output-dir> |
| 8909 | </compilation-unit> |
| 8910 | </test-case> |
| 8911 | <test-case FilePath="string"> |
| 8912 | <compilation-unit name="cpttostr01"> |
| 8913 | <output-dir compare="Text">cpttostr01</output-dir> |
| 8914 | </compilation-unit> |
| 8915 | </test-case> |
| 8916 | <test-case FilePath="string"> |
| 8917 | <compilation-unit name="cpttostr02"> |
| 8918 | <output-dir compare="Text">cpttostr02</output-dir> |
| 8919 | </compilation-unit> |
| 8920 | </test-case> |
| 8921 | <test-case FilePath="string"> |
| 8922 | <compilation-unit name="cpttostr04"> |
| 8923 | <output-dir compare="Text">cpttostr04</output-dir> |
| 8924 | </compilation-unit> |
| 8925 | </test-case> |
| 8926 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 8927 | <compilation-unit name="ends-with1"> |
| 8928 | <output-dir compare="Text">ends-with1</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8929 | </compilation-unit> |
| 8930 | </test-case> |
| 8931 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 8932 | <compilation-unit name="ends-with2"> |
| 8933 | <output-dir compare="Text">ends-with2</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8934 | </compilation-unit> |
| 8935 | </test-case> |
| 8936 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 8937 | <compilation-unit name="ends-with3"> |
| 8938 | <output-dir compare="Text">ends-with3</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8939 | </compilation-unit> |
| 8940 | </test-case> |
| 8941 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 8942 | <compilation-unit name="ends-with4"> |
| 8943 | <output-dir compare="Text">ends-with4</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8944 | </compilation-unit> |
| 8945 | </test-case> |
| 8946 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 8947 | <compilation-unit name="ends-with5"> |
| 8948 | <output-dir compare="Text">ends-with5</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8949 | </compilation-unit> |
| 8950 | </test-case> |
| 8951 | <test-case FilePath="string"> |
| 8952 | <compilation-unit name="escapes01"> |
| 8953 | <output-dir compare="Text">escapes01</output-dir> |
| 8954 | </compilation-unit> |
| 8955 | </test-case> |
| 8956 | <test-case FilePath="string"> |
| 8957 | <compilation-unit name="escapes02"> |
| 8958 | <output-dir compare="Text">escapes02</output-dir> |
| 8959 | </compilation-unit> |
| 8960 | </test-case> |
| 8961 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 8962 | <compilation-unit name="initcap"> |
| 8963 | <output-dir compare="Text">initcap</output-dir> |
| 8964 | </compilation-unit> |
| 8965 | </test-case> |
| 8966 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8967 | <compilation-unit name="length_01"> |
| 8968 | <output-dir compare="Text">length_01</output-dir> |
| 8969 | </compilation-unit> |
| 8970 | </test-case> |
| 8971 | <test-case FilePath="string"> |
| 8972 | <compilation-unit name="length_02"> |
| 8973 | <output-dir compare="Text">length_02</output-dir> |
| 8974 | </compilation-unit> |
| 8975 | </test-case> |
| 8976 | <test-case FilePath="string"> |
| 8977 | <compilation-unit name="like_01"> |
| 8978 | <output-dir compare="Text">like_01</output-dir> |
| 8979 | </compilation-unit> |
| 8980 | </test-case> |
| 8981 | <test-case FilePath="string"> |
Ali Alsuliman | a14b016 | 2019-10-08 13:41:57 -0700 | [diff] [blame] | 8982 | <compilation-unit name="like_02"> |
| 8983 | <output-dir compare="Text">like_02</output-dir> |
| 8984 | </compilation-unit> |
| 8985 | </test-case> |
| 8986 | <test-case FilePath="string"> |
| 8987 | <compilation-unit name="like_03_negative"> |
| 8988 | <output-dir compare="Text">like_03_negative</output-dir> |
| 8989 | <expected-error>Invalid pattern "__\c" for LIKE (in line 21, at column 11)</expected-error> |
| 8990 | <expected-error>Invalid pattern "%\" for LIKE (in line 21, at column 18)</expected-error> |
| 8991 | </compilation-unit> |
| 8992 | </test-case> |
| 8993 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 8994 | <compilation-unit name="like_null"> |
| 8995 | <output-dir compare="Text">like_null</output-dir> |
| 8996 | </compilation-unit> |
| 8997 | </test-case> |
| 8998 | <test-case FilePath="string"> |
| 8999 | <compilation-unit name="lowercase"> |
| 9000 | <output-dir compare="Text">lowercase</output-dir> |
| 9001 | </compilation-unit> |
| 9002 | </test-case> |
| 9003 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9004 | <compilation-unit name="ltrim"> |
| 9005 | <output-dir compare="Text">ltrim</output-dir> |
| 9006 | </compilation-unit> |
| 9007 | </test-case> |
| 9008 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9009 | <compilation-unit name="matches02"> |
| 9010 | <output-dir compare="Text">matches02</output-dir> |
| 9011 | </compilation-unit> |
| 9012 | </test-case> |
| 9013 | <test-case FilePath="string"> |
| 9014 | <compilation-unit name="matches03"> |
| 9015 | <output-dir compare="Text">matches03</output-dir> |
| 9016 | </compilation-unit> |
| 9017 | </test-case> |
| 9018 | <test-case FilePath="string"> |
| 9019 | <compilation-unit name="matches04"> |
| 9020 | <output-dir compare="Text">matches04</output-dir> |
| 9021 | </compilation-unit> |
| 9022 | </test-case> |
| 9023 | <test-case FilePath="string"> |
| 9024 | <compilation-unit name="matches05"> |
| 9025 | <output-dir compare="Text">matches05</output-dir> |
| 9026 | </compilation-unit> |
| 9027 | </test-case> |
| 9028 | <test-case FilePath="string"> |
| 9029 | <compilation-unit name="matches06"> |
| 9030 | <output-dir compare="Text">matches06</output-dir> |
| 9031 | </compilation-unit> |
| 9032 | </test-case> |
| 9033 | <test-case FilePath="string"> |
| 9034 | <compilation-unit name="matches1"> |
| 9035 | <output-dir compare="Text">matches1</output-dir> |
| 9036 | </compilation-unit> |
| 9037 | </test-case> |
| 9038 | <test-case FilePath="string"> |
| 9039 | <compilation-unit name="matches11"> |
| 9040 | <output-dir compare="Text">matches11</output-dir> |
| 9041 | </compilation-unit> |
| 9042 | </test-case> |
| 9043 | <test-case FilePath="string"> |
| 9044 | <compilation-unit name="matches2"> |
| 9045 | <output-dir compare="Text">matches2</output-dir> |
| 9046 | </compilation-unit> |
| 9047 | </test-case> |
| 9048 | <test-case FilePath="string"> |
| 9049 | <compilation-unit name="matches21"> |
| 9050 | <output-dir compare="Text">matches21</output-dir> |
| 9051 | </compilation-unit> |
| 9052 | </test-case> |
| 9053 | <test-case FilePath="string"> |
| 9054 | <compilation-unit name="matches22"> |
| 9055 | <output-dir compare="Text">matches22</output-dir> |
| 9056 | </compilation-unit> |
| 9057 | </test-case> |
| 9058 | <test-case FilePath="string"> |
| 9059 | <compilation-unit name="matches23"> |
| 9060 | <output-dir compare="Text">matches23</output-dir> |
| 9061 | </compilation-unit> |
| 9062 | </test-case> |
| 9063 | <test-case FilePath="string"> |
| 9064 | <compilation-unit name="matches3"> |
| 9065 | <output-dir compare="Text">matches3</output-dir> |
| 9066 | </compilation-unit> |
| 9067 | </test-case> |
| 9068 | <test-case FilePath="string"> |
| 9069 | <compilation-unit name="matchesnull"> |
| 9070 | <output-dir compare="Text">matchesnull</output-dir> |
| 9071 | </compilation-unit> |
| 9072 | </test-case> |
| 9073 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9074 | <compilation-unit name="position"> |
| 9075 | <output-dir compare="Text">position</output-dir> |
| 9076 | </compilation-unit> |
| 9077 | </test-case> |
| 9078 | <test-case FilePath="string"> |
| 9079 | <compilation-unit name="regexp_contains"> |
Ali Alsuliman | a14b016 | 2019-10-08 13:41:57 -0700 | [diff] [blame] | 9080 | <output-dir compare="Text">regexp_contains</output-dir> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9081 | </compilation-unit> |
| 9082 | </test-case> |
| 9083 | <test-case FilePath="string"> |
| 9084 | <compilation-unit name="regexp_contains_with_flag"> |
Ali Alsuliman | a14b016 | 2019-10-08 13:41:57 -0700 | [diff] [blame] | 9085 | <output-dir compare="Text">regexp_contains_with_flag</output-dir> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9086 | </compilation-unit> |
| 9087 | </test-case> |
| 9088 | <test-case FilePath="string"> |
| 9089 | <compilation-unit name="regexp_like"> |
| 9090 | <output-dir compare="Text">regexp_like</output-dir> |
| 9091 | </compilation-unit> |
| 9092 | </test-case> |
| 9093 | <test-case FilePath="string"> |
| 9094 | <compilation-unit name="regexp_like_with_flag"> |
Ali Alsuliman | a14b016 | 2019-10-08 13:41:57 -0700 | [diff] [blame] | 9095 | <output-dir compare="Text">regexp_like_with_flag</output-dir> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9096 | </compilation-unit> |
| 9097 | </test-case> |
| 9098 | <test-case FilePath="string"> |
| 9099 | <compilation-unit name="regexp_position"> |
| 9100 | <output-dir compare="Text">regexp_position</output-dir> |
| 9101 | </compilation-unit> |
| 9102 | </test-case> |
| 9103 | <test-case FilePath="string"> |
| 9104 | <compilation-unit name="regexp_position_with_flag"> |
| 9105 | <output-dir compare="Text">regexp_position_with_flag</output-dir> |
| 9106 | </compilation-unit> |
| 9107 | </test-case> |
| 9108 | <test-case FilePath="string"> |
Yingyi Bu | f39ccd0 | 2016-09-02 09:52:57 -0700 | [diff] [blame] | 9109 | <compilation-unit name="repeat"> |
| 9110 | <output-dir compare="Text">repeat</output-dir> |
| 9111 | </compilation-unit> |
| 9112 | </test-case> |
| 9113 | <test-case FilePath="string"> |
Dmitry Lychagin | c8ba268 | 2018-03-01 17:03:30 -0800 | [diff] [blame] | 9114 | <compilation-unit name="replace"> |
| 9115 | <output-dir compare="Text">replace</output-dir> |
| 9116 | </compilation-unit> |
| 9117 | </test-case> |
| 9118 | <test-case FilePath="string"> |
| 9119 | <compilation-unit name="replace_with_limit"> |
| 9120 | <output-dir compare="Text">replace_with_limit</output-dir> |
| 9121 | </compilation-unit> |
| 9122 | </test-case> |
| 9123 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9124 | <compilation-unit name="regexp_replace"> |
Dmitry Lychagin | c8ba268 | 2018-03-01 17:03:30 -0800 | [diff] [blame] | 9125 | <output-dir compare="Text">regexp_replace</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9126 | </compilation-unit> |
| 9127 | </test-case> |
| 9128 | <test-case FilePath="string"> |
Ali Alsuliman | a14b016 | 2019-10-08 13:41:57 -0700 | [diff] [blame] | 9129 | <compilation-unit name="regexp_replace_with_flag"> |
| 9130 | <output-dir compare="Text">regexp_replace_with_flag</output-dir> |
| 9131 | </compilation-unit> |
| 9132 | </test-case> |
| 9133 | <test-case FilePath="string"> |
Dmitry Lychagin | 23a1c29 | 2018-04-17 17:57:29 -0700 | [diff] [blame] | 9134 | <compilation-unit name="reverse"> |
| 9135 | <output-dir compare="Text">reverse</output-dir> |
| 9136 | </compilation-unit> |
| 9137 | </test-case> |
| 9138 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9139 | <compilation-unit name="rtrim"> |
| 9140 | <output-dir compare="Text">rtrim</output-dir> |
| 9141 | </compilation-unit> |
| 9142 | </test-case> |
| 9143 | <test-case FilePath="string"> |
Yingyi Bu | f39ccd0 | 2016-09-02 09:52:57 -0700 | [diff] [blame] | 9144 | <compilation-unit name="split"> |
| 9145 | <output-dir compare="Text">split</output-dir> |
| 9146 | </compilation-unit> |
| 9147 | </test-case> |
| 9148 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 9149 | <compilation-unit name="starts-with1"> |
| 9150 | <output-dir compare="Text">starts-with1</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9151 | </compilation-unit> |
| 9152 | </test-case> |
| 9153 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 9154 | <compilation-unit name="starts-with2"> |
| 9155 | <output-dir compare="Text">starts-with2</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9156 | </compilation-unit> |
| 9157 | </test-case> |
| 9158 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 9159 | <compilation-unit name="starts-with3"> |
| 9160 | <output-dir compare="Text">starts-with3</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9161 | </compilation-unit> |
| 9162 | </test-case> |
| 9163 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 9164 | <compilation-unit name="starts-with4"> |
| 9165 | <output-dir compare="Text">starts-with4</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9166 | </compilation-unit> |
| 9167 | </test-case> |
| 9168 | <test-case FilePath="string"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 9169 | <compilation-unit name="starts-with5"> |
| 9170 | <output-dir compare="Text">starts-with5</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9171 | </compilation-unit> |
| 9172 | </test-case> |
| 9173 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9174 | <compilation-unit name="strconcat01"> |
| 9175 | <output-dir compare="Text">strconcat01</output-dir> |
| 9176 | </compilation-unit> |
| 9177 | </test-case> |
| 9178 | <test-case FilePath="string"> |
| 9179 | <compilation-unit name="strconcat02"> |
| 9180 | <output-dir compare="Text">strconcat02</output-dir> |
| 9181 | </compilation-unit> |
| 9182 | </test-case> |
| 9183 | <test-case FilePath="string"> |
| 9184 | <compilation-unit name="string-concat1"> |
| 9185 | <output-dir compare="Text">string-concat1</output-dir> |
| 9186 | </compilation-unit> |
| 9187 | </test-case> |
| 9188 | <test-case FilePath="string"> |
Dmitry Lychagin | bcc9347 | 2018-08-30 19:30:39 -0700 | [diff] [blame] | 9189 | <compilation-unit name="string-concat2"> |
| 9190 | <output-dir compare="Text">string-concat2</output-dir> |
| 9191 | </compilation-unit> |
| 9192 | </test-case> |
| 9193 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9194 | <compilation-unit name="string-equal1"> |
| 9195 | <output-dir compare="Text">string-equal1</output-dir> |
| 9196 | </compilation-unit> |
| 9197 | </test-case> |
| 9198 | <test-case FilePath="string"> |
| 9199 | <compilation-unit name="string-equal2"> |
| 9200 | <output-dir compare="Text">string-equal2</output-dir> |
| 9201 | </compilation-unit> |
| 9202 | </test-case> |
| 9203 | <test-case FilePath="string"> |
| 9204 | <compilation-unit name="string-equal3"> |
| 9205 | <output-dir compare="Text">string-equal3</output-dir> |
| 9206 | </compilation-unit> |
| 9207 | </test-case> |
| 9208 | <test-case FilePath="string"> |
| 9209 | <compilation-unit name="string-equal4"> |
| 9210 | <output-dir compare="Text">string-equal4</output-dir> |
| 9211 | </compilation-unit> |
| 9212 | </test-case> |
| 9213 | <test-case FilePath="string"> |
| 9214 | <compilation-unit name="string-join1"> |
| 9215 | <output-dir compare="Text">string-join1</output-dir> |
| 9216 | </compilation-unit> |
| 9217 | </test-case> |
| 9218 | <test-case FilePath="string"> |
| 9219 | <compilation-unit name="string-to-codepoint"> |
| 9220 | <output-dir compare="Text">string-to-codepoint</output-dir> |
| 9221 | </compilation-unit> |
| 9222 | </test-case> |
| 9223 | <test-case FilePath="string"> |
| 9224 | <compilation-unit name="string-to-codepoint1"> |
| 9225 | <output-dir compare="Text">string-to-codepoint1</output-dir> |
| 9226 | </compilation-unit> |
| 9227 | </test-case> |
| 9228 | <test-case FilePath="string"> |
| 9229 | <compilation-unit name="string-to-codepoint2"> |
| 9230 | <output-dir compare="Text">string-to-codepoint2</output-dir> |
| 9231 | </compilation-unit> |
| 9232 | </test-case> |
| 9233 | <test-case FilePath="string"> |
| 9234 | <compilation-unit name="strlen02"> |
| 9235 | <output-dir compare="Text">strlen02</output-dir> |
| 9236 | </compilation-unit> |
| 9237 | </test-case> |
| 9238 | <test-case FilePath="string"> |
| 9239 | <compilation-unit name="strlen03"> |
| 9240 | <output-dir compare="Text">strlen03</output-dir> |
| 9241 | </compilation-unit> |
| 9242 | </test-case> |
| 9243 | <test-case FilePath="string"> |
| 9244 | <compilation-unit name="strtocpt01"> |
| 9245 | <output-dir compare="Text">strtocpt01</output-dir> |
| 9246 | </compilation-unit> |
| 9247 | </test-case> |
| 9248 | <test-case FilePath="string"> |
| 9249 | <compilation-unit name="strtocpt02"> |
| 9250 | <output-dir compare="Text">strtocpt02</output-dir> |
| 9251 | </compilation-unit> |
| 9252 | </test-case> |
| 9253 | <test-case FilePath="string"> |
| 9254 | <compilation-unit name="strtocpt03"> |
| 9255 | <output-dir compare="Text">strtocpt03</output-dir> |
| 9256 | </compilation-unit> |
| 9257 | </test-case> |
| 9258 | <test-case FilePath="string"> |
| 9259 | <compilation-unit name="substr01"> |
| 9260 | <output-dir compare="Text">substr01</output-dir> |
| 9261 | </compilation-unit> |
| 9262 | </test-case> |
| 9263 | <test-case FilePath="string"> |
| 9264 | <compilation-unit name="substr04"> |
| 9265 | <output-dir compare="Text">substr04</output-dir> |
| 9266 | </compilation-unit> |
| 9267 | </test-case> |
| 9268 | <test-case FilePath="string"> |
| 9269 | <compilation-unit name="substr05"> |
| 9270 | <output-dir compare="Text">substr05</output-dir> |
| 9271 | </compilation-unit> |
| 9272 | </test-case> |
| 9273 | <test-case FilePath="string"> |
| 9274 | <compilation-unit name="substr06"> |
| 9275 | <output-dir compare="Text">substr06</output-dir> |
| 9276 | </compilation-unit> |
| 9277 | </test-case> |
| 9278 | <test-case FilePath="string"> |
| 9279 | <compilation-unit name="substring-after-1"> |
| 9280 | <output-dir compare="Text">substring-after-1</output-dir> |
| 9281 | </compilation-unit> |
| 9282 | </test-case> |
| 9283 | <test-case FilePath="string"> |
| 9284 | <compilation-unit name="substring-after-2"> |
| 9285 | <output-dir compare="Text">substring-after-2</output-dir> |
| 9286 | </compilation-unit> |
| 9287 | </test-case> |
| 9288 | <test-case FilePath="string"> |
| 9289 | <compilation-unit name="substring-after-3"> |
| 9290 | <output-dir compare="Text">substring-after-3</output-dir> |
| 9291 | </compilation-unit> |
| 9292 | </test-case> |
| 9293 | <test-case FilePath="string"> |
| 9294 | <compilation-unit name="substring-after-4"> |
| 9295 | <output-dir compare="Text">substring-after-4</output-dir> |
| 9296 | </compilation-unit> |
| 9297 | </test-case> |
| 9298 | <test-case FilePath="string"> |
| 9299 | <compilation-unit name="substring-before-1"> |
| 9300 | <output-dir compare="Text">substring-before-1</output-dir> |
| 9301 | </compilation-unit> |
| 9302 | </test-case> |
| 9303 | <test-case FilePath="string"> |
| 9304 | <compilation-unit name="substring-before-2"> |
| 9305 | <output-dir compare="Text">substring-before-2</output-dir> |
| 9306 | </compilation-unit> |
| 9307 | </test-case> |
| 9308 | <test-case FilePath="string"> |
| 9309 | <compilation-unit name="substring-before-3"> |
| 9310 | <output-dir compare="Text">substring-before-3</output-dir> |
| 9311 | </compilation-unit> |
| 9312 | </test-case> |
| 9313 | <test-case FilePath="string"> |
| 9314 | <compilation-unit name="substring2-1"> |
| 9315 | <output-dir compare="Text">substring2-1</output-dir> |
| 9316 | </compilation-unit> |
| 9317 | </test-case> |
| 9318 | <test-case FilePath="string"> |
| 9319 | <compilation-unit name="substring2-2"> |
| 9320 | <output-dir compare="Text">substring2-2</output-dir> |
| 9321 | </compilation-unit> |
| 9322 | </test-case> |
| 9323 | <test-case FilePath="string"> |
| 9324 | <compilation-unit name="substring2-3"> |
| 9325 | <output-dir compare="Text">substring2-3</output-dir> |
| 9326 | </compilation-unit> |
| 9327 | </test-case> |
| 9328 | <test-case FilePath="string"> |
| 9329 | <compilation-unit name="substring2-4"> |
| 9330 | <output-dir compare="Text">substring2-4</output-dir> |
| 9331 | </compilation-unit> |
| 9332 | </test-case> |
| 9333 | <test-case FilePath="string"> |
| 9334 | <compilation-unit name="substring_01"> |
| 9335 | <output-dir compare="Text">substring_01</output-dir> |
| 9336 | </compilation-unit> |
| 9337 | </test-case> |
| 9338 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9339 | <compilation-unit name="title"> |
| 9340 | <output-dir compare="Text">initcap</output-dir> |
| 9341 | </compilation-unit> |
| 9342 | </test-case> |
| 9343 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9344 | <compilation-unit name="toLowerCase02"> |
| 9345 | <output-dir compare="Text">toLowerCase02</output-dir> |
| 9346 | </compilation-unit> |
| 9347 | </test-case> |
| 9348 | <test-case FilePath="string"> |
| 9349 | <compilation-unit name="toLowerCase03"> |
| 9350 | <output-dir compare="Text">toLowerCase03</output-dir> |
| 9351 | </compilation-unit> |
| 9352 | </test-case> |
| 9353 | <test-case FilePath="string"> |
| 9354 | <compilation-unit name="toLowerCase04"> |
| 9355 | <output-dir compare="Text">toLowerCase04</output-dir> |
| 9356 | </compilation-unit> |
| 9357 | </test-case> |
| 9358 | <test-case FilePath="string"> |
Yingyi Bu | fdc71eb | 2016-08-24 22:41:57 -0700 | [diff] [blame] | 9359 | <compilation-unit name="trim"> |
| 9360 | <output-dir compare="Text">trim</output-dir> |
| 9361 | </compilation-unit> |
| 9362 | </test-case> |
| 9363 | <test-case FilePath="string"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9364 | <compilation-unit name="uppercase"> |
| 9365 | <output-dir compare="Text">uppercase</output-dir> |
| 9366 | </compilation-unit> |
| 9367 | </test-case> |
| 9368 | <test-case FilePath="string"> |
| 9369 | <compilation-unit name="varlen-encoding"> |
| 9370 | <output-dir compare="Text">varlen-encoding</output-dir> |
| 9371 | </compilation-unit> |
| 9372 | </test-case> |
Murtadha Hubail | 503c622 | 2018-03-01 08:04:45 +0300 | [diff] [blame] | 9373 | <test-case FilePath="string"> |
| 9374 | <compilation-unit name="utf8"> |
| 9375 | <output-dir compare="Text">utf8</output-dir> |
| 9376 | </compilation-unit> |
| 9377 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9378 | </test-group> |
| 9379 | <test-group name="subquery"> |
| 9380 | <test-case FilePath="subquery"> |
Yingyi Bu | c89d668 | 2016-09-06 18:29:23 -0700 | [diff] [blame] | 9381 | <compilation-unit name="aggregate_join"> |
| 9382 | <output-dir compare="Text">aggregate_join</output-dir> |
| 9383 | </compilation-unit> |
| 9384 | </test-case> |
| 9385 | <test-case FilePath="subquery"> |
| 9386 | <compilation-unit name="aggregate_join_external"> |
| 9387 | <output-dir compare="Text">aggregate_join_external</output-dir> |
| 9388 | </compilation-unit> |
| 9389 | </test-case> |
| 9390 | <test-case FilePath="subquery"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9391 | <compilation-unit name="gby_inline"> |
| 9392 | <output-dir compare="Text">gby_inline</output-dir> |
| 9393 | </compilation-unit> |
| 9394 | </test-case> |
| 9395 | <test-case FilePath="subquery"> |
| 9396 | <compilation-unit name="query-ASTERIXDB-1168"> |
| 9397 | <output-dir compare="Text">query-ASTERIXDB-1168</output-dir> |
| 9398 | </compilation-unit> |
| 9399 | </test-case> |
| 9400 | <test-case FilePath="subquery"> |
| 9401 | <compilation-unit name="decorrelate_with_unique_id"> |
| 9402 | <output-dir compare="Text">decorrelate_with_unique_id</output-dir> |
| 9403 | </compilation-unit> |
| 9404 | </test-case> |
| 9405 | <test-case FilePath="subquery"> |
Yingyi Bu | 196db5d | 2016-07-15 19:07:20 -0700 | [diff] [blame] | 9406 | <compilation-unit name="exists"> |
| 9407 | <output-dir compare="Text">exists</output-dir> |
| 9408 | </compilation-unit> |
| 9409 | </test-case> |
| 9410 | <test-case FilePath="subquery"> |
Yingyi Bu | a8baf6d | 2016-07-05 21:40:44 -0700 | [diff] [blame] | 9411 | <compilation-unit name="in"> |
| 9412 | <output-dir compare="Text">in</output-dir> |
| 9413 | </compilation-unit> |
| 9414 | </test-case> |
| 9415 | <test-case FilePath="subquery"> |
Dmitry Lychagin | b674b1b | 2018-08-02 11:46:08 -0700 | [diff] [blame] | 9416 | <compilation-unit name="in_as_or"> |
| 9417 | <output-dir compare="Text">in_as_or</output-dir> |
| 9418 | </compilation-unit> |
| 9419 | </test-case> |
| 9420 | <test-case FilePath="subquery"> |
Yingyi Bu | a8baf6d | 2016-07-05 21:40:44 -0700 | [diff] [blame] | 9421 | <compilation-unit name="in_correlated"> |
| 9422 | <output-dir compare="Text">in</output-dir> |
| 9423 | </compilation-unit> |
| 9424 | </test-case> |
| 9425 | <test-case FilePath="subquery"> |
Yingyi Bu | 196db5d | 2016-07-15 19:07:20 -0700 | [diff] [blame] | 9426 | <compilation-unit name="not_exists"> |
| 9427 | <output-dir compare="Text">not_exists</output-dir> |
| 9428 | </compilation-unit> |
| 9429 | </test-case> |
| 9430 | <test-case FilePath="subquery"> |
Yingyi Bu | a8baf6d | 2016-07-05 21:40:44 -0700 | [diff] [blame] | 9431 | <compilation-unit name="not_in"> |
| 9432 | <output-dir compare="Text">not_in</output-dir> |
| 9433 | </compilation-unit> |
| 9434 | </test-case> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 9435 | <test-case FilePath="subquery"> |
| 9436 | <compilation-unit name="alias_negative"> |
| 9437 | <output-dir compare="Text">alias_negative</output-dir> |
| 9438 | <expected-error>Need an alias for the enclosed expression</expected-error> |
Abdullah Alamoudi | 5dc73ed | 2016-07-28 05:03:13 +0300 | [diff] [blame] | 9439 | </compilation-unit> |
Yingyi Bu | 196db5d | 2016-07-15 19:07:20 -0700 | [diff] [blame] | 9440 | </test-case> |
Abdullah Alamoudi | 5dc73ed | 2016-07-28 05:03:13 +0300 | [diff] [blame] | 9441 | <test-case FilePath="subquery"> |
Yingyi Bu | 196db5d | 2016-07-15 19:07:20 -0700 | [diff] [blame] | 9442 | <compilation-unit name="relational_division"> |
| 9443 | <output-dir compare="Text">relational_division</output-dir> |
| 9444 | </compilation-unit> |
| 9445 | </test-case> |
| 9446 | <test-case FilePath="subquery"> |
| 9447 | <compilation-unit name="relational_division2"> |
| 9448 | <output-dir compare="Text">relational_division</output-dir> |
| 9449 | </compilation-unit> |
| 9450 | </test-case> |
| 9451 | <test-case FilePath="subquery"> |
| 9452 | <compilation-unit name="relational_division3"> |
| 9453 | <output-dir compare="Text">relational_division</output-dir> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 9454 | </compilation-unit> |
| 9455 | </test-case> |
Yingyi Bu | 33dfae5 | 2016-08-15 17:36:51 -0700 | [diff] [blame] | 9456 | <test-case FilePath="subquery"> |
Dmitry Lychagin | 10e5ad1 | 2018-01-29 11:14:45 -0800 | [diff] [blame] | 9457 | <compilation-unit name="non_unary_subplan_01"> |
| 9458 | <output-dir compare="Text">non_unary_subplan_01</output-dir> |
| 9459 | </compilation-unit> |
| 9460 | </test-case> |
| 9461 | <test-case FilePath="subquery"> |
Yingyi Bu | 33dfae5 | 2016-08-15 17:36:51 -0700 | [diff] [blame] | 9462 | <compilation-unit name="query-ASTERIXDB-1571"> |
| 9463 | <output-dir compare="Text">query-ASTERIXDB-1571</output-dir> |
| 9464 | </compilation-unit> |
| 9465 | </test-case> |
| 9466 | <test-case FilePath="subquery"> |
| 9467 | <compilation-unit name="query-ASTERIXDB-1571-2"> |
| 9468 | <output-dir compare="Text">query-ASTERIXDB-1571</output-dir> |
| 9469 | <expected-error>Need an alias for the enclosed expression</expected-error> |
| 9470 | </compilation-unit> |
| 9471 | </test-case> |
| 9472 | <test-case FilePath="subquery"> |
| 9473 | <compilation-unit name="query-ASTERIXDB-1571-3"> |
| 9474 | <output-dir compare="Text">query-ASTERIXDB-1571-3</output-dir> |
| 9475 | </compilation-unit> |
| 9476 | </test-case> |
| 9477 | <test-case FilePath="subquery"> |
| 9478 | <compilation-unit name="query-ASTERIXDB-1571-4"> |
| 9479 | <output-dir compare="Text">query-ASTERIXDB-1571-4</output-dir> |
| 9480 | </compilation-unit> |
| 9481 | </test-case> |
Yingyi Bu | 74d3299 | 2016-08-16 21:49:58 -0700 | [diff] [blame] | 9482 | <test-case FilePath="subquery"> |
Yingyi Bu | 834e173 | 2016-09-09 20:25:49 -0700 | [diff] [blame] | 9483 | <compilation-unit name="query-ASTERIXDB-1572"> |
| 9484 | <output-dir compare="Text">query-ASTERIXDB-1572</output-dir> |
| 9485 | </compilation-unit> |
| 9486 | </test-case> |
| 9487 | <test-case FilePath="subquery"> |
Yingyi Bu | 74d3299 | 2016-08-16 21:49:58 -0700 | [diff] [blame] | 9488 | <compilation-unit name="query-ASTERIXDB-1574"> |
| 9489 | <output-dir compare="Text">query-ASTERIXDB-1574</output-dir> |
Dmitry Lychagin | 4547639 | 2018-07-17 21:28:35 -0700 | [diff] [blame] | 9490 | <expected-error>ASX1091: Type mismatch: expected value of type multiset or array, but got the value of type object (in line 25, at column 41)</expected-error> |
Yingyi Bu | 74d3299 | 2016-08-16 21:49:58 -0700 | [diff] [blame] | 9491 | </compilation-unit> |
| 9492 | </test-case> |
| 9493 | <test-case FilePath="subquery"> |
| 9494 | <compilation-unit name="query-ASTERIXDB-1574-2"> |
| 9495 | <output-dir compare="Text">query-ASTERIXDB-1574</output-dir> |
| 9496 | </compilation-unit> |
| 9497 | </test-case> |
| 9498 | <test-case FilePath="subquery"> |
| 9499 | <compilation-unit name="query-ASTERIXDB-1574-3"> |
| 9500 | <output-dir compare="Text">query-ASTERIXDB-1574</output-dir> |
Yingyi Bu | 74d3299 | 2016-08-16 21:49:58 -0700 | [diff] [blame] | 9501 | </compilation-unit> |
| 9502 | </test-case> |
Yingyi Bu | e6a6cc3 | 2016-08-25 19:09:15 -0700 | [diff] [blame] | 9503 | <test-case FilePath="subquery"> |
| 9504 | <compilation-unit name="query-ASTERIXDB-1597"> |
| 9505 | <output-dir compare="Text">query-ASTERIXDB-1597</output-dir> |
| 9506 | </compilation-unit> |
| 9507 | </test-case> |
Yingyi Bu | 0e0acb1 | 2016-10-04 21:50:52 -0700 | [diff] [blame] | 9508 | <test-case FilePath="subquery"> |
| 9509 | <compilation-unit name="query-ASTERIXDB-1674"> |
| 9510 | <output-dir compare="Text">query-ASTERIXDB-1674</output-dir> |
| 9511 | </compilation-unit> |
| 9512 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9513 | </test-group> |
| 9514 | <test-group name="subset-collection"> |
| 9515 | <test-case FilePath="subset-collection"> |
| 9516 | <compilation-unit name="01"> |
| 9517 | <output-dir compare="Text">01</output-dir> |
| 9518 | </compilation-unit> |
| 9519 | </test-case> |
| 9520 | <test-case FilePath="subset-collection"> |
| 9521 | <compilation-unit name="02"> |
| 9522 | <output-dir compare="Text">02</output-dir> |
| 9523 | </compilation-unit> |
| 9524 | </test-case> |
| 9525 | <test-case FilePath="subset-collection"> |
| 9526 | <compilation-unit name="03"> |
| 9527 | <output-dir compare="Text">03</output-dir> |
| 9528 | </compilation-unit> |
| 9529 | </test-case> |
| 9530 | <test-case FilePath="subset-collection"> |
| 9531 | <compilation-unit name="05"> |
| 9532 | <output-dir compare="Text">05</output-dir> |
| 9533 | </compilation-unit> |
| 9534 | </test-case> |
| 9535 | <test-case FilePath="subset-collection"> |
| 9536 | <compilation-unit name="06"> |
| 9537 | <output-dir compare="Text">06</output-dir> |
| 9538 | </compilation-unit> |
| 9539 | </test-case> |
| 9540 | <test-case FilePath="subset-collection"> |
| 9541 | <compilation-unit name="07"> |
| 9542 | <output-dir compare="Text">07</output-dir> |
| 9543 | </compilation-unit> |
| 9544 | </test-case> |
| 9545 | </test-group> |
| 9546 | <test-group name="tokenizers"> |
| 9547 | <test-case FilePath="tokenizers"> |
| 9548 | <compilation-unit name="counthashed-gram-tokens_01"> |
| 9549 | <output-dir compare="Text">counthashed-gram-tokens_01</output-dir> |
| 9550 | </compilation-unit> |
| 9551 | </test-case> |
| 9552 | <test-case FilePath="tokenizers"> |
| 9553 | <compilation-unit name="counthashed-gram-tokens_02"> |
| 9554 | <output-dir compare="Text">counthashed-gram-tokens_02</output-dir> |
| 9555 | </compilation-unit> |
| 9556 | </test-case> |
| 9557 | <test-case FilePath="tokenizers"> |
| 9558 | <compilation-unit name="counthashed-word-tokens_01"> |
| 9559 | <output-dir compare="Text">counthashed-word-tokens_01</output-dir> |
| 9560 | </compilation-unit> |
| 9561 | </test-case> |
| 9562 | <test-case FilePath="tokenizers"> |
| 9563 | <compilation-unit name="gram-tokens_01"> |
| 9564 | <output-dir compare="Text">gram-tokens_01</output-dir> |
| 9565 | </compilation-unit> |
| 9566 | </test-case> |
| 9567 | <test-case FilePath="tokenizers"> |
| 9568 | <compilation-unit name="gram-tokens_02"> |
| 9569 | <output-dir compare="Text">gram-tokens_02</output-dir> |
| 9570 | </compilation-unit> |
| 9571 | </test-case> |
| 9572 | <test-case FilePath="tokenizers"> |
| 9573 | <compilation-unit name="hashed-gram-tokens_01"> |
| 9574 | <output-dir compare="Text">hashed-gram-tokens_01</output-dir> |
| 9575 | </compilation-unit> |
| 9576 | </test-case> |
| 9577 | <test-case FilePath="tokenizers"> |
| 9578 | <compilation-unit name="hashed-gram-tokens_02"> |
| 9579 | <output-dir compare="Text">hashed-gram-tokens_02</output-dir> |
| 9580 | </compilation-unit> |
| 9581 | </test-case> |
| 9582 | <test-case FilePath="tokenizers"> |
| 9583 | <compilation-unit name="hashed-word-tokens_01"> |
| 9584 | <output-dir compare="Text">hashed-word-tokens_01</output-dir> |
| 9585 | </compilation-unit> |
| 9586 | </test-case> |
| 9587 | <test-case FilePath="tokenizers"> |
| 9588 | <compilation-unit name="word-tokens_01"> |
| 9589 | <output-dir compare="Text">word-tokens_01</output-dir> |
| 9590 | </compilation-unit> |
| 9591 | </test-case> |
| 9592 | <test-case FilePath="tokenizers"> |
| 9593 | <compilation-unit name="word-tokens_02"> |
| 9594 | <output-dir compare="Text">word-tokens_02</output-dir> |
| 9595 | </compilation-unit> |
| 9596 | </test-case> |
| 9597 | </test-group> |
Yingyi Bu | e61534e | 2016-08-15 19:04:56 -0700 | [diff] [blame] | 9598 | <test-group name="tpcds"> |
| 9599 | <test-case FilePath="tpcds"> |
| 9600 | <compilation-unit name="query-ASTERIXDB-1580"> |
| 9601 | <output-dir compare="Text">query-ASTERIXDB-1580</output-dir> |
| 9602 | </compilation-unit> |
| 9603 | </test-case> |
Yingyi Bu | 437d819 | 2016-08-24 21:01:32 -0700 | [diff] [blame] | 9604 | <test-case FilePath="tpcds"> |
Yingyi Bu | c89d668 | 2016-09-06 18:29:23 -0700 | [diff] [blame] | 9605 | <compilation-unit name="query-ASTERIXDB-1581"> |
| 9606 | <output-dir compare="Text">query-ASTERIXDB-1581</output-dir> |
| 9607 | </compilation-unit> |
| 9608 | </test-case> |
| 9609 | <test-case FilePath="tpcds"> |
| 9610 | <compilation-unit name="query-ASTERIXDB-1581-2"> |
| 9611 | <output-dir compare="Text">query-ASTERIXDB-1581-2</output-dir> |
| 9612 | </compilation-unit> |
| 9613 | </test-case> |
| 9614 | <test-case FilePath="tpcds"> |
| 9615 | <compilation-unit name="query-ASTERIXDB-1581-3"> |
| 9616 | <output-dir compare="Text">query-ASTERIXDB-1581-2</output-dir> |
| 9617 | </compilation-unit> |
| 9618 | </test-case> |
| 9619 | <test-case FilePath="tpcds"> |
| 9620 | <compilation-unit name="query-ASTERIXDB-1581-4"> |
| 9621 | <output-dir compare="Text">query-ASTERIXDB-1581-4</output-dir> |
| 9622 | </compilation-unit> |
| 9623 | </test-case> |
| 9624 | <test-case FilePath="tpcds"> |
| 9625 | <compilation-unit name="query-ASTERIXDB-1581-5"> |
| 9626 | <output-dir compare="Text">query-ASTERIXDB-1581-2</output-dir> |
| 9627 | </compilation-unit> |
| 9628 | </test-case> |
| 9629 | <test-case FilePath="tpcds"> |
| 9630 | <compilation-unit name="query-ASTERIXDB-1581-6"> |
| 9631 | <output-dir compare="Text">query-ASTERIXDB-1581-6</output-dir> |
| 9632 | </compilation-unit> |
| 9633 | </test-case> |
| 9634 | <test-case FilePath="tpcds"> |
| 9635 | <compilation-unit name="query-ASTERIXDB-1581-correlated"> |
| 9636 | <output-dir compare="Text">query-ASTERIXDB-1581-correlated</output-dir> |
| 9637 | </compilation-unit> |
| 9638 | </test-case> |
| 9639 | <test-case FilePath="tpcds"> |
| 9640 | <compilation-unit name="query-ASTERIXDB-1581-correlated-2"> |
| 9641 | <output-dir compare="Text">query-ASTERIXDB-1581-2</output-dir> |
| 9642 | </compilation-unit> |
| 9643 | </test-case> |
| 9644 | <test-case FilePath="tpcds"> |
Yingyi Bu | 834e173 | 2016-09-09 20:25:49 -0700 | [diff] [blame] | 9645 | <compilation-unit name="query-ASTERIXDB-1591"> |
| 9646 | <output-dir compare="Text">query-ASTERIXDB-1591</output-dir> |
| 9647 | </compilation-unit> |
| 9648 | </test-case> |
| 9649 | <test-case FilePath="tpcds"> |
Yingyi Bu | 437d819 | 2016-08-24 21:01:32 -0700 | [diff] [blame] | 9650 | <compilation-unit name="query-ASTERIXDB-1596"> |
| 9651 | <output-dir compare="Text">query-ASTERIXDB-1596</output-dir> |
| 9652 | </compilation-unit> |
| 9653 | </test-case> |
Yingyi Bu | 7477a58 | 2016-09-10 22:26:48 -0700 | [diff] [blame] | 9654 | <test-case FilePath="tpcds"> |
| 9655 | <compilation-unit name="query-ASTERIXDB-1602"> |
| 9656 | <output-dir compare="Text">query-ASTERIXDB-1602</output-dir> |
| 9657 | </compilation-unit> |
| 9658 | </test-case> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9659 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9660 | <compilation-unit name="q01"> |
| 9661 | <output-dir compare="Text">q01</output-dir> |
| 9662 | </compilation-unit> |
| 9663 | </test-case> |
| 9664 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9665 | <compilation-unit name="q03"> |
| 9666 | <output-dir compare="Text">q03</output-dir> |
| 9667 | </compilation-unit> |
| 9668 | </test-case> |
| 9669 | <test-case FilePath="tpcds"> |
| 9670 | <compilation-unit name="q07"> |
| 9671 | <output-dir compare="Text">q07</output-dir> |
| 9672 | </compilation-unit> |
| 9673 | </test-case> |
| 9674 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9675 | <compilation-unit name="q09"> |
| 9676 | <output-dir compare="Text">q09</output-dir> |
| 9677 | </compilation-unit> |
| 9678 | </test-case> |
| 9679 | <test-case FilePath="tpcds"> |
| 9680 | <compilation-unit name="q12"> |
| 9681 | <output-dir compare="Text">q12</output-dir> |
| 9682 | </compilation-unit> |
| 9683 | </test-case> |
| 9684 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9685 | <compilation-unit name="q15"> |
| 9686 | <output-dir compare="Text">q15</output-dir> |
| 9687 | </compilation-unit> |
| 9688 | </test-case> |
| 9689 | <test-case FilePath="tpcds"> |
| 9690 | <compilation-unit name="q19"> |
| 9691 | <output-dir compare="Text">q19</output-dir> |
| 9692 | </compilation-unit> |
| 9693 | </test-case> |
| 9694 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9695 | <compilation-unit name="q20"> |
| 9696 | <output-dir compare="Text">q20</output-dir> |
| 9697 | </compilation-unit> |
| 9698 | </test-case> |
| 9699 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9700 | <compilation-unit name="q21"> |
| 9701 | <output-dir compare="Text">q21</output-dir> |
| 9702 | </compilation-unit> |
| 9703 | </test-case> |
| 9704 | <test-case FilePath="tpcds"> |
| 9705 | <compilation-unit name="q24a"> |
| 9706 | <output-dir compare="Text">q24a</output-dir> |
| 9707 | </compilation-unit> |
| 9708 | </test-case> |
| 9709 | <test-case FilePath="tpcds"> |
| 9710 | <compilation-unit name="q24b"> |
| 9711 | <output-dir compare="Text">q24b</output-dir> |
| 9712 | </compilation-unit> |
| 9713 | </test-case> |
| 9714 | <test-case FilePath="tpcds"> |
| 9715 | <compilation-unit name="q25"> |
| 9716 | <output-dir compare="Text">q25</output-dir> |
| 9717 | </compilation-unit> |
| 9718 | </test-case> |
| 9719 | <test-case FilePath="tpcds"> |
| 9720 | <compilation-unit name="q26"> |
| 9721 | <output-dir compare="Text">q26</output-dir> |
| 9722 | </compilation-unit> |
| 9723 | </test-case> |
| 9724 | <test-case FilePath="tpcds"> |
| 9725 | <compilation-unit name="q29"> |
| 9726 | <output-dir compare="Text">q29</output-dir> |
| 9727 | </compilation-unit> |
| 9728 | </test-case> |
| 9729 | <test-case FilePath="tpcds"> |
| 9730 | <compilation-unit name="q30"> |
| 9731 | <output-dir compare="Text">q30</output-dir> |
| 9732 | </compilation-unit> |
| 9733 | </test-case> |
| 9734 | <test-case FilePath="tpcds"> |
| 9735 | <compilation-unit name="q31"> |
| 9736 | <output-dir compare="Text">q31</output-dir> |
| 9737 | </compilation-unit> |
| 9738 | </test-case> |
| 9739 | <test-case FilePath="tpcds"> |
| 9740 | <compilation-unit name="q34"> |
| 9741 | <output-dir compare="Text">q34</output-dir> |
| 9742 | </compilation-unit> |
| 9743 | </test-case> |
| 9744 | <test-case FilePath="tpcds"> |
| 9745 | <compilation-unit name="q37"> |
| 9746 | <output-dir compare="Text">q37</output-dir> |
| 9747 | </compilation-unit> |
| 9748 | </test-case> |
| 9749 | <test-case FilePath="tpcds"> |
| 9750 | <compilation-unit name="q41"> |
| 9751 | <output-dir compare="Text">q41</output-dir> |
| 9752 | </compilation-unit> |
| 9753 | </test-case> |
| 9754 | <test-case FilePath="tpcds"> |
| 9755 | <compilation-unit name="q42"> |
| 9756 | <output-dir compare="Text">q42</output-dir> |
| 9757 | </compilation-unit> |
| 9758 | </test-case> |
| 9759 | <test-case FilePath="tpcds"> |
| 9760 | <compilation-unit name="q43"> |
| 9761 | <output-dir compare="Text">q43</output-dir> |
| 9762 | </compilation-unit> |
| 9763 | </test-case> |
| 9764 | <test-case FilePath="tpcds"> |
| 9765 | <compilation-unit name="q45"> |
| 9766 | <output-dir compare="Text">q45</output-dir> |
| 9767 | </compilation-unit> |
| 9768 | </test-case> |
| 9769 | <test-case FilePath="tpcds"> |
| 9770 | <compilation-unit name="q46"> |
| 9771 | <output-dir compare="Text">q46</output-dir> |
| 9772 | </compilation-unit> |
| 9773 | </test-case> |
| 9774 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9775 | <compilation-unit name="q49"> |
| 9776 | <output-dir compare="Text">q49</output-dir> |
| 9777 | </compilation-unit> |
| 9778 | </test-case> |
| 9779 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9780 | <compilation-unit name="q50"> |
| 9781 | <output-dir compare="Text">q50</output-dir> |
| 9782 | </compilation-unit> |
| 9783 | </test-case> |
| 9784 | <test-case FilePath="tpcds"> |
| 9785 | <compilation-unit name="q52"> |
| 9786 | <output-dir compare="Text">q52</output-dir> |
| 9787 | </compilation-unit> |
| 9788 | </test-case> |
| 9789 | <test-case FilePath="tpcds"> |
| 9790 | <compilation-unit name="q55"> |
| 9791 | <output-dir compare="Text">q55</output-dir> |
| 9792 | </compilation-unit> |
| 9793 | </test-case> |
| 9794 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9795 | <compilation-unit name="q57"> |
| 9796 | <output-dir compare="Text">q57</output-dir> |
| 9797 | </compilation-unit> |
| 9798 | </test-case> |
| 9799 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9800 | <compilation-unit name="q59"> |
| 9801 | <output-dir compare="Text">q59</output-dir> |
| 9802 | </compilation-unit> |
| 9803 | </test-case> |
| 9804 | <test-case FilePath="tpcds"> |
| 9805 | <compilation-unit name="q62"> |
| 9806 | <output-dir compare="Text">q62</output-dir> |
| 9807 | </compilation-unit> |
| 9808 | </test-case> |
| 9809 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9810 | <compilation-unit name="q63"> |
| 9811 | <output-dir compare="Text">q63</output-dir> |
| 9812 | </compilation-unit> |
| 9813 | </test-case> |
| 9814 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9815 | <compilation-unit name="q68"> |
| 9816 | <output-dir compare="Text">q68</output-dir> |
| 9817 | </compilation-unit> |
| 9818 | </test-case> |
| 9819 | <test-case FilePath="tpcds"> |
| 9820 | <compilation-unit name="q73"> |
| 9821 | <output-dir compare="Text">q73</output-dir> |
| 9822 | </compilation-unit> |
| 9823 | </test-case> |
| 9824 | <test-case FilePath="tpcds"> |
| 9825 | <compilation-unit name="q79"> |
| 9826 | <output-dir compare="Text">q79</output-dir> |
| 9827 | </compilation-unit> |
| 9828 | </test-case> |
| 9829 | <test-case FilePath="tpcds"> |
| 9830 | <compilation-unit name="q81"> |
| 9831 | <output-dir compare="Text">q81</output-dir> |
| 9832 | </compilation-unit> |
| 9833 | </test-case> |
| 9834 | <test-case FilePath="tpcds"> |
| 9835 | <compilation-unit name="q82"> |
| 9836 | <output-dir compare="Text">q82</output-dir> |
| 9837 | </compilation-unit> |
| 9838 | </test-case> |
| 9839 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9840 | <compilation-unit name="q85"> |
| 9841 | <output-dir compare="Text">q85</output-dir> |
| 9842 | </compilation-unit> |
| 9843 | </test-case> |
| 9844 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9845 | <compilation-unit name="q88"> |
| 9846 | <output-dir compare="Text">q88</output-dir> |
| 9847 | </compilation-unit> |
| 9848 | </test-case> |
| 9849 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9850 | <compilation-unit name="q89"> |
| 9851 | <output-dir compare="Text">q89</output-dir> |
| 9852 | </compilation-unit> |
| 9853 | </test-case> |
| 9854 | <test-case FilePath="tpcds"> |
| 9855 | <compilation-unit name="q90"> |
| 9856 | <output-dir compare="Text">q90</output-dir> |
| 9857 | </compilation-unit> |
| 9858 | </test-case> |
| 9859 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9860 | <compilation-unit name="q91"> |
| 9861 | <output-dir compare="Text">q91</output-dir> |
| 9862 | </compilation-unit> |
| 9863 | </test-case> |
| 9864 | <test-case FilePath="tpcds"> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9865 | <compilation-unit name="q92"> |
| 9866 | <output-dir compare="Text">q92</output-dir> |
| 9867 | </compilation-unit> |
| 9868 | </test-case> |
| 9869 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9870 | <compilation-unit name="q94"> |
| 9871 | <output-dir compare="Text">q94</output-dir> |
| 9872 | </compilation-unit> |
| 9873 | </test-case> |
| 9874 | <test-case FilePath="tpcds"> |
| 9875 | <compilation-unit name="q95"> |
| 9876 | <output-dir compare="Text">q95</output-dir> |
| 9877 | </compilation-unit> |
| 9878 | </test-case> |
Dmitry Lychagin | c7dfaa3 | 2019-01-17 12:22:15 -0800 | [diff] [blame] | 9879 | <test-case FilePath="tpcds"> |
Yingyi Bu | 36b2c10 | 2016-10-04 11:29:52 -0700 | [diff] [blame] | 9880 | <compilation-unit name="q96"> |
| 9881 | <output-dir compare="Text">q96</output-dir> |
| 9882 | </compilation-unit> |
| 9883 | </test-case> |
| 9884 | <test-case FilePath="tpcds"> |
| 9885 | <compilation-unit name="q98"> |
| 9886 | <output-dir compare="Text">q98</output-dir> |
| 9887 | </compilation-unit> |
| 9888 | </test-case> |
Yingyi Bu | e61534e | 2016-08-15 19:04:56 -0700 | [diff] [blame] | 9889 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 9890 | <test-group name="tpch"> |
| 9891 | <test-case FilePath="tpch"> |
| 9892 | <compilation-unit name="distinct_by"> |
| 9893 | <output-dir compare="Text">distinct_by</output-dir> |
| 9894 | </compilation-unit> |
| 9895 | </test-case> |
| 9896 | <test-case FilePath="tpch"> |
| 9897 | <compilation-unit name="group_no_agg"> |
| 9898 | <output-dir compare="Text">group_no_agg</output-dir> |
| 9899 | </compilation-unit> |
| 9900 | </test-case> |
| 9901 | <test-case FilePath="tpch"> |
| 9902 | <compilation-unit name="nest_aggregate"> |
| 9903 | <output-dir compare="Text">nest_aggregate</output-dir> |
| 9904 | </compilation-unit> |
| 9905 | </test-case> |
| 9906 | <test-case FilePath="tpch"> |
| 9907 | <compilation-unit name="nest_aggregate2"> |
| 9908 | <output-dir compare="Text">nest_aggregate2</output-dir> |
| 9909 | </compilation-unit> |
| 9910 | </test-case> |
| 9911 | <test-case FilePath="tpch"> |
| 9912 | <compilation-unit name="query-issue638"> |
| 9913 | <output-dir compare="Text">query-issue638</output-dir> |
| 9914 | </compilation-unit> |
| 9915 | </test-case> |
| 9916 | <test-case FilePath="tpch"> |
| 9917 | <compilation-unit name="query-issue785"> |
| 9918 | <output-dir compare="Text">query-issue785</output-dir> |
| 9919 | </compilation-unit> |
| 9920 | </test-case> |
| 9921 | <test-case FilePath="tpch"> |
| 9922 | <compilation-unit name="query-issue785-2"> |
| 9923 | <output-dir compare="Text">query-issue785-2</output-dir> |
| 9924 | </compilation-unit> |
| 9925 | </test-case> |
| 9926 | <test-case FilePath="tpch"> |
| 9927 | <compilation-unit name="query-issue786"> |
| 9928 | <output-dir compare="Text">query-issue786</output-dir> |
| 9929 | </compilation-unit> |
| 9930 | </test-case> |
| 9931 | <test-case FilePath="tpch"> |
| 9932 | <compilation-unit name="query-issue601"> |
| 9933 | <output-dir compare="Text">query-issue601</output-dir> |
| 9934 | </compilation-unit> |
| 9935 | </test-case> |
| 9936 | <test-case FilePath="tpch"> |
| 9937 | <compilation-unit name="q10_returned_item"> |
| 9938 | <output-dir compare="Text">q10_returned_item</output-dir> |
| 9939 | </compilation-unit> |
| 9940 | </test-case> |
| 9941 | <test-case FilePath="tpch"> |
| 9942 | <compilation-unit name="q10_returned_item_int64"> |
| 9943 | <output-dir compare="Text">q10_returned_item_int64</output-dir> |
| 9944 | </compilation-unit> |
| 9945 | </test-case> |
| 9946 | <test-case FilePath="tpch"> |
| 9947 | <compilation-unit name="q11_important_stock"> |
| 9948 | <output-dir compare="Text">q11_important_stock</output-dir> |
| 9949 | </compilation-unit> |
| 9950 | </test-case> |
| 9951 | <test-case FilePath="tpch"> |
| 9952 | <compilation-unit name="q12_shipping"> |
| 9953 | <output-dir compare="Text">q12_shipping</output-dir> |
| 9954 | </compilation-unit> |
| 9955 | </test-case> |
| 9956 | <test-case FilePath="tpch"> |
| 9957 | <compilation-unit name="q13_customer_distribution"> |
| 9958 | <output-dir compare="Text">q13_customer_distribution</output-dir> |
| 9959 | </compilation-unit> |
| 9960 | </test-case> |
| 9961 | <test-case FilePath="tpch"> |
| 9962 | <compilation-unit name="q14_promotion_effect"> |
| 9963 | <output-dir compare="Text">q14_promotion_effect</output-dir> |
| 9964 | </compilation-unit> |
| 9965 | </test-case> |
| 9966 | <test-case FilePath="tpch"> |
| 9967 | <compilation-unit name="q15_top_supplier"> |
| 9968 | <output-dir compare="Text">q15_top_supplier</output-dir> |
| 9969 | </compilation-unit> |
| 9970 | </test-case> |
| 9971 | <test-case FilePath="tpch"> |
| 9972 | <compilation-unit name="q16_parts_supplier_relationship"> |
| 9973 | <output-dir compare="Text">q16_parts_supplier_relationship</output-dir> |
| 9974 | </compilation-unit> |
| 9975 | </test-case> |
| 9976 | <test-case FilePath="tpch"> |
| 9977 | <compilation-unit name="q17_small_quantity_order_revenue"> |
| 9978 | <output-dir compare="Text">q17_small_quantity_order_revenue</output-dir> |
| 9979 | </compilation-unit> |
| 9980 | </test-case> |
| 9981 | <test-case FilePath="tpch"> |
| 9982 | <compilation-unit name="q17_large_gby_variant"> |
| 9983 | <output-dir compare="Text">q17_large_gby_variant</output-dir> |
| 9984 | </compilation-unit> |
| 9985 | </test-case> |
| 9986 | <test-case FilePath="tpch"> |
| 9987 | <compilation-unit name="q18_large_volume_customer"> |
| 9988 | <output-dir compare="Text">q18_large_volume_customer</output-dir> |
| 9989 | </compilation-unit> |
| 9990 | </test-case> |
| 9991 | <test-case FilePath="tpch"> |
| 9992 | <compilation-unit name="q19_discounted_revenue"> |
| 9993 | <output-dir compare="Text">q19_discounted_revenue</output-dir> |
| 9994 | </compilation-unit> |
| 9995 | </test-case> |
| 9996 | <test-case FilePath="tpch"> |
| 9997 | <compilation-unit name="q01_pricing_summary_report_nt"> |
| 9998 | <output-dir compare="Text">q01_pricing_summary_report_nt</output-dir> |
| 9999 | </compilation-unit> |
| 10000 | </test-case> |
| 10001 | <test-case FilePath="tpch"> |
| 10002 | <compilation-unit name="q20_potential_part_promotion"> |
| 10003 | <output-dir compare="Text">q20_potential_part_promotion</output-dir> |
| 10004 | </compilation-unit> |
| 10005 | </test-case> |
| 10006 | <test-case FilePath="tpch"> |
| 10007 | <compilation-unit name="q21_suppliers_who_kept_orders_waiting"> |
| 10008 | <output-dir compare="Text">q21_suppliers_who_kept_orders_waiting</output-dir> |
| 10009 | </compilation-unit> |
| 10010 | </test-case> |
| 10011 | <test-case FilePath="tpch"> |
| 10012 | <compilation-unit name="q22_global_sales_opportunity"> |
| 10013 | <output-dir compare="Text">q22_global_sales_opportunity</output-dir> |
| 10014 | </compilation-unit> |
| 10015 | </test-case> |
| 10016 | <test-case FilePath="tpch"> |
| 10017 | <compilation-unit name="q02_minimum_cost_supplier"> |
| 10018 | <output-dir compare="Text">q02_minimum_cost_supplier</output-dir> |
| 10019 | </compilation-unit> |
| 10020 | </test-case> |
| 10021 | <test-case FilePath="tpch"> |
| 10022 | <compilation-unit name="q03_shipping_priority_nt"> |
| 10023 | <output-dir compare="Text">q03_shipping_priority_nt</output-dir> |
| 10024 | </compilation-unit> |
| 10025 | </test-case> |
| 10026 | <test-case FilePath="tpch"> |
| 10027 | <compilation-unit name="q04_order_priority"> |
| 10028 | <output-dir compare="Text">q04_order_priority</output-dir> |
| 10029 | </compilation-unit> |
| 10030 | </test-case> |
| 10031 | <test-case FilePath="tpch"> |
| 10032 | <compilation-unit name="q05_local_supplier_volume"> |
| 10033 | <output-dir compare="Text">q05_local_supplier_volume</output-dir> |
| 10034 | </compilation-unit> |
| 10035 | </test-case> |
| 10036 | <test-case FilePath="tpch"> |
| 10037 | <compilation-unit name="q06_forecast_revenue_change"> |
| 10038 | <output-dir compare="Text">q06_forecast_revenue_change</output-dir> |
| 10039 | </compilation-unit> |
| 10040 | </test-case> |
| 10041 | <test-case FilePath="tpch"> |
| 10042 | <compilation-unit name="q07_volume_shipping"> |
| 10043 | <output-dir compare="Text">q07_volume_shipping</output-dir> |
| 10044 | </compilation-unit> |
| 10045 | </test-case> |
| 10046 | <test-case FilePath="tpch"> |
| 10047 | <compilation-unit name="q08_national_market_share"> |
| 10048 | <output-dir compare="Text">q08_national_market_share</output-dir> |
| 10049 | </compilation-unit> |
| 10050 | </test-case> |
| 10051 | <test-case FilePath="tpch"> |
| 10052 | <compilation-unit name="q09_product_type_profit_nt"> |
| 10053 | <output-dir compare="Text">q09_product_type_profit_nt</output-dir> |
| 10054 | </compilation-unit> |
| 10055 | </test-case> |
| 10056 | <test-case FilePath="tpch"> |
| 10057 | <compilation-unit name="query-issue562"> |
| 10058 | <output-dir compare="Text">query-issue562</output-dir> |
| 10059 | </compilation-unit> |
| 10060 | </test-case> |
| 10061 | <test-case FilePath="tpch"> |
| 10062 | <compilation-unit name="query-issue810"> |
| 10063 | <output-dir compare="Text">query-issue810</output-dir> |
| 10064 | </compilation-unit> |
| 10065 | </test-case> |
| 10066 | <test-case FilePath="tpch"> |
| 10067 | <compilation-unit name="query-issue810-2"> |
| 10068 | <output-dir compare="Text">query-issue810-2</output-dir> |
| 10069 | </compilation-unit> |
| 10070 | </test-case> |
| 10071 | <test-case FilePath="tpch"> |
| 10072 | <compilation-unit name="query-issue810-3"> |
| 10073 | <output-dir compare="Text">query-issue810-3</output-dir> |
| 10074 | </compilation-unit> |
| 10075 | </test-case> |
| 10076 | <test-case FilePath="tpch"> |
| 10077 | <compilation-unit name="query-issue827"> |
| 10078 | <output-dir compare="Text">query-issue827</output-dir> |
| 10079 | </compilation-unit> |
| 10080 | </test-case> |
| 10081 | <test-case FilePath="tpch"> |
| 10082 | <compilation-unit name="query-issue827-2"> |
| 10083 | <output-dir compare="Text">query-issue827-2</output-dir> |
| 10084 | </compilation-unit> |
| 10085 | </test-case> |
| 10086 | </test-group> |
| 10087 | <test-group name="tpch-sql"> |
| 10088 | <test-case FilePath="tpch-sql"> |
| 10089 | <compilation-unit name="distinct_by"> |
| 10090 | <output-dir compare="Text">distinct_by</output-dir> |
| 10091 | </compilation-unit> |
| 10092 | </test-case> |
| 10093 | <test-case FilePath="tpch-sql"> |
| 10094 | <compilation-unit name="group_no_agg"> |
| 10095 | <output-dir compare="Text">group_no_agg</output-dir> |
| 10096 | </compilation-unit> |
| 10097 | </test-case> |
| 10098 | <test-case FilePath="tpch-sql"> |
| 10099 | <compilation-unit name="nest_aggregate"> |
| 10100 | <output-dir compare="Text">nest_aggregate</output-dir> |
| 10101 | </compilation-unit> |
| 10102 | </test-case> |
| 10103 | <test-case FilePath="tpch-sql"> |
| 10104 | <compilation-unit name="nest_aggregate2"> |
| 10105 | <output-dir compare="Text">nest_aggregate2</output-dir> |
| 10106 | </compilation-unit> |
| 10107 | </test-case> |
| 10108 | <test-case FilePath="tpch-sql"> |
| 10109 | <compilation-unit name="query-issue638"> |
| 10110 | <output-dir compare="Text">query-issue638</output-dir> |
| 10111 | </compilation-unit> |
| 10112 | </test-case> |
| 10113 | <test-case FilePath="tpch-sql"> |
| 10114 | <compilation-unit name="query-issue785"> |
| 10115 | <output-dir compare="Text">query-issue785</output-dir> |
| 10116 | </compilation-unit> |
| 10117 | </test-case> |
| 10118 | <test-case FilePath="tpch-sql"> |
| 10119 | <compilation-unit name="query-issue785-2"> |
| 10120 | <output-dir compare="Text">query-issue785-2</output-dir> |
| 10121 | </compilation-unit> |
| 10122 | </test-case> |
| 10123 | <test-case FilePath="tpch-sql"> |
| 10124 | <compilation-unit name="query-issue786"> |
| 10125 | <output-dir compare="Text">query-issue786</output-dir> |
| 10126 | </compilation-unit> |
| 10127 | </test-case> |
| 10128 | <test-case FilePath="tpch-sql"> |
| 10129 | <compilation-unit name="query-issue601"> |
| 10130 | <output-dir compare="Text">query-issue601</output-dir> |
| 10131 | </compilation-unit> |
| 10132 | </test-case> |
| 10133 | <test-case FilePath="tpch-sql"> |
| 10134 | <compilation-unit name="q10_returned_item"> |
| 10135 | <output-dir compare="Text">q10_returned_item</output-dir> |
| 10136 | </compilation-unit> |
| 10137 | </test-case> |
| 10138 | <test-case FilePath="tpch-sql"> |
| 10139 | <compilation-unit name="q10_returned_item_int64"> |
| 10140 | <output-dir compare="Text">q10_returned_item_int64</output-dir> |
| 10141 | </compilation-unit> |
| 10142 | </test-case> |
| 10143 | <test-case FilePath="tpch-sql"> |
| 10144 | <compilation-unit name="q11_important_stock"> |
| 10145 | <output-dir compare="Text">q11_important_stock</output-dir> |
| 10146 | </compilation-unit> |
| 10147 | </test-case> |
| 10148 | <test-case FilePath="tpch-sql"> |
| 10149 | <compilation-unit name="q12_shipping"> |
| 10150 | <output-dir compare="Text">q12_shipping</output-dir> |
| 10151 | </compilation-unit> |
| 10152 | </test-case> |
| 10153 | <test-case FilePath="tpch-sql"> |
| 10154 | <compilation-unit name="q13_customer_distribution"> |
| 10155 | <output-dir compare="Text">q13_customer_distribution</output-dir> |
| 10156 | </compilation-unit> |
| 10157 | </test-case> |
| 10158 | <test-case FilePath="tpch-sql"> |
| 10159 | <compilation-unit name="q14_promotion_effect"> |
| 10160 | <output-dir compare="Text">q14_promotion_effect</output-dir> |
| 10161 | </compilation-unit> |
| 10162 | </test-case> |
| 10163 | <test-case FilePath="tpch-sql"> |
| 10164 | <compilation-unit name="q15_top_supplier"> |
| 10165 | <output-dir compare="Text">q15_top_supplier</output-dir> |
| 10166 | </compilation-unit> |
| 10167 | </test-case> |
| 10168 | <test-case FilePath="tpch-sql"> |
| 10169 | <compilation-unit name="q16_parts_supplier_relationship"> |
| 10170 | <output-dir compare="Text">q16_parts_supplier_relationship</output-dir> |
| 10171 | </compilation-unit> |
| 10172 | </test-case> |
| 10173 | <test-case FilePath="tpch-sql"> |
| 10174 | <compilation-unit name="q17_small_quantity_order_revenue"> |
| 10175 | <output-dir compare="Text">q17_small_quantity_order_revenue</output-dir> |
| 10176 | </compilation-unit> |
| 10177 | </test-case> |
| 10178 | <test-case FilePath="tpch-sql"> |
| 10179 | <compilation-unit name="q17_large_gby_variant"> |
| 10180 | <output-dir compare="Text">q17_large_gby_variant</output-dir> |
| 10181 | </compilation-unit> |
| 10182 | </test-case> |
| 10183 | <test-case FilePath="tpch-sql"> |
| 10184 | <compilation-unit name="q18_large_volume_customer"> |
| 10185 | <output-dir compare="Text">q18_large_volume_customer</output-dir> |
| 10186 | </compilation-unit> |
| 10187 | </test-case> |
| 10188 | <test-case FilePath="tpch-sql"> |
| 10189 | <compilation-unit name="q19_discounted_revenue"> |
| 10190 | <output-dir compare="Text">q19_discounted_revenue</output-dir> |
| 10191 | </compilation-unit> |
| 10192 | </test-case> |
| 10193 | <test-case FilePath="tpch-sql"> |
| 10194 | <compilation-unit name="q01_pricing_summary_report_nt"> |
| 10195 | <output-dir compare="Text">q01_pricing_summary_report_nt</output-dir> |
| 10196 | </compilation-unit> |
| 10197 | </test-case> |
| 10198 | <test-case FilePath="tpch-sql"> |
| 10199 | <compilation-unit name="q20_potential_part_promotion"> |
| 10200 | <output-dir compare="Text">q20_potential_part_promotion</output-dir> |
| 10201 | </compilation-unit> |
| 10202 | </test-case> |
| 10203 | <test-case FilePath="tpch-sql"> |
| 10204 | <compilation-unit name="q21_suppliers_who_kept_orders_waiting"> |
| 10205 | <output-dir compare="Text">q21_suppliers_who_kept_orders_waiting</output-dir> |
| 10206 | </compilation-unit> |
| 10207 | </test-case> |
| 10208 | <test-case FilePath="tpch-sql"> |
| 10209 | <compilation-unit name="q22_global_sales_opportunity"> |
| 10210 | <output-dir compare="Text">q22_global_sales_opportunity</output-dir> |
| 10211 | </compilation-unit> |
| 10212 | </test-case> |
| 10213 | <test-case FilePath="tpch-sql"> |
| 10214 | <compilation-unit name="q02_minimum_cost_supplier"> |
| 10215 | <output-dir compare="Text">q02_minimum_cost_supplier</output-dir> |
| 10216 | </compilation-unit> |
| 10217 | </test-case> |
| 10218 | <test-case FilePath="tpch-sql"> |
| 10219 | <compilation-unit name="q03_shipping_priority_nt"> |
| 10220 | <output-dir compare="Text">q03_shipping_priority_nt</output-dir> |
| 10221 | </compilation-unit> |
| 10222 | </test-case> |
| 10223 | <test-case FilePath="tpch-sql"> |
| 10224 | <compilation-unit name="q04_order_priority"> |
| 10225 | <output-dir compare="Text">q04_order_priority</output-dir> |
| 10226 | </compilation-unit> |
| 10227 | </test-case> |
| 10228 | <test-case FilePath="tpch-sql"> |
| 10229 | <compilation-unit name="q05_local_supplier_volume"> |
| 10230 | <output-dir compare="Text">q05_local_supplier_volume</output-dir> |
| 10231 | </compilation-unit> |
| 10232 | </test-case> |
| 10233 | <test-case FilePath="tpch-sql"> |
| 10234 | <compilation-unit name="q06_forecast_revenue_change"> |
| 10235 | <output-dir compare="Text">q06_forecast_revenue_change</output-dir> |
| 10236 | </compilation-unit> |
| 10237 | </test-case> |
| 10238 | <test-case FilePath="tpch-sql"> |
| 10239 | <compilation-unit name="q07_volume_shipping"> |
| 10240 | <output-dir compare="Text">q07_volume_shipping</output-dir> |
| 10241 | </compilation-unit> |
| 10242 | </test-case> |
| 10243 | <test-case FilePath="tpch-sql"> |
| 10244 | <compilation-unit name="q08_national_market_share"> |
| 10245 | <output-dir compare="Text">q08_national_market_share</output-dir> |
| 10246 | </compilation-unit> |
| 10247 | </test-case> |
| 10248 | <test-case FilePath="tpch-sql"> |
| 10249 | <compilation-unit name="q09_product_type_profit_nt"> |
| 10250 | <output-dir compare="Text">q09_product_type_profit_nt</output-dir> |
| 10251 | </compilation-unit> |
| 10252 | </test-case> |
| 10253 | <test-case FilePath="tpch-sql"> |
| 10254 | <compilation-unit name="query-issue562"> |
| 10255 | <output-dir compare="Text">query-issue562</output-dir> |
| 10256 | </compilation-unit> |
| 10257 | </test-case> |
| 10258 | <test-case FilePath="tpch-sql"> |
| 10259 | <compilation-unit name="query-issue810"> |
| 10260 | <output-dir compare="Text">query-issue810</output-dir> |
| 10261 | </compilation-unit> |
| 10262 | </test-case> |
| 10263 | <test-case FilePath="tpch-sql"> |
| 10264 | <compilation-unit name="query-issue810-2"> |
| 10265 | <output-dir compare="Text">query-issue810-2</output-dir> |
| 10266 | </compilation-unit> |
| 10267 | </test-case> |
| 10268 | <test-case FilePath="tpch-sql"> |
| 10269 | <compilation-unit name="query-issue810-3"> |
| 10270 | <output-dir compare="Text">query-issue810-3</output-dir> |
| 10271 | </compilation-unit> |
| 10272 | </test-case> |
| 10273 | </test-group> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 10274 | <test-group name="tpch-sql-sugar"> |
| 10275 | <test-case FilePath="tpch-sql-sugar"> |
| 10276 | <compilation-unit name="distinct_by"> |
| 10277 | <output-dir compare="Text">distinct_by</output-dir> |
| 10278 | </compilation-unit> |
| 10279 | </test-case> |
| 10280 | <test-case FilePath="tpch-sql-sugar"> |
| 10281 | <compilation-unit name="group_no_agg"> |
| 10282 | <output-dir compare="Text">group_no_agg</output-dir> |
| 10283 | </compilation-unit> |
| 10284 | </test-case> |
| 10285 | <test-case FilePath="tpch-sql-sugar"> |
| 10286 | <compilation-unit name="nest_aggregate"> |
| 10287 | <output-dir compare="Text">nest_aggregate</output-dir> |
| 10288 | </compilation-unit> |
| 10289 | </test-case> |
| 10290 | <test-case FilePath="tpch-sql-sugar"> |
| 10291 | <compilation-unit name="nest_aggregate2"> |
| 10292 | <output-dir compare="Text">nest_aggregate2</output-dir> |
| 10293 | </compilation-unit> |
| 10294 | </test-case> |
| 10295 | <test-case FilePath="tpch-sql-sugar"> |
| 10296 | <compilation-unit name="query-issue638"> |
| 10297 | <output-dir compare="Text">query-issue638</output-dir> |
| 10298 | </compilation-unit> |
| 10299 | </test-case> |
| 10300 | <test-case FilePath="tpch-sql-sugar"> |
| 10301 | <compilation-unit name="query-issue785"> |
| 10302 | <output-dir compare="Text">query-issue785</output-dir> |
| 10303 | </compilation-unit> |
| 10304 | </test-case> |
| 10305 | <test-case FilePath="tpch-sql-sugar"> |
| 10306 | <compilation-unit name="query-issue785-2"> |
| 10307 | <output-dir compare="Text">query-issue785-2</output-dir> |
| 10308 | </compilation-unit> |
| 10309 | </test-case> |
| 10310 | <test-case FilePath="tpch-sql-sugar"> |
| 10311 | <compilation-unit name="query-issue786"> |
| 10312 | <output-dir compare="Text">query-issue786</output-dir> |
| 10313 | </compilation-unit> |
| 10314 | </test-case> |
| 10315 | <test-case FilePath="tpch-sql-sugar"> |
| 10316 | <compilation-unit name="query-issue601"> |
| 10317 | <output-dir compare="Text">query-issue601</output-dir> |
| 10318 | </compilation-unit> |
| 10319 | </test-case> |
| 10320 | <test-case FilePath="tpch-sql-sugar"> |
| 10321 | <compilation-unit name="q10_returned_item"> |
| 10322 | <output-dir compare="Text">q10_returned_item</output-dir> |
| 10323 | </compilation-unit> |
| 10324 | </test-case> |
| 10325 | <test-case FilePath="tpch-sql-sugar"> |
| 10326 | <compilation-unit name="q10_returned_item_int64"> |
| 10327 | <output-dir compare="Text">q10_returned_item_int64</output-dir> |
| 10328 | </compilation-unit> |
| 10329 | </test-case> |
| 10330 | <test-case FilePath="tpch-sql-sugar"> |
| 10331 | <compilation-unit name="q11_important_stock"> |
| 10332 | <output-dir compare="Text">q11_important_stock</output-dir> |
| 10333 | </compilation-unit> |
| 10334 | </test-case> |
| 10335 | <test-case FilePath="tpch-sql-sugar"> |
| 10336 | <compilation-unit name="q12_shipping"> |
| 10337 | <output-dir compare="Text">q12_shipping</output-dir> |
| 10338 | </compilation-unit> |
| 10339 | </test-case> |
| 10340 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | ea4ec72 | 2016-11-04 01:26:16 -0700 | [diff] [blame] | 10341 | <compilation-unit name="q12_shipping_broadcast"> |
| 10342 | <output-dir compare="Text">q12_shipping</output-dir> |
| 10343 | </compilation-unit> |
| 10344 | </test-case> |
| 10345 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 10346 | <compilation-unit name="q13_customer_distribution"> |
| 10347 | <output-dir compare="Text">q13_customer_distribution</output-dir> |
| 10348 | </compilation-unit> |
| 10349 | </test-case> |
| 10350 | <test-case FilePath="tpch-sql-sugar"> |
| 10351 | <compilation-unit name="q14_promotion_effect"> |
| 10352 | <output-dir compare="Text">q14_promotion_effect</output-dir> |
| 10353 | </compilation-unit> |
| 10354 | </test-case> |
| 10355 | <test-case FilePath="tpch-sql-sugar"> |
| 10356 | <compilation-unit name="q15_top_supplier"> |
| 10357 | <output-dir compare="Text">q15_top_supplier</output-dir> |
| 10358 | </compilation-unit> |
| 10359 | </test-case> |
| 10360 | <test-case FilePath="tpch-sql-sugar"> |
| 10361 | <compilation-unit name="q16_parts_supplier_relationship"> |
| 10362 | <output-dir compare="Text">q16_parts_supplier_relationship</output-dir> |
| 10363 | </compilation-unit> |
| 10364 | </test-case> |
| 10365 | <test-case FilePath="tpch-sql-sugar"> |
| 10366 | <compilation-unit name="q17_small_quantity_order_revenue"> |
| 10367 | <output-dir compare="Text">q17_small_quantity_order_revenue</output-dir> |
| 10368 | </compilation-unit> |
| 10369 | </test-case> |
| 10370 | <test-case FilePath="tpch-sql-sugar"> |
| 10371 | <compilation-unit name="q17_large_gby_variant"> |
| 10372 | <output-dir compare="Text">q17_large_gby_variant</output-dir> |
| 10373 | </compilation-unit> |
| 10374 | </test-case> |
| 10375 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | c3b4e41 | 2017-03-16 14:20:05 -0700 | [diff] [blame] | 10376 | <compilation-unit name="q17_large_gby_variant_parameter"> |
Yingyi Bu | a9f36e1 | 2017-03-29 13:22:40 -0700 | [diff] [blame] | 10377 | <output-dir compare="Text">none</output-dir> |
| 10378 | <expected-error>Invalid query parameter compiler.groupmemory -- value has to be greater than or equal to</expected-error> |
Yingyi Bu | c3b4e41 | 2017-03-16 14:20:05 -0700 | [diff] [blame] | 10379 | </compilation-unit> |
| 10380 | </test-case> |
| 10381 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 10382 | <compilation-unit name="q18_large_volume_customer"> |
| 10383 | <output-dir compare="Text">q18_large_volume_customer</output-dir> |
| 10384 | </compilation-unit> |
| 10385 | </test-case> |
| 10386 | <test-case FilePath="tpch-sql-sugar"> |
| 10387 | <compilation-unit name="q19_discounted_revenue"> |
| 10388 | <output-dir compare="Text">q19_discounted_revenue</output-dir> |
| 10389 | </compilation-unit> |
| 10390 | </test-case> |
| 10391 | <test-case FilePath="tpch-sql-sugar"> |
| 10392 | <compilation-unit name="q01_pricing_summary_report_nt"> |
| 10393 | <output-dir compare="Text">q01_pricing_summary_report_nt</output-dir> |
| 10394 | </compilation-unit> |
| 10395 | </test-case> |
| 10396 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | 5b2d4c8 | 2016-07-13 17:56:48 -0700 | [diff] [blame] | 10397 | <compilation-unit name="q01_pricing_summary_report_2"> |
| 10398 | <output-dir compare="Text">q01_pricing_summary_report_nt</output-dir> |
| 10399 | </compilation-unit> |
| 10400 | </test-case> |
| 10401 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | 84b0977 | 2017-01-20 14:26:42 -0800 | [diff] [blame] | 10402 | <compilation-unit name="q01_pricing_summary_report_parallelism"> |
| 10403 | <output-dir compare="Text">q01_pricing_summary_report_nt</output-dir> |
| 10404 | </compilation-unit> |
| 10405 | </test-case> |
| 10406 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | c3b4e41 | 2017-03-16 14:20:05 -0700 | [diff] [blame] | 10407 | <compilation-unit name="q01_pricing_summary_report_parameter"> |
Yingyi Bu | a9f36e1 | 2017-03-29 13:22:40 -0700 | [diff] [blame] | 10408 | <output-dir compare="Text">none</output-dir> |
| 10409 | <expected-error>Invalid query parameter compiler.sortmemory -- value has to be greater than or equal to</expected-error> |
Yingyi Bu | c3b4e41 | 2017-03-16 14:20:05 -0700 | [diff] [blame] | 10410 | </compilation-unit> |
| 10411 | </test-case> |
| 10412 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 10413 | <compilation-unit name="q20_potential_part_promotion"> |
| 10414 | <output-dir compare="Text">q20_potential_part_promotion</output-dir> |
| 10415 | </compilation-unit> |
| 10416 | </test-case> |
| 10417 | <test-case FilePath="tpch-sql-sugar"> |
| 10418 | <compilation-unit name="q21_suppliers_who_kept_orders_waiting"> |
| 10419 | <output-dir compare="Text">q21_suppliers_who_kept_orders_waiting</output-dir> |
| 10420 | </compilation-unit> |
| 10421 | </test-case> |
| 10422 | <test-case FilePath="tpch-sql-sugar"> |
| 10423 | <compilation-unit name="q22_global_sales_opportunity"> |
| 10424 | <output-dir compare="Text">q22_global_sales_opportunity</output-dir> |
| 10425 | </compilation-unit> |
| 10426 | </test-case> |
| 10427 | <test-case FilePath="tpch-sql-sugar"> |
| 10428 | <compilation-unit name="q02_minimum_cost_supplier"> |
| 10429 | <output-dir compare="Text">q02_minimum_cost_supplier</output-dir> |
| 10430 | </compilation-unit> |
| 10431 | </test-case> |
| 10432 | <test-case FilePath="tpch-sql-sugar"> |
| 10433 | <compilation-unit name="q03_shipping_priority_nt"> |
| 10434 | <output-dir compare="Text">q03_shipping_priority_nt</output-dir> |
| 10435 | </compilation-unit> |
| 10436 | </test-case> |
| 10437 | <test-case FilePath="tpch-sql-sugar"> |
| 10438 | <compilation-unit name="q04_order_priority"> |
| 10439 | <output-dir compare="Text">q04_order_priority</output-dir> |
| 10440 | </compilation-unit> |
| 10441 | </test-case> |
| 10442 | <test-case FilePath="tpch-sql-sugar"> |
| 10443 | <compilation-unit name="q05_local_supplier_volume"> |
| 10444 | <output-dir compare="Text">q05_local_supplier_volume</output-dir> |
| 10445 | </compilation-unit> |
| 10446 | </test-case> |
| 10447 | <test-case FilePath="tpch-sql-sugar"> |
| 10448 | <compilation-unit name="q06_forecast_revenue_change"> |
| 10449 | <output-dir compare="Text">q06_forecast_revenue_change</output-dir> |
| 10450 | </compilation-unit> |
| 10451 | </test-case> |
| 10452 | <test-case FilePath="tpch-sql-sugar"> |
| 10453 | <compilation-unit name="q07_volume_shipping"> |
| 10454 | <output-dir compare="Text">q07_volume_shipping</output-dir> |
| 10455 | </compilation-unit> |
| 10456 | </test-case> |
| 10457 | <test-case FilePath="tpch-sql-sugar"> |
| 10458 | <compilation-unit name="q08_national_market_share"> |
| 10459 | <output-dir compare="Text">q08_national_market_share</output-dir> |
| 10460 | </compilation-unit> |
| 10461 | </test-case> |
| 10462 | <test-case FilePath="tpch-sql-sugar"> |
| 10463 | <compilation-unit name="q09_product_type_profit_nt"> |
| 10464 | <output-dir compare="Text">q09_product_type_profit_nt</output-dir> |
| 10465 | </compilation-unit> |
| 10466 | </test-case> |
| 10467 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | c3b4e41 | 2017-03-16 14:20:05 -0700 | [diff] [blame] | 10468 | <compilation-unit name="q09_product_type_profit_parameter"> |
Yingyi Bu | a9f36e1 | 2017-03-29 13:22:40 -0700 | [diff] [blame] | 10469 | <output-dir compare="Text">none</output-dir> |
| 10470 | <expected-error>Invalid query parameter compiler.joinmemory -- value has to be greater than or equal to</expected-error> |
Yingyi Bu | c3b4e41 | 2017-03-16 14:20:05 -0700 | [diff] [blame] | 10471 | </compilation-unit> |
| 10472 | </test-case> |
| 10473 | <test-case FilePath="tpch-sql-sugar"> |
Yingyi Bu | 9e3f9be | 2016-07-01 10:07:37 -0700 | [diff] [blame] | 10474 | <compilation-unit name="query-issue562"> |
| 10475 | <output-dir compare="Text">query-issue562</output-dir> |
| 10476 | </compilation-unit> |
| 10477 | </test-case> |
| 10478 | <test-case FilePath="tpch-sql-sugar"> |
| 10479 | <compilation-unit name="query-issue810"> |
| 10480 | <output-dir compare="Text">query-issue810</output-dir> |
| 10481 | </compilation-unit> |
| 10482 | </test-case> |
| 10483 | <test-case FilePath="tpch-sql-sugar"> |
| 10484 | <compilation-unit name="query-issue810-2"> |
| 10485 | <output-dir compare="Text">query-issue810-2</output-dir> |
| 10486 | </compilation-unit> |
| 10487 | </test-case> |
| 10488 | <test-case FilePath="tpch-sql-sugar"> |
| 10489 | <compilation-unit name="query-issue810-3"> |
| 10490 | <output-dir compare="Text">query-issue810-3</output-dir> |
| 10491 | </compilation-unit> |
| 10492 | </test-case> |
| 10493 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 10494 | <test-group name="tpch-with-index"> |
| 10495 | <test-case FilePath="tpch-with-index"> |
| 10496 | <compilation-unit name="distinct_by"> |
| 10497 | <output-dir compare="Text">distinct_by</output-dir> |
| 10498 | </compilation-unit> |
| 10499 | </test-case> |
| 10500 | <test-case FilePath="tpch-with-index"> |
| 10501 | <compilation-unit name="nest_aggregate"> |
| 10502 | <output-dir compare="Text">nest_aggregate</output-dir> |
| 10503 | </compilation-unit> |
| 10504 | </test-case> |
| 10505 | <test-case FilePath="tpch-with-index"> |
| 10506 | <compilation-unit name="nest_aggregate2"> |
| 10507 | <output-dir compare="Text">nest_aggregate2</output-dir> |
| 10508 | </compilation-unit> |
| 10509 | </test-case> |
| 10510 | <test-case FilePath="tpch-with-index"> |
| 10511 | <compilation-unit name="query-issue785"> |
| 10512 | <output-dir compare="Text">query-issue785</output-dir> |
| 10513 | </compilation-unit> |
| 10514 | </test-case> |
| 10515 | <test-case FilePath="tpch-with-index"> |
| 10516 | <compilation-unit name="query-issue785-2"> |
| 10517 | <output-dir compare="Text">query-issue785-2</output-dir> |
| 10518 | </compilation-unit> |
| 10519 | </test-case> |
| 10520 | <test-case FilePath="tpch-with-index"> |
| 10521 | <compilation-unit name="query-issue786"> |
| 10522 | <output-dir compare="Text">query-issue786</output-dir> |
| 10523 | </compilation-unit> |
| 10524 | </test-case> |
| 10525 | <test-case FilePath="tpch-with-index"> |
| 10526 | <compilation-unit name="query-issue601"> |
| 10527 | <output-dir compare="Text">query-issue601</output-dir> |
| 10528 | </compilation-unit> |
| 10529 | </test-case> |
| 10530 | <test-case FilePath="tpch-with-index"> |
| 10531 | <compilation-unit name="q10_returned_item"> |
| 10532 | <output-dir compare="Text">q10_returned_item</output-dir> |
| 10533 | </compilation-unit> |
| 10534 | </test-case> |
| 10535 | <test-case FilePath="tpch-with-index"> |
| 10536 | <compilation-unit name="q10_returned_item_int64"> |
| 10537 | <output-dir compare="Text">q10_returned_item_int64</output-dir> |
| 10538 | </compilation-unit> |
| 10539 | </test-case> |
| 10540 | <test-case FilePath="tpch-with-index"> |
| 10541 | <compilation-unit name="q11_important_stock"> |
| 10542 | <output-dir compare="Text">q11_important_stock</output-dir> |
| 10543 | </compilation-unit> |
| 10544 | </test-case> |
| 10545 | <test-case FilePath="tpch-with-index"> |
| 10546 | <compilation-unit name="q12_shipping"> |
| 10547 | <output-dir compare="Text">q12_shipping</output-dir> |
| 10548 | </compilation-unit> |
| 10549 | </test-case> |
| 10550 | <test-case FilePath="tpch-with-index"> |
| 10551 | <compilation-unit name="q13_customer_distribution"> |
| 10552 | <output-dir compare="Text">q13_customer_distribution</output-dir> |
| 10553 | </compilation-unit> |
| 10554 | </test-case> |
| 10555 | <test-case FilePath="tpch-with-index"> |
| 10556 | <compilation-unit name="q14_promotion_effect"> |
| 10557 | <output-dir compare="Text">q14_promotion_effect</output-dir> |
| 10558 | </compilation-unit> |
| 10559 | </test-case> |
| 10560 | <test-case FilePath="tpch-with-index"> |
| 10561 | <compilation-unit name="q15_top_supplier"> |
| 10562 | <output-dir compare="Text">q15_top_supplier</output-dir> |
| 10563 | </compilation-unit> |
| 10564 | </test-case> |
| 10565 | <test-case FilePath="tpch-with-index"> |
| 10566 | <compilation-unit name="q16_parts_supplier_relationship"> |
| 10567 | <output-dir compare="Text">q16_parts_supplier_relationship</output-dir> |
| 10568 | </compilation-unit> |
| 10569 | </test-case> |
| 10570 | <test-case FilePath="tpch-with-index"> |
| 10571 | <compilation-unit name="q17_small_quantity_order_revenue"> |
| 10572 | <output-dir compare="Text">q17_small_quantity_order_revenue</output-dir> |
| 10573 | </compilation-unit> |
| 10574 | </test-case> |
| 10575 | <test-case FilePath="tpch-with-index"> |
| 10576 | <compilation-unit name="q17_large_gby_variant"> |
| 10577 | <output-dir compare="Text">q17_large_gby_variant</output-dir> |
| 10578 | </compilation-unit> |
| 10579 | </test-case> |
| 10580 | <test-case FilePath="tpch-with-index"> |
| 10581 | <compilation-unit name="q18_large_volume_customer"> |
| 10582 | <output-dir compare="Text">q18_large_volume_customer</output-dir> |
| 10583 | </compilation-unit> |
| 10584 | </test-case> |
| 10585 | <test-case FilePath="tpch-with-index"> |
| 10586 | <compilation-unit name="q19_discounted_revenue"> |
| 10587 | <output-dir compare="Text">q19_discounted_revenue</output-dir> |
| 10588 | </compilation-unit> |
| 10589 | </test-case> |
| 10590 | <test-case FilePath="tpch-with-index"> |
| 10591 | <compilation-unit name="q01_pricing_summary_report_nt"> |
| 10592 | <output-dir compare="Text">q01_pricing_summary_report_nt</output-dir> |
| 10593 | </compilation-unit> |
| 10594 | </test-case> |
| 10595 | <test-case FilePath="tpch-with-index"> |
| 10596 | <compilation-unit name="q20_potential_part_promotion"> |
| 10597 | <output-dir compare="Text">q20_potential_part_promotion</output-dir> |
| 10598 | </compilation-unit> |
| 10599 | </test-case> |
| 10600 | <test-case FilePath="tpch-with-index"> |
| 10601 | <compilation-unit name="q21_suppliers_who_kept_orders_waiting"> |
| 10602 | <output-dir compare="Text">q21_suppliers_who_kept_orders_waiting</output-dir> |
| 10603 | </compilation-unit> |
| 10604 | </test-case> |
| 10605 | <test-case FilePath="tpch-with-index"> |
| 10606 | <compilation-unit name="q22_global_sales_opportunity"> |
| 10607 | <output-dir compare="Text">q22_global_sales_opportunity</output-dir> |
| 10608 | </compilation-unit> |
| 10609 | </test-case> |
| 10610 | <test-case FilePath="tpch-with-index"> |
| 10611 | <compilation-unit name="q02_minimum_cost_supplier"> |
| 10612 | <output-dir compare="Text">q02_minimum_cost_supplier</output-dir> |
| 10613 | </compilation-unit> |
| 10614 | </test-case> |
| 10615 | <test-case FilePath="tpch-with-index"> |
| 10616 | <compilation-unit name="q03_shipping_priority_nt"> |
| 10617 | <output-dir compare="Text">q03_shipping_priority_nt</output-dir> |
| 10618 | </compilation-unit> |
| 10619 | </test-case> |
| 10620 | <test-case FilePath="tpch-with-index"> |
| 10621 | <compilation-unit name="q04_order_priority"> |
| 10622 | <output-dir compare="Text">q04_order_priority</output-dir> |
| 10623 | </compilation-unit> |
| 10624 | </test-case> |
| 10625 | <test-case FilePath="tpch-with-index"> |
| 10626 | <compilation-unit name="q04_order_priority_with_nodegroup"> |
| 10627 | <output-dir compare="Text">q04_order_priority</output-dir> |
| 10628 | </compilation-unit> |
| 10629 | </test-case> |
| 10630 | <test-case FilePath="tpch-with-index"> |
| 10631 | <compilation-unit name="q05_local_supplier_volume"> |
| 10632 | <output-dir compare="Text">q05_local_supplier_volume</output-dir> |
| 10633 | </compilation-unit> |
| 10634 | </test-case> |
| 10635 | <test-case FilePath="tpch-with-index"> |
| 10636 | <compilation-unit name="q06_forecast_revenue_change"> |
| 10637 | <output-dir compare="Text">q06_forecast_revenue_change</output-dir> |
| 10638 | </compilation-unit> |
| 10639 | </test-case> |
| 10640 | <test-case FilePath="tpch-with-index"> |
| 10641 | <compilation-unit name="q07_volume_shipping"> |
| 10642 | <output-dir compare="Text">q07_volume_shipping</output-dir> |
| 10643 | </compilation-unit> |
| 10644 | </test-case> |
| 10645 | <test-case FilePath="tpch-with-index"> |
| 10646 | <compilation-unit name="q08_national_market_share"> |
| 10647 | <output-dir compare="Text">q08_national_market_share</output-dir> |
| 10648 | </compilation-unit> |
| 10649 | </test-case> |
| 10650 | <test-case FilePath="tpch-with-index"> |
| 10651 | <compilation-unit name="q09_product_type_profit_nt"> |
| 10652 | <output-dir compare="Text">q09_product_type_profit_nt</output-dir> |
| 10653 | </compilation-unit> |
| 10654 | </test-case> |
| 10655 | <test-case FilePath="tpch-with-index"> |
| 10656 | <compilation-unit name="query-issue562"> |
| 10657 | <output-dir compare="Text">query-issue562</output-dir> |
| 10658 | </compilation-unit> |
| 10659 | </test-case> |
| 10660 | <test-case FilePath="tpch-with-index"> |
| 10661 | <compilation-unit name="query-issue810"> |
| 10662 | <output-dir compare="Text">query-issue810</output-dir> |
| 10663 | </compilation-unit> |
| 10664 | </test-case> |
| 10665 | <test-case FilePath="tpch-with-index"> |
| 10666 | <compilation-unit name="query-issue810-2"> |
| 10667 | <output-dir compare="Text">query-issue810-2</output-dir> |
| 10668 | </compilation-unit> |
| 10669 | </test-case> |
| 10670 | <test-case FilePath="tpch-with-index"> |
| 10671 | <compilation-unit name="query-issue810-3"> |
| 10672 | <output-dir compare="Text">query-issue810-3</output-dir> |
| 10673 | </compilation-unit> |
| 10674 | </test-case> |
| 10675 | <test-case FilePath="tpch-with-index"> |
| 10676 | <compilation-unit name="query-issue827"> |
| 10677 | <output-dir compare="Text">query-issue827</output-dir> |
| 10678 | </compilation-unit> |
| 10679 | </test-case> |
| 10680 | <test-case FilePath="tpch-with-index"> |
| 10681 | <compilation-unit name="query-issue827-2"> |
| 10682 | <output-dir compare="Text">query-issue827-2</output-dir> |
| 10683 | </compilation-unit> |
| 10684 | </test-case> |
| 10685 | </test-group> |
| 10686 | <test-group name="tpch-sql-like"> |
| 10687 | <test-case FilePath="tpch-sql-like"> |
| 10688 | <compilation-unit name="query-issue638"> |
| 10689 | <output-dir compare="Text">query-issue638</output-dir> |
| 10690 | </compilation-unit> |
| 10691 | </test-case> |
| 10692 | <test-case FilePath="tpch-sql-like"> |
| 10693 | <compilation-unit name="query-issue785"> |
| 10694 | <output-dir compare="Text">query-issue785</output-dir> |
| 10695 | </compilation-unit> |
| 10696 | </test-case> |
| 10697 | <test-case FilePath="tpch-sql-like"> |
| 10698 | <compilation-unit name="query-issue785-2"> |
| 10699 | <output-dir compare="Text">query-issue785-2</output-dir> |
| 10700 | </compilation-unit> |
| 10701 | </test-case> |
| 10702 | <test-case FilePath="tpch-sql-like"> |
| 10703 | <compilation-unit name="query-issue786"> |
| 10704 | <output-dir compare="Text">query-issue786</output-dir> |
| 10705 | </compilation-unit> |
| 10706 | </test-case> |
| 10707 | <test-case FilePath="tpch-sql-like"> |
| 10708 | <compilation-unit name="query-issue601"> |
| 10709 | <output-dir compare="Text">query-issue601</output-dir> |
| 10710 | </compilation-unit> |
| 10711 | </test-case> |
| 10712 | <test-case FilePath="tpch-sql-like"> |
| 10713 | <compilation-unit name="q10_returned_item"> |
| 10714 | <output-dir compare="Text">q10_returned_item</output-dir> |
| 10715 | </compilation-unit> |
| 10716 | </test-case> |
| 10717 | <test-case FilePath="tpch-sql-like"> |
| 10718 | <compilation-unit name="q10_returned_item_int64"> |
| 10719 | <output-dir compare="Text">q10_returned_item_int64</output-dir> |
| 10720 | </compilation-unit> |
| 10721 | </test-case> |
| 10722 | <test-case FilePath="tpch-sql-like"> |
| 10723 | <compilation-unit name="q11_important_stock"> |
| 10724 | <output-dir compare="Text">q11_important_stock</output-dir> |
| 10725 | </compilation-unit> |
| 10726 | </test-case> |
| 10727 | <test-case FilePath="tpch-sql-like"> |
| 10728 | <compilation-unit name="q12_shipping"> |
| 10729 | <output-dir compare="Text">q12_shipping</output-dir> |
| 10730 | </compilation-unit> |
| 10731 | </test-case> |
| 10732 | <test-case FilePath="tpch-sql-like"> |
| 10733 | <compilation-unit name="q13_customer_distribution"> |
| 10734 | <output-dir compare="Text">q13_customer_distribution</output-dir> |
| 10735 | </compilation-unit> |
| 10736 | </test-case> |
| 10737 | <test-case FilePath="tpch-sql-like"> |
| 10738 | <compilation-unit name="q14_promotion_effect"> |
| 10739 | <output-dir compare="Text">q14_promotion_effect</output-dir> |
| 10740 | </compilation-unit> |
| 10741 | </test-case> |
| 10742 | <test-case FilePath="tpch-sql-like"> |
| 10743 | <compilation-unit name="q15_top_supplier"> |
| 10744 | <output-dir compare="Text">q15_top_supplier</output-dir> |
| 10745 | </compilation-unit> |
| 10746 | </test-case> |
| 10747 | <test-case FilePath="tpch-sql-like"> |
| 10748 | <compilation-unit name="q16_parts_supplier_relationship"> |
| 10749 | <output-dir compare="Text">q16_parts_supplier_relationship</output-dir> |
| 10750 | </compilation-unit> |
| 10751 | </test-case> |
| 10752 | <test-case FilePath="tpch-sql-like"> |
| 10753 | <compilation-unit name="q17_small_quantity_order_revenue"> |
| 10754 | <output-dir compare="Text">q17_small_quantity_order_revenue</output-dir> |
| 10755 | </compilation-unit> |
| 10756 | </test-case> |
| 10757 | <test-case FilePath="tpch-sql-like"> |
| 10758 | <compilation-unit name="q17_large_gby_variant"> |
| 10759 | <output-dir compare="Text">q17_large_gby_variant</output-dir> |
| 10760 | </compilation-unit> |
| 10761 | </test-case> |
| 10762 | <test-case FilePath="tpch-sql-like"> |
| 10763 | <compilation-unit name="q18_large_volume_customer"> |
| 10764 | <output-dir compare="Text">q18_large_volume_customer</output-dir> |
| 10765 | </compilation-unit> |
| 10766 | </test-case> |
| 10767 | <test-case FilePath="tpch-sql-like"> |
| 10768 | <compilation-unit name="q19_discounted_revenue"> |
| 10769 | <output-dir compare="Text">q19_discounted_revenue</output-dir> |
| 10770 | </compilation-unit> |
| 10771 | </test-case> |
| 10772 | <test-case FilePath="tpch-sql-like"> |
| 10773 | <compilation-unit name="q01_pricing_summary_report_nt"> |
| 10774 | <output-dir compare="Text">q01_pricing_summary_report_nt</output-dir> |
| 10775 | </compilation-unit> |
| 10776 | </test-case> |
| 10777 | <test-case FilePath="tpch-sql-like"> |
| 10778 | <compilation-unit name="q20_potential_part_promotion"> |
| 10779 | <output-dir compare="Text">q20_potential_part_promotion</output-dir> |
| 10780 | </compilation-unit> |
| 10781 | </test-case> |
| 10782 | <test-case FilePath="tpch-sql-like"> |
| 10783 | <compilation-unit name="q21_suppliers_who_kept_orders_waiting"> |
| 10784 | <output-dir compare="Text">q21_suppliers_who_kept_orders_waiting</output-dir> |
| 10785 | </compilation-unit> |
| 10786 | </test-case> |
| 10787 | <test-case FilePath="tpch-sql-like"> |
| 10788 | <compilation-unit name="q22_global_sales_opportunity"> |
| 10789 | <output-dir compare="Text">q22_global_sales_opportunity</output-dir> |
| 10790 | </compilation-unit> |
| 10791 | </test-case> |
| 10792 | <test-case FilePath="tpch-sql-like"> |
| 10793 | <compilation-unit name="q02_minimum_cost_supplier"> |
| 10794 | <output-dir compare="Text">q02_minimum_cost_supplier</output-dir> |
| 10795 | </compilation-unit> |
| 10796 | </test-case> |
| 10797 | <test-case FilePath="tpch-sql-like"> |
| 10798 | <compilation-unit name="q03_shipping_priority_nt"> |
| 10799 | <output-dir compare="Text">q03_shipping_priority_nt</output-dir> |
| 10800 | </compilation-unit> |
| 10801 | </test-case> |
| 10802 | <test-case FilePath="tpch-sql-like"> |
| 10803 | <compilation-unit name="q04_order_priority"> |
| 10804 | <output-dir compare="Text">q04_order_priority</output-dir> |
| 10805 | </compilation-unit> |
| 10806 | </test-case> |
| 10807 | <test-case FilePath="tpch-sql-like"> |
| 10808 | <compilation-unit name="q05_local_supplier_volume"> |
| 10809 | <output-dir compare="Text">q05_local_supplier_volume</output-dir> |
| 10810 | </compilation-unit> |
| 10811 | </test-case> |
| 10812 | <test-case FilePath="tpch-sql-like"> |
| 10813 | <compilation-unit name="q06_forecast_revenue_change"> |
| 10814 | <output-dir compare="Text">q06_forecast_revenue_change</output-dir> |
| 10815 | </compilation-unit> |
| 10816 | </test-case> |
| 10817 | <test-case FilePath="tpch-sql-like"> |
| 10818 | <compilation-unit name="q07_volume_shipping"> |
| 10819 | <output-dir compare="Text">q07_volume_shipping</output-dir> |
| 10820 | </compilation-unit> |
| 10821 | </test-case> |
| 10822 | <test-case FilePath="tpch-sql-like"> |
| 10823 | <compilation-unit name="q08_national_market_share"> |
| 10824 | <output-dir compare="Text">q08_national_market_share</output-dir> |
| 10825 | </compilation-unit> |
| 10826 | </test-case> |
| 10827 | <test-case FilePath="tpch-sql-like"> |
| 10828 | <compilation-unit name="q09_product_type_profit_nt"> |
| 10829 | <output-dir compare="Text">q09_product_type_profit_nt</output-dir> |
| 10830 | </compilation-unit> |
| 10831 | </test-case> |
| 10832 | </test-group> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10833 | <test-group name="window"> |
| 10834 | <test-case FilePath="window"> |
Dmitry Lychagin | a666452 | 2019-01-10 16:29:09 -0800 | [diff] [blame] | 10835 | <compilation-unit name="cume_dist_01"> |
| 10836 | <output-dir compare="Text">cume_dist_01</output-dir> |
| 10837 | </compilation-unit> |
| 10838 | </test-case> |
| 10839 | <test-case FilePath="window"> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10840 | <compilation-unit name="dense_rank_01"> |
| 10841 | <output-dir compare="Text">dense_rank_01</output-dir> |
| 10842 | </compilation-unit> |
| 10843 | </test-case> |
| 10844 | <test-case FilePath="window"> |
Dmitry Lychagin | 3346cea | 2019-05-28 12:11:54 -0700 | [diff] [blame] | 10845 | <compilation-unit name="first_value_01"> |
| 10846 | <output-dir compare="Text">first_value_01</output-dir> |
| 10847 | </compilation-unit> |
| 10848 | </test-case> |
| 10849 | <test-case FilePath="window"> |
| 10850 | <compilation-unit name="lag_01"> |
| 10851 | <output-dir compare="Text">lag_01</output-dir> |
| 10852 | </compilation-unit> |
| 10853 | </test-case> |
| 10854 | <test-case FilePath="window"> |
| 10855 | <compilation-unit name="last_value_01"> |
| 10856 | <output-dir compare="Text">last_value_01</output-dir> |
| 10857 | </compilation-unit> |
| 10858 | </test-case> |
| 10859 | <test-case FilePath="window"> |
| 10860 | <compilation-unit name="lead_01"> |
| 10861 | <output-dir compare="Text">lead_01</output-dir> |
| 10862 | </compilation-unit> |
| 10863 | </test-case> |
| 10864 | <test-case FilePath="window"> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10865 | <compilation-unit name="misc_01"> |
| 10866 | <output-dir compare="Text">misc_01</output-dir> |
| 10867 | </compilation-unit> |
| 10868 | </test-case> |
| 10869 | <test-case FilePath="window"> |
Dmitry Lychagin | 3346cea | 2019-05-28 12:11:54 -0700 | [diff] [blame] | 10870 | <compilation-unit name="nth_value_01"> |
| 10871 | <output-dir compare="Text">nth_value_01</output-dir> |
| 10872 | </compilation-unit> |
| 10873 | </test-case> |
| 10874 | <test-case FilePath="window"> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10875 | <compilation-unit name="ntile_01"> |
| 10876 | <output-dir compare="Text">ntile_01</output-dir> |
| 10877 | </compilation-unit> |
| 10878 | </test-case> |
| 10879 | <test-case FilePath="window"> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10880 | <compilation-unit name="percent_rank_01"> |
| 10881 | <output-dir compare="Text">percent_rank_01</output-dir> |
| 10882 | </compilation-unit> |
| 10883 | </test-case> |
| 10884 | <test-case FilePath="window"> |
Dmitry Lychagin | f2c18aa | 2018-12-28 21:20:23 -0800 | [diff] [blame] | 10885 | <compilation-unit name="pg_win"> |
| 10886 | <output-dir compare="Text">pg_win</output-dir> |
| 10887 | </compilation-unit> |
| 10888 | </test-case> |
| 10889 | <test-case FilePath="window"> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10890 | <compilation-unit name="rank_01"> |
| 10891 | <output-dir compare="Text">rank_01</output-dir> |
| 10892 | </compilation-unit> |
| 10893 | </test-case> |
| 10894 | <test-case FilePath="window"> |
Dmitry Lychagin | a666452 | 2019-01-10 16:29:09 -0800 | [diff] [blame] | 10895 | <compilation-unit name="ratio_to_report_01"> |
| 10896 | <output-dir compare="Text">ratio_to_report_01</output-dir> |
| 10897 | </compilation-unit> |
| 10898 | </test-case> |
| 10899 | <test-case FilePath="window"> |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 10900 | <compilation-unit name="row_number_01"> |
| 10901 | <output-dir compare="Text">row_number_01</output-dir> |
Dmitry Lychagin | a666452 | 2019-01-10 16:29:09 -0800 | [diff] [blame] | 10902 | </compilation-unit> |
| 10903 | </test-case> |
| 10904 | <test-case FilePath="window"> |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 10905 | <compilation-unit name="win_negative"> |
| 10906 | <output-dir compare="Text">misc_01</output-dir> |
| 10907 | <expected-error>ASX0002: Type mismatch</expected-error> |
Dmitry Lychagin | 0f83c39 | 2019-06-14 12:21:58 -0700 | [diff] [blame] | 10908 | <expected-error>ASX1104: Invalid modifier FROM FIRST/LAST for function</expected-error> |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 10909 | <expected-error>ASX1037: Invalid query parameter compiler.windowmemory</expected-error> |
Dmitry Lychagin | 397f71d | 2019-03-04 14:57:46 -0800 | [diff] [blame] | 10910 | <expected-error>ASX1102: Expected window or aggregate function, got: unknown_func</expected-error> |
Dmitry Lychagin | 9f8235a | 2019-05-14 14:54:14 -0700 | [diff] [blame] | 10911 | <expected-error>ASX1079: Compilation error: count is a SQL-92 aggregate function</expected-error> |
Dmitry Lychagin | 3346cea | 2019-05-28 12:11:54 -0700 | [diff] [blame] | 10912 | <expected-error>ASX1104: Invalid modifier RESPECT/IGNORE NULLS for function</expected-error> |
| 10913 | <expected-error>ASX1104: Invalid modifier RESPECT/IGNORE NULLS for function</expected-error> |
Dmitry Lychagin | 5476f96 | 2019-05-31 16:03:11 -0700 | [diff] [blame] | 10914 | <expected-error>ASX1104: Invalid modifier FROM FIRST/LAST for function</expected-error> |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 10915 | <source-location>false</source-location> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10916 | </compilation-unit> |
| 10917 | </test-case> |
Dmitry Lychagin | faf9791 | 2019-01-07 21:03:15 -0800 | [diff] [blame] | 10918 | <test-case FilePath="window"> |
Dmitry Lychagin | 09cc89e | 2019-04-12 17:15:03 -0700 | [diff] [blame] | 10919 | <compilation-unit name="win_null_missing"> |
| 10920 | <output-dir compare="Text">win_null_missing</output-dir> |
| 10921 | </compilation-unit> |
| 10922 | </test-case> |
| 10923 | <test-case FilePath="window"> |
Dmitry Lychagin | faf9791 | 2019-01-07 21:03:15 -0800 | [diff] [blame] | 10924 | <compilation-unit name="win_opt_01"> |
| 10925 | <output-dir compare="Text">win_opt_01</output-dir> |
| 10926 | </compilation-unit> |
| 10927 | </test-case> |
Dmitry Lychagin | 3646535 | 2019-01-25 18:04:46 -0800 | [diff] [blame] | 10928 | <test-case FilePath="window"> |
| 10929 | <compilation-unit name="win_opt_02"> |
| 10930 | <output-dir compare="Text">win_opt_02</output-dir> |
| 10931 | </compilation-unit> |
| 10932 | </test-case> |
Dmitry Lychagin | fdedf62 | 2018-10-30 18:12:40 -0700 | [diff] [blame] | 10933 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 10934 | <test-group name="writers"> |
| 10935 | <test-case FilePath="writers"> |
| 10936 | <compilation-unit name="print_01"> |
| 10937 | <output-dir compare="Text">print_01</output-dir> |
| 10938 | </compilation-unit> |
| 10939 | </test-case> |
| 10940 | <!-- TODO(madhusudancs): Enable this test when REST API supports serialized output support. |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 10941 | <test-case FilePath="writers"> |
| 10942 | <compilation-unit name="serialized_01"> |
| 10943 | <output-dir compare="Text">serialized_01</output-dir> |
| 10944 | </compilation-unit> |
| 10945 | </test-case> |
| 10946 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 10947 | </test-group> |
| 10948 | <test-group name="cross-dataverse"> |
| 10949 | <test-case FilePath="cross-dataverse"> |
| 10950 | <compilation-unit name="cross-dv01"> |
| 10951 | <output-dir compare="Text">cross-dv01</output-dir> |
| 10952 | </compilation-unit> |
| 10953 | </test-case> |
| 10954 | <test-case FilePath="cross-dataverse"> |
| 10955 | <compilation-unit name="cross-dv02"> |
| 10956 | <output-dir compare="Text">cross-dv02</output-dir> |
| 10957 | </compilation-unit> |
| 10958 | </test-case> |
| 10959 | <test-case FilePath="cross-dataverse"> |
| 10960 | <compilation-unit name="cross-dv03"> |
| 10961 | <output-dir compare="Text">cross-dv03</output-dir> |
| 10962 | </compilation-unit> |
| 10963 | </test-case> |
| 10964 | <test-case FilePath="cross-dataverse"> |
| 10965 | <compilation-unit name="cross-dv04"> |
| 10966 | <output-dir compare="Text">cross-dv04</output-dir> |
| 10967 | </compilation-unit> |
| 10968 | </test-case> |
| 10969 | <test-case FilePath="cross-dataverse"> |
| 10970 | <compilation-unit name="cross-dv07"> |
| 10971 | <output-dir compare="Text">cross-dv07</output-dir> |
| 10972 | </compilation-unit> |
| 10973 | </test-case> |
Yingyi Bu | ac5108e | 2017-05-09 17:31:08 -0700 | [diff] [blame] | 10974 | <!--NotImplementedException: No binary comparator factory implemented for type OBJECT. |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 10975 | <test-case FilePath="cross-dataverse"> |
| 10976 | <compilation-unit name="cross-dv08"> |
| 10977 | <output-dir compare="Text">cross-dv08</output-dir> |
| 10978 | </compilation-unit> |
| 10979 | </test-case> |
| 10980 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 10981 | <test-case FilePath="cross-dataverse"> |
| 10982 | <compilation-unit name="cross-dv09"> |
| 10983 | <output-dir compare="Text">cross-dv09</output-dir> |
| 10984 | </compilation-unit> |
| 10985 | </test-case> |
| 10986 | <test-case FilePath="cross-dataverse"> |
| 10987 | <compilation-unit name="cross-dv11"> |
| 10988 | <output-dir compare="Text">cross-dv11</output-dir> |
| 10989 | </compilation-unit> |
| 10990 | </test-case> |
| 10991 | <test-case FilePath="cross-dataverse"> |
| 10992 | <compilation-unit name="cross-dv12"> |
| 10993 | <output-dir compare="Text">cross-dv12</output-dir> |
| 10994 | </compilation-unit> |
| 10995 | </test-case> |
| 10996 | <test-case FilePath="cross-dataverse"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 10997 | <compilation-unit name="cross-dv14"> |
| 10998 | <output-dir compare="Text">cross-dv14</output-dir> |
| 10999 | </compilation-unit> |
| 11000 | </test-case> |
| 11001 | <test-case FilePath="cross-dataverse"> |
| 11002 | <compilation-unit name="cross-dv15"> |
| 11003 | <output-dir compare="Text">cross-dv15</output-dir> |
| 11004 | </compilation-unit> |
| 11005 | </test-case> |
Yingyi Bu | ac5108e | 2017-05-09 17:31:08 -0700 | [diff] [blame] | 11006 | <!--NotImplementedException: No binary comparator factory implemented for type OBJECT. |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 11007 | <test-case FilePath="cross-dataverse"> |
| 11008 | <compilation-unit name="cross-dv17"> |
| 11009 | <output-dir compare="Text">cross-dv17</output-dir> |
| 11010 | </compilation-unit> |
| 11011 | </test-case> |
| 11012 | --> |
Yingyi Bu | ac5108e | 2017-05-09 17:31:08 -0700 | [diff] [blame] | 11013 | <!--NotImplementedException: No binary comparator factory implemented for type OBJECT. |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 11014 | <test-case FilePath="cross-dataverse"> |
| 11015 | <compilation-unit name="cross-dv18"> |
| 11016 | <output-dir compare="Text">cross-dv18</output-dir> |
| 11017 | </compilation-unit> |
| 11018 | </test-case> |
| 11019 | --> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11020 | <test-case FilePath="cross-dataverse"> |
| 11021 | <compilation-unit name="cross-dv19"> |
| 11022 | <output-dir compare="Text">cross-dv19</output-dir> |
| 11023 | </compilation-unit> |
| 11024 | </test-case> |
| 11025 | <test-case FilePath="cross-dataverse"> |
| 11026 | <compilation-unit name="cross-dv20"> |
| 11027 | <output-dir compare="Text">cross-dv20</output-dir> |
| 11028 | </compilation-unit> |
| 11029 | </test-case> |
| 11030 | <test-case FilePath="cross-dataverse"> |
| 11031 | <compilation-unit name="insert_across_dataverses"> |
| 11032 | <output-dir compare="Text">insert_across_dataverses</output-dir> |
| 11033 | </compilation-unit> |
| 11034 | </test-case> |
| 11035 | <test-case FilePath="cross-dataverse"> |
| 11036 | <compilation-unit name="join_across_dataverses"> |
| 11037 | <output-dir compare="Text">join_across_dataverses</output-dir> |
| 11038 | </compilation-unit> |
| 11039 | </test-case> |
| 11040 | </test-group> |
| 11041 | <test-group name="user-defined-functions"> |
| 11042 | <test-case FilePath="user-defined-functions"> |
Steven Glenn Jacobs | 665e9fe | 2017-12-27 10:30:39 -0800 | [diff] [blame] | 11043 | <compilation-unit name="bad-function-ddl-1"> |
| 11044 | <output-dir compare="Text">bad-function-ddl-1</output-dir> |
| 11045 | <expected-error>Cannot find dataset TweetMessages in dataverse experiments nor an alias with name TweetMessages!</expected-error> |
| 11046 | </compilation-unit> |
| 11047 | </test-case> |
| 11048 | <test-case FilePath="user-defined-functions"> |
| 11049 | <compilation-unit name="bad-function-ddl-2"> |
| 11050 | <output-dir compare="Text">bad-function-ddl-2</output-dir> |
| 11051 | <expected-error>Cannot find dataset TweetMessages in dataverse experiments2 nor an alias with name TweetMessages!</expected-error> |
| 11052 | </compilation-unit> |
| 11053 | </test-case> |
| 11054 | <test-case FilePath="user-defined-functions"> |
| 11055 | <compilation-unit name="bad-function-ddl-3"> |
| 11056 | <output-dir compare="Text">bad-function-ddl-3</output-dir> |
| 11057 | <expected-error>Cannot find dataset TweetMessages in dataverse experiments nor an alias with name TweetMessages!</expected-error> |
| 11058 | </compilation-unit> |
| 11059 | </test-case> |
| 11060 | <test-case FilePath="user-defined-functions"> |
| 11061 | <compilation-unit name="bad-function-ddl-4"> |
| 11062 | <output-dir compare="Text">bad-function-ddl-4</output-dir> |
| 11063 | <expected-error>Cannot find dataset TweetMessages in dataverse experients nor an alias with name TweetMessages!</expected-error> |
| 11064 | </compilation-unit> |
| 11065 | </test-case> |
| 11066 | <test-case FilePath="user-defined-functions"> |
| 11067 | <compilation-unit name="bad-function-ddl-5"> |
| 11068 | <output-dir compare="Text">bad-function-ddl-5</output-dir> |
| 11069 | <expected-error>function experiments.function_that_does_not_exist@0 is not defined</expected-error> |
| 11070 | </compilation-unit> |
| 11071 | </test-case> |
| 11072 | <test-case FilePath="user-defined-functions"> |
| 11073 | <compilation-unit name="bad-function-ddl-6"> |
| 11074 | <output-dir compare="Text">bad-function-ddl-6</output-dir> |
| 11075 | <expected-error>function experiments.function_that_does_not_exist@2 is not defined</expected-error> |
| 11076 | </compilation-unit> |
| 11077 | </test-case> |
| 11078 | <test-case FilePath="user-defined-functions"> |
| 11079 | <compilation-unit name="bad-function-ddl-7"> |
| 11080 | <output-dir compare="Text">bad-function-ddl-7</output-dir> |
| 11081 | <expected-error>Cannot find dataset TweetMessaes in dataverse experiments nor an alias with name TweetMessaes!</expected-error> |
| 11082 | </compilation-unit> |
| 11083 | </test-case> |
| 11084 | <test-case FilePath="user-defined-functions"> |
| 11085 | <compilation-unit name="bad-function-ddl-8"> |
| 11086 | <output-dir compare="Text">bad-function-ddl-8</output-dir> |
| 11087 | <expected-error>Cannot find dataset TweetMessaes in dataverse experiments nor an alias with name TweetMessaes!</expected-error> |
| 11088 | </compilation-unit> |
| 11089 | </test-case> |
| 11090 | <test-case FilePath="user-defined-functions"> |
| 11091 | <compilation-unit name="bad-function-ddl-9"> |
| 11092 | <output-dir compare="Text">bad-function-ddl-9</output-dir> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11093 | <expected-error>function experiments.function_that_does_not_exist@0 is not defined</expected-error> |
Steven Glenn Jacobs | 665e9fe | 2017-12-27 10:30:39 -0800 | [diff] [blame] | 11094 | </compilation-unit> |
| 11095 | </test-case> |
| 11096 | <test-case FilePath="user-defined-functions"> |
| 11097 | <compilation-unit name="bad-function-ddl-10"> |
| 11098 | <output-dir compare="Text">bad-function-ddl-10</output-dir> |
| 11099 | <expected-error>function experiments.f0@2 is not defined</expected-error> |
| 11100 | </compilation-unit> |
| 11101 | </test-case> |
| 11102 | <test-case FilePath="user-defined-functions"> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11103 | <compilation-unit name="check-dependencies-1"> |
| 11104 | <output-dir compare="Text">check-dependencies-1</output-dir> |
| 11105 | </compilation-unit> |
| 11106 | </test-case> |
| 11107 | <test-case FilePath="user-defined-functions"> |
| 11108 | <compilation-unit name="drop-dependency-1"> |
| 11109 | <output-dir compare="Text">drop-dependency-1</output-dir> |
| 11110 | <expected-error>Cannot drop dataverse. Function B.f0@2 depends on function C.f1@2</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11111 | <source-location>false</source-location> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11112 | </compilation-unit> |
| 11113 | </test-case> |
| 11114 | <test-case FilePath="user-defined-functions"> |
| 11115 | <compilation-unit name="drop-dependency-2"> |
| 11116 | <output-dir compare="Text">drop-dependency-2</output-dir> |
| 11117 | <expected-error>Cannot drop dataverse. Function B.f2@2 depends on dataset C.TweetMessages</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11118 | <source-location>false</source-location> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11119 | </compilation-unit> |
| 11120 | </test-case> |
| 11121 | <test-case FilePath="user-defined-functions"> |
| 11122 | <compilation-unit name="drop-dependency-3"> |
| 11123 | <output-dir compare="Text">drop-dependency-3</output-dir> |
| 11124 | <expected-error>Cannot drop function C.f1@2 being used by function B.f0@2</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11125 | <source-location>false</source-location> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11126 | </compilation-unit> |
| 11127 | </test-case> |
| 11128 | <test-case FilePath="user-defined-functions"> |
| 11129 | <compilation-unit name="drop-dependency-4"> |
| 11130 | <output-dir compare="Text">drop-dependency-4</output-dir> |
| 11131 | <expected-error>Cannot drop dataset C.TweetMessages being used by function B.f2@2</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11132 | <source-location>false</source-location> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11133 | </compilation-unit> |
| 11134 | </test-case> |
| 11135 | <test-case FilePath="user-defined-functions"> |
| 11136 | <compilation-unit name="drop-dependency-5"> |
| 11137 | <output-dir compare="Text">drop-dependency-5</output-dir> |
| 11138 | <expected-error>Cannot drop function C.f1@2 being used by function C.f0@2</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11139 | <source-location>false</source-location> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11140 | </compilation-unit> |
| 11141 | </test-case> |
| 11142 | <test-case FilePath="user-defined-functions"> |
| 11143 | <compilation-unit name="drop-dependency-6"> |
| 11144 | <output-dir compare="Text">drop-dependency-6</output-dir> |
| 11145 | <expected-error>Cannot drop dataset C.TweetMessages being used by function C.f2@2</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11146 | <source-location>false</source-location> |
Steven Glenn Jacobs | 50860b8 | 2018-01-10 11:44:14 -0800 | [diff] [blame] | 11147 | </compilation-unit> |
| 11148 | </test-case> |
| 11149 | <test-case FilePath="user-defined-functions"> |
Abdullah Alamoudi | e6e54f3 | 2016-07-12 20:40:15 +0400 | [diff] [blame] | 11150 | <compilation-unit name="single-line-definition"> |
| 11151 | <output-dir compare="Text">single-line-definition</output-dir> |
| 11152 | </compilation-unit> |
| 11153 | </test-case> |
| 11154 | <test-case FilePath="user-defined-functions"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 11155 | <compilation-unit name="query-ASTERIXDB-1298"> |
| 11156 | <output-dir compare="Text">query-ASTERIXDB-1298</output-dir> |
| 11157 | </compilation-unit> |
| 11158 | </test-case> |
| 11159 | <test-case FilePath="user-defined-functions"> |
Yingyi Bu | 8310837 | 2016-09-21 16:26:51 -0700 | [diff] [blame] | 11160 | <compilation-unit name="query-ASTERIXDB-1652"> |
Yingyi Bu | 8310837 | 2016-09-21 16:26:51 -0700 | [diff] [blame] | 11161 | <output-dir compare="Text">query-ASTERIXDB-1652-2</output-dir> |
Dmitry Lychagin | b18100d | 2019-09-05 16:26:23 -0700 | [diff] [blame] | 11162 | <expected-error>In function call "test.length(...)", the dataverse "test" cannot be found!</expected-error> |
Yingyi Bu | 8310837 | 2016-09-21 16:26:51 -0700 | [diff] [blame] | 11163 | </compilation-unit> |
| 11164 | </test-case> |
| 11165 | <test-case FilePath="user-defined-functions"> |
| 11166 | <compilation-unit name="query-ASTERIXDB-1652-2"> |
| 11167 | <output-dir compare="Text">query-ASTERIXDB-1652-2</output-dir> |
| 11168 | </compilation-unit> |
| 11169 | </test-case> |
| 11170 | <test-case FilePath="user-defined-functions"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11171 | <compilation-unit name="query-issue218-2"> |
| 11172 | <output-dir compare="Text">query-issue218-2</output-dir> |
| 11173 | </compilation-unit> |
| 11174 | </test-case> |
| 11175 | <test-case FilePath="user-defined-functions"> |
| 11176 | <compilation-unit name="query-issue218"> |
| 11177 | <output-dir compare="Text">query-issue218</output-dir> |
| 11178 | </compilation-unit> |
| 11179 | </test-case> |
| 11180 | <test-case FilePath="user-defined-functions"> |
| 11181 | <compilation-unit name="query-issue201"> |
| 11182 | <output-dir compare="Text">query-issue201</output-dir> |
| 11183 | </compilation-unit> |
| 11184 | </test-case> |
| 11185 | <test-case FilePath="user-defined-functions"> |
| 11186 | <compilation-unit name="query-issue172"> |
| 11187 | <output-dir compare="Text">query-issue172</output-dir> |
| 11188 | </compilation-unit> |
| 11189 | </test-case> |
| 11190 | <test-case FilePath="user-defined-functions"> |
| 11191 | <compilation-unit name="query-issue455"> |
| 11192 | <output-dir compare="Text">query-issue455</output-dir> |
Till Westmann | 68c6a99 | 2016-09-30 00:19:12 -0700 | [diff] [blame] | 11193 | <expected-error>function test.printName@0 is not defined</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11194 | </compilation-unit> |
| 11195 | </test-case> |
| 11196 | <test-case FilePath="user-defined-functions"> |
| 11197 | <compilation-unit name="query-issue489"> |
| 11198 | <output-dir compare="Text">query-issue489</output-dir> |
| 11199 | </compilation-unit> |
| 11200 | </test-case> |
| 11201 | <test-case FilePath="user-defined-functions"> |
| 11202 | <compilation-unit name="udf01"> |
| 11203 | <output-dir compare="Text">udf01</output-dir> |
| 11204 | </compilation-unit> |
| 11205 | </test-case> |
| 11206 | <test-case FilePath="user-defined-functions"> |
| 11207 | <compilation-unit name="udf02"> |
| 11208 | <output-dir compare="Text">udf02</output-dir> |
| 11209 | </compilation-unit> |
| 11210 | </test-case> |
Xikui Wang | 3de700a | 2018-03-15 16:32:55 -0700 | [diff] [blame] | 11211 | <test-case FilePath="user-defined-functions"> |
| 11212 | <compilation-unit name="udf03"> |
| 11213 | <output-dir compare="Text">udf03</output-dir> |
| 11214 | </compilation-unit> |
| 11215 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11216 | <test-case FilePath="user-defined-functions"> |
| 11217 | <compilation-unit name="udf04"> |
| 11218 | <output-dir compare="Text">udf04</output-dir> |
| 11219 | </compilation-unit> |
| 11220 | </test-case> |
| 11221 | <test-case FilePath="user-defined-functions"> |
| 11222 | <compilation-unit name="udf05"> |
| 11223 | <output-dir compare="Text">udf05</output-dir> |
| 11224 | </compilation-unit> |
| 11225 | </test-case> |
| 11226 | <test-case FilePath="user-defined-functions"> |
| 11227 | <compilation-unit name="udf06"> |
| 11228 | <output-dir compare="Text">udf06</output-dir> |
| 11229 | </compilation-unit> |
| 11230 | </test-case> |
| 11231 | <test-case FilePath="user-defined-functions"> |
| 11232 | <compilation-unit name="udf07"> |
| 11233 | <output-dir compare="Text">udf07</output-dir> |
| 11234 | </compilation-unit> |
| 11235 | </test-case> |
| 11236 | <test-case FilePath="user-defined-functions"> |
| 11237 | <compilation-unit name="udf08"> |
| 11238 | <output-dir compare="Text">udf08</output-dir> |
| 11239 | </compilation-unit> |
| 11240 | </test-case> |
| 11241 | <test-case FilePath="user-defined-functions"> |
| 11242 | <compilation-unit name="udf09"> |
| 11243 | <output-dir compare="Text">udf09</output-dir> |
| 11244 | </compilation-unit> |
| 11245 | </test-case> |
| 11246 | <test-case FilePath="user-defined-functions"> |
| 11247 | <compilation-unit name="udf10"> |
| 11248 | <output-dir compare="Text">udf10</output-dir> |
| 11249 | </compilation-unit> |
| 11250 | </test-case> |
| 11251 | <test-case FilePath="user-defined-functions"> |
| 11252 | <compilation-unit name="udf11"> |
| 11253 | <output-dir compare="Text">udf11</output-dir> |
| 11254 | </compilation-unit> |
| 11255 | </test-case> |
| 11256 | <test-case FilePath="user-defined-functions"> |
| 11257 | <compilation-unit name="udf12"> |
| 11258 | <output-dir compare="Text">udf12</output-dir> |
| 11259 | </compilation-unit> |
| 11260 | </test-case> |
| 11261 | <test-case FilePath="user-defined-functions"> |
| 11262 | <compilation-unit name="udf13"> |
| 11263 | <output-dir compare="Text">udf13</output-dir> |
| 11264 | </compilation-unit> |
| 11265 | </test-case> |
| 11266 | <test-case FilePath="user-defined-functions"> |
| 11267 | <compilation-unit name="udf14"> |
| 11268 | <output-dir compare="Text">udf14</output-dir> |
| 11269 | </compilation-unit> |
| 11270 | </test-case> |
Xikui Wang | 3de700a | 2018-03-15 16:32:55 -0700 | [diff] [blame] | 11271 | <test-case FilePath="user-defined-functions"> |
| 11272 | <compilation-unit name="udf15"> |
| 11273 | <output-dir compare="Text">udf15</output-dir> |
| 11274 | </compilation-unit> |
| 11275 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11276 | <test-case FilePath="user-defined-functions"> |
| 11277 | <compilation-unit name="udf16"> |
| 11278 | <output-dir compare="Text">udf16</output-dir> |
| 11279 | </compilation-unit> |
| 11280 | </test-case> |
| 11281 | <test-case FilePath="user-defined-functions"> |
| 11282 | <compilation-unit name="udf17"> |
| 11283 | <output-dir compare="Text">udf17</output-dir> |
| 11284 | </compilation-unit> |
| 11285 | </test-case> |
| 11286 | <test-case FilePath="user-defined-functions"> |
| 11287 | <compilation-unit name="udf18"> |
| 11288 | <output-dir compare="Text">udf18</output-dir> |
| 11289 | </compilation-unit> |
| 11290 | </test-case> |
| 11291 | <test-case FilePath="user-defined-functions"> |
| 11292 | <compilation-unit name="udf19"> |
| 11293 | <output-dir compare="Text">udf19</output-dir> |
| 11294 | </compilation-unit> |
| 11295 | </test-case> |
| 11296 | <test-case FilePath="user-defined-functions"> |
| 11297 | <compilation-unit name="udf20"> |
| 11298 | <output-dir compare="Text">udf20</output-dir> |
| 11299 | </compilation-unit> |
| 11300 | </test-case> |
| 11301 | <test-case FilePath="user-defined-functions"> |
| 11302 | <compilation-unit name="udf21"> |
| 11303 | <output-dir compare="Text">udf21</output-dir> |
| 11304 | </compilation-unit> |
| 11305 | </test-case> |
| 11306 | <test-case FilePath="user-defined-functions"> |
| 11307 | <compilation-unit name="udf22"> |
| 11308 | <output-dir compare="Text">udf22</output-dir> |
| 11309 | </compilation-unit> |
| 11310 | </test-case> |
| 11311 | <test-case FilePath="user-defined-functions"> |
| 11312 | <compilation-unit name="udf23"> |
| 11313 | <output-dir compare="Text">udf23</output-dir> |
| 11314 | </compilation-unit> |
| 11315 | </test-case> |
Xikui Wang | 3de700a | 2018-03-15 16:32:55 -0700 | [diff] [blame] | 11316 | <test-case FilePath="user-defined-functions"> |
| 11317 | <compilation-unit name="udf24"> |
| 11318 | <output-dir compare="Text">udf24</output-dir> |
| 11319 | </compilation-unit> |
| 11320 | </test-case> |
| 11321 | <test-case FilePath="user-defined-functions"> |
| 11322 | <compilation-unit name="udf25"> |
| 11323 | <output-dir compare="Text">udf25</output-dir> |
| 11324 | </compilation-unit> |
| 11325 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11326 | <test-case FilePath="user-defined-functions"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11327 | <compilation-unit name="udf27"> |
| 11328 | <output-dir compare="Text">udf27</output-dir> |
| 11329 | </compilation-unit> |
| 11330 | </test-case> |
| 11331 | <test-case FilePath="user-defined-functions"> |
| 11332 | <compilation-unit name="udf28"> |
| 11333 | <output-dir compare="Text">udf28</output-dir> |
| 11334 | </compilation-unit> |
| 11335 | </test-case> |
| 11336 | <test-case FilePath="user-defined-functions"> |
| 11337 | <compilation-unit name="udf29"> |
| 11338 | <output-dir compare="Text">udf29</output-dir> |
| 11339 | </compilation-unit> |
| 11340 | </test-case> |
| 11341 | <!-- Need to verify the expected exception --> |
| 11342 | <test-case FilePath="user-defined-functions"> |
| 11343 | <compilation-unit name="udf30"> |
| 11344 | <output-dir compare="Text">udf30</output-dir> |
Dmitry Lychagin | 393215e | 2019-04-11 10:26:56 -0700 | [diff] [blame] | 11345 | <expected-error>ASX1073: Cannot resolve alias reference for undefined identifier y (in line 30, at column 8)</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11346 | </compilation-unit> |
| 11347 | </test-case> |
| 11348 | <test-case FilePath="user-defined-functions"> |
Xikui Wang | 3de700a | 2018-03-15 16:32:55 -0700 | [diff] [blame] | 11349 | <compilation-unit name="udf31"> |
| 11350 | <output-dir compare="Text">udf31</output-dir> |
| 11351 | </compilation-unit> |
| 11352 | </test-case> |
| 11353 | <test-case FilePath="user-defined-functions"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11354 | <compilation-unit name="f01"> |
| 11355 | <output-dir compare="Text">f01</output-dir> |
Till Westmann | 68c6a99 | 2016-09-30 00:19:12 -0700 | [diff] [blame] | 11356 | <expected-error>function test.tinyint@0 is not defined</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11357 | </compilation-unit> |
| 11358 | </test-case> |
| 11359 | <!-- This test case is not valid anymore since we do not required "IMPORT_PRIVATE_FUNCTIONS" flag anymore --> |
| 11360 | <!-- <test-case FilePath="user-defined-functions"> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 11361 | <compilation-unit name="invoke-private-function"> |
| 11362 | <output-dir compare="Text">invoke-private-function</output-dir> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 11363 | </compilation-unit> |
Murtadha Hubail | c614ce5 | 2016-01-11 17:52:56 -0800 | [diff] [blame] | 11364 | </test-case>--> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11365 | </test-group> |
| 11366 | <test-group name="load"> |
| 11367 | <test-case FilePath="load"> |
| 11368 | <compilation-unit name="csv_01"> |
| 11369 | <output-dir compare="Text">csv_01</output-dir> |
| 11370 | </compilation-unit> |
| 11371 | </test-case> |
| 11372 | <test-case FilePath="load"> |
| 11373 | <compilation-unit name="csv_02"> |
| 11374 | <output-dir compare="Text">csv_02</output-dir> |
| 11375 | </compilation-unit> |
| 11376 | </test-case> |
| 11377 | <test-case FilePath="load"> |
| 11378 | <compilation-unit name="csv_03"> |
| 11379 | <output-dir compare="Text">csv_03</output-dir> |
| 11380 | </compilation-unit> |
| 11381 | </test-case> |
| 11382 | <test-case FilePath="load"> |
| 11383 | <compilation-unit name="csv_04"> |
| 11384 | <output-dir compare="Text">csv_04</output-dir> |
| 11385 | </compilation-unit> |
| 11386 | </test-case> |
| 11387 | <test-case FilePath="load"> |
| 11388 | <compilation-unit name="csv_05"> |
| 11389 | <output-dir compare="Text">csv_05</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11390 | </compilation-unit> |
| 11391 | </test-case> |
| 11392 | <test-case FilePath="load"> |
| 11393 | <compilation-unit name="csv_06"> |
| 11394 | <output-dir compare="Text">csv_06</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11395 | </compilation-unit> |
| 11396 | </test-case> |
| 11397 | <test-case FilePath="load"> |
| 11398 | <compilation-unit name="csv_07"> |
| 11399 | <output-dir compare="Text">csv_07</output-dir> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11400 | </compilation-unit> |
| 11401 | </test-case> |
| 11402 | <test-case FilePath="load"> |
| 11403 | <compilation-unit name="csv_08_header_cr"> |
| 11404 | <output-dir compare="Text">csv_08</output-dir> |
| 11405 | </compilation-unit> |
| 11406 | </test-case> |
| 11407 | <test-case FilePath="load"> |
| 11408 | <compilation-unit name="csv_08_header_lf"> |
| 11409 | <output-dir compare="Text">csv_08</output-dir> |
| 11410 | </compilation-unit> |
| 11411 | </test-case> |
| 11412 | <test-case FilePath="load"> |
| 11413 | <compilation-unit name="csv_08_header_crlf"> |
| 11414 | <output-dir compare="Text">csv_08</output-dir> |
| 11415 | </compilation-unit> |
| 11416 | </test-case> |
| 11417 | <test-case FilePath="load"> |
| 11418 | <compilation-unit name="issue14_query"> |
| 11419 | <output-dir compare="Text">issue14_query</output-dir> |
Abdullah Alamoudi | 67dabe3 | 2016-06-11 00:51:16 +0300 | [diff] [blame] | 11420 | <expected-error>Unspecified parameter: format</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11421 | <source-location>false</source-location> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11422 | </compilation-unit> |
| 11423 | </test-case> |
| 11424 | <test-case FilePath="load"> |
| 11425 | <compilation-unit name="issue315_query"> |
| 11426 | <output-dir compare="Text">none</output-dir> |
Abdullah Alamoudi | 67dabe3 | 2016-06-11 00:51:16 +0300 | [diff] [blame] | 11427 | <expected-error>Invalid path</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11428 | <source-location>false</source-location> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11429 | </compilation-unit> |
| 11430 | </test-case> |
| 11431 | <test-case FilePath="load"> |
| 11432 | <compilation-unit name="issue289_query"> |
| 11433 | <output-dir compare="Text">issue289_query</output-dir> |
| 11434 | </compilation-unit> |
| 11435 | </test-case> |
| 11436 | <test-case FilePath="load"> |
| 11437 | <compilation-unit name="issue650_query"> |
| 11438 | <output-dir compare="Text">none</output-dir> |
Dmitry Lychagin | 5c26b42 | 2018-06-01 10:22:16 -0700 | [diff] [blame] | 11439 | <expected-error>Cannot find dataset with name Users in dataverse fuzzyjoin</expected-error> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11440 | </compilation-unit> |
| 11441 | </test-case> |
| 11442 | <test-case FilePath="load"> |
| 11443 | <compilation-unit name="type_promotion_0"> |
| 11444 | <output-dir compare="Text">type_promotion_0</output-dir> |
| 11445 | </compilation-unit> |
| 11446 | </test-case> |
| 11447 | <test-case FilePath="load"> |
| 11448 | <compilation-unit name="escapes01"> |
| 11449 | <output-dir compare="Text">escapes01</output-dir> |
| 11450 | </compilation-unit> |
| 11451 | </test-case> |
| 11452 | <test-case FilePath="load"> |
| 11453 | <compilation-unit name="escapes02"> |
| 11454 | <output-dir compare="Text">escapes02</output-dir> |
| 11455 | </compilation-unit> |
| 11456 | </test-case> |
| 11457 | <test-case FilePath="load"> |
| 11458 | <compilation-unit name="escapes-err-1"><!-- Exception is never thrown!!!. needs to be investigated --> |
| 11459 | <output-dir compare="Text">none</output-dir> |
| 11460 | <!-- <expected-error>org.apache.hyracks.api.exceptions.HyracksException</expected-error> --> |
| 11461 | </compilation-unit> |
| 11462 | </test-case> |
| 11463 | <test-case FilePath="user-defined-functions"> |
| 11464 | <compilation-unit name="query-issue244"> |
| 11465 | <output-dir compare="Text">query-issue244</output-dir> |
| 11466 | </compilation-unit> |
| 11467 | </test-case> |
| 11468 | <test-case FilePath="load"> |
| 11469 | <compilation-unit name="duplicate-key-error"> |
| 11470 | <output-dir compare="Text">none</output-dir> |
Abdullah Alamoudi | 3b3319a | 2017-04-14 06:44:50 +0300 | [diff] [blame] | 11471 | <expected-error>Loading duplicate keys into the primary storage</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11472 | <source-location>false</source-location> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11473 | </compilation-unit> |
| 11474 | </test-case> |
| 11475 | <test-case FilePath="load"> |
| 11476 | <compilation-unit name="issue610_adm_token_end_collection"> |
| 11477 | <output-dir compare="Text">issue610_adm_token_end_collection</output-dir> |
| 11478 | </compilation-unit> |
| 11479 | </test-case> |
| 11480 | <test-case FilePath="load"> |
| 11481 | <compilation-unit name="adm_binary"> |
| 11482 | <output-dir compare="Text">adm_binary</output-dir> |
| 11483 | </compilation-unit> |
| 11484 | </test-case> |
| 11485 | </test-group> |
| 11486 | <test-group name="hints"> |
| 11487 | <test-case FilePath="hints"> |
| 11488 | <compilation-unit name="issue_251_dataset_hint_5"> |
| 11489 | <output-dir compare="Text">issue_251_dataset_hint_5</output-dir> |
| 11490 | </compilation-unit> |
| 11491 | </test-case> |
| 11492 | <test-case FilePath="hints"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11493 | <compilation-unit name="issue_251_dataset_hint_7"> |
| 11494 | <output-dir compare="Text">issue_251_dataset_hint_7</output-dir> |
| 11495 | </compilation-unit> |
| 11496 | </test-case> |
| 11497 | </test-group> |
Xikui Wang | e7422b0 | 2018-06-05 23:40:16 -0700 | [diff] [blame] | 11498 | <test-group name="function"> |
| 11499 | <test-case FilePath="function"> |
| 11500 | <compilation-unit name="issue-2394"> |
| 11501 | <output-dir compare="Text">issue-2394</output-dir> |
| 11502 | </compilation-unit> |
| 11503 | </test-case> |
Xikui Wang | 1708bb5 | 2018-07-22 15:05:27 -0700 | [diff] [blame] | 11504 | <test-case FilePath="function"> |
| 11505 | <compilation-unit name="drop_if_exists"> |
| 11506 | <output-dir compare="Text">drop_if_exists</output-dir> |
| 11507 | </compilation-unit> |
| 11508 | </test-case> |
Xikui Wang | e7422b0 | 2018-06-05 23:40:16 -0700 | [diff] [blame] | 11509 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11510 | <test-group name="feeds"> |
Abdullah Alamoudi | 5dc73ed | 2016-07-28 05:03:13 +0300 | [diff] [blame] | 11511 | <test-case FilePath="feeds"> |
| 11512 | <compilation-unit name="feeds_07"> |
| 11513 | <output-dir compare="Text">feeds_07</output-dir> |
| 11514 | </compilation-unit> |
| 11515 | </test-case> |
| 11516 | <test-case FilePath="feeds"> |
| 11517 | <compilation-unit name="feeds_08"> |
| 11518 | <output-dir compare="Text">feeds_08</output-dir> |
| 11519 | </compilation-unit> |
| 11520 | </test-case> |
| 11521 | <test-case FilePath="feeds"> |
| 11522 | <compilation-unit name="feeds_09"> |
| 11523 | <output-dir compare="Text">feeds_09</output-dir> |
| 11524 | </compilation-unit> |
| 11525 | </test-case> |
| 11526 | <test-case FilePath="feeds"> |
| 11527 | <compilation-unit name="create-policy-from-file"> |
| 11528 | <output-dir compare="Text">create-policy-from-file</output-dir> |
| 11529 | </compilation-unit> |
| 11530 | </test-case> |
| 11531 | <test-case FilePath="feeds"> |
| 11532 | <compilation-unit name="feeds_01"> |
| 11533 | <output-dir compare="Text">feeds_01</output-dir> |
| 11534 | </compilation-unit> |
| 11535 | </test-case> |
| 11536 | <test-case FilePath="feeds"> |
| 11537 | <compilation-unit name="feeds_02"> |
| 11538 | <output-dir compare="Text">feeds_02</output-dir> |
| 11539 | </compilation-unit> |
| 11540 | </test-case> |
| 11541 | <test-case FilePath="feeds"> |
| 11542 | <compilation-unit name="feeds_03"> |
| 11543 | <output-dir compare="Text">feeds_03</output-dir> |
| 11544 | </compilation-unit> |
| 11545 | </test-case> |
| 11546 | <test-case FilePath="feeds"> |
| 11547 | <compilation-unit name="feeds_10"> |
| 11548 | <output-dir compare="Text">feeds_10</output-dir> |
| 11549 | </compilation-unit> |
| 11550 | </test-case> |
| 11551 | <test-case FilePath="feeds"> |
| 11552 | <compilation-unit name="feeds_11"> |
| 11553 | <output-dir compare="Text">feeds_11</output-dir> |
| 11554 | </compilation-unit> |
| 11555 | </test-case> |
| 11556 | <test-case FilePath="feeds"> |
| 11557 | <compilation-unit name="feeds_12"> |
| 11558 | <output-dir compare="Text">feeds_12</output-dir> |
| 11559 | </compilation-unit> |
| 11560 | </test-case> |
| 11561 | <test-case FilePath="feeds"> |
Xikui Wang | f674168 | 2018-02-22 19:17:17 -0800 | [diff] [blame] | 11562 | <compilation-unit name="feeds_13"> |
| 11563 | <output-dir compare="Text">feeds_13</output-dir> |
| 11564 | </compilation-unit> |
| 11565 | </test-case> |
| 11566 | <test-case FilePath="feeds"> |
Abdullah Alamoudi | 5dc73ed | 2016-07-28 05:03:13 +0300 | [diff] [blame] | 11567 | <compilation-unit name="issue_230_feeds"> |
| 11568 | <output-dir compare="Text">issue_230_feeds</output-dir> |
| 11569 | </compilation-unit> |
| 11570 | </test-case> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 11571 | <test-case FilePath="feeds"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 11572 | <compilation-unit name="insert-feed"> |
| 11573 | <output-dir compare="Text">insert-feed</output-dir> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 11574 | </compilation-unit> |
| 11575 | </test-case> |
luochen | 89cec58 | 2019-04-21 20:34:08 -0700 | [diff] [blame] | 11576 | <test-case FilePath="feeds"> |
| 11577 | <compilation-unit name="insert-feed-with-pk-index"> |
| 11578 | <output-dir compare="Text">insert-feed</output-dir> |
| 11579 | </compilation-unit> |
| 11580 | </test-case> |
Xikui Wang | 7e76a07 | 2017-10-20 13:12:30 -0700 | [diff] [blame] | 11581 | <test-case FilePath="feeds"> |
| 11582 | <compilation-unit name="connect-feed-with-function"> |
| 11583 | <output-dir compare="Text">connect-feed-with-function</output-dir> |
| 11584 | </compilation-unit> |
| 11585 | </test-case> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11586 | <test-case FilePath="feeds"> |
luochen01 | a691dd4 | 2018-07-30 17:12:27 -0700 | [diff] [blame] | 11587 | <compilation-unit name="change-feed-with-meta-pk-index"> |
| 11588 | <output-dir compare="Text">change-feed-with-meta-pk-index</output-dir> |
| 11589 | </compilation-unit> |
| 11590 | </test-case> |
| 11591 | <test-case FilePath="feeds"> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11592 | <compilation-unit name="change-feed-with-meta-with-mixed-index"> |
| 11593 | <output-dir compare="Text">change-feed-with-meta-with-mixed-index</output-dir> |
Ali Alsuliman | 6b908d1 | 2019-01-02 15:32:20 -0800 | [diff] [blame] | 11594 | <expected-error>Compilation error: Cannot create index on meta fields (in line 61, at column 1)</expected-error> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11595 | </compilation-unit> |
| 11596 | </test-case> |
| 11597 | <test-case FilePath="feeds"> |
| 11598 | <compilation-unit name="change-feed-with-meta-pk-in-meta-index-with-missing-after-ingest"> |
| 11599 | <output-dir compare="Text">change-feed-with-meta-pk-in-meta-index-with-missing-after-ingest</output-dir> |
| 11600 | </compilation-unit> |
| 11601 | </test-case> |
| 11602 | <test-case FilePath="feeds"> |
| 11603 | <compilation-unit name="change-feed-with-meta-pk-in-meta-open-index-with-missing"> |
| 11604 | <output-dir compare="Text">change-feed-with-meta-pk-in-meta-open-index-with-missing</output-dir> |
| 11605 | </compilation-unit> |
| 11606 | </test-case> |
| 11607 | <test-case FilePath="feeds"> |
| 11608 | <compilation-unit name="change-feed-with-meta-open-index-in-meta"> |
| 11609 | <output-dir compare="Text">change-feed-with-meta-open-index-in-meta</output-dir> |
Ali Alsuliman | 6b908d1 | 2019-01-02 15:32:20 -0800 | [diff] [blame] | 11610 | <expected-error>Compilation error: Cannot create index on meta fields (in line 60, at column 1)</expected-error> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11611 | </compilation-unit> |
| 11612 | </test-case> |
| 11613 | <test-case FilePath="feeds"> |
| 11614 | <compilation-unit name="change-feed-with-meta-pk-in-meta-open-index-in-value"> |
| 11615 | <output-dir compare="Text">change-feed-with-meta-pk-in-meta-open-index-in-value</output-dir> |
| 11616 | </compilation-unit> |
| 11617 | </test-case> |
| 11618 | <test-case FilePath="feeds"> |
| 11619 | <compilation-unit name="change-feed-with-meta-pk-in-meta-index-after-ingest"> |
| 11620 | <output-dir compare="Text">change-feed-with-meta-pk-in-meta-index-after-ingest</output-dir> |
Ali Alsuliman | 6b908d1 | 2019-01-02 15:32:20 -0800 | [diff] [blame] | 11621 | <expected-error>Compilation error: Cannot create index on meta fields (in line 27, at column 1)</expected-error> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11622 | </compilation-unit> |
| 11623 | </test-case> |
| 11624 | <test-case FilePath="feeds"> |
| 11625 | <compilation-unit name="change-feed-with-meta-pk-in-meta-index-in-meta"> |
| 11626 | <output-dir compare="Text">change-feed-with-meta-pk-in-meta-index-in-meta</output-dir> |
Ali Alsuliman | 6b908d1 | 2019-01-02 15:32:20 -0800 | [diff] [blame] | 11627 | <expected-error>Compilation error: Cannot create index on meta fields (in line 60, at column 1)</expected-error> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11628 | </compilation-unit> |
| 11629 | </test-case> |
| 11630 | <test-case FilePath="feeds"> |
| 11631 | <compilation-unit name="change-feed-with-meta-csv"> |
| 11632 | <output-dir compare="Text">change-feed-with-meta-csv</output-dir> |
| 11633 | </compilation-unit> |
| 11634 | </test-case> |
| 11635 | <test-case FilePath="feeds"> |
| 11636 | <compilation-unit name="change-feed-with-meta-pk-in-meta"> |
| 11637 | <output-dir compare="Text">change-feed-with-meta-pk-in-meta</output-dir> |
| 11638 | </compilation-unit> |
| 11639 | </test-case> |
| 11640 | <test-case FilePath="feeds"> |
| 11641 | <compilation-unit name="change-feed"> |
| 11642 | <output-dir compare="Text">change-feed</output-dir> |
| 11643 | </compilation-unit> |
| 11644 | </test-case> |
| 11645 | <test-case FilePath="feeds"> |
| 11646 | <compilation-unit name="drop-nonexistent-feed"> |
| 11647 | <output-dir compare="Text">drop-nonexistent-feed</output-dir> |
| 11648 | </compilation-unit> |
| 11649 | </test-case> |
| 11650 | <test-case FilePath="feeds"> |
| 11651 | <compilation-unit name="twitter-feed"> |
| 11652 | <output-dir compare="Text">twitter-feed</output-dir> |
| 11653 | <expected-error>Twitter4J library not found!</expected-error> |
| 11654 | <expected-error>Unknown source feed: TwitterFeed</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11655 | <source-location>false</source-location> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11656 | </compilation-unit> |
| 11657 | </test-case> |
| 11658 | <test-case FilePath="feeds"> |
| 11659 | <compilation-unit name="revised-tweet-parser"> |
| 11660 | <output-dir compare="Text">revised-tweet-parser</output-dir> |
| 11661 | <expected-error>Twitter4J library not found!</expected-error> |
| 11662 | <expected-error>Unknown source feed: TwitterFeed</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11663 | <source-location>false</source-location> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11664 | </compilation-unit> |
| 11665 | </test-case> |
| 11666 | <test-case FilePath="feeds"> |
| 11667 | <compilation-unit name="connect-feed"> |
| 11668 | <output-dir compare="Text">connect-feed</output-dir> |
| 11669 | </compilation-unit> |
| 11670 | </test-case> |
| 11671 | <test-case FilePath="feeds"> |
| 11672 | <compilation-unit name="change-feed-with-meta-pk-in-meta"> |
| 11673 | <output-dir compare="Text">change-feed-with-meta-pk-in-meta</output-dir> |
| 11674 | </compilation-unit> |
| 11675 | </test-case> |
| 11676 | <test-case FilePath="feeds"> |
| 11677 | <compilation-unit name="feed-with-filtered-dataset"> |
| 11678 | <output-dir compare="Text">feed-with-filtered-dataset</output-dir> |
| 11679 | </compilation-unit> |
| 11680 | </test-case> |
| 11681 | <test-case FilePath="feeds"> |
| 11682 | <compilation-unit name="change-feed"> |
| 11683 | <output-dir compare="Text">change-feed</output-dir> |
| 11684 | </compilation-unit> |
| 11685 | </test-case> |
| 11686 | <test-case FilePath="feeds"> |
| 11687 | <compilation-unit name="drop-dataverse-with-disconnected-feed"> |
| 11688 | <output-dir compare="Text">drop-dataverse-with-disconnected-feed</output-dir> |
| 11689 | </compilation-unit> |
| 11690 | </test-case> |
| 11691 | <test-case FilePath="feeds"> |
| 11692 | <compilation-unit name="feed-push-socket"> |
| 11693 | <output-dir compare="Text">feed-push-socket</output-dir> |
| 11694 | </compilation-unit> |
| 11695 | </test-case> |
| 11696 | <test-case FilePath="feeds"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 11697 | <compilation-unit name="insert-feed"> |
| 11698 | <output-dir compare="Text">insert-feed</output-dir> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11699 | </compilation-unit> |
| 11700 | </test-case> |
| 11701 | <test-case FilePath="feeds"> |
| 11702 | <compilation-unit name="start-feed"> |
| 11703 | <output-dir compare="Text">start-feed</output-dir> |
| 11704 | </compilation-unit> |
| 11705 | </test-case> |
| 11706 | <test-case FilePath="feeds"> |
| 11707 | <compilation-unit name="start-started-feed"> |
| 11708 | <output-dir compare="Text">start-started-feed</output-dir> |
| 11709 | <expected-error>experiments.TweetFeed(Feed) is already started</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11710 | <source-location>false</source-location> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11711 | </compilation-unit> |
| 11712 | </test-case> |
| 11713 | <test-case FilePath="feeds"> |
| 11714 | <compilation-unit name="stop-stopped-feed"> |
| 11715 | <output-dir compare="Text">stop-stopped-feed</output-dir> |
| 11716 | <expected-error>new_experiments.TweetFeed(Feed) cannot be stopped because its state is STOPPED</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 11717 | <source-location>false</source-location> |
Xikui Wang | ca8d083 | 2018-02-12 12:01:27 -0800 | [diff] [blame] | 11718 | </compilation-unit> |
| 11719 | </test-case> |
| 11720 | <test-case FilePath="feeds"> |
| 11721 | <compilation-unit name="push-socket-with-auuid"> |
| 11722 | <output-dir compare="Text">push-socket-with-auuid</output-dir> |
| 11723 | </compilation-unit> |
| 11724 | </test-case> |
| 11725 | <test-case FilePath="feeds"> |
| 11726 | <compilation-unit name="disconnect-live-feed"> |
| 11727 | <output-dir compare="Text">disconnect-live-feed</output-dir> |
| 11728 | <expected-error>This operation cannot be done when Feed</expected-error> |
| 11729 | </compilation-unit> |
| 11730 | </test-case> |
| 11731 | <test-case FilePath="feeds"> |
| 11732 | <compilation-unit name="connect-live-feed"> |
| 11733 | <output-dir compare="Text">connect-live-feed</output-dir> |
| 11734 | <expected-error>This operation cannot be done when Feed</expected-error> |
| 11735 | </compilation-unit> |
| 11736 | </test-case> |
| 11737 | <test-case FilePath="feeds"> |
| 11738 | <compilation-unit name="record-reader-with-malformed-input-stream"> |
| 11739 | <output-dir compare="Text">record-reader-with-malformed-input-stream</output-dir> |
| 11740 | </compilation-unit> |
| 11741 | </test-case> |
| 11742 | <test-case FilePath="feeds"> |
| 11743 | <compilation-unit name="feed-with-undefined-function"> |
| 11744 | <output-dir compare="Text">feed-with-undefined-function</output-dir> |
| 11745 | <expected-error>Cannot find function</expected-error> |
| 11746 | </compilation-unit> |
| 11747 | </test-case> |
| 11748 | <test-case FilePath="feeds"> |
| 11749 | <compilation-unit name="drop-function-used-by-feed"> |
| 11750 | <output-dir compare="Text">drop-function-used-by-feed</output-dir> |
| 11751 | <expected-error>Function experiments.test_func0@1 is being used. It cannot be dropped</expected-error> |
| 11752 | </compilation-unit> |
| 11753 | </test-case> |
| 11754 | <test-case FilePath="feeds"> |
| 11755 | <compilation-unit name="drop-function-no-longer-used-by-feed"> |
| 11756 | <output-dir compare="Text">drop-function-used-by-feed</output-dir> |
| 11757 | </compilation-unit> |
| 11758 | </test-case> |
| 11759 | <test-case FilePath="feeds"> |
| 11760 | <compilation-unit name="drop-dataverse-with-function-used-by-feed"> |
| 11761 | <output-dir compare="Text">drop-dataverse-with-function-used-by-feed</output-dir> |
| 11762 | <expected-error>Function fundv.test_func0@1 is being used. It cannot be dropped</expected-error> |
| 11763 | </compilation-unit> |
| 11764 | </test-case> |
Xikui Wang | eac3888 | 2018-10-11 12:07:53 -0700 | [diff] [blame] | 11765 | <test-case FilePath="feeds"> |
| 11766 | <compilation-unit name="http_feed"> |
| 11767 | <output-dir compare="Text">http_feed</output-dir> |
| 11768 | </compilation-unit> |
| 11769 | </test-case> |
Xikui Wang | 19e9d82 | 2018-11-15 13:55:02 -0800 | [diff] [blame] | 11770 | <test-case FilePath="feeds"> |
| 11771 | <compilation-unit name="http_feed_json"> |
| 11772 | <output-dir compare="Text">http_feed_json</output-dir> |
| 11773 | </compilation-unit> |
| 11774 | </test-case> |
Ali Alsuliman | 43e0b15 | 2018-12-06 02:09:12 -0800 | [diff] [blame] | 11775 | <test-case FilePath="feeds"> |
| 11776 | <compilation-unit name="change-feed-with-filter-on-meta"> |
| 11777 | <output-dir compare="Text">change-feed-with-filter-on-meta</output-dir> |
| 11778 | </compilation-unit> |
| 11779 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11780 | </test-group> |
Ali Alsuliman | 8076fe9 | 2018-11-05 14:56:09 -0800 | [diff] [blame] | 11781 | <test-group name="meta"> |
| 11782 | <test-case FilePath="meta"> |
| 11783 | <compilation-unit name="meta_in_with_clause"> |
| 11784 | <output-dir compare="Text">meta_in_with_clause</output-dir> |
| 11785 | </compilation-unit> |
| 11786 | </test-case> |
| 11787 | <test-case FilePath="meta"> |
| 11788 | <compilation-unit name="resolving_pk_with_meta"> |
| 11789 | <output-dir compare="Text">resolving_pk_with_meta</output-dir> |
| 11790 | </compilation-unit> |
| 11791 | </test-case> |
Ali Alsuliman | 28dd5e9 | 2019-08-21 01:32:47 -0700 | [diff] [blame] | 11792 | <test-case FilePath="meta"> |
| 11793 | <compilation-unit name="meta_after_gby"> |
| 11794 | <output-dir compare="Text">meta_after_gby</output-dir> |
| 11795 | <expected-error>Compilation error: Inappropriate use of function 'meta'. For example, after GROUP BY (in line 29, at column 21)</expected-error> |
| 11796 | </compilation-unit> |
| 11797 | </test-case> |
Ali Alsuliman | 8076fe9 | 2018-11-05 14:56:09 -0800 | [diff] [blame] | 11798 | </test-group> |
Xikui Wang | f418df3 | 2017-09-27 09:57:36 -0700 | [diff] [blame] | 11799 | <test-group name="big-object"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11800 | <test-case FilePath="big-object"> |
| 11801 | <compilation-unit name="big_object_sort"> |
| 11802 | <output-dir compare="Text">big_object_sort</output-dir> |
| 11803 | </compilation-unit> |
| 11804 | </test-case> |
| 11805 | <test-case FilePath="big-object"> |
| 11806 | <compilation-unit name="big_object_groupby"> |
| 11807 | <output-dir compare="Text">big_object_groupby</output-dir> |
| 11808 | </compilation-unit> |
| 11809 | </test-case> |
| 11810 | <test-case FilePath="big-object"> |
| 11811 | <compilation-unit name="big_object_groupby-2"> |
| 11812 | <output-dir compare="Text">big_object_groupby-2</output-dir> |
| 11813 | </compilation-unit> |
| 11814 | </test-case> |
| 11815 | <test-case FilePath="big-object"> |
| 11816 | <compilation-unit name="big_object_join"> |
| 11817 | <output-dir compare="Text">big_object_join</output-dir> |
| 11818 | </compilation-unit> |
| 11819 | </test-case> |
Yingyi Bu | 84b0977 | 2017-01-20 14:26:42 -0800 | [diff] [blame] | 11820 | <test-case FilePath="big-object"> |
shivajah | 70ff690 | 2020-02-23 20:36:20 -0800 | [diff] [blame] | 11821 | <compilation-unit name="big_object_join_low_memory_err"> |
| 11822 | <output-dir compare="Text">big_object_join</output-dir> |
| 11823 | <expected-error>HYR0123: Insufficient memory is provided for the join operators, please increase the join memory budget.</expected-error> |
| 11824 | <source-location>false</source-location> |
| 11825 | </compilation-unit> |
| 11826 | </test-case> |
| 11827 | <test-case FilePath="big-object"> |
Yingyi Bu | 84b0977 | 2017-01-20 14:26:42 -0800 | [diff] [blame] | 11828 | <compilation-unit name="big_object_load_20M"> |
| 11829 | <output-dir compare="Text">big_object_load_20M</output-dir> |
| 11830 | </compilation-unit> |
| 11831 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11832 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11833 | <test-group name="leftouterjoin"> |
| 11834 | <test-case FilePath="leftouterjoin"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 11835 | <compilation-unit name="loj-01-core"> |
| 11836 | <output-dir compare="Text">loj-01</output-dir> |
| 11837 | </compilation-unit> |
| 11838 | </test-case> |
| 11839 | <test-case FilePath="leftouterjoin"> |
| 11840 | <compilation-unit name="loj-01-sugar"> |
| 11841 | <output-dir compare="Text">loj-01</output-dir> |
| 11842 | </compilation-unit> |
| 11843 | </test-case> |
| 11844 | <test-case FilePath="leftouterjoin"> |
Dmitry Lychagin | 36ae101 | 2020-04-16 13:10:36 -0700 | [diff] [blame] | 11845 | <compilation-unit name="loj-02-push-select"> |
| 11846 | <output-dir compare="Text">loj-02-push-select</output-dir> |
| 11847 | </compilation-unit> |
| 11848 | </test-case> |
| 11849 | <test-case FilePath="leftouterjoin"> |
Dmitry Lychagin | 9b39f07 | 2020-11-10 18:11:02 -0800 | [diff] [blame^] | 11850 | <compilation-unit name="loj-03-no-listify"> |
| 11851 | <output-dir compare="Text">loj-03-no-listify</output-dir> |
| 11852 | </compilation-unit> |
| 11853 | </test-case> |
| 11854 | <test-case FilePath="leftouterjoin"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11855 | <compilation-unit name="query_issue658"> |
| 11856 | <output-dir compare="Text">query_issue658</output-dir> |
| 11857 | </compilation-unit> |
| 11858 | </test-case> |
| 11859 | <test-case FilePath="leftouterjoin"> |
| 11860 | <compilation-unit name="query_issue285"> |
| 11861 | <output-dir compare="Text">query_issue285</output-dir> |
| 11862 | </compilation-unit> |
| 11863 | </test-case> |
| 11864 | <test-case FilePath="leftouterjoin"> |
| 11865 | <compilation-unit name="query_issue285-2"> |
| 11866 | <output-dir compare="Text">query_issue285-2</output-dir> |
| 11867 | </compilation-unit> |
| 11868 | </test-case> |
| 11869 | <test-case FilePath="leftouterjoin"> |
| 11870 | <compilation-unit name="query_issue849"> |
| 11871 | <output-dir compare="Text">query_issue849</output-dir> |
| 11872 | </compilation-unit> |
| 11873 | </test-case> |
| 11874 | <test-case FilePath="leftouterjoin"> |
| 11875 | <compilation-unit name="query_issue849-2"> |
| 11876 | <output-dir compare="Text">query_issue849-2</output-dir> |
| 11877 | </compilation-unit> |
| 11878 | </test-case> |
Ali Alsuliman | d28b689 | 2020-09-23 20:58:16 -0700 | [diff] [blame] | 11879 | <test-case FilePath="leftouterjoin"> |
| 11880 | <compilation-unit name="empty-dataset"> |
| 11881 | <output-dir compare="Text">empty-dataset</output-dir> |
| 11882 | </compilation-unit> |
| 11883 | </test-case> |
Dmitry Lychagin | 639b836 | 2020-09-30 13:44:02 -0700 | [diff] [blame] | 11884 | <test-case FilePath="leftouterjoin"> |
| 11885 | <compilation-unit name="right_branch_opt_1"> |
| 11886 | <output-dir compare="Text">right_branch_opt_1</output-dir> |
| 11887 | </compilation-unit> |
| 11888 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11889 | </test-group> |
| 11890 | <test-group name="index-leftouterjoin"> |
| 11891 | <test-case FilePath="index-leftouterjoin"> |
| 11892 | <compilation-unit name="probe-pidx-with-join-btree-sidx1"> |
| 11893 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx1</output-dir> |
| 11894 | </compilation-unit> |
| 11895 | </test-case> |
| 11896 | <test-case FilePath="index-leftouterjoin"> |
| 11897 | <compilation-unit name="probe-pidx-with-join-btree-sidx2"> |
| 11898 | <output-dir compare="Text">probe-pidx-with-join-btree-sidx2</output-dir> |
| 11899 | </compilation-unit> |
| 11900 | </test-case> |
| 11901 | <test-case FilePath="index-leftouterjoin"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 11902 | <compilation-unit name="probe-pidx-join-btree-sidx3-idxonly"> |
| 11903 | <output-dir compare="Text">probe-pidx-join-btree-sidx3-idxonly</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 11904 | </compilation-unit> |
| 11905 | </test-case> |
| 11906 | <test-case FilePath="index-leftouterjoin"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11907 | <compilation-unit name="probe-pidx-with-join-rtree-sidx1"> |
| 11908 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx1</output-dir> |
| 11909 | </compilation-unit> |
| 11910 | </test-case> |
| 11911 | <test-case FilePath="index-leftouterjoin"> |
| 11912 | <compilation-unit name="probe-pidx-with-join-rtree-sidx2"> |
| 11913 | <output-dir compare="Text">probe-pidx-with-join-rtree-sidx2</output-dir> |
| 11914 | </compilation-unit> |
| 11915 | </test-case> |
| 11916 | <test-case FilePath="index-leftouterjoin"> |
| 11917 | <compilation-unit name="probe-pidx-with-join-invidx-sidx1"> |
| 11918 | <output-dir compare="Text">probe-pidx-with-join-invidx-sidx1</output-dir> |
| 11919 | </compilation-unit> |
| 11920 | </test-case> |
| 11921 | <test-case FilePath="index-leftouterjoin"> |
| 11922 | <compilation-unit name="probe-pidx-with-join-invidx-sidx2"> |
| 11923 | <output-dir compare="Text">probe-pidx-with-join-invidx-sidx2</output-dir> |
| 11924 | </compilation-unit> |
| 11925 | </test-case> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 11926 | <test-case FilePath="index-leftouterjoin"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 11927 | <compilation-unit name="probe-sidx-btree-idxonly-join-btree-pidx1"> |
| 11928 | <output-dir compare="Text">probe-sidx-btree-idxonly-join-btree-pidx1</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 11929 | </compilation-unit> |
| 11930 | </test-case> |
| 11931 | <test-case FilePath="index-leftouterjoin"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 11932 | <compilation-unit name="probe-sidx-btree-idxonly-join-btree-sidx1-idxonly"> |
| 11933 | <output-dir compare="Text">probe-sidx-btree-idxonly-join-btree-sidx1-idxonly</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 11934 | </compilation-unit> |
| 11935 | </test-case> |
| 11936 | <test-case FilePath="index-leftouterjoin"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 11937 | <compilation-unit name="probe-sidx-btree-non-idxonly-join-btree-pidx1"> |
| 11938 | <output-dir compare="Text">probe-sidx-btree-non-idxonly-join-btree-pidx1</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 11939 | </compilation-unit> |
| 11940 | </test-case> |
| 11941 | <test-case FilePath="index-leftouterjoin"> |
Taewoo Kim | 211cbe1 | 2018-03-10 09:59:18 -0800 | [diff] [blame] | 11942 | <compilation-unit name="probe-sidx-btree-non-idxonly-join-btree-sidx1-idxonly"> |
| 11943 | <output-dir compare="Text">probe-sidx-btree-non-idxonly-join-btree-sidx1-idxonly</output-dir> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 11944 | </compilation-unit> |
| 11945 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11946 | </test-group> |
| 11947 | <test-group name="distinct"> |
| 11948 | <test-case FilePath="distinct"> |
Ali Alsuliman | 8552311 | 2019-03-04 12:59:53 -0800 | [diff] [blame] | 11949 | <compilation-unit name="array"> |
| 11950 | <output-dir compare="Text">array</output-dir> |
| 11951 | </compilation-unit> |
| 11952 | </test-case> |
| 11953 | <test-case FilePath="distinct"> |
Ali Alsuliman | 42ca192 | 2019-03-06 17:20:23 -0800 | [diff] [blame] | 11954 | <compilation-unit name="record"> |
| 11955 | <output-dir compare="Text">record</output-dir> |
| 11956 | </compilation-unit> |
| 11957 | </test-case> |
| 11958 | <test-case FilePath="distinct"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 11959 | <compilation-unit name="query-issue443"> |
| 11960 | <output-dir compare="Text">query-issue443</output-dir> |
| 11961 | </compilation-unit> |
| 11962 | </test-case> |
| 11963 | <test-case FilePath="distinct"> |
| 11964 | <compilation-unit name="query-issue443-2"> |
| 11965 | <output-dir compare="Text">query-issue443-2</output-dir> |
| 11966 | </compilation-unit> |
| 11967 | </test-case> |
| 11968 | </test-group> |
| 11969 | <test-group name="tinysocial"> |
| 11970 | <test-case FilePath="tinysocial"> |
| 11971 | <compilation-unit name="tinysocial-suite"> |
| 11972 | <output-dir compare="Text">tinysocial-suite</output-dir> |
| 11973 | </compilation-unit> |
| 11974 | </test-case> |
| 11975 | <test-case FilePath="tinysocial"> |
| 11976 | <compilation-unit name="tinysocial-suite-open"> |
| 11977 | <output-dir compare="Text">tinysocial-suite-open</output-dir> |
| 11978 | </compilation-unit> |
| 11979 | </test-case> |
| 11980 | </test-group> |
| 11981 | <test-group name="types"> |
| 11982 | <test-case FilePath="types"> |
Abdullah Alamoudi | e4b318f | 2016-09-19 13:31:25 +0300 | [diff] [blame] | 11983 | <compilation-unit name="any-object"> |
| 11984 | <output-dir compare="Text">any-object</output-dir> |
| 11985 | </compilation-unit> |
| 11986 | </test-case> |
| 11987 | <test-case FilePath="types"> |
Yingyi Bu | 8fa8b7a | 2016-10-07 11:10:19 -0700 | [diff] [blame] | 11988 | <compilation-unit name="isarray"> |
| 11989 | <output-dir compare="Text">isarray</output-dir> |
| 11990 | </compilation-unit> |
| 11991 | </test-case> |
| 11992 | <test-case FilePath="types"> |
Dmitry Lychagin | 8cf5851 | 2018-02-21 20:25:23 -0800 | [diff] [blame] | 11993 | <compilation-unit name="isatomic"> |
| 11994 | <output-dir compare="Text">isatomic</output-dir> |
| 11995 | </compilation-unit> |
| 11996 | </test-case> |
| 11997 | <test-case FilePath="types"> |
Yingyi Bu | 8fa8b7a | 2016-10-07 11:10:19 -0700 | [diff] [blame] | 11998 | <compilation-unit name="isboolean"> |
| 11999 | <output-dir compare="Text">isboolean</output-dir> |
| 12000 | </compilation-unit> |
| 12001 | </test-case> |
| 12002 | <test-case FilePath="types"> |
| 12003 | <compilation-unit name="isnumber"> |
| 12004 | <output-dir compare="Text">isnumber</output-dir> |
| 12005 | </compilation-unit> |
| 12006 | </test-case> |
| 12007 | <test-case FilePath="types"> |
| 12008 | <compilation-unit name="isobject"> |
| 12009 | <output-dir compare="Text">isobject</output-dir> |
| 12010 | </compilation-unit> |
| 12011 | </test-case> |
| 12012 | <test-case FilePath="types"> |
| 12013 | <compilation-unit name="isstring"> |
| 12014 | <output-dir compare="Text">isstring</output-dir> |
| 12015 | </compilation-unit> |
| 12016 | </test-case> |
| 12017 | <test-case FilePath="types"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12018 | <compilation-unit name="record01"> |
| 12019 | <output-dir compare="Text">record01</output-dir> |
| 12020 | </compilation-unit> |
| 12021 | </test-case> |
| 12022 | <test-case FilePath="types"> |
| 12023 | <compilation-unit name="type_promotion_0"> |
| 12024 | <output-dir compare="Text">type_promotion_0</output-dir> |
| 12025 | </compilation-unit> |
| 12026 | </test-case> |
| 12027 | <test-case FilePath="types"> |
| 12028 | <compilation-unit name="type_promotion_1"> |
| 12029 | <output-dir compare="Text">type_promotion_1</output-dir> |
| 12030 | </compilation-unit> |
| 12031 | </test-case> |
| 12032 | <test-case FilePath="types"> |
| 12033 | <compilation-unit name="opentype_orderby_01"> |
| 12034 | <output-dir compare="Text">opentype_orderby_01</output-dir> |
| 12035 | </compilation-unit> |
| 12036 | </test-case> |
| 12037 | <test-case FilePath="types"> |
| 12038 | <compilation-unit name="promotion_closedtype_field_vs_closedtype_field_01"> |
| 12039 | <output-dir compare="Text">promotion_closedtype_field_vs_closedtype_field_01</output-dir> |
| 12040 | </compilation-unit> |
| 12041 | </test-case> |
| 12042 | <test-case FilePath="types"> |
| 12043 | <compilation-unit name="promotion_closedtype_field_vs_closedtype_field_02"> |
| 12044 | <output-dir compare="Text">promotion_closedtype_field_vs_closedtype_field_02</output-dir> |
| 12045 | </compilation-unit> |
| 12046 | </test-case> |
| 12047 | <test-case FilePath="types"> |
| 12048 | <compilation-unit name="promotion_closedtype_field_vs_closedtype_field_03"> |
| 12049 | <output-dir compare="Text">promotion_closedtype_field_vs_closedtype_field_03</output-dir> |
| 12050 | </compilation-unit> |
| 12051 | </test-case> |
| 12052 | <test-case FilePath="types"> |
| 12053 | <compilation-unit name="promotion_closedtype_field_vs_closedtype_field_04"> |
| 12054 | <output-dir compare="Text">promotion_closedtype_field_vs_closedtype_field_04</output-dir> |
| 12055 | </compilation-unit> |
| 12056 | </test-case> |
| 12057 | <test-case FilePath="types"> |
| 12058 | <compilation-unit name="promotion_closedtype_field_vs_closedtype_field_05"> |
| 12059 | <output-dir compare="Text">promotion_closedtype_field_vs_closedtype_field_05</output-dir> |
| 12060 | </compilation-unit> |
| 12061 | </test-case> |
| 12062 | <test-case FilePath="types"> |
| 12063 | <compilation-unit name="promotion_closedtype_field_vs_constant_01"> |
| 12064 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_01</output-dir> |
| 12065 | </compilation-unit> |
| 12066 | </test-case> |
| 12067 | <test-case FilePath="types"> |
| 12068 | <compilation-unit name="promotion_closedtype_field_vs_constant_02"> |
| 12069 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_02</output-dir> |
| 12070 | </compilation-unit> |
| 12071 | </test-case> |
| 12072 | <test-case FilePath="types"> |
| 12073 | <compilation-unit name="promotion_closedtype_field_vs_constant_03"> |
| 12074 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_03</output-dir> |
| 12075 | </compilation-unit> |
| 12076 | </test-case> |
| 12077 | <test-case FilePath="types"> |
| 12078 | <compilation-unit name="promotion_closedtype_field_vs_constant_04"> |
| 12079 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_04</output-dir> |
| 12080 | </compilation-unit> |
| 12081 | </test-case> |
| 12082 | <test-case FilePath="types"> |
| 12083 | <compilation-unit name="promotion_closedtype_field_vs_constant_05"> |
| 12084 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_05</output-dir> |
| 12085 | </compilation-unit> |
| 12086 | </test-case> |
| 12087 | <test-case FilePath="types"> |
| 12088 | <compilation-unit name="promotion_closedtype_field_vs_constant_06"> |
| 12089 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_06</output-dir> |
| 12090 | </compilation-unit> |
| 12091 | </test-case> |
| 12092 | <test-case FilePath="types"> |
| 12093 | <compilation-unit name="promotion_closedtype_field_vs_constant_07"> |
| 12094 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_07</output-dir> |
| 12095 | </compilation-unit> |
| 12096 | </test-case> |
| 12097 | <test-case FilePath="types"> |
| 12098 | <compilation-unit name="promotion_closedtype_field_vs_constant_08"> |
| 12099 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_08</output-dir> |
| 12100 | </compilation-unit> |
| 12101 | </test-case> |
| 12102 | <test-case FilePath="types"> |
| 12103 | <compilation-unit name="promotion_closedtype_field_vs_constant_09"> |
| 12104 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_09</output-dir> |
| 12105 | </compilation-unit> |
| 12106 | </test-case> |
| 12107 | <test-case FilePath="types"> |
| 12108 | <compilation-unit name="promotion_closedtype_field_vs_constant_10"> |
| 12109 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_10</output-dir> |
| 12110 | </compilation-unit> |
| 12111 | </test-case> |
| 12112 | <test-case FilePath="types"> |
| 12113 | <compilation-unit name="promotion_closedtype_field_vs_constant_11"> |
| 12114 | <output-dir compare="Text">promotion_closedtype_field_vs_constant_11</output-dir> |
| 12115 | </compilation-unit> |
| 12116 | </test-case> |
| 12117 | <test-case FilePath="types"> |
| 12118 | <compilation-unit name="promotion_closedtype_field_vs_opentype_field_01"> |
| 12119 | <output-dir compare="Text">promotion_closedtype_field_vs_opentype_field_01</output-dir> |
| 12120 | </compilation-unit> |
| 12121 | </test-case> |
| 12122 | <test-case FilePath="types"> |
| 12123 | <compilation-unit name="promotion_closedtype_field_vs_opentype_field_02"> |
| 12124 | <output-dir compare="Text">promotion_closedtype_field_vs_opentype_field_02</output-dir> |
| 12125 | </compilation-unit> |
| 12126 | </test-case> |
| 12127 | <test-case FilePath="types"> |
| 12128 | <compilation-unit name="promotion_closedtype_field_vs_opentype_field_03"> |
| 12129 | <output-dir compare="Text">promotion_closedtype_field_vs_opentype_field_03</output-dir> |
| 12130 | </compilation-unit> |
| 12131 | </test-case> |
| 12132 | <test-case FilePath="types"> |
| 12133 | <compilation-unit name="promotion_closedtype_field_vs_opentype_field_04"> |
| 12134 | <output-dir compare="Text">promotion_closedtype_field_vs_opentype_field_04</output-dir> |
| 12135 | </compilation-unit> |
| 12136 | </test-case> |
| 12137 | <test-case FilePath="types"> |
| 12138 | <compilation-unit name="promotion_opentype_field_vs_constant_01"> |
| 12139 | <output-dir compare="Text">promotion_opentype_field_vs_constant_01</output-dir> |
| 12140 | </compilation-unit> |
| 12141 | </test-case> |
| 12142 | <test-case FilePath="types"> |
| 12143 | <compilation-unit name="promotion_opentype_field_vs_constant_02"> |
| 12144 | <output-dir compare="Text">promotion_opentype_field_vs_constant_02</output-dir> |
| 12145 | </compilation-unit> |
| 12146 | </test-case> |
| 12147 | <test-case FilePath="types"> |
| 12148 | <compilation-unit name="promotion_opentype_field_vs_constant_03"> |
| 12149 | <output-dir compare="Text">promotion_opentype_field_vs_constant_03</output-dir> |
| 12150 | </compilation-unit> |
| 12151 | </test-case> |
| 12152 | <test-case FilePath="types"> |
| 12153 | <compilation-unit name="promotion_opentype_field_vs_constant_04"> |
| 12154 | <output-dir compare="Text">promotion_opentype_field_vs_constant_04</output-dir> |
| 12155 | </compilation-unit> |
| 12156 | </test-case> |
| 12157 | <test-case FilePath="types"> |
| 12158 | <compilation-unit name="promotion_opentype_field_vs_constant_05"> |
| 12159 | <output-dir compare="Text">promotion_opentype_field_vs_constant_05</output-dir> |
| 12160 | </compilation-unit> |
| 12161 | </test-case> |
| 12162 | <test-case FilePath="types"> |
| 12163 | <compilation-unit name="promotion_opentype_field_vs_constant_06"> |
| 12164 | <output-dir compare="Text">promotion_opentype_field_vs_constant_06</output-dir> |
| 12165 | </compilation-unit> |
| 12166 | </test-case> |
| 12167 | <test-case FilePath="types"> |
| 12168 | <compilation-unit name="promotion_opentype_field_vs_constant_07"> |
| 12169 | <output-dir compare="Text">promotion_opentype_field_vs_constant_07</output-dir> |
| 12170 | </compilation-unit> |
| 12171 | </test-case> |
| 12172 | <test-case FilePath="types"> |
| 12173 | <compilation-unit name="promotion_opentype_field_vs_constant_08"> |
| 12174 | <output-dir compare="Text">promotion_opentype_field_vs_constant_08</output-dir> |
| 12175 | </compilation-unit> |
| 12176 | </test-case> |
| 12177 | <test-case FilePath="types"> |
| 12178 | <compilation-unit name="promotion_opentype_field_vs_opentype_field_01"> |
| 12179 | <output-dir compare="Text">promotion_opentype_field_vs_opentype_field_01</output-dir> |
| 12180 | </compilation-unit> |
| 12181 | </test-case> |
| 12182 | <test-case FilePath="types"> |
| 12183 | <compilation-unit name="promotion_opentype_field_vs_opentype_field_02"> |
| 12184 | <output-dir compare="Text">promotion_opentype_field_vs_opentype_field_02</output-dir> |
| 12185 | </compilation-unit> |
| 12186 | </test-case> |
Dmitry Lychagin | c6b3098 | 2017-05-17 16:06:26 -0700 | [diff] [blame] | 12187 | <test-case FilePath="types"> |
Dmitry Lychagin | 0918229 | 2018-03-29 15:31:31 -0700 | [diff] [blame] | 12188 | <compilation-unit name="to_array"> |
| 12189 | <output-dir compare="Text">to_array</output-dir> |
| 12190 | </compilation-unit> |
| 12191 | </test-case> |
| 12192 | <test-case FilePath="types"> |
| 12193 | <compilation-unit name="to_atomic"> |
| 12194 | <output-dir compare="Text">to_atomic</output-dir> |
| 12195 | </compilation-unit> |
| 12196 | </test-case> |
| 12197 | <test-case FilePath="types"> |
Dmitry Lychagin | c9a398c | 2017-06-30 11:46:55 -0700 | [diff] [blame] | 12198 | <compilation-unit name="to_boolean_01"> |
| 12199 | <output-dir compare="Text">to_boolean_01</output-dir> |
| 12200 | </compilation-unit> |
| 12201 | </test-case> |
| 12202 | <test-case FilePath="types"> |
| 12203 | <compilation-unit name="to_boolean_02"> |
| 12204 | <output-dir compare="Text">to_boolean_02</output-dir> |
| 12205 | <expected-error>ASX0002: Type mismatch</expected-error> |
| 12206 | </compilation-unit> |
| 12207 | </test-case> |
| 12208 | <test-case FilePath="types"> |
Dmitry Lychagin | c9a398c | 2017-06-30 11:46:55 -0700 | [diff] [blame] | 12209 | <compilation-unit name="to_bigint_01"> |
| 12210 | <output-dir compare="Text">to_bigint_01</output-dir> |
| 12211 | </compilation-unit> |
| 12212 | </test-case> |
| 12213 | <test-case FilePath="types"> |
| 12214 | <compilation-unit name="to_bigint_02"> |
| 12215 | <output-dir compare="Text">to_bigint_02</output-dir> |
| 12216 | <expected-error>ASX0002: Type mismatch</expected-error> |
| 12217 | </compilation-unit> |
| 12218 | </test-case> |
Dmitry Lychagin | 17ad875 | 2018-03-04 09:59:12 -0800 | [diff] [blame] | 12219 | <test-case FilePath="types"> |
Dmitry Lychagin | 0918229 | 2018-03-29 15:31:31 -0700 | [diff] [blame] | 12220 | <compilation-unit name="to_double_01"> |
| 12221 | <output-dir compare="Text">to_double_01</output-dir> |
| 12222 | </compilation-unit> |
| 12223 | </test-case> |
| 12224 | <test-case FilePath="types"> |
| 12225 | <compilation-unit name="to_double_02"> |
| 12226 | <output-dir compare="Text">to_double_02</output-dir> |
| 12227 | <expected-error>ASX0002: Type mismatch</expected-error> |
| 12228 | </compilation-unit> |
| 12229 | </test-case> |
| 12230 | <test-case FilePath="types"> |
Dmitry Lychagin | 17ad875 | 2018-03-04 09:59:12 -0800 | [diff] [blame] | 12231 | <compilation-unit name="to_number_01"> |
| 12232 | <output-dir compare="Text">to_number_01</output-dir> |
| 12233 | </compilation-unit> |
| 12234 | </test-case> |
| 12235 | <test-case FilePath="types"> |
| 12236 | <compilation-unit name="to_number_02"> |
| 12237 | <output-dir compare="Text">to_number_02</output-dir> |
| 12238 | <expected-error>ASX0002: Type mismatch</expected-error> |
| 12239 | </compilation-unit> |
| 12240 | </test-case> |
Dmitry Lychagin | 0918229 | 2018-03-29 15:31:31 -0700 | [diff] [blame] | 12241 | <test-case FilePath="types"> |
| 12242 | <compilation-unit name="to_object"> |
| 12243 | <output-dir compare="Text">to_object</output-dir> |
| 12244 | </compilation-unit> |
| 12245 | </test-case> |
| 12246 | <test-case FilePath="types"> |
| 12247 | <compilation-unit name="to_string_01"> |
| 12248 | <output-dir compare="Text">to_string_01</output-dir> |
| 12249 | </compilation-unit> |
| 12250 | </test-case> |
| 12251 | <test-case FilePath="types"> |
| 12252 | <compilation-unit name="to_string_02"> |
| 12253 | <output-dir compare="Text">to_string_02</output-dir> |
| 12254 | <expected-error>ASX0004: Unsupported type</expected-error> |
| 12255 | </compilation-unit> |
| 12256 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12257 | </test-group> |
| 12258 | <test-group name="materialization"> |
| 12259 | <test-case FilePath="materialization"> |
| 12260 | <compilation-unit name="assign-reuse"> |
| 12261 | <output-dir compare="Text">assign-reuse</output-dir> |
| 12262 | </compilation-unit> |
| 12263 | </test-case> |
| 12264 | </test-group> |
| 12265 | <test-group name="filters"> |
| 12266 | <test-case FilePath="filters"> |
| 12267 | <compilation-unit name="equality-predicate"> |
| 12268 | <output-dir compare="Text">equality-predicate</output-dir> |
| 12269 | </compilation-unit> |
| 12270 | </test-case> |
| 12271 | <test-case FilePath="filters"> |
Steven Glenn Jacobs | 7dc566b | 2018-03-26 14:44:10 -0700 | [diff] [blame] | 12272 | <compilation-unit name="filter-auto-key"> |
| 12273 | <output-dir compare="Text">filter-auto-key</output-dir> |
| 12274 | </compilation-unit> |
| 12275 | </test-case> |
| 12276 | <test-case FilePath="filters"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12277 | <compilation-unit name="load"> |
| 12278 | <output-dir compare="Text">load</output-dir> |
| 12279 | </compilation-unit> |
| 12280 | </test-case> |
| 12281 | <test-case FilePath="filters"> |
| 12282 | <compilation-unit name="load-with-secondary-btree"> |
| 12283 | <output-dir compare="Text">load-with-secondary-btree</output-dir> |
| 12284 | </compilation-unit> |
| 12285 | </test-case> |
| 12286 | <test-case FilePath="filters"> |
Taewoo Kim | c3c2357 | 2018-02-15 21:34:32 -0800 | [diff] [blame] | 12287 | <compilation-unit name="load-with-secondary-btree-index-only"> |
| 12288 | <output-dir compare="Text">load-with-secondary-btree-index-only</output-dir> |
| 12289 | </compilation-unit> |
| 12290 | </test-case> |
| 12291 | <test-case FilePath="filters"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12292 | <compilation-unit name="load-with-secondary-inverted-ngram"> |
| 12293 | <output-dir compare="Text">load-with-secondary-inverted-ngram</output-dir> |
| 12294 | </compilation-unit> |
| 12295 | </test-case> |
| 12296 | <test-case FilePath="filters"> |
| 12297 | <compilation-unit name="load-with-secondary-inverted-word"> |
| 12298 | <output-dir compare="Text">load-with-secondary-inverted-word</output-dir> |
| 12299 | </compilation-unit> |
| 12300 | </test-case> |
| 12301 | <test-case FilePath="filters"> |
| 12302 | <compilation-unit name="load-with-secondary-rtree"> |
| 12303 | <output-dir compare="Text">load-with-secondary-rtree</output-dir> |
| 12304 | </compilation-unit> |
| 12305 | </test-case> |
| 12306 | <test-case FilePath="filters"> |
| 12307 | <compilation-unit name="insert"> |
| 12308 | <output-dir compare="Text">insert</output-dir> |
| 12309 | </compilation-unit> |
| 12310 | </test-case> |
| 12311 | <test-case FilePath="filters"> |
| 12312 | <compilation-unit name="insert-with-secondary-btree"> |
| 12313 | <output-dir compare="Text">insert-with-secondary-btree</output-dir> |
| 12314 | </compilation-unit> |
| 12315 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 12316 | <test-case FilePath="filters"> |
| 12317 | <compilation-unit name="insert-with-correlated-secondary-btree"> |
luochen01 | a7fa05b | 2017-06-19 22:47:49 -0700 | [diff] [blame] | 12318 | <output-dir compare="Text">insert-with-secondary-btree</output-dir> |
| 12319 | </compilation-unit> |
| 12320 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12321 | <test-case FilePath="filters"> |
| 12322 | <compilation-unit name="insert-with-secondary-inverted-ngram"> |
| 12323 | <output-dir compare="Text">insert-with-secondary-inverted-ngram</output-dir> |
| 12324 | </compilation-unit> |
| 12325 | </test-case> |
| 12326 | <test-case FilePath="filters"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 12327 | <compilation-unit name="insert-with-correlated-secondary-inverted-ngram"> |
| 12328 | <output-dir compare="Text">insert-with-secondary-inverted-ngram</output-dir> |
| 12329 | </compilation-unit> |
| 12330 | </test-case> |
| 12331 | <test-case FilePath="filters"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12332 | <compilation-unit name="insert-with-secondary-inverted-word"> |
| 12333 | <output-dir compare="Text">insert-with-secondary-inverted-word</output-dir> |
| 12334 | </compilation-unit> |
| 12335 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 12336 | <test-case FilePath="filters"> |
| 12337 | <compilation-unit name="insert-with-correlated-secondary-inverted-word"> |
| 12338 | <output-dir compare="Text">insert-with-secondary-inverted-word</output-dir> |
| 12339 | </compilation-unit> |
| 12340 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12341 | <test-case FilePath="filters"> |
| 12342 | <compilation-unit name="insert-with-secondary-rtree"> |
| 12343 | <output-dir compare="Text">insert-with-secondary-rtree</output-dir> |
| 12344 | </compilation-unit> |
| 12345 | </test-case> |
| 12346 | <test-case FilePath="filters"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 12347 | <compilation-unit name="insert-with-correlated-secondary-rtree"> |
| 12348 | <output-dir compare="Text">insert-with-secondary-rtree</output-dir> |
| 12349 | </compilation-unit> |
| 12350 | </test-case> |
| 12351 | <test-case FilePath="filters"> |
Dmitry Lychagin | 5cdaa5d | 2018-02-21 11:11:26 -0800 | [diff] [blame] | 12352 | <compilation-unit name="nested-filter-equality-predicate"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12353 | <output-dir compare="Text">nested-filter-equality-predicate</output-dir> |
| 12354 | </compilation-unit> |
| 12355 | </test-case> |
Jianfeng Jia | de0ece7 | 2017-06-06 22:43:26 -0700 | [diff] [blame] | 12356 | <test-case FilePath="filters"> |
| 12357 | <compilation-unit name="upsert"> |
| 12358 | <output-dir compare="Text">upsert</output-dir> |
| 12359 | </compilation-unit> |
| 12360 | </test-case> |
| 12361 | <test-case FilePath="filters"> |
| 12362 | <compilation-unit name="delete"> |
| 12363 | <output-dir compare="Text">delete</output-dir> |
| 12364 | </compilation-unit> |
| 12365 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12366 | </test-group> |
| 12367 | <test-group name="json"> |
| 12368 | <test-case FilePath="json"> |
| 12369 | <compilation-unit name="int01"> |
| 12370 | <output-dir compare="Lossless-JSON">int01-losslessjson</output-dir> |
| 12371 | </compilation-unit> |
| 12372 | </test-case> |
| 12373 | </test-group> |
| 12374 | <test-group name="cleanjson"> |
| 12375 | <test-case FilePath="json"> |
| 12376 | <compilation-unit name="int01"> |
| 12377 | <output-dir compare="Clean-JSON">int01-cleanjson</output-dir> |
| 12378 | </compilation-unit> |
| 12379 | </test-case> |
| 12380 | </test-group> |
| 12381 | <test-group name="csv"> |
| 12382 | <test-case FilePath="csv"> |
| 12383 | <compilation-unit name="basic-types"> |
| 12384 | <output-dir compare="CSV">basic-types</output-dir> |
| 12385 | </compilation-unit> |
| 12386 | </test-case> |
| 12387 | <test-case FilePath="csv"> |
| 12388 | <compilation-unit name="basic-types"> |
| 12389 | <output-dir compare="CSV_Header">basic-types-header</output-dir> |
| 12390 | </compilation-unit> |
| 12391 | </test-case> |
| 12392 | </test-group> |
Ali Alsuliman | e91d2c6 | 2020-04-12 14:05:32 -0700 | [diff] [blame] | 12393 | <test-group name="csv-tsv-parser"> |
| 12394 | <test-case FilePath="csv-tsv-parser"> |
| 12395 | <compilation-unit name="csv-parser-001"> |
| 12396 | <output-dir compare="Text">csv-parser-001</output-dir> |
| 12397 | </compilation-unit> |
| 12398 | </test-case> |
| 12399 | <test-case FilePath="csv-tsv-parser"> |
| 12400 | <compilation-unit name="tsv-parser-001"> |
| 12401 | <output-dir compare="Text">tsv-parser-001</output-dir> |
| 12402 | </compilation-unit> |
| 12403 | </test-case> |
| 12404 | </test-group> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12405 | <test-group name="binary"> |
| 12406 | <test-case FilePath="binary"> |
| 12407 | <compilation-unit name="parse"> |
| 12408 | <output-dir compare="Text">parse</output-dir> |
| 12409 | </compilation-unit> |
| 12410 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12411 | <test-case FilePath="binary"> |
| 12412 | <compilation-unit name="print"> |
| 12413 | <output-dir compare="Text">print</output-dir> |
| 12414 | </compilation-unit> |
| 12415 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12416 | <test-case FilePath="binary"> |
| 12417 | <compilation-unit name="concat"> |
| 12418 | <output-dir compare="Text">concat</output-dir> |
| 12419 | </compilation-unit> |
| 12420 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12421 | <test-case FilePath="binary"> |
Dmitry Lychagin | bcc9347 | 2018-08-30 19:30:39 -0700 | [diff] [blame] | 12422 | <compilation-unit name="concat2"> |
| 12423 | <output-dir compare="Text">concat2</output-dir> |
| 12424 | </compilation-unit> |
| 12425 | </test-case> |
| 12426 | <test-case FilePath="binary"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12427 | <compilation-unit name="subbinary"> |
| 12428 | <output-dir compare="Text">subbinary</output-dir> |
| 12429 | </compilation-unit> |
| 12430 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12431 | <test-case FilePath="binary"> |
| 12432 | <compilation-unit name="find"> |
| 12433 | <output-dir compare="Text">find</output-dir> |
| 12434 | </compilation-unit> |
| 12435 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12436 | <test-case FilePath="binary"> |
| 12437 | <compilation-unit name="insert"> |
| 12438 | <output-dir compare="Text">insert</output-dir> |
| 12439 | </compilation-unit> |
| 12440 | </test-case> |
| 12441 | <test-case FilePath="binary"> |
| 12442 | <compilation-unit name="equal_join"> |
| 12443 | <output-dir compare="Text">equal_join</output-dir> |
| 12444 | </compilation-unit> |
| 12445 | </test-case> |
| 12446 | <test-case FilePath="binary"> |
| 12447 | <compilation-unit name="index_join"> |
| 12448 | <output-dir compare="Text">index_join</output-dir> |
| 12449 | </compilation-unit> |
| 12450 | </test-case> |
| 12451 | <test-case FilePath="binary"> |
| 12452 | <compilation-unit name="length"> |
| 12453 | <output-dir compare="Text">length</output-dir> |
| 12454 | </compilation-unit> |
| 12455 | </test-case> |
| 12456 | </test-group> |
Murtadha Hubail | 2c04ae0 | 2017-11-21 15:58:01 +0300 | [diff] [blame] | 12457 | <test-group name="unnest"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 12458 | <test-case FilePath="unnest"> |
Dmitry Lychagin | 0eeeed1 | 2020-06-15 18:45:14 -0700 | [diff] [blame] | 12459 | <compilation-unit name="ASTERIXDB-2750_unnest_join"> |
| 12460 | <output-dir compare="Text">ASTERIXDB-2750_unnest_join</output-dir> |
| 12461 | </compilation-unit> |
| 12462 | </test-case> |
| 12463 | <test-case FilePath="unnest"> |
Yingyi Bu | b0fe0ac | 2016-06-03 18:20:48 -0700 | [diff] [blame] | 12464 | <compilation-unit name="left-outer-unnest"> |
| 12465 | <output-dir compare="Text">left-outer-unnest</output-dir> |
| 12466 | </compilation-unit> |
| 12467 | </test-case> |
| 12468 | <test-case FilePath="unnest"> |
| 12469 | <compilation-unit name="left-outer-unnest-with-pos"> |
| 12470 | <output-dir compare="Text">left-outer-unnest-with-pos</output-dir> |
| 12471 | </compilation-unit> |
| 12472 | </test-case> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 12473 | </test-group> |
Yingyi Bu | b762457 | 2016-08-04 01:32:33 -0700 | [diff] [blame] | 12474 | <test-group name="union"> |
| 12475 | <test-case FilePath="union"> |
| 12476 | <compilation-unit name="union"> |
| 12477 | <output-dir compare="Text">union</output-dir> |
| 12478 | </compilation-unit> |
| 12479 | </test-case> |
| 12480 | <test-case FilePath="union"> |
| 12481 | <compilation-unit name="union_heterogeneous_scalar"> |
| 12482 | <output-dir compare="Text">union_heterogeneous_scalar</output-dir> |
| 12483 | </compilation-unit> |
| 12484 | </test-case> |
| 12485 | <test-case FilePath="union"> |
| 12486 | <compilation-unit name="union_negative"> |
| 12487 | <output-dir compare="Text">union</output-dir> |
| 12488 | <expected-error>Cannot find dataset t in dataverse TinySocial nor an alias with name t</expected-error> |
| 12489 | </compilation-unit> |
| 12490 | </test-case> |
| 12491 | <test-case FilePath="union"> |
Till Westmann | 8053af8 | 2016-09-29 23:46:26 -0700 | [diff] [blame] | 12492 | <compilation-unit name="union_negative_3"> |
| 12493 | <output-dir compare="Text">union</output-dir> |
| 12494 | <expected-error>Operation UNION with set semantics is not supported.</expected-error> |
| 12495 | </compilation-unit> |
| 12496 | </test-case> |
| 12497 | <test-case FilePath="union"> |
Dmitry Lychagin | 085ce66 | 2020-04-13 16:23:54 -0700 | [diff] [blame] | 12498 | <compilation-unit name="union_nested"> |
| 12499 | <output-dir compare="Text">union_nested</output-dir> |
| 12500 | </compilation-unit> |
| 12501 | </test-case> |
| 12502 | <test-case FilePath="union"> |
Yingyi Bu | b762457 | 2016-08-04 01:32:33 -0700 | [diff] [blame] | 12503 | <compilation-unit name="union_orderby"> |
| 12504 | <output-dir compare="Text">union_orderby</output-dir> |
| 12505 | </compilation-unit> |
| 12506 | </test-case> |
| 12507 | <test-case FilePath="union"> |
| 12508 | <compilation-unit name="union_orderby_2"> |
| 12509 | <output-dir compare="Text">union_orderby_2</output-dir> |
| 12510 | </compilation-unit> |
| 12511 | </test-case> |
| 12512 | <test-case FilePath="union"> |
| 12513 | <compilation-unit name="union_orderby_3"> |
| 12514 | <output-dir compare="Text">union_orderby_3</output-dir> |
| 12515 | </compilation-unit> |
| 12516 | </test-case> |
| 12517 | <test-case FilePath="union"> |
| 12518 | <compilation-unit name="union_orderby_4"> |
| 12519 | <output-dir compare="Text">union_orderby_3</output-dir> |
| 12520 | </compilation-unit> |
| 12521 | </test-case> |
| 12522 | <test-case FilePath="union"> |
Dmitry Lychagin | ef1719e | 2017-12-15 08:33:07 -0800 | [diff] [blame] | 12523 | <compilation-unit name="union_orderby_5"> |
| 12524 | <output-dir compare="Text">union_orderby_5</output-dir> |
| 12525 | </compilation-unit> |
| 12526 | </test-case> |
| 12527 | <test-case FilePath="union"> |
Yingyi Bu | b762457 | 2016-08-04 01:32:33 -0700 | [diff] [blame] | 12528 | <compilation-unit name="query-ASTERIXDB-1354-2"> |
| 12529 | <output-dir compare="Text">query-ASTERIXDB-1354-2</output-dir> |
| 12530 | </compilation-unit> |
| 12531 | </test-case> |
Yingyi Bu | f798175 | 2016-09-13 14:54:09 -0700 | [diff] [blame] | 12532 | <test-case FilePath="union"> |
| 12533 | <compilation-unit name="query-ASTERIXDB-1629"> |
| 12534 | <output-dir compare="Text">query-ASTERIXDB-1629</output-dir> |
| 12535 | </compilation-unit> |
| 12536 | </test-case> |
Yingyi Bu | b762457 | 2016-08-04 01:32:33 -0700 | [diff] [blame] | 12537 | </test-group> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 12538 | <test-group name="upsert"> |
| 12539 | <test-case FilePath="upsert"> |
| 12540 | <compilation-unit name="filtered-dataset"> |
| 12541 | <output-dir compare="Text">filtered-dataset</output-dir> |
| 12542 | </compilation-unit> |
| 12543 | </test-case> |
| 12544 | <test-case FilePath="upsert"> |
| 12545 | <compilation-unit name="issue1587-foreignDataType"> |
| 12546 | <output-dir compare="Text">issue1587-foreignDataType</output-dir> |
| 12547 | </compilation-unit> |
| 12548 | </test-case> |
| 12549 | <test-case FilePath="upsert"> |
| 12550 | <compilation-unit name="nested-index"> |
| 12551 | <output-dir compare="Text">nested-index</output-dir> |
| 12552 | </compilation-unit> |
| 12553 | </test-case> |
| 12554 | <test-case FilePath="upsert"> |
| 12555 | <compilation-unit name="primary-secondary-rtree"> |
| 12556 | <output-dir compare="Text">primary-secondary-rtree</output-dir> |
| 12557 | </compilation-unit> |
| 12558 | </test-case> |
| 12559 | <test-case FilePath="upsert"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 12560 | <compilation-unit name="primary-correlated-secondary-rtree"> |
| 12561 | <output-dir compare="Text">primary-secondary-rtree</output-dir> |
| 12562 | </compilation-unit> |
| 12563 | </test-case> |
| 12564 | <test-case FilePath="upsert"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 12565 | <compilation-unit name="upsert-with-self-read"> |
| 12566 | <output-dir compare="Text">upsert-with-self-read</output-dir> |
| 12567 | </compilation-unit> |
| 12568 | </test-case> |
| 12569 | <test-case FilePath="upsert"> |
| 12570 | <compilation-unit name="nullable-index"> |
| 12571 | <output-dir compare="Text">nullable-index</output-dir> |
| 12572 | </compilation-unit> |
| 12573 | </test-case> |
| 12574 | <test-case FilePath="upsert"> |
| 12575 | <compilation-unit name="open-index"> |
| 12576 | <output-dir compare="Text">open-index</output-dir> |
| 12577 | </compilation-unit> |
| 12578 | </test-case> |
| 12579 | <test-case FilePath="upsert"> |
| 12580 | <compilation-unit name="primary-index"> |
| 12581 | <output-dir compare="Text">primary-index</output-dir> |
| 12582 | </compilation-unit> |
| 12583 | </test-case> |
| 12584 | <test-case FilePath="upsert"> |
| 12585 | <compilation-unit name="primary-secondary-btree"> |
| 12586 | <output-dir compare="Text">primary-secondary-btree</output-dir> |
| 12587 | </compilation-unit> |
| 12588 | </test-case> |
| 12589 | <test-case FilePath="upsert"> |
luochen01 | a7fa05b | 2017-06-19 22:47:49 -0700 | [diff] [blame] | 12590 | <compilation-unit name="primary-correlated-secondary-btree"> |
| 12591 | <output-dir compare="Text">primary-secondary-btree</output-dir> |
| 12592 | </compilation-unit> |
| 12593 | </test-case> |
| 12594 | <test-case FilePath="upsert"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 12595 | <compilation-unit name="primary-secondary-inverted"> |
| 12596 | <output-dir compare="Text">primary-secondary-inverted</output-dir> |
| 12597 | </compilation-unit> |
| 12598 | </test-case> |
| 12599 | <test-case FilePath="upsert"> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 12600 | <compilation-unit name="primary-correlated-secondary-inverted"> |
| 12601 | <output-dir compare="Text">primary-secondary-inverted</output-dir> |
| 12602 | </compilation-unit> |
| 12603 | </test-case> |
| 12604 | <test-case FilePath="upsert"> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 12605 | <compilation-unit name="multiple-secondaries"> |
| 12606 | <output-dir compare="Text">multiple-secondaries</output-dir> |
| 12607 | </compilation-unit> |
| 12608 | </test-case> |
luochen01 | e856e1e | 2017-07-11 18:46:04 -0700 | [diff] [blame] | 12609 | <test-case FilePath="upsert"> |
| 12610 | <compilation-unit name="multiple-correlated-secondaries"> |
| 12611 | <output-dir compare="Text">multiple-secondaries</output-dir> |
| 12612 | </compilation-unit> |
| 12613 | </test-case> |
Steven Glenn Jacobs | 63a63fd | 2018-06-11 11:29:09 -0700 | [diff] [blame] | 12614 | <test-case FilePath="upsert"> |
| 12615 | <compilation-unit name="upsert-case-returning"> |
| 12616 | <output-dir compare="Text">upsert-case-returning</output-dir> |
| 12617 | </compilation-unit> |
| 12618 | </test-case> |
Yingyi Bu | cb5bf33 | 2017-01-02 22:19:50 -0800 | [diff] [blame] | 12619 | </test-group> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12620 | <test-group name="json-parser"> |
| 12621 | <test-case FilePath="json-parser"> |
| 12622 | <compilation-unit name="numeric-tinyint"> |
| 12623 | <output-dir compare="Text">numeric-tinyint</output-dir> |
| 12624 | </compilation-unit> |
| 12625 | </test-case> |
| 12626 | <test-case FilePath="json-parser"> |
| 12627 | <compilation-unit name="numeric-tinyint-overflow"> |
| 12628 | <output-dir compare="Text">numeric-tinyint</output-dir> |
| 12629 | <expected-error>Numeric value (1000) out of range of Java byte</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12630 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12631 | </compilation-unit> |
| 12632 | </test-case> |
| 12633 | <test-case FilePath="json-parser"> |
| 12634 | <compilation-unit name="numeric-float"> |
| 12635 | <output-dir compare="Text">numeric-float</output-dir> |
| 12636 | </compilation-unit> |
| 12637 | </test-case> |
| 12638 | <test-case FilePath="json-parser"> |
| 12639 | <compilation-unit name="numeric-demote-double-bigint"> |
| 12640 | <output-dir compare="Text">numeric-demote-double-bigint</output-dir> |
| 12641 | </compilation-unit> |
| 12642 | </test-case> |
| 12643 | <test-case FilePath="json-parser"> |
| 12644 | <compilation-unit name="numeric-promote-bigint-double"> |
| 12645 | <output-dir compare="Text">numeric-promote-bigint-double</output-dir> |
| 12646 | </compilation-unit> |
| 12647 | </test-case> |
| 12648 | <test-case FilePath="json-parser"> |
| 12649 | <compilation-unit name="duplicate-fields"> |
| 12650 | <output-dir compare="Text">duplicate-fields</output-dir> |
| 12651 | <expected-error>Duplicate field 'field'</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12652 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12653 | </compilation-unit> |
| 12654 | </test-case> |
| 12655 | <test-case FilePath="json-parser"> |
| 12656 | <compilation-unit name="malformed-json"> |
| 12657 | <output-dir compare="Text">malformed-json</output-dir> |
| 12658 | <expected-error>Unexpected character ('}' (code 125)): was expecting double-quote to start field name</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12659 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12660 | </compilation-unit> |
| 12661 | </test-case> |
| 12662 | <test-case FilePath="json-parser"> |
| 12663 | <compilation-unit name="null-missing"> |
| 12664 | <output-dir compare="Text">null-missing</output-dir> |
| 12665 | </compilation-unit> |
| 12666 | </test-case> |
| 12667 | <test-case FilePath="json-parser"> |
| 12668 | <compilation-unit name="nonoptional-missing"> |
| 12669 | <output-dir compare="Text">nonoptional-missing</output-dir> |
| 12670 | <expected-error>ASX3075: Closed field missing_value has null value</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12671 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12672 | </compilation-unit> |
| 12673 | </test-case> |
| 12674 | <test-case FilePath="json-parser"> |
| 12675 | <compilation-unit name="nonoptional-null"> |
| 12676 | <output-dir compare="Text">nonoptional-null</output-dir> |
| 12677 | <expected-error>ASX3075: Closed field null_value has null value</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12678 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12679 | </compilation-unit> |
| 12680 | </test-case> |
| 12681 | <test-case FilePath="json-parser"> |
| 12682 | <compilation-unit name="spatial"> |
| 12683 | <output-dir compare="Text">spatial</output-dir> |
| 12684 | </compilation-unit> |
| 12685 | </test-case> |
| 12686 | <test-case FilePath="json-parser"> |
| 12687 | <compilation-unit name="spatial-line-3-points"> |
| 12688 | <output-dir compare="Text">spatial-line-3-points</output-dir> |
| 12689 | <expected-error>Line must have 4 coordinates</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12690 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12691 | </compilation-unit> |
| 12692 | </test-case> |
| 12693 | <test-case FilePath="json-parser"> |
| 12694 | <compilation-unit name="spatial-polygon-unclosed"> |
| 12695 | <output-dir compare="Text">spatial-polygon-unclosed</output-dir> |
| 12696 | <expected-error>Unclosed polygon is not supported</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12697 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12698 | </compilation-unit> |
| 12699 | </test-case> |
| 12700 | <test-case FilePath="json-parser"> |
| 12701 | <compilation-unit name="spatial-polygon-with-hole"> |
| 12702 | <output-dir compare="Text">spatial-polygon-with-hole</output-dir> |
| 12703 | <expected-error>Only simple geometries are supported (Point, LineString and Polygon without holes)</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12704 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12705 | </compilation-unit> |
| 12706 | </test-case> |
| 12707 | <test-case FilePath="json-parser"> |
| 12708 | <compilation-unit name="temporal"> |
| 12709 | <output-dir compare="Text">temporal</output-dir> |
| 12710 | </compilation-unit> |
| 12711 | </test-case> |
| 12712 | <test-case FilePath="json-parser"> |
| 12713 | <compilation-unit name="type-mismatch"> |
| 12714 | <output-dir compare="Text">type-mismatch</output-dir> |
| 12715 | <expected-error>ASX3054: Mismatch Type, expecting a value of type string</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12716 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12717 | </compilation-unit> |
| 12718 | </test-case> |
| 12719 | <test-case FilePath="json-parser"> |
| 12720 | <compilation-unit name="unsupported-type-circle"> |
| 12721 | <output-dir compare="Text">unsupported-type-circle</output-dir> |
| 12722 | <expected-error>ASX0004: Unsupported type: org.apache.asterix.external.parser.factory.JSONDataParserFactory cannot process input type circle</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12723 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12724 | </compilation-unit> |
| 12725 | </test-case> |
| 12726 | <test-case FilePath="json-parser"> |
| 12727 | <compilation-unit name="unsupported-type-daytimeduration"> |
| 12728 | <output-dir compare="Text">unsupported-type-daytimeduration</output-dir> |
| 12729 | <expected-error>ASX0004: Unsupported type: org.apache.asterix.external.parser.factory.JSONDataParserFactory cannot process input type daytimeduration</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12730 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12731 | </compilation-unit> |
| 12732 | </test-case> |
| 12733 | <test-case FilePath="json-parser"> |
| 12734 | <compilation-unit name="unsupported-type-duration"> |
| 12735 | <output-dir compare="Text">unsupported-type-duration</output-dir> |
| 12736 | <expected-error>ASX0004: Unsupported type: org.apache.asterix.external.parser.factory.JSONDataParserFactory cannot process input type duration</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12737 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12738 | </compilation-unit> |
| 12739 | </test-case> |
| 12740 | <test-case FilePath="json-parser"> |
| 12741 | <compilation-unit name="unsupported-type-interval"> |
| 12742 | <output-dir compare="Text">unsupported-type-interval</output-dir> |
| 12743 | <expected-error>ASX0004: Unsupported type: org.apache.asterix.external.parser.factory.JSONDataParserFactory cannot process input type interval</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12744 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12745 | </compilation-unit> |
| 12746 | </test-case> |
| 12747 | <test-case FilePath="json-parser"> |
| 12748 | <compilation-unit name="unsupported-type-multiset"> |
| 12749 | <output-dir compare="Text">unsupported-type-multiset</output-dir> |
| 12750 | <expected-error>ASX0004: Unsupported type: org.apache.asterix.external.parser.factory.JSONDataParserFactory cannot process input type multiset</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12751 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12752 | </compilation-unit> |
| 12753 | </test-case> |
| 12754 | <test-case FilePath="json-parser"> |
| 12755 | <compilation-unit name="unsupported-type-point3d"> |
| 12756 | <output-dir compare="Text">unsupported-type-point3d</output-dir> |
| 12757 | <expected-error>ASX0004: Unsupported type: org.apache.asterix.external.parser.factory.JSONDataParserFactory cannot process input type point3d</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12758 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12759 | </compilation-unit> |
| 12760 | </test-case> |
| 12761 | <test-case FilePath="json-parser"> |
| 12762 | <compilation-unit name="unsupported-type-rectangle"> |
| 12763 | <output-dir compare="Text">unsupported-type-rectangle</output-dir> |
| 12764 | <expected-error>ASX0004: Unsupported type: org.apache.asterix.external.parser.factory.JSONDataParserFactory cannot process input type rectangle</expected-error> |
Dmitry Lychagin | ee54cc0 | 2018-05-25 19:26:18 -0700 | [diff] [blame] | 12765 | <source-location>false</source-location> |
Wail Alkowaileet | 733fba8 | 2017-12-07 20:05:35 -0800 | [diff] [blame] | 12766 | </compilation-unit> |
| 12767 | </test-case> |
| 12768 | </test-group> |
luochen01 | 791ff5f | 2017-12-22 06:30:39 +0800 | [diff] [blame] | 12769 | <test-group name="composite-key"> |
| 12770 | <test-case FilePath="composite-key"> |
| 12771 | <compilation-unit name="query-ASTERIXDB-920"> |
| 12772 | <output-dir compare="Text">query-ASTERIXDB-920</output-dir> |
| 12773 | </compilation-unit> |
| 12774 | </test-case> |
luochen01 | e541f04 | 2018-03-26 11:24:57 -0700 | [diff] [blame] | 12775 | <test-case FilePath="composite-key"> |
| 12776 | <compilation-unit name="query-ASTERIXDB-2334"> |
| 12777 | <output-dir compare="Text">query-ASTERIXDB-2334</output-dir> |
| 12778 | </compilation-unit> |
| 12779 | </test-case> |
luochen01 | 791ff5f | 2017-12-22 06:30:39 +0800 | [diff] [blame] | 12780 | <test-case FilePath="composite-key"> |
| 12781 | <compilation-unit name="composite-low-high"> |
| 12782 | <output-dir compare="Text">composite-low-high</output-dir> |
| 12783 | </compilation-unit> |
| 12784 | </test-case> |
luochen01 | e541f04 | 2018-03-26 11:24:57 -0700 | [diff] [blame] | 12785 | <test-case FilePath="composite-key"> |
| 12786 | <compilation-unit name="composite-prefix"> |
| 12787 | <output-dir compare="Text">composite-prefix</output-dir> |
| 12788 | </compilation-unit> |
| 12789 | </test-case> |
luochen01 | 791ff5f | 2017-12-22 06:30:39 +0800 | [diff] [blame] | 12790 | </test-group> |
luochen01 | ccb1654 | 2018-05-03 09:17:20 -0700 | [diff] [blame] | 12791 | <test-group name="limit"> |
| 12792 | <test-case FilePath="limit"> |
Dmitry Lychagin | 0e70ad6 | 2018-07-26 22:52:41 -0700 | [diff] [blame] | 12793 | <compilation-unit name="limit_negative_value"> |
| 12794 | <output-dir compare="Text">limit_negative_value</output-dir> |
| 12795 | </compilation-unit> |
| 12796 | </test-case> |
| 12797 | <test-case FilePath="limit"> |
Dmitry Lychagin | a7aaf71 | 2018-07-20 15:09:13 -0700 | [diff] [blame] | 12798 | <compilation-unit name="limit_type_01"> |
| 12799 | <output-dir compare="Text">limit_type_01</output-dir> |
| 12800 | </compilation-unit> |
| 12801 | </test-case> |
| 12802 | <test-case FilePath="limit"> |
| 12803 | <compilation-unit name="limit_type_02"> |
| 12804 | <output-dir compare="Text">limit_type_01</output-dir> |
| 12805 | <expected-error>ASX0039: Expected integer value, got 2.75 (in line 28, at column 10)</expected-error> |
| 12806 | <expected-error>ASX0039: Expected integer value, got 1.75 (in line 28, at column 19)</expected-error> |
| 12807 | <expected-error>ASX1091: Type mismatch: expected value of type integer, but got the value of type string (in line 28, at column 7)</expected-error> |
| 12808 | <expected-error>ASX1091: Type mismatch: expected value of type integer, but got the value of type boolean (in line 28, at column 16)</expected-error> |
| 12809 | <expected-error>ASX0021: Source value 9999999999 is out of range that integer can hold - integer.MAX_VALUE: 2147483647, integer.MIN_VALUE: -2147483648</expected-error> |
| 12810 | <expected-error>ASX0021: Source value 8888888888 is out of range that integer can hold - integer.MAX_VALUE: 2147483647, integer.MIN_VALUE: -2147483648</expected-error> |
| 12811 | <source-location>false</source-location> |
| 12812 | </compilation-unit> |
| 12813 | </test-case> |
| 12814 | <test-case FilePath="limit"> |
luochen01 | ccb1654 | 2018-05-03 09:17:20 -0700 | [diff] [blame] | 12815 | <compilation-unit name="push-limit-to-primary-scan"> |
| 12816 | <output-dir compare="Text">push-limit-to-primary-scan</output-dir> |
| 12817 | </compilation-unit> |
| 12818 | </test-case> |
Dmitry Lychagin | a7aaf71 | 2018-07-20 15:09:13 -0700 | [diff] [blame] | 12819 | <test-case FilePath="limit"> |
luochen01 | ccb1654 | 2018-05-03 09:17:20 -0700 | [diff] [blame] | 12820 | <compilation-unit name="push-limit-to-primary-scan-select"> |
| 12821 | <output-dir compare="Text">push-limit-to-primary-scan-select</output-dir> |
| 12822 | </compilation-unit> |
| 12823 | </test-case> |
| 12824 | <test-case FilePath="limit"> |
| 12825 | <compilation-unit name="push-limit-to-primary-lookup"> |
| 12826 | <output-dir compare="Text">push-limit-to-primary-lookup</output-dir> |
| 12827 | </compilation-unit> |
| 12828 | </test-case> |
| 12829 | <test-case FilePath="limit"> |
| 12830 | <compilation-unit name="push-limit-to-primary-lookup-select"> |
| 12831 | <output-dir compare="Text">push-limit-to-primary-lookup-select</output-dir> |
| 12832 | </compilation-unit> |
| 12833 | </test-case> |
Dmitry Lychagin | 64839b2 | 2018-07-23 15:08:44 -0700 | [diff] [blame] | 12834 | <test-case FilePath="limit"> |
| 12835 | <compilation-unit name="query-ASTERIXDB-2420"> |
| 12836 | <output-dir compare="Text">query-ASTERIXDB-2420</output-dir> |
| 12837 | </compilation-unit> |
| 12838 | </test-case> |
luochen01 | ccb1654 | 2018-05-03 09:17:20 -0700 | [diff] [blame] | 12839 | </test-group> |
Wail Alkowaileet | 5aeba9b | 2018-11-06 18:52:34 -0800 | [diff] [blame] | 12840 | <test-group name="compression"> |
| 12841 | <test-case FilePath="compression"> |
| 12842 | <compilation-unit name="incompressible-pages/large-page"> |
| 12843 | <output-dir compare="Text">incompressible-pages/large-page</output-dir> |
| 12844 | </compilation-unit> |
| 12845 | </test-case> |
| 12846 | <test-case FilePath="compression"> |
| 12847 | <compilation-unit name="incompressible-pages/small-page"> |
| 12848 | <output-dir compare="Text">incompressible-pages/small-page</output-dir> |
| 12849 | </compilation-unit> |
| 12850 | </test-case> |
| 12851 | <test-case FilePath="compression"> |
| 12852 | <compilation-unit name="invalid-compression-scheme"> |
| 12853 | <output-dir compare="Text">invalid-compression-scheme</output-dir> |
| 12854 | <expected-error>ASX1096: Unknown compression scheme zip. Supported schemes are [snappy,none]</expected-error> |
| 12855 | <source-location>false</source-location> |
| 12856 | </compilation-unit> |
| 12857 | </test-case> |
| 12858 | <test-case FilePath="compression"> |
| 12859 | <compilation-unit name="scheme-none"> |
| 12860 | <output-dir compare="Text">scheme-none</output-dir> |
| 12861 | </compilation-unit> |
| 12862 | </test-case> |
| 12863 | <test-case FilePath="compression"> |
| 12864 | <compilation-unit name="scheme-snappy"> |
| 12865 | <output-dir compare="Text">scheme-snappy</output-dir> |
| 12866 | </compilation-unit> |
| 12867 | </test-case> |
| 12868 | </test-group> |
| 12869 | <test-group name="ddl-with-clause"> |
| 12870 | <test-case FilePath="ddl-with-clause"> |
| 12871 | <compilation-unit name="missing-non-optional"> |
| 12872 | <output-dir compare="Text">missing-non-optional</output-dir> |
| 12873 | <expected-error>ASX1061: Field "merge-policy.name" in the with clause cannot be null or missing</expected-error> |
| 12874 | <source-location>false</source-location> |
| 12875 | </compilation-unit> |
| 12876 | </test-case> |
| 12877 | <test-case FilePath="ddl-with-clause"> |
| 12878 | <compilation-unit name="type-mismatch"> |
| 12879 | <output-dir compare="Text">type-mismatch</output-dir> |
| 12880 | <expected-error>ASX1060: Field "merge-policy.parameters.max-mergable-component-size" in the with clause must be of type bigint, but found string</expected-error> |
| 12881 | <source-location>false</source-location> |
| 12882 | </compilation-unit> |
| 12883 | </test-case> |
| 12884 | <test-case FilePath="ddl-with-clause"> |
| 12885 | <compilation-unit name="unsupported-field"> |
| 12886 | <output-dir compare="Text">unsupported-field</output-dir> |
| 12887 | <expected-error>ASX1059: Field(s) [unknown-field] unsupported in the with clause</expected-error> |
| 12888 | <source-location>false</source-location> |
| 12889 | </compilation-unit> |
| 12890 | </test-case> |
| 12891 | <test-case FilePath="ddl-with-clause"> |
| 12892 | <compilation-unit name="unsupported-subfield"> |
| 12893 | <output-dir compare="Text">unsupported-subfield</output-dir> |
| 12894 | <expected-error>ASX1097: Subfield(s) [unknown-subfield] in "merge-policy" unsupported in the with clause</expected-error> |
| 12895 | <source-location>false</source-location> |
| 12896 | </compilation-unit> |
| 12897 | </test-case> |
| 12898 | </test-group> |
Murtadha Hubail | 866ff86 | 2019-06-15 04:51:02 +0300 | [diff] [blame] | 12899 | <test-group name="metrics"> |
| 12900 | <test-case FilePath="metrics"> |
| 12901 | <compilation-unit name="full-scan"> |
| 12902 | <output-dir compare="Text">full-scan</output-dir> |
| 12903 | </compilation-unit> |
| 12904 | </test-case> |
| 12905 | </test-group> |
Murtadha Hubail | 6d6b290 | 2019-06-20 13:52:20 +0300 | [diff] [blame] | 12906 | <test-group name="warnings"> |
| 12907 | <test-case FilePath="warnings" check-warnings="true"> |
Dmitry Lychagin | 1f6a6e3 | 2019-07-02 11:59:53 -0700 | [diff] [blame] | 12908 | <compilation-unit name="inapplicable-hint-warning"> |
| 12909 | <output-dir compare="Text">inapplicable-hint-warning</output-dir> |
| 12910 | <expected-warn>HYR10006: Could not apply Group By hint: hash</expected-warn> |
Dmitry Lychagin | e77cdac | 2019-08-05 11:37:47 -0700 | [diff] [blame] | 12911 | <expected-warn>ASX1107: Unexpected hint: indexnl. "hash" expected at this location</expected-warn> |
Shiva | 2ea7323 | 2019-10-09 18:04:05 -0700 | [diff] [blame] | 12912 | <expected-warn>ASX1107: Unexpected hint: hash. "indexnl", "skip-index", "hash-bcast" expected at this location</expected-warn> |
Dmitry Lychagin | e77cdac | 2019-08-05 11:37:47 -0700 | [diff] [blame] | 12913 | <expected-warn>ASX1107: Unexpected hint: auto. "indexnl", "skip-index" expected at this location</expected-warn> |
| 12914 | <expected-warn>ASX1107: Unexpected hint: hash. "indexnl", "skip-index" expected at this location</expected-warn> |
| 12915 | <expected-warn>ASX1107: Unexpected hint: hash. None expected at this location</expected-warn> |
Dmitry Lychagin | 1f6a6e3 | 2019-07-02 11:59:53 -0700 | [diff] [blame] | 12916 | </compilation-unit> |
| 12917 | </test-case> |
| 12918 | <test-case FilePath="warnings" check-warnings="true"> |
Murtadha Hubail | 6d6b290 | 2019-06-20 13:52:20 +0300 | [diff] [blame] | 12919 | <compilation-unit name="min-max-incompatible-types"> |
| 12920 | <output-dir compare="Text">min-max-incompatible-types</output-dir> |
| 12921 | <expected-warn>ASX0003: Type incompatibility: function min/max gets incompatible input values: bigint and string</expected-warn> |
| 12922 | <expected-warn>ASX0004: Unsupported type: min/max cannot process input type object</expected-warn> |
| 12923 | </compilation-unit> |
| 12924 | </test-case> |
Dmitry Lychagin | 1f6a6e3 | 2019-07-02 11:59:53 -0700 | [diff] [blame] | 12925 | <test-case FilePath="warnings" check-warnings="true"> |
Dmitry Lychagin | 7689fa8 | 2019-07-30 13:49:45 -0700 | [diff] [blame] | 12926 | <compilation-unit name="plan-warning"> |
| 12927 | <output-dir compare="Text">plan-warning</output-dir> |
| 12928 | <expected-warn>HYR10007: Encountered a cross product join</expected-warn> |
| 12929 | </compilation-unit> |
| 12930 | </test-case> |
| 12931 | <test-case FilePath="warnings" check-warnings="true"> |
Dmitry Lychagin | 1f6a6e3 | 2019-07-02 11:59:53 -0700 | [diff] [blame] | 12932 | <compilation-unit name="unknown-hint-warning"> |
| 12933 | <output-dir compare="Text">unknown-hint-warning</output-dir> |
Dmitry Lychagin | e77cdac | 2019-08-05 11:37:47 -0700 | [diff] [blame] | 12934 | <expected-warn>ASX1107: Unexpected hint: unknown_hint_groupby. "hash" expected at this location</expected-warn> |
Shiva | 2ea7323 | 2019-10-09 18:04:05 -0700 | [diff] [blame] | 12935 | <expected-warn>ASX1107: Unexpected hint: unknown_hint_relexpr. "indexnl", "skip-index", "hash-bcast" expected at this location</expected-warn> |
Dmitry Lychagin | e77cdac | 2019-08-05 11:37:47 -0700 | [diff] [blame] | 12936 | <expected-warn>ASX1107: Unexpected hint: unknown_hint_between. "indexnl", "skip-index" expected at this location</expected-warn> |
| 12937 | <expected-warn>ASX1107: Unexpected hint: unknown_hint_funcall. "indexnl", "skip-index" expected at this location</expected-warn> |
| 12938 | <expected-warn>ASX1107: Unexpected hint: unknown_hint_elsewhere. None expected at this location</expected-warn> |
Dmitry Lychagin | 1f6a6e3 | 2019-07-02 11:59:53 -0700 | [diff] [blame] | 12939 | </compilation-unit> |
| 12940 | </test-case> |
Ali Alsuliman | aa11886 | 2019-09-10 20:55:45 -0700 | [diff] [blame] | 12941 | <test-case FilePath="warnings"> |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 12942 | <compilation-unit name="warnings-limit"> |
| 12943 | <output-dir compare="Clean-JSON">warnings-limit</output-dir> |
Ali Alsuliman | aa11886 | 2019-09-10 20:55:45 -0700 | [diff] [blame] | 12944 | </compilation-unit> |
| 12945 | </test-case> |
Murtadha Hubail | 6d6b290 | 2019-06-20 13:52:20 +0300 | [diff] [blame] | 12946 | </test-group> |
Ali Alsuliman | e54e417 | 2019-10-03 15:50:17 -0700 | [diff] [blame] | 12947 | <test-group name="fun_return_null/string_fun"> |
| 12948 | <test-case FilePath="fun_return_null/string_fun" check-warnings="true"> |
| 12949 | <compilation-unit name="string_fun_001"> |
| 12950 | <output-dir compare="Text">string_fun_001</output-dir> |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 12951 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 41, at column 1)</expected-warn> |
| 12952 | <expected-warn>Type mismatch: function like expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 32, at column 1)</expected-warn> |
| 12953 | <expected-warn>Type mismatch: function uppercase expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 38, at column 1)</expected-warn> |
| 12954 | <expected-warn>Type mismatch: function ltrim expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 42, at column 1)</expected-warn> |
| 12955 | <expected-warn>Type mismatch: function like expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 33, at column 1)</expected-warn> |
| 12956 | <expected-warn>Type mismatch: function string-length expects its 1st input parameter to be of type string, but the actual input type is integer (in line 36, at column 1)</expected-warn> |
| 12957 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is integer (in line 40, at column 1)</expected-warn> |
| 12958 | <expected-warn>Type mismatch: function lowercase expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 37, at column 1)</expected-warn> |
| 12959 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 45, at column 1)</expected-warn> |
| 12960 | <expected-warn>Type mismatch: function contains expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 34, at column 1)</expected-warn> |
| 12961 | <expected-warn>Type mismatch: function ltrim expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 43, at column 1)</expected-warn> |
| 12962 | <expected-warn>Type mismatch: function position expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 46, at column 1)</expected-warn> |
| 12963 | <expected-warn>Type mismatch: function string-to-codepoint expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 35, at column 1)</expected-warn> |
| 12964 | <expected-warn>Type mismatch: function initcap expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 39, at column 1)</expected-warn> |
| 12965 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is integer (in line 44, at column 1)</expected-warn> |
| 12966 | |
| 12967 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 41, at column 1)</expected-warn> |
| 12968 | <expected-warn>Type mismatch: function like expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 32, at column 1)</expected-warn> |
| 12969 | <expected-warn>Type mismatch: function uppercase expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 38, at column 1)</expected-warn> |
| 12970 | <expected-warn>Type mismatch: function ltrim expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 42, at column 1)</expected-warn> |
| 12971 | <expected-warn>Type mismatch: function like expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 33, at column 1)</expected-warn> |
| 12972 | <expected-warn>Type mismatch: function string-length expects its 1st input parameter to be of type string, but the actual input type is integer (in line 36, at column 1)</expected-warn> |
| 12973 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is integer (in line 40, at column 1)</expected-warn> |
| 12974 | <expected-warn>Type mismatch: function lowercase expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 37, at column 1)</expected-warn> |
| 12975 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 45, at column 1)</expected-warn> |
| 12976 | <expected-warn>Type mismatch: function contains expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 34, at column 1)</expected-warn> |
| 12977 | <expected-warn>Type mismatch: function ltrim expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 43, at column 1)</expected-warn> |
| 12978 | <expected-warn>Type mismatch: function position expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 46, at column 1)</expected-warn> |
| 12979 | <expected-warn>Type mismatch: function string-to-codepoint expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 35, at column 1)</expected-warn> |
| 12980 | <expected-warn>Type mismatch: function initcap expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 39, at column 1)</expected-warn> |
| 12981 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is integer (in line 44, at column 1)</expected-warn> |
| 12982 | |
| 12983 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 41, at column 1)</expected-warn> |
| 12984 | <expected-warn>Type mismatch: function like expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 32, at column 1)</expected-warn> |
| 12985 | <expected-warn>Type mismatch: function uppercase expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 38, at column 1)</expected-warn> |
| 12986 | <expected-warn>Type mismatch: function ltrim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 42, at column 1)</expected-warn> |
| 12987 | <expected-warn>Type mismatch: function like expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 33, at column 1)</expected-warn> |
| 12988 | <expected-warn>Type mismatch: function string-length expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 36, at column 1)</expected-warn> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 12989 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 40, at column 1)</expected-warn> |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 12990 | <expected-warn>Type mismatch: function lowercase expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 37, at column 1)</expected-warn> |
| 12991 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 45, at column 1)</expected-warn> |
| 12992 | <expected-warn>Type mismatch: function contains expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 34, at column 1)</expected-warn> |
| 12993 | <expected-warn>Type mismatch: function ltrim expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 43, at column 1)</expected-warn> |
| 12994 | <expected-warn>Type mismatch: function position expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 46, at column 1)</expected-warn> |
| 12995 | <expected-warn>Type mismatch: function string-to-codepoint expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 35, at column 1)</expected-warn> |
| 12996 | <expected-warn>Type mismatch: function initcap expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 39, at column 1)</expected-warn> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 12997 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 44, at column 1)</expected-warn> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 12998 | |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 12999 | <expected-warn>Type mismatch: function regexp-position expects its 1st input parameter to be of type string, but the actual input type is integer (in line 38, at column 1)</expected-warn> |
| 13000 | <expected-warn>Type mismatch: function replace expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 42, at column 1)</expected-warn> |
| 13001 | <expected-warn>Type mismatch: function starts-with expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 32, at column 1)</expected-warn> |
| 13002 | <expected-warn>Type mismatch: function reverse expects its 1st input parameter to be of type string, but the actual input type is integer (in line 43, at column 1)</expected-warn> |
| 13003 | <expected-warn>Type mismatch: function regexp-like expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 37, at column 1)</expected-warn> |
| 13004 | <expected-warn>Type mismatch: function string-equal expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 41, at column 1)</expected-warn> |
| 13005 | <expected-warn>Type mismatch: function substring-after expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 44, at column 1)</expected-warn> |
| 13006 | <expected-warn>Type mismatch: function matches expects its 2nd input parameter to be of type string, but the actual input type is integer (in line 34, at column 1)</expected-warn> |
| 13007 | <expected-warn>Type mismatch: function regexp-like expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 36, at column 1)</expected-warn> |
| 13008 | <expected-warn>Type mismatch: function regexp-position expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 39, at column 1)</expected-warn> |
| 13009 | <expected-warn>Type mismatch: function substring-before expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 45, at column 1)</expected-warn> |
| 13010 | <expected-warn>Type mismatch: function regexp-replace expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 40, at column 1)</expected-warn> |
| 13011 | <expected-warn>Type mismatch: function matches expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 35, at column 1)</expected-warn> |
| 13012 | <expected-warn>Type mismatch: function split expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 46, at column 1)</expected-warn> |
| 13013 | <expected-warn>Type mismatch: function ends-with expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 33, at column 1)</expected-warn> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 13014 | |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 13015 | <expected-warn>Type mismatch: function regexp-position expects its 1st input parameter to be of type string, but the actual input type is integer (in line 38, at column 1)</expected-warn> |
| 13016 | <expected-warn>Type mismatch: function replace expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 42, at column 1)</expected-warn> |
| 13017 | <expected-warn>Type mismatch: function starts-with expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 32, at column 1)</expected-warn> |
| 13018 | <expected-warn>Type mismatch: function reverse expects its 1st input parameter to be of type string, but the actual input type is integer (in line 43, at column 1)</expected-warn> |
| 13019 | <expected-warn>Type mismatch: function regexp-like expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 37, at column 1)</expected-warn> |
| 13020 | <expected-warn>Type mismatch: function string-equal expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 41, at column 1)</expected-warn> |
| 13021 | <expected-warn>Type mismatch: function substring-after expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 44, at column 1)</expected-warn> |
| 13022 | <expected-warn>Type mismatch: function matches expects its 2nd input parameter to be of type string, but the actual input type is integer (in line 34, at column 1)</expected-warn> |
| 13023 | <expected-warn>Type mismatch: function regexp-like expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 36, at column 1)</expected-warn> |
| 13024 | <expected-warn>Type mismatch: function regexp-position expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 39, at column 1)</expected-warn> |
| 13025 | <expected-warn>Type mismatch: function substring-before expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 45, at column 1)</expected-warn> |
| 13026 | <expected-warn>Type mismatch: function regexp-replace expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 40, at column 1)</expected-warn> |
| 13027 | <expected-warn>Type mismatch: function matches expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 35, at column 1)</expected-warn> |
| 13028 | <expected-warn>Type mismatch: function split expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 46, at column 1)</expected-warn> |
| 13029 | <expected-warn>Type mismatch: function ends-with expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 33, at column 1)</expected-warn> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 13030 | |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 13031 | <expected-warn>Type mismatch: function regexp-position expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 38, at column 1)</expected-warn> |
| 13032 | <expected-warn>Type mismatch: function replace expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 42, at column 1)</expected-warn> |
| 13033 | <expected-warn>Type mismatch: function starts-with expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 32, at column 1)</expected-warn> |
| 13034 | <expected-warn>Type mismatch: function reverse expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 43, at column 1)</expected-warn> |
| 13035 | <expected-warn>Type mismatch: function regexp-like expects its 3rd input parameter to be of type string, but the actual input type is bigint (in line 37, at column 1)</expected-warn> |
| 13036 | <expected-warn>Type mismatch: function string-equal expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 41, at column 1)</expected-warn> |
| 13037 | <expected-warn>Type mismatch: function substring-after expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 44, at column 1)</expected-warn> |
| 13038 | <expected-warn>Type mismatch: function matches expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 34, at column 1)</expected-warn> |
| 13039 | <expected-warn>Type mismatch: function regexp-like expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 36, at column 1)</expected-warn> |
| 13040 | <expected-warn>Type mismatch: function regexp-position expects its 3rd input parameter to be of type string, but the actual input type is bigint (in line 39, at column 1)</expected-warn> |
| 13041 | <expected-warn>Type mismatch: function substring-before expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 45, at column 1)</expected-warn> |
| 13042 | <expected-warn>Type mismatch: function regexp-replace expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 40, at column 1)</expected-warn> |
| 13043 | <expected-warn>Type mismatch: function matches expects its 3rd input parameter to be of type string, but the actual input type is bigint (in line 35, at column 1)</expected-warn> |
| 13044 | <expected-warn>Type mismatch: function split expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 46, at column 1)</expected-warn> |
| 13045 | <expected-warn>Type mismatch: function ends-with expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 33, at column 1)</expected-warn> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 13046 | </compilation-unit> |
| 13047 | </test-case> |
Ali Alsuliman | e54e417 | 2019-10-03 15:50:17 -0700 | [diff] [blame] | 13048 | <test-case FilePath="fun_return_null/string_fun" check-warnings="true"> |
| 13049 | <compilation-unit name="string_fun_002"> |
| 13050 | <output-dir compare="Text">string_fun_002</output-dir> |
Ali Alsuliman | 6a9e2b0 | 2019-09-16 20:50:41 -0700 | [diff] [blame] | 13051 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 42, at column 1)</expected-warn> |
| 13052 | <expected-warn>Type mismatch: function regexp-replace expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 52, at column 1)</expected-warn> |
| 13053 | <expected-warn>Type mismatch: function regexp-like expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 48, at column 1)</expected-warn> |
| 13054 | <expected-warn>Type mismatch: function position expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 43, at column 1)</expected-warn> |
| 13055 | <expected-warn>Type mismatch: function matches expects its 2nd input parameter to be of type string, but the actual input type is integer (in line 46, at column 1)</expected-warn> |
| 13056 | <expected-warn>Type mismatch: function replace expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 54, at column 1)</expected-warn> |
| 13057 | <expected-warn>Type mismatch: function starts-with expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 44, at column 1)</expected-warn> |
| 13058 | <expected-warn>Type mismatch: function regexp-position expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 51, at column 1)</expected-warn> |
| 13059 | <expected-warn>Type mismatch: function rtrim expects its 1st input parameter to be of type string, but the actual input type is integer (in line 41, at column 1)</expected-warn> |
| 13060 | <expected-warn>Type mismatch: function substring-after expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 56, at column 1)</expected-warn> |
| 13061 | <expected-warn>Type mismatch: function substring-before expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 57, at column 1)</expected-warn> |
| 13062 | <expected-warn>Type mismatch: function lowercase expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 34, at column 1)</expected-warn> |
| 13063 | <expected-warn>Type mismatch: function ends-with expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 45, at column 1)</expected-warn> |
| 13064 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 38, at column 1)</expected-warn> |
| 13065 | <expected-warn>Type mismatch: function uppercase expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 35, at column 1)</expected-warn> |
| 13066 | <expected-warn>Type mismatch: function regexp-like expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 49, at column 1)</expected-warn> |
| 13067 | <expected-warn>Type mismatch: function matches expects its 3rd input parameter to be of type string, but the actual input type is tinyint (in line 47, at column 1)</expected-warn> |
| 13068 | <expected-warn>Type mismatch: function string-equal expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 53, at column 1)</expected-warn> |
| 13069 | <expected-warn>Type mismatch: function split expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 58, at column 1)</expected-warn> |
| 13070 | <expected-warn>Type mismatch: function string-to-codepoint expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 32, at column 1)</expected-warn> |
| 13071 | <expected-warn>Type mismatch: function trim expects its 1st input parameter to be of type string, but the actual input type is integer (in line 37, at column 1)</expected-warn> |
| 13072 | <expected-warn>Type mismatch: function reverse expects its 1st input parameter to be of type string, but the actual input type is integer (in line 55, at column 1)</expected-warn> |
| 13073 | <expected-warn>Type mismatch: function like expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 29, at column 1)</expected-warn> |
| 13074 | <expected-warn>Type mismatch: function contains expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 31, at column 1)</expected-warn> |
| 13075 | <expected-warn>Type mismatch: function ltrim expects its 1st input parameter to be of type string, but the actual input type is smallint (in line 39, at column 1)</expected-warn> |
| 13076 | <expected-warn>Type mismatch: function initcap expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 36, at column 1)</expected-warn> |
| 13077 | <expected-warn>Type mismatch: function ltrim expects its 2nd input parameter to be of type string, but the actual input type is tinyint (in line 40, at column 1)</expected-warn> |
| 13078 | <expected-warn>Type mismatch: function string-length expects its 1st input parameter to be of type string, but the actual input type is integer (in line 33, at column 1)</expected-warn> |
| 13079 | <expected-warn>Type mismatch: function like expects its 1st input parameter to be of type string, but the actual input type is tinyint (in line 30, at column 1)</expected-warn> |
| 13080 | <expected-warn>Type mismatch: function regexp-position expects its 1st input parameter to be of type string, but the actual input type is integer (in line 50, at column 1)</expected-warn> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 13081 | </compilation-unit> |
| 13082 | </test-case> |
Ali Alsuliman | e54e417 | 2019-10-03 15:50:17 -0700 | [diff] [blame] | 13083 | <test-case FilePath="fun_return_null/string_fun" check-warnings="true"> |
| 13084 | <compilation-unit name="string_fun_003"> |
| 13085 | <output-dir compare="Text">string_fun_003</output-dir> |
| 13086 | <expected-warn>Invalid value: function repeat expects its 2nd input parameter to be an integer value, got 5.3 (in line 31, at column 1)</expected-warn> |
| 13087 | <expected-warn>Invalid value: function regexp-replace expects its 4th input parameter to be an integer value, got 5.3 (in line 36, at column 1)</expected-warn> |
| 13088 | <expected-warn>Type mismatch: function substring expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 37, at column 1)</expected-warn> |
| 13089 | <expected-warn>Invalid value: function replace expects its 4th input parameter to be an integer value, got 5.3 (in line 34, at column 1)</expected-warn> |
| 13090 | <expected-warn>Invalid value: function repeat expects its 2nd input parameter to be a non-negative value, got -2.0 (in line 30, at column 1)</expected-warn> |
| 13091 | <expected-warn>Type mismatch: function string-join expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 32, at column 1)</expected-warn> |
| 13092 | |
| 13093 | <expected-warn>Invalid value: function repeat expects its 2nd input parameter to be an integer value, got 5.3 (in line 31, at column 1)</expected-warn> |
| 13094 | <expected-warn>Invalid value: function regexp-replace expects its 4th input parameter to be an integer value, got 5.3 (in line 36, at column 1)</expected-warn> |
| 13095 | <expected-warn>Type mismatch: function substring expects its 1st input parameter to be of type string, but the actual input type is bigint (in line 37, at column 1)</expected-warn> |
| 13096 | <expected-warn>Invalid value: function replace expects its 4th input parameter to be an integer value, got 5.3 (in line 34, at column 1)</expected-warn> |
| 13097 | <expected-warn>Invalid value: function repeat expects its 2nd input parameter to be a non-negative value, got -2.0 (in line 30, at column 1)</expected-warn> |
| 13098 | <expected-warn>Type mismatch: function string-join expects its 2nd input parameter to be of type string, but the actual input type is bigint (in line 32, at column 1)</expected-warn> |
| 13099 | |
| 13100 | <expected-warn>Invalid value: function repeat expects its 2nd input parameter to be an integer value, got Infinity (in line 29, at column 1)</expected-warn> |
| 13101 | <expected-warn>Invalid value: function replace expects its 4th input parameter to be an integer value, got -Infinity (in line 30, at column 1)</expected-warn> |
| 13102 | <expected-warn>Invalid value: function replace expects its 4th input parameter to be an integer value, got NaN (in line 31, at column 1)</expected-warn> |
| 13103 | <expected-warn>Invalid value: function regexp-replace expects its 4th input parameter to be an integer value, got NaN (in line 32, at column 1)</expected-warn> |
| 13104 | <expected-warn>Invalid value: function regexp-replace expects its 4th input parameter to be an integer value, got -Infinity (in line 33, at column 1)</expected-warn> |
| 13105 | <expected-warn>Invalid value: function substring expects its 2nd input parameter to be an integer value, got Infinity (in line 34, at column 1)</expected-warn> |
| 13106 | </compilation-unit> |
| 13107 | </test-case> |
Ali Alsuliman | d080314 | 2019-09-12 23:15:56 -0700 | [diff] [blame] | 13108 | </test-group> |
Yingyi Bu | caea8f0 | 2015-11-16 15:12:15 -0800 | [diff] [blame] | 13109 | </test-suite> |