Return-Path: X-Original-To: apmail-asterixdb-commits-archive@minotaur.apache.org Delivered-To: apmail-asterixdb-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56E1018B37 for ; Tue, 12 Jan 2016 05:46:17 +0000 (UTC) Received: (qmail 22407 invoked by uid 500); 12 Jan 2016 05:46:17 -0000 Delivered-To: apmail-asterixdb-commits-archive@asterixdb.apache.org Received: (qmail 22372 invoked by uid 500); 12 Jan 2016 05:46:17 -0000 Mailing-List: contact commits-help@asterixdb.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.incubator.apache.org Delivered-To: mailing list commits@asterixdb.incubator.apache.org Received: (qmail 22359 invoked by uid 99); 12 Jan 2016 05:46:17 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2016 05:46:17 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 83280180475 for ; Tue, 12 Jan 2016 05:46:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id g-n1TtOnpELh for ; Tue, 12 Jan 2016 05:46:03 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id E9CC82050D for ; Tue, 12 Jan 2016 05:46:00 +0000 (UTC) Received: (qmail 22105 invoked by uid 99); 12 Jan 2016 05:46:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2016 05:46:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62E11E0F9C; Tue, 12 Jan 2016 05:46:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mhubail@apache.org To: commits@asterixdb.incubator.apache.org Date: Tue, 12 Jan 2016 05:46:01 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-asterixdb git commit: Improve the Testing Framework Improve the Testing Framework This change includes the following improvements to the test framework 1. Checking each expected failure against the failure exception. 2. Checking against multiple causes of failure in case of multiple expected errors. 3. Check if a test that is expected to fail pass. 4. Make temp datasets use different storage path. Change-Id: I957ecf19bf7209981e010e0e50fb882442a525dd Reviewed-on: https://asterix-gerrit.ics.uci.edu/537 Tested-by: Jenkins Reviewed-by: abdullah alamoudi Project: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/commit/c614ce5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/tree/c614ce5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/diff/c614ce5c Branch: refs/heads/master Commit: c614ce5cb1607aec854e3eff24beae999eac8a15 Parents: 192c7b6 Author: Murtadha Hubail Authored: Mon Jan 11 17:52:56 2016 -0800 Committer: Murtadha Hubail Committed: Mon Jan 11 21:41:37 2016 -0800 ---------------------------------------------------------------------- .../common/AsterixHyracksIntegrationUtil.java | 2 +- .../bootstrap/NCApplicationEntryPoint.java | 12 +- .../org/apache/asterix/result/ResultUtils.java | 9 +- .../issue_251_dataset_hint_error_2.2.query.aql | 30 ---- .../src/test/resources/metadata/testsuite.xml | 51 +++---- .../issue650_query/issue650_query.1.ddl.aql | 3 + .../issue650_query/issue650_query.2.update.aql | 2 - .../queries/records/RecordsQueries.xml | 2 +- .../query-issue455/query-issue455.1.ddl.aql | 3 +- .../query-issue455/query-issue455.3.query.aql | 4 +- .../query-issue455/query-issue455.4.ddl.aql | 2 +- .../query-issue455/query-issue455.5.query.aql | 5 +- .../issue650_query/issue650_query.1.ddl.sqlpp | 3 + .../issue650_query.2.update.sqlpp | 5 - .../queries_sqlpp/records/RecordsQueries.xml | 4 +- .../query-issue455/query-issue455.1.ddl.sqlpp | 3 +- .../query-issue455/query-issue455.3.query.sqlpp | 2 + .../query-issue455/query-issue455.5.query.sqlpp | 4 +- .../insert-with-autogenerated-pk_adm_02.1.adm | 1 - .../load-with-autogenerated-pk_adm_02.1.adm | 1 - .../load-with-autogenerated-pk_adm_02.1.adm | 1 - .../load/issue14_query/issue14_query.3.adm | 0 .../query-issue455/query-issue455.3.adm | 1 + .../src/test/resources/runtimets/testsuite.xml | 139 ++++++++++--------- .../resources/runtimets/testsuite_sqlpp.xml | 124 +++++++++-------- .../common/context/DatasetLifecycleManager.java | 6 +- .../apache/asterix/test/aql/TestExecutor.java | 68 +++++---- .../test/resources/transactionts/testsuite.xml | 17 ++- .../utils/SplitsAndConstraintsUtil.java | 7 +- 29 files changed, 256 insertions(+), 255 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/main/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java ---------------------------------------------------------------------- diff --git a/asterix-app/src/main/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java b/asterix-app/src/main/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java index d7842e8..d815f30 100644 --- a/asterix-app/src/main/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java +++ b/asterix-app/src/main/java/org/apache/asterix/api/common/AsterixHyracksIntegrationUtil.java @@ -184,7 +184,7 @@ public class AsterixHyracksIntegrationUtil { try { System.setProperty(GlobalConfig.CONFIG_FILE_PROPERTY, "asterix-build-configuration.xml"); - init(true); + init(false); while (true) { Thread.sleep(10000); } http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/main/java/org/apache/asterix/hyracks/bootstrap/NCApplicationEntryPoint.java ---------------------------------------------------------------------- diff --git a/asterix-app/src/main/java/org/apache/asterix/hyracks/bootstrap/NCApplicationEntryPoint.java b/asterix-app/src/main/java/org/apache/asterix/hyracks/bootstrap/NCApplicationEntryPoint.java index 496c2f8..76e7856 100644 --- a/asterix-app/src/main/java/org/apache/asterix/hyracks/bootstrap/NCApplicationEntryPoint.java +++ b/asterix-app/src/main/java/org/apache/asterix/hyracks/bootstrap/NCApplicationEntryPoint.java @@ -281,13 +281,13 @@ public class NCApplicationEntryPoint implements INCApplicationEntryPoint { runtimeContext.getIOManager().deleteWorkspaceFiles(); //reclaim storage for temporary datasets. - //get node stores - String[] nodeStores = ((IAsterixPropertiesProvider) runtimeContext).getMetadataProperties().getStores() - .get(nodeId); - for (String store : nodeStores) { - String tempDatasetFolder = store + File.separator + String storageDirName = AsterixClusterProperties.INSTANCE.getStorageDirectoryName(); + String[] ioDevices = ((PersistentLocalResourceRepository) runtimeContext.getLocalResourceRepository()) + .getStorageMountingPoints(); + for (String ioDevice : ioDevices) { + String tempDatasetsDir = ioDevice + storageDirName + File.separator + SplitsAndConstraintsUtil.TEMP_DATASETS_STORAGE_FOLDER; - FileUtils.deleteQuietly(new File(tempDatasetFolder)); + FileUtils.deleteQuietly(new File(tempDatasetsDir)); } // TODO http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java ---------------------------------------------------------------------- diff --git a/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java b/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java index 5ebbe2c..47edc86 100644 --- a/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java +++ b/asterix-app/src/main/java/org/apache/asterix/result/ResultUtils.java @@ -184,10 +184,13 @@ public class ResultUtils { errorArray.put(errorMessage); try { errorResp.put("error-code", errorArray); - if (!errorSummary.equals("")) + if (errorSummary != "") { errorResp.put("summary", errorSummary); - if (!errorStackTrace.equals("")) - errorResp.put("stacktrace", errorStackTrace); + } else { + //parse exception + errorResp.put("summary", errorMessage); + } + errorResp.put("stacktrace", errorStackTrace); } catch (JSONException e) { // TODO(madhusudancs): Figure out what to do when JSONException occurs while building the results. } http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/metadata/queries/exception/issue_251_dataset_hint_error_2/issue_251_dataset_hint_error_2.2.query.aql ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/metadata/queries/exception/issue_251_dataset_hint_error_2/issue_251_dataset_hint_error_2.2.query.aql b/asterix-app/src/test/resources/metadata/queries/exception/issue_251_dataset_hint_error_2/issue_251_dataset_hint_error_2.2.query.aql deleted file mode 100644 index ba39074..0000000 --- a/asterix-app/src/test/resources/metadata/queries/exception/issue_251_dataset_hint_error_2/issue_251_dataset_hint_error_2.2.query.aql +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -/* - * Description : create a dataset providingi an invalid value for a hint and an unknown hint - * Expected Res : Failure - * Date : 29 Jan 2013 - * Issue : 251 - */ - -use dataverse Metadata; - -for $x in dataset('Metadata.Dataset') -where $x.DataverseName='test' -return $x http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/metadata/testsuite.xml ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/metadata/testsuite.xml b/asterix-app/src/test/resources/metadata/testsuite.xml index ab4303c..1abcfee 100644 --- a/asterix-app/src/test/resources/metadata/testsuite.xml +++ b/asterix-app/src/test/resources/metadata/testsuite.xml @@ -313,61 +313,61 @@ none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - MetadataException + SyntaxError: Invalid operation - Cannot drop a dataset belonging to the dataverse:Metadata none - AsterixException + SyntaxError: Invalid operation - Dataset: Book error in processing hint: TUPLE_SIZE Unknown hint none - AsterixException + SyntaxError: Invalid operation - Dataset: Book error in processing hint: SIZE Unknown hint @@ -382,70 +382,73 @@ org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + java.lang.NullPointerException none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The partitioning key "[open-type]" cannot be of type RECORD. + + none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + java.lang.NullPointerException none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The partitioning key "[id]" cannot be nullable none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The field "[loc]" which is of type POINT cannot be indexed using the BTree index. none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The field "[age]" which is of type INT32 cannot be indexed using the RTree index. none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The field "[loc]" which is of type POINT cannot be indexed using the Length Partitioned Keyword index. none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The field "[loc]" which is of type POINT cannot be indexed using the Length Partitioned Keyword index. none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The field "[loc]" which is of type POINT cannot be indexed using the Length Partitioned N-Gram index. none - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException + SyntaxError: The field "[loc]" which is of type POINT cannot be indexed using the Length Partitioned N-Gram index. @@ -453,7 +456,7 @@ failure_previous_success - MetadataException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: A datatype with this name StreetType already exists verify_failure_previous_success @@ -462,7 +465,7 @@ failure_subsequent_no_execution - MetadataException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: A nodegroup with this name group1 already exists verify_failure_subsequent_no_execution http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.1.ddl.aql ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.1.ddl.aql b/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.1.ddl.aql index 7b846da..14fc855 100644 --- a/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.1.ddl.aql +++ b/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.1.ddl.aql @@ -34,3 +34,6 @@ create type UserType as open { } create dataset Users(UserType) primary key uid; + +drop dataverse fuzzyjoin if exists; +create dataverse fuzzyjoin; http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.2.update.aql ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.2.update.aql b/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.2.update.aql index 306b3da..0768ce3 100644 --- a/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.2.update.aql +++ b/asterix-app/src/test/resources/runtimets/queries/load/issue650_query/issue650_query.2.update.aql @@ -22,8 +22,6 @@ * Date : 17 Oct 2013 */ -drop dataverse fuzzyjoin if exists; -create dataverse fuzzyjoin; use dataverse fuzzyjoin; load dataset Users http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml b/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml index 283120f..ad30289 100644 --- a/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml +++ b/asterix-app/src/test/resources/runtimets/queries/records/RecordsQueries.xml @@ -114,7 +114,7 @@ closed-closed-fieldname-conflict_issue173 - org.apache.asterix.common.exceptions.AsterixException + java.lang.IllegalStateException: Closed fields 0 and 1 have the same field name "name" http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.1.ddl.aql ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.1.ddl.aql b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.1.ddl.aql index 4ef1d9e..43820e2 100644 --- a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.1.ddl.aql +++ b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.1.ddl.aql @@ -27,7 +27,8 @@ drop dataverse test if exists; create dataverse test; +use dataverse test; create function printName() { "AsterixDB Shared nothing parallel BDMS" -} +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.3.query.aql ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.3.query.aql b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.3.query.aql index 52c8fcd..463e427 100644 --- a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.3.query.aql +++ b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.3.query.aql @@ -23,4 +23,6 @@ * Date : 19th May 2013 */ -printName(); +use dataverse test; + +printName(); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.4.ddl.aql ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.4.ddl.aql b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.4.ddl.aql index 2b1355f..c7ddbf4 100644 --- a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.4.ddl.aql +++ b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.4.ddl.aql @@ -23,4 +23,4 @@ * Date : 19th May 2013 */ -drop function test.printName@0; +drop function test.printName@0; \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.5.query.aql ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.5.query.aql b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.5.query.aql index 9f2ce37..463e427 100644 --- a/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.5.query.aql +++ b/asterix-app/src/test/resources/runtimets/queries/user-defined-functions/query-issue455/query-issue455.5.query.aql @@ -23,7 +23,6 @@ * Date : 19th May 2013 */ -for $l in dataset Metadata.Function -return $l +use dataverse test; -printName(); +printName(); \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.1.ddl.sqlpp ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.1.ddl.sqlpp b/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.1.ddl.sqlpp index 63b2fee..1d1a0ca 100644 --- a/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.1.ddl.sqlpp +++ b/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.1.ddl.sqlpp @@ -38,3 +38,6 @@ create type fuzzyjoin.UserType as create table Users(UserType) primary key uid; +drop database fuzzyjoin if exists; +create database fuzzyjoin; + http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.2.update.sqlpp ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.2.update.sqlpp b/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.2.update.sqlpp index 71bc02d..80e2858 100644 --- a/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.2.update.sqlpp +++ b/asterix-app/src/test/resources/runtimets/queries_sqlpp/load/issue650_query/issue650_query.2.update.sqlpp @@ -22,11 +22,6 @@ * Date : 17 Oct 2013 */ -drop database fuzzyjoin if exists; -create database fuzzyjoin; - use fuzzyjoin; - load table Users using "org.apache.asterix.external.dataset.adapter.NCFileSystemAdapter" (("path"="asterix_nc1://data/users-visitors-small/users.json"),("format"="adm")); - http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml b/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml index 93a3a99..48ce410 100644 --- a/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml +++ b/asterix-app/src/test/resources/runtimets/queries_sqlpp/records/RecordsQueries.xml @@ -16,6 +16,7 @@ ! specific language governing permissions and limitations ! under the License. !--> + access-nested-fields @@ -114,7 +115,7 @@ closed-closed-fieldname-conflict_issue173 - org.apache.asterix.common.exceptions.AsterixException + java.lang.IllegalStateException: Closed fields 0 and 1 have the same field name "name" @@ -129,3 +130,4 @@ org.apache.asterix.common.exceptions.AsterixException + http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.1.ddl.sqlpp ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.1.ddl.sqlpp b/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.1.ddl.sqlpp index e0f9431..6cbb47f 100644 --- a/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.1.ddl.sqlpp +++ b/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.1.ddl.sqlpp @@ -25,7 +25,8 @@ drop database test if exists; -create test; +create database test; +use test; create function printName() { http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.3.query.sqlpp ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.3.query.sqlpp b/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.3.query.sqlpp index 3da03e9..3f427fe 100644 --- a/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.3.query.sqlpp +++ b/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.3.query.sqlpp @@ -23,4 +23,6 @@ * Date : 19th May 2013 */ +use test; + select element printName(); http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.5.query.sqlpp ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.5.query.sqlpp b/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.5.query.sqlpp index a1e4407..a33d9ca 100644 --- a/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.5.query.sqlpp +++ b/asterix-app/src/test/resources/runtimets/queries_sqlpp/user-defined-functions/query-issue455/query-issue455.5.query.sqlpp @@ -22,8 +22,6 @@ * Expected Res : Failure * Date : 19th May 2013 */ +use test; -select element l -from "Metadata.Function" as l -; select element printName(); http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/results/dml/insert-with-autogenerated-pk_adm_02/insert-with-autogenerated-pk_adm_02.1.adm ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/results/dml/insert-with-autogenerated-pk_adm_02/insert-with-autogenerated-pk_adm_02.1.adm b/asterix-app/src/test/resources/runtimets/results/dml/insert-with-autogenerated-pk_adm_02/insert-with-autogenerated-pk_adm_02.1.adm index 4a72ce0..e69de29 100644 --- a/asterix-app/src/test/resources/runtimets/results/dml/insert-with-autogenerated-pk_adm_02/insert-with-autogenerated-pk_adm_02.1.adm +++ b/asterix-app/src/test/resources/runtimets/results/dml/insert-with-autogenerated-pk_adm_02/insert-with-autogenerated-pk_adm_02.1.adm @@ -1 +0,0 @@ -"OQL[C++] Extending C++ with an Object Query Capability." http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_02/load-with-autogenerated-pk_adm_02.1.adm ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_02/load-with-autogenerated-pk_adm_02.1.adm b/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_02/load-with-autogenerated-pk_adm_02.1.adm index 844a95c..e69de29 100644 --- a/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_02/load-with-autogenerated-pk_adm_02.1.adm +++ b/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_02/load-with-autogenerated-pk_adm_02.1.adm @@ -1 +0,0 @@ -"Authorization in Object-Oriented Databases." http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_03/load-with-autogenerated-pk_adm_02.1.adm ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_03/load-with-autogenerated-pk_adm_02.1.adm b/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_03/load-with-autogenerated-pk_adm_02.1.adm index 844a95c..e69de29 100644 --- a/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_03/load-with-autogenerated-pk_adm_02.1.adm +++ b/asterix-app/src/test/resources/runtimets/results/dml/load-with-autogenerated-pk_adm_03/load-with-autogenerated-pk_adm_02.1.adm @@ -1 +0,0 @@ -"Authorization in Object-Oriented Databases." http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/results/load/issue14_query/issue14_query.3.adm ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/results/load/issue14_query/issue14_query.3.adm b/asterix-app/src/test/resources/runtimets/results/load/issue14_query/issue14_query.3.adm new file mode 100644 index 0000000..e69de29 http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/results/user-defined-functions/query-issue455/query-issue455.3.adm ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/results/user-defined-functions/query-issue455/query-issue455.3.adm b/asterix-app/src/test/resources/runtimets/results/user-defined-functions/query-issue455/query-issue455.3.adm new file mode 100644 index 0000000..b75816b --- /dev/null +++ b/asterix-app/src/test/resources/runtimets/results/user-defined-functions/query-issue455/query-issue455.3.adm @@ -0,0 +1 @@ +"AsterixDB Shared nothing parallel BDMS" \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/testsuite.xml ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/testsuite.xml b/asterix-app/src/test/resources/runtimets/testsuite.xml index c4c8fc4..cca6a09 100644 --- a/asterix-app/src/test/resources/runtimets/testsuite.xml +++ b/asterix-app/src/test/resources/runtimets/testsuite.xml @@ -110,19 +110,19 @@ avg_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING sum_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING min_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING @@ -546,19 +546,19 @@ avg_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING sum_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING min_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING @@ -1035,43 +1035,43 @@ issue363_inequality_duration - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the DURATION type are not defined issue363_inequality_interval - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the INTERVAL type are not defined issue363_inequality_point - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POINT type are not defined issue363_inequality_line - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the LINE type are not defined issue363_inequality_polygon - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POLYGON type are not defined issue363_inequality_rectangle - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the RECTANGLE type are not defined issue363_inequality_circle - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the CIRCLE type are not defined @@ -1355,8 +1355,7 @@ insert-duplicated-keys-from-query - org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException - + org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException: Failed to insert key since key already exists @@ -1507,8 +1506,7 @@ insert-duplicated-keys - org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException - + org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException: Failed to insert key since key already exists @@ -1531,7 +1529,7 @@ insert-with-autogenerated-pk_adm_02 - org.apache.asterix.runtime.operators.file.ADMDataParser.ParseException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Duplicate field id encountered @@ -1552,13 +1550,13 @@ load-with-autogenerated-pk_adm_02 - org.apache.asterix.runtime.operators.file.ADMDataParser.ParseException + org.apache.asterix.external.parser.ADMDataParser$ParseException load-with-autogenerated-pk_adm_03 - org.apache.asterix.common.exceptions.AsterixException + org.apache.asterix.external.parser.ADMDataParser$ParseException @@ -1572,9 +1570,9 @@ - + load-with-autogenerated-pk_csv_02 - org.apache.asterix.common.exceptions.AsterixException + java.lang.Exception: Result @@ -2328,7 +2326,7 @@ dblp-aqlplus_2 - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Invalid types STRING given as arguments to jaccard @@ -2883,9 +2881,11 @@ - + partition-by-nonexistent-field - org.apache.asterix.common.exceptions.AsterixException + java.lang.NullPointerException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Cannot find dataset + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Could not find dataset @@ -2960,31 +2960,28 @@ - + enforced-field-name-collision - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException - + enforced-field-type-collision - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: A field "[value]" is already defined with the type "STRING" missing-enforce-statement - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException - + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Cannot create typed index on "[value]" field without enforcing it's type index-on-closed-type - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException - + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Typed index on "[value]" field could be created only for open datatype @@ -4037,7 +4034,7 @@ query-issue355 - org.apache.asterix.common.exceptions.AsterixException + java.lang.NumberFormatException: For input string: "10000000000000000000" @@ -4270,10 +4267,11 @@ query-issue377 - + query-issue410 - org.apache.asterix.common.exceptions.AsterixException + java.lang.IllegalStateException: type mismatch: missing a required closed field name:string + java.lang.Exception: Result @@ -4311,16 +4309,17 @@ query-issue423-2 - + query-issue442 - org.apache.asterix.common.exceptions.AsterixException + - + query-issue487 org.apache.asterix.common.exceptions.AsterixException + java.lang.Exception: Result @@ -4402,18 +4401,18 @@ order-by - + &RecordsQueries; @@ -4442,12 +4441,13 @@ issue238_query_2 + 30 @@ -5718,7 +5718,7 @@ cross-dv13 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: ERROR:Recursive invocation testdv2.fun03@0 @@ -5734,7 +5734,7 @@ cross-dv16 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: ERROR:Recursive invocation testdv1.fun04@0 - + udf26 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: function test.needs_f1@1 depends upon function test.f1@0 which is undefined - + udf27 @@ -5961,7 +5961,7 @@ udf30 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: can't find variable $y @@ -5972,15 +5972,15 @@ f01 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: function test.int8@0 is undefined - + + @@ -6004,21 +6004,24 @@ - + csv_05 - org.apache.hyracks.api.exceptions.HyracksDataException + java.io.IOException: At record: + java.lang.Exception: Result - + csv_06 - org.apache.hyracks.api.exceptions.HyracksDataException + java.io.IOException: At record: + java.lang.Exception: Result - + csv_07 - org.apache.hyracks.api.exceptions.HyracksDataException + java.io.IOException: At record: + java.lang.Exception: Result @@ -6038,14 +6041,14 @@ - none - org.apache.asterix.common.exceptions.AsterixException + issue14_query + org.apache.asterix.common.exceptions.AsterixException: Unspecified format parameter for local file system adapter none - org.apache.asterix.common.exceptions.AsterixException + org.apache.asterix.common.exceptions.AsterixException: Unspecified format parameter for local file system adapter @@ -6056,7 +6059,7 @@ none - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unable to load dataset Users since it does not exist @@ -6075,9 +6078,9 @@ - + none - org.apache.hyracks.api.exceptions.HyracksException + http://git-wip-us.apache.org/repos/asf/incubator-asterixdb/blob/c614ce5c/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml ---------------------------------------------------------------------- diff --git a/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml b/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml index 81466bc..4852f8f 100644 --- a/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml +++ b/asterix-app/src/test/resources/runtimets/testsuite_sqlpp.xml @@ -111,19 +111,19 @@ avg_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type sum_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type min_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type @@ -547,19 +547,19 @@ avg_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING sum_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING min_mixed - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unexpected type STRING @@ -1036,43 +1036,43 @@ issue363_inequality_duration - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the DURATION type are not defined issue363_inequality_interval - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the INTERVAL type are not defined issue363_inequality_point - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POINT type are not defined issue363_inequality_line - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the LINE type are not defined issue363_inequality_polygon - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the POLYGON type are not defined issue363_inequality_rectangle - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the RECTANGLE type are not defined issue363_inequality_circle - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Comparison operations (GT, GE, LT, and LE) for the CIRCLE type are not defined @@ -1501,8 +1501,7 @@ insert-duplicated-keys - org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException - + org.apache.hyracks.storage.am.common.exceptions.TreeIndexDuplicateKeyException: Failed to insert key since key already exists @@ -1525,7 +1524,7 @@ insert-with-autogenerated-pk_adm_02 - org.apache.asterix.runtime.operators.file.ADMDataParser.ParseException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Duplicate field id encountered @@ -1546,13 +1545,13 @@ load-with-autogenerated-pk_adm_02 - org.apache.asterix.runtime.operators.file.ADMDataParser.ParseException + org.apache.asterix.external.parser.ADMDataParser$ParseException load-with-autogenerated-pk_adm_03 - org.apache.asterix.common.exceptions.AsterixException + org.apache.asterix.external.parser.ADMDataParser$ParseException @@ -1568,7 +1567,7 @@ load-with-autogenerated-pk_csv_02 - org.apache.asterix.common.exceptions.AsterixException + java.lang.Exception: Result @@ -2628,7 +2627,9 @@ partition-by-nonexistent-field - org.apache.asterix.common.exceptions.AsterixException + java.lang.NullPointerException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Cannot find dataset + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Could not find dataset @@ -2706,28 +2707,25 @@ enforced-field-name-collision - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException - + enforced-field-type-collision - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: A field "[value]" is already defined with the type "STRING" missing-enforce-statement - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException - + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Cannot create typed index on "[value]" field without enforcing it's type index-on-closed-type - org.apache.hyracks.algebricks.common.exceptions.AlgebricksException - + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Typed index on "[value]" field could be created only for open datatype @@ -3773,9 +3771,9 @@ - + query-issue355 - org.apache.asterix.common.exceptions.AsterixException + @@ -4011,7 +4009,8 @@ query-issue410 - org.apache.asterix.common.exceptions.AsterixException + java.lang.IllegalStateException: type mismatch: missing a required closed field name:string + java.lang.Exception: Result @@ -4050,9 +4049,9 @@ - + query-issue442 - org.apache.asterix.common.exceptions.AsterixException + - &RecordsQueries; - @@ -4177,12 +4174,13 @@ issue238_query_2 + 30 @@ -5436,7 +5434,7 @@ cross-dv13 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: ERROR:Recursive invocation testdv2.fun03@0 @@ -5449,12 +5447,13 @@ cross-dv15 + query-issue489 @@ -5658,7 +5658,7 @@ udf26 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: function test.needs_f1@1 depends upon function test.f1@0 which is undefined @@ -5676,24 +5676,25 @@ udf29 + udf30 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: f01 - org.apache.asterix.common.exceptions.AsterixException + SyntaxError: function test.int8@0 is undefined - + + @@ -5719,19 +5720,22 @@ csv_05 - org.apache.hyracks.api.exceptions.HyracksDataException + java.io.IOException: At record: + java.lang.Exception: Result csv_06 - org.apache.hyracks.api.exceptions.HyracksDataException + java.io.IOException: At record: + java.lang.Exception: Result csv_07 - org.apache.hyracks.api.exceptions.HyracksDataException + java.io.IOException: At record: + java.lang.Exception: Result @@ -5751,14 +5755,14 @@ - none - org.apache.asterix.common.exceptions.AsterixException + issue14_query + org.apache.asterix.common.exceptions.AsterixException: Unspecified format parameter for local file system adapter none - org.apache.asterix.common.exceptions.AsterixException + org.apache.asterix.common.exceptions.AsterixException: Unspecified format parameter for local file system adapter @@ -5769,7 +5773,7 @@ none - org.apache.asterix.common.exceptions.AsterixException + org.apache.hyracks.algebricks.common.exceptions.AlgebricksException: Unable to load dataset Users since it does not exist @@ -5788,9 +5792,9 @@ - + none - org.apache.hyracks.api.exceptions.HyracksException +