Return-Path: X-Original-To: apmail-incubator-bloodhound-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bloodhound-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 AB4F0E093 for ; Thu, 24 Jan 2013 19:40:48 +0000 (UTC) Received: (qmail 83185 invoked by uid 500); 24 Jan 2013 19:40:48 -0000 Delivered-To: apmail-incubator-bloodhound-commits-archive@incubator.apache.org Received: (qmail 83165 invoked by uid 500); 24 Jan 2013 19:40:48 -0000 Mailing-List: contact bloodhound-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bloodhound-dev@incubator.apache.org Delivered-To: mailing list bloodhound-commits@incubator.apache.org Received: (qmail 83157 invoked by uid 99); 24 Jan 2013 19:40:48 -0000 Received: from bloodhound-vm.apache.org (HELO bloodhound-vm) (140.211.11.32) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jan 2013 19:40:48 +0000 Received: from bloodhound-vm.apache.org (localhost [127.0.0.1]) by bloodhound-vm (Postfix) with ESMTP id 2793281352; Thu, 24 Jan 2013 19:40:48 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit From: "Apache Bloodhound" X-Trac-Version: 1.0 Cc: bloodhound-commits@incubator.apache.org Auto-Submitted: auto-generated X-Mailer: Trac 1.0, by Edgewall Software X-Trac-Project: Apache Bloodhound Date: Thu, 24 Jan 2013 19:40:47 -0000 Reply-To: bloodhound-dev@incubator.apache.org X-URL: https://issues.apache.org/bloodhound/ Subject: Re: [Apache Bloodhound] #288: Create prototype for legacy database schema proxy X-Trac-Ticket-URL: https://issues.apache.org/bloodhound/ticket/288#comment:14 Message-ID: <068.5656582ce7ae678cbace2d6e3804a0a5@incubator.apache.org> References: <053.6d3423a1e001606889ae1f7d5ccbad98@incubator.apache.org> X-Trac-Ticket-ID: 288 In-Reply-To: <053.6d3423a1e001606889ae1f7d5ccbad98@incubator.apache.org> #288: Create prototype for legacy database schema proxy ---------------------------+----------------------------------- Reporter: jure | Owner: jure Type: enhancement | Status: new Priority: major | Milestone: Component: multiproduct | Version: Resolution: | Keywords: bep-0003 multiproduct ---------------------------+----------------------------------- Comment (by olemis): Replying to [comment:12 olemis]: > Replying to [comment:11 jure]: > > Replying to [comment:8 olemis]: > > > > > AFAICS the issue is related to this ticket . > > > > It was, permission table did not get translated, in r1438011 the table has been added into translated tables list. > > Thanks very much . > ... but ... there still some issues identified while running test cases for dafault permissions store . The most critical being {{{ ====================================================================== ERROR: test_env_isolation (tests.perm.ProductDefaultPermissionStoreTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/path/to/bloodhound/bloodhound_multiproduct/tests/perm.py", line 58, in test_env_isolation ('john', 'dev')]) File "/path/to/bloodhound/trac/trac/db/api.py", line 123, in executemany return db.executemany(query, params) File "/path/to/bloodhound/trac/trac/db/util.py", line 139, in executemany cursor.executemany(query, params) File "/path/to/bloodhound/bloodhound_multiproduct/multiproduct/dbcursor.py", line 65, in executemany return super(BloodhoundIterableCursor, self).executemany(self._translate_sql(sql), args=args) File "/path/to/bloodhound/trac/trac/db/util.py", line 77, in executemany args) File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 62, in executemany args) File "/path/to/bloodhound/trac/trac/db/sqlite_backend.py", line 48, in _rollback_on_error return function(self, *args, **kwargs) OperationalError: table permission has 3 columns but 2 values were supplied }}} @jure : could you please take a look ? Anyway , I'll continue working on #355 . By the time this will be fixed I'll come back to this once again . -- Ticket URL: Apache Bloodhound The Apache Bloodhound (incubating) issue tracker