Openbravo Issue Tracking System - QA
View Issue Details
0033261QAAutomation - Generalpublic2016-06-14 17:162016-06-21 14:48
aferraz 
aferraz 
normalmajorsometimes
closedfixed 
5
 
 
aferraz
0033261: Random failure in testCostingMC444
Random failure in testCostingMC444 when asserting invoice accounting due to wrong currency conversion rate calculation.
junit.framework.AssertionFailedError: expected:<444.00> but was:<355.20>
    at org.openbravo.test.costing.TestCosting.assertDocumentPost(TestCosting.java:13114)
    at org.openbravo.test.costing.TestCosting.postPurchaseInvoice(TestCosting.java:8727)
    at org.openbravo.test.costing.TestCosting.postPurchaseInvoice(TestCosting.java:8705)
    at org.openbravo.test.costing.TestCosting.createPurchaseInvoice(TestCosting.java:8641)
    at org.openbravo.test.costing.TestCosting.testCostingMC444(TestCosting.java:8088)
No tags attached.
related to defect 0035241 closed aferraz Random failure in TestCosting when executing it in Oracle 
related to defect 0036973 closed aferraz Random failure in testCostingV11 when executing it in Oracle 
Issue History
2016-06-14 17:16aferrazNew Issue
2016-06-14 17:16aferrazAssigned To => aferraz
2016-06-14 19:24hgbotCheckin
2016-06-14 19:24hgbotNote Added: 0087272
2016-06-14 19:24hgbotStatusnew => resolved
2016-06-14 19:24hgbotResolutionopen => fixed
2016-06-14 19:24hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/47f1773e091af7855c6d2b4a1d384e9fdde22da0 [^]
2016-06-14 19:26aferrazReview Assigned To => aferraz
2016-06-14 19:26aferrazNote Added: 0087273
2016-06-14 19:26aferrazStatusresolved => closed
2016-06-14 19:26aferrazNote Deleted: 0087273
2016-06-17 19:38hudsonbotCheckin
2016-06-17 19:38hudsonbotNote Added: 0087616
2016-06-21 09:48hgbotCheckin
2016-06-21 09:48hgbotNote Added: 0087705
2016-06-21 14:48hudsonbotCheckin
2016-06-21 14:48hudsonbotNote Added: 0087729
2017-09-29 11:06aferrazRelationship addedrelated to 0035241
2017-09-29 11:06aferrazRelationship addedrelated to 0036973

Notes
(0087272)
hgbot   
2016-06-14 19:24   
Repository: erp/devel/pi
Changeset: 47f1773e091af7855c6d2b4a1d384e9fdde22da0
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Jun 14 17:18:57 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/47f1773e091af7855c6d2b4a1d384e9fdde22da0 [^]

Fixes issue 33261: Random failure in testCostingMC444

---
M src-test/src/org/openbravo/test/costing/TestCosting.java
---
(0087616)
hudsonbot   
2016-06-17 19:38   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0dc7be081b1c [^]
Maturity status: Test
(0087705)
hgbot   
2016-06-21 09:48   
Repository: erp/devel/pi
Changeset: 09ac076962308f8baab58cf637d1d593546c762d
Author: Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
Date: Tue Jun 21 09:46:30 2016 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/09ac076962308f8baab58cf637d1d593546c762d [^]

Related to issue 33261: Random failure in testCostingMC444

Create purchase and sales product prices only in case purchase price is different than sales price, otherwise, create only purchase product price.

---
M src-test/src/org/openbravo/test/costing/TestCosting.java
---
(0087729)
hudsonbot   
2016-06-21 14:48   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/7f9896fd81e9 [^]
Maturity status: Test