Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 97A5A9E76 for ; Thu, 8 Mar 2012 15:55:53 +0000 (UTC) Received: (qmail 64644 invoked by uid 500); 8 Mar 2012 15:55:53 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 64613 invoked by uid 500); 8 Mar 2012 15:55:53 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 64602 invoked by uid 99); 8 Mar 2012 15:55:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 15:55:52 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fmeschbe@adobe.com designates 64.18.1.23 as permitted sender) Received: from [64.18.1.23] (HELO exprod6og109.obsmtp.com) (64.18.1.23) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 08 Mar 2012 15:55:44 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob109.postini.com ([64.18.5.12]) with SMTP ID DSNKT1jWa8qWkTlr8ioJx0nmZIq9bpd7tReN@postini.com; Thu, 08 Mar 2012 07:55:23 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q28FrLJ0012350 for ; Thu, 8 Mar 2012 07:53:22 -0800 (PST) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q28FtGPm027006 for ; Thu, 8 Mar 2012 07:55:21 -0800 (PST) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.192.1; Thu, 8 Mar 2012 07:55:18 -0800 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurcas01.eur.adobe.com ([10.128.4.27]) with mapi; Thu, 8 Mar 2012 15:55:16 +0000 From: Felix Meschberger To: "oak-dev@jackrabbit.apache.org" Date: Thu, 8 Mar 2012 15:55:15 +0000 Subject: Re: Integration Tests with TCK Thread-Topic: Integration Tests with TCK Thread-Index: Acz9Q9rv0aiWbp/STLudr4Y7zCX8Mg== Message-ID: References: <4F58C8E2.7080401@adobe.com> In-Reply-To: <4F58C8E2.7080401@adobe.com> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi, Am 08.03.2012 um 06:57 schrieb Angela Schreiber: > hi >=20 > in addition to the proposal by jukka to setup benchmarks > i would like to suggest to soon setup integration testing > that also test jr3 against the TCK. >=20 > imo it's important that we identify implementation > details that violate the JCR specification early in the > process. >=20 > this will not only allow us to take conscious > decisions regarding compliance violations but will also > be very important to spot possible issues that will arise > with migration of JCR applications to jackrabbit3. > (thinking of apps like sling or cq that relying on quite > some jr2 implementation details that are also reflected > in the TCK :-). Good point. Of course, I would be very interested to hear about such implem= entation dependencies to be able to fix them in Sling. >=20 > what do you think? Absolutey ! I even would go a step further: A new persistence abstraction - the Mikroke= rnel API - is defined. We might even create kind of TCK for this API such t= hat multiple implementation (we expect to come up over time) can be tested = against that common TCK and the rest of Oak using the Mikrokernel can depen= d on the Mikrokernel contracts. Regards Felix >=20 > angela