From dev-return-9891-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Dec 01 08:29:45 2006 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 14488 invoked from network); 1 Dec 2006 08:29:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Dec 2006 08:29:44 -0000 Received: (qmail 88281 invoked by uid 500); 1 Dec 2006 08:29:52 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 88252 invoked by uid 500); 1 Dec 2006 08:29:52 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 88242 invoked by uid 99); 1 Dec 2006 08:29:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 00:29:52 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Dec 2006 00:29:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ACC217142EC for ; Fri, 1 Dec 2006 00:29:22 -0800 (PST) Message-ID: <222889.1164961762705.JavaMail.jira@brutus> Date: Fri, 1 Dec 2006 00:29:22 -0800 (PST) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Resolved: (JCR-557) OPTION_QUERY_SQL_SUPPORTED Reposiotry descriptor not checked for SQL testcases in query package In-Reply-To: <6785649.1157151622364.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/JCR-557?page=all ] Marcel Reutegger resolved JCR-557. ---------------------------------- Resolution: Invalid If an implementation does not support SQL queries those test cases may simply fail in the TCK. A NotExecutableException is only appropriate for test cases that require content or a specific property type which might not be supported by the repository. An implementation may still be Level 1 compliant even though the SQL tests failed. > OPTION_QUERY_SQL_SUPPORTED Reposiotry descriptor not checked for SQL testcases in query package > ----------------------------------------------------------------------------------------------- > > Key: JCR-557 > URL: http://issues.apache.org/jira/browse/JCR-557 > Project: Jackrabbit > Issue Type: Bug > Components: test > Reporter: Melissa Stopponi > > For the SQL tests in the query package, the OPTION_QUERY_SQL_SUPPORTED repository descriptor should be verified to return "true" prior to running SQL testcases, and should throw an NotExecutableException if not. > This bug causes the following (19) testcases to fail: > SQLOrderByTest.testOrderByAscending() > SQLOrderByTest.testOrderByDefault() > SQLOrderByTest.testOrderByDescending() > SQLJoinTest.testJoin() > SQLJoinTest.testJoinFilterPrimaryType() > SQLJoinTest.testJoinNtBase() > SQLJoinTest.testJoinSNS() > SQLJcrPathTest.testJcrPath() > SQLPathTest.testChildAxisLeaf() > SQLPathTest.testChildAxisRoot() > SQLPathTest.testChildAxisTestRoot() > SQLPathTest.testDescendantLeaf() > SQLPathTest.testDescendantSelfTestRoot() > SQLPathTest.testDescendantTestRoot() > SQLQueryLevel2Test.testFullTextSearch() > SQLQueryLevel2Test.testMultiValueSearch() > SQLQueryLevel2Test.testPathColumn() > SQLQueryLevel2Test.testRange() > SQLQueryLevel2Test.testScoreColumn() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira