Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0041066Openbravo ERPA. Platformpublic2019-06-10 18:452019-06-17 08:31
shuehner 
shuehner 
normaltrivialhave not tried
closedfixed 
5
 
3.0PR19Q3 
alostale
No
Core
No
0041066: Speedup RuntimeModelTest junit by running setup code only once
This testclass uses @Before to read all tables from the model.

@Before is run before each test causing total runtime to be around 10seconds.

As this initialization is only needed once change it to be @BeforeClass to run once only.

Note:
That requires the method to be changes to be static

This reduces runtime for the test-class to be less than a second.
_
No tags attached.
Issue History
2019-06-10 18:45shuehnerNew Issue
2019-06-10 18:45shuehnerAssigned To => shuehner
2019-06-10 18:45shuehnerOBNetwork customer => No
2019-06-10 18:45shuehnerModules => Core
2019-06-10 18:45shuehnerTriggers an Emergency Pack => No
2019-06-10 18:49hgbotCheckin
2019-06-10 18:49hgbotNote Added: 0112558
2019-06-10 18:49hgbotStatusnew => resolved
2019-06-10 18:49hgbotResolutionopen => fixed
2019-06-10 18:49hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/740abf8aad8ff240967e0702dbd4b8450cdd6b40 [^]
2019-06-10 18:49shuehnerReview Assigned To => alostale
2019-06-17 08:31alostaleNote Added: 0112800
2019-06-17 08:31alostaleStatusresolved => closed
2019-06-17 08:31alostaleFixed in Version => 3.0PR19Q3

Notes
(0112558)
hgbot   
2019-06-10 18:49   
Repository: erp/devel/pi
Changeset: 740abf8aad8ff240967e0702dbd4b8450cdd6b40
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Jun 10 18:48:59 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/740abf8aad8ff240967e0702dbd4b8450cdd6b40 [^]

Fixes 41066. Run setup code only once instead before each test.

Using @BeforeClass runs the setup once only once reducing time for this
test-class by around 9seconds.

---
M src-test/src/org/openbravo/test/model/RuntimeModelTest.java
---
(0112800)
alostale   
2019-06-17 08:31   
reviewed