Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0039725Openbravo ERPA. Platformpublic2018-11-30 14:032018-12-14 10:50
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
3.0PR19Q1 
caristu
Core
No
0039725: ViewGeneration fails in retail CI
ViewGeneration test cases are failing in CI.
1. Install retail pack
2. run ant run.all.tests
No tags attached.
related to defect 0039699 closed caristu Openbravo ERP SortingFilteringGridConfiguration is failing when it should be skipped 
caused by design defect 0039360 closed gorka_gil Retail Modules Terminal Log : Improve log client with cashier actions and processes start/end info 
Issue History
2018-11-30 14:03alostaleNew Issue
2018-11-30 14:03alostaleAssigned To => platform
2018-11-30 14:03alostaleModules => Core
2018-11-30 14:03alostaleTriggers an Emergency Pack => No
2018-11-30 14:07hgbotCheckin
2018-11-30 14:07hgbotNote Added: 0108191
2018-11-30 15:06alostaleRelationship addedrelated to 0039699
2018-11-30 15:06alostaleRelationship addedcaused by 0039360
2018-11-30 15:06alostaleAssigned Toplatform => alostale
2018-11-30 15:15hgbotCheckin
2018-11-30 15:15hgbotNote Added: 0108195
2018-11-30 15:15hgbotStatusnew => resolved
2018-11-30 15:15hgbotResolutionopen => fixed
2018-11-30 15:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d45f2b8d352e6f50633ca09570d34f8ed304418a [^]
2018-11-30 15:16alostaleReview Assigned To => caristu
2018-12-11 20:22hudsonbotCheckin
2018-12-11 20:22hudsonbotNote Added: 0108508
2018-12-11 20:22hudsonbotCheckin
2018-12-11 20:22hudsonbotNote Added: 0108509
2018-12-14 10:50caristuNote Added: 0108602
2018-12-14 10:50caristuStatusresolved => closed
2018-12-14 10:50caristuFixed in Version => 3.0PR19Q1

Notes
(0108191)
hgbot   
2018-11-30 14:07   
Repository: erp/devel/pi
Changeset: 6bb6bc73bc759046b3bb47a0c7dcdc314f886274
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Nov 30 14:06:35 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/6bb6bc73bc759046b3bb47a0c7dcdc314f886274 [^]

related to issue 39725: disabling ViewGeneration test temporarily

---
M src-test/src/org/openbravo/test/views/ViewGeneration.java
---
(0108195)
hgbot   
2018-11-30 15:15   
Repository: erp/devel/pi
Changeset: d45f2b8d352e6f50633ca09570d34f8ed304418a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Nov 30 15:14:27 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d45f2b8d352e6f50633ca09570d34f8ed304418a [^]

fixed bug 39725: ViewGeneration fails in retail CI

  Retail now has a new grid configuration which caused:
   1. SortingFilteringGridConfiguration to be skipped as it is detected as custom
      grid config.
   2. SortingFilteringGridConfiguration to leave core module in an inconsistent
      state having isIndevelopment = null

  This fix:
   * Ensures even skipped SortingFilteringGridConfiguration core is kept in a
     correct state
   * Registers the new grid config so that SortingFilteringGridConfiguration is
     executed
   * Recovers ViewGeneration execution

---
M src-test/src/org/openbravo/test/views/GridConfigurationTest.java
M src-test/src/org/openbravo/test/views/SortingFilteringGridConfiguration.java
M src-test/src/org/openbravo/test/views/ViewGeneration.java
---
(0108508)
hudsonbot   
2018-12-11 20:22   
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/470e3cd384c5 [^]
Maturity status: Test
(0108509)
hudsonbot   
2018-12-11 20:22   
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/470e3cd384c5 [^]
Maturity status: Test
(0108602)
caristu   
2018-12-14 10:50   
Code reviewed + tested OK.