Re: [tryton-dev] Test and dependecies

2014-06-02 Thread Cédric Krier
On 13 May 14:58, Cédric Krier wrote: On 13 May 13:48, Mathias Behrle wrote: There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a constraint on

Re: [tryton-dev] Test and dependecies

2014-05-15 Thread Mathias Behrle
* Cédric Krier: Re: [tryton-dev] Test and dependecies (Wed, 14 May 2014 16:06:49 +0200): On 14 May 11:26, Mathias Behrle wrote: The second issue is, that sooner or later there *can* be the case, where a dependent module will add constraints breaking a test in the former module. Just

Re: [tryton-dev] Test and dependecies

2014-05-15 Thread Mathias Behrle
* Cédric Krier: Re: [tryton-dev] Test and dependecies (Thu, 15 May 2014 13:06:29 +0200): On 15 May 12:50, Mathias Behrle wrote: * Cédric Krier: Re: [tryton-dev] Test and dependecies (Wed, 14 May 2014 16:06:49 +0200): On 14 May 11:26, Mathias Behrle wrote: The second issue

Re: [tryton-dev] Test and dependecies

2014-05-14 Thread Sergi Almacellas Abellana
El 13/05/14 15:01, Cédric Krier ha escrit: On 13 May 14:11, Sergi Almacellas Abellana wrote: El 13/05/14 13:48, Mathias Behrle ha escrit: * Cédric Krier: [tryton-dev] Test and dependecies (Mon, 12 May 2014 17:28:35 +0200): There is a problem with the new tests added to purchase (see

Re: [tryton-dev] Test and dependecies

2014-05-14 Thread Mathias Behrle
* Cédric Krier: Re: [tryton-dev] Test and dependecies (Tue, 13 May 2014 14:58:58 +0200): On 13 May 13:48, Mathias Behrle wrote: There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running

Re: [tryton-dev] Test and dependecies

2014-05-14 Thread Cédric Krier
On 14 May 11:26, Mathias Behrle wrote: The second issue is, that sooner or later there *can* be the case, where a dependent module will add constraints breaking a test in the former module. Just not implementing necessary constraints, because they could break tests, can not be the goal. But

Re: [tryton-dev] Test and dependecies

2014-05-13 Thread Cédric Krier
On 12 May 19:07, Albert Cervera i Areny wrote: 2014-05-12 18:07 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 12 May 18:00, Sergi Almacellas Abellana wrote: El 12/05/14 17:28, Cédric Krier ha escrit: Hi, There is a problem with the new tests added to purchase (see

Re: [tryton-dev] Test and dependecies

2014-05-13 Thread Cédric Krier
On 13 May 10:19, Cédric Krier wrote: So here, the module account_stock_continental has a side effect because it adds required fields on product. When other modules like sale or purchase does it, they do it in a independent way because the requirement depend on a flag. I'm wondering if

Re: [tryton-dev] Test and dependecies

2014-05-13 Thread Mathias Behrle
* Cédric Krier: [tryton-dev] Test and dependecies (Mon, 12 May 2014 17:28:35 +0200): There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a constraint

Re: [tryton-dev] Test and dependecies

2014-05-13 Thread Sergi Almacellas Abellana
El 13/05/14 13:48, Mathias Behrle ha escrit: * Cédric Krier: [tryton-dev] Test and dependecies (Mon, 12 May 2014 17:28:35 +0200): There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running

Re: [tryton-dev] Test and dependecies

2014-05-13 Thread Cédric Krier
On 13 May 13:48, Mathias Behrle wrote: There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a constraint on product account stock. I wrote a

Re: [tryton-dev] Test and dependecies

2014-05-13 Thread Cédric Krier
On 13 May 14:11, Sergi Almacellas Abellana wrote: El 13/05/14 13:48, Mathias Behrle ha escrit: * Cédric Krier: [tryton-dev] Test and dependecies (Mon, 12 May 2014 17:28:35 +0200): There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test

[tryton-dev] Test and dependecies

2014-05-12 Thread Cédric Krier
Hi, There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a constraint on product account stock. I wrote a patch: http://codereview.tryton.org/13311003 but

Re: [tryton-dev] Test and dependecies

2014-05-12 Thread Sergi Almacellas Abellana
El 12/05/14 17:28, Cédric Krier ha escrit: Hi, There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a constraint on product account stock. We have this

Re: [tryton-dev] Test and dependecies

2014-05-12 Thread Cédric Krier
On 12 May 18:00, Sergi Almacellas Abellana wrote: El 12/05/14 17:28, Cédric Krier ha escrit: Hi, There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when running with account_stock_continental because this module add a

Re: [tryton-dev] Test and dependecies

2014-05-12 Thread Albert Cervera i Areny
2014-05-12 18:07 GMT+02:00 Cédric Krier cedric.kr...@b2ck.com: On 12 May 18:00, Sergi Almacellas Abellana wrote: El 12/05/14 17:28, Cédric Krier ha escrit: Hi, There is a problem with the new tests added to purchase (see http://tests.tryton.org/~test/postgresql.html). The test fails when