Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F015411F60 for ; Fri, 5 Sep 2014 13:17:00 +0000 (UTC) Received: (qmail 21845 invoked by uid 500); 5 Sep 2014 13:17:00 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 21818 invoked by uid 500); 5 Sep 2014 13:17:00 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 21805 invoked by uid 99); 5 Sep 2014 13:17:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 13:17:00 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.220.44] (HELO mail-pa0-f44.google.com) (209.85.220.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 13:16:56 +0000 Received: by mail-pa0-f44.google.com with SMTP id rd3so22310432pab.31 for ; Fri, 05 Sep 2014 06:16:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=tMi/uSH0/i2jNlIMUFJwFdByG6OaLPjEfC4rHOqpmRw=; b=cPcHudy2dqQK+BmytyUWwPyx/0p7Zof/jJXfM9SW3VQWKcTwZMYcgWeujkIDiVkGir H0w9Z1wQPOeAT+a2jQZCpr1qAs1AOrb4dcd7KBPz36HwpQIyQktmKfPKObI7I8IqMC07 EKmPbjpHwDolFogUNkbXyX8FQK+kv3FMtvjAA5G4wgZ2qqNBx4FimFNXQ3zvQ/96tqJm zUM8YdMPmdjG2samZKM5sr1a3kSXE+QfV+FMoVEjxJiSrih84AWhfxHuO9ZKpp7nUrbt rYffqp+SL65mKEq6ldRNpOtM+FeiKNoKrr1Rm7fK/jYGprf5F0wQtTw+OQ/+P8fRVX+e oEOw== X-Gm-Message-State: ALoCoQnWofDZbLkdGQF6wB3kFNcE182P3t92R3bZqSznf5TxO7rB062YV2wOM8qFmgD7a2J3EB6W X-Received: by 10.66.161.169 with SMTP id xt9mr21643824pab.102.1409922990740; Fri, 05 Sep 2014 06:16:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.48.238 with HTTP; Fri, 5 Sep 2014 06:16:10 -0700 (PDT) In-Reply-To: <46CA748F-96CD-41F1-9C0E-8C85F8CF365C@objectstyle.org> References: <46CA748F-96CD-41F1-9C0E-8C85F8CF365C@objectstyle.org> From: Michael Gentry Date: Fri, 5 Sep 2014 09:16:10 -0400 Message-ID: Subject: Re: 3.1-final test scoresheet To: Cayenne Developers Content-Type: multipart/alternative; boundary=047d7b86e2b0062a110502514726 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b86e2b0062a110502514726 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I seem to recall a discussion on that particular method years ago, but don't remember the details (I'd have to go back and find it). I'm fine with having deleteObject() just turn around and call deleteObjects() because it makes the calling code read better, even at the "expense" of cluttering up the API (although this isn't much, really). mrg On Fri, Sep 5, 2014 at 7:07 AM, Andrus Adamchik wrote: > One possible last minute change is un-deprecating > ObjectContext.deleteObject(..). It can easily coexist with 'deleteObjects= ', > and getting rid of it was not the best idea on my part. > > Andrus > > On Aug 30, 2014, at 9:28 PM, Andrus Adamchik > wrote: > > > In preparation to the 3.1-final vote, I ran the same set of tests as we > did for RC1. All tests are on Java 1.6 unless specified otherwise. You ca= n > compare it with the previous results at > http://markmail.org/message/slaj64iunxbeg4cs . Essentially everything is > the same, so the latest 3.1 changes didn=E2=80=99t break anything obvious= . There=E2=80=99s > one less test failure on Oracle, which is related to my improved Oracle > setup, rather than anything in Cayenne. Feel free to replicate the result= s > in your own environment. > > > > rat: PASSED > > hsql: PASSED > > h2: PASSED > > derby: PASSED > > derby/Java7: PASSED > > mysql 5.0: [1] PASSED > > mysql 5.6: [2] PASSED > > sqlserver [3] PASSED > > postgresql: Failures: 1 > testBLOB(org.apache.cayenne.access.ReturnTypesMappingTest) > > oracle 11: Failed tests: > > testBIGINT(org.apache.cayenne.access.ReturnTypesMappingTest) > > testBIT(org.apache.cayenne.access.ReturnTypesMappingTest) > > testBOOLEAN(org.apache.cayenne.access.ReturnTypesMappingTest) > > testDOUBLE(org.apache.cayenne.access.ReturnTypesMappingTest) > > testFLOAT(org.apache.cayenne.access.ReturnTypesMappingTest) > > testREAL(org.apache.cayenne.access.ReturnTypesMappingTest) > > testSMALLINT(org.apache.cayenne.access.ReturnTypesMappingTest) > > testTINYINT(org.apache.cayenne.access.ReturnTypesMappingTest) > > > > Tests run: 2150, Failures: 8, Errors: 0, Skipped: 0 > > > > [1] MySQL 5.0 config: [mysqld] max_allowed_packet=3D16M > > > > [2] MySQL 5.6 config: [mysqld] max_allowed_packet=3D16M > lower_case_table_names =3D 1 > > > > [3] SQL Server 2005 Expression config: collation - > SQL_Latin1_general_CP1_CS_AS > > > > Andrus > > --047d7b86e2b0062a110502514726--