Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027325 | Openbravo ERP | A. Platform | public | 2014-08-13 17:20 | 2014-08-18 17:12 |
|
Reporter | alostale | |
Assigned To | AugustoMauch | |
Priority | immediate | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q4 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027325: int-basic CI test randomly fail |
Description | int-basic CI test randomly fail more often in Oracle.
Problem seems to be caused by slow defaults initialization Selenium not being able to determine when that has happened. |
Steps To Reproduce | See ie. http://ci.openbravo.com/job/int-basic-oracle/428/testReport/com.openbravo.test.integration.erp.testsuites.smoke.sales/SALb_AddSalesInvoicePayment/salesInvoicePaymentShouldBeAdded_0_/ [^] |
Proposed Solution | -add a flag in ERP to indicate when defaults are loaded
-use this flag in Selenium |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027236 | 3.0PR14Q3 | closed | alostale | Process Definition defaults are not calculated if role inherits access to process from window access |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-13 17:20 | alostale | New Issue | |
2014-08-13 17:20 | alostale | Assigned To | => AugustoMauch |
2014-08-13 17:20 | alostale | OBNetwork customer | => No |
2014-08-13 17:20 | alostale | Modules | => Core |
2014-08-13 17:20 | alostale | Triggers an Emergency Pack | => No |
2014-08-13 17:20 | alostale | Review Assigned To | => AugustoMauch |
2014-08-13 17:28 | alostale | Relationship added | related to 0027236 |
2014-08-13 17:29 | hgbot | Checkin | |
2014-08-13 17:29 | hgbot | Note Added: 0069353 | |
2014-08-13 17:29 | hgbot | Status | new => resolved |
2014-08-13 17:29 | hgbot | Resolution | open => fixed |
2014-08-13 17:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/654f4b087ab8f6815f5b6754e309b161849f46d3 [^] |
2014-08-14 04:01 | hudsonbot | Checkin | |
2014-08-14 04:01 | hudsonbot | Note Added: 0069362 | |
2014-08-17 13:44 | hgbot | Checkin | |
2014-08-17 13:44 | hgbot | Note Added: 0069416 | |
2014-08-18 17:12 | AugustoMauch | Note Added: 0069467 | |
2014-08-18 17:12 | AugustoMauch | Status | resolved => closed |
2014-08-18 17:12 | AugustoMauch | Fixed in Version | => 3.0PR14Q4 |
Notes |
|
(0069353)
|
hgbot
|
2014-08-13 17:29
|
|
Repository: erp/devel/pi
Changeset: 654f4b087ab8f6815f5b6754e309b161849f46d3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Aug 13 17:24:08 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/654f4b087ab8f6815f5b6754e309b161849f46d3 [^]
fixed bug 27325: int-basic CI test randomly fail
added flag to know when defaults are set in parameter windows
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js
---
|
|
|
|
|
|
(0069416)
|
hgbot
|
2014-08-17 13:44
|
|
Repository: tools/automation/int
Changeset: b3b83a5d9d47e529d4fce15e9972b0ead5d15124
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Aug 13 17:23:25 2014 +0200
URL: http://code.openbravo.com/tools/automation/int/rev/b3b83a5d9d47e529d4fce15e9972b0ead5d15124 [^]
related to bug 27325: use parameter windows defaults set flag
---
M src-test/com/openbravo/test/integration/erp/gui/financial/receivablespayables/transactions/AddPaymentProcess.java
M src-test/com/openbravo/test/integration/erp/modules/client/application/gui/OBParameterWindow.java
---
|
|
|
|
Code reviewed and verified in pi@654f4b087ab8 |
|