Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0041066 | Openbravo ERP | A. Platform | public | 2019-06-10 18:45 | 2019-06-17 08:31 |
Reporter | shuehner | ||||
Assigned To | shuehner | ||||
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | 3.0PR19Q3 | |||
Merge Request Status | |||||
Review Assigned To | alostale | ||||
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 | 0041066: Speedup RuntimeModelTest junit by running setup code only once | ||||
Description | 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. | ||||
Steps To Reproduce | _ | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2019-06-10 18:45 | shuehner | New Issue | |||
2019-06-10 18:45 | shuehner | Assigned To | => shuehner | ||
2019-06-10 18:45 | shuehner | OBNetwork customer | => No | ||
2019-06-10 18:45 | shuehner | Modules | => Core | ||
2019-06-10 18:45 | shuehner | Triggers an Emergency Pack | => No | ||
2019-06-10 18:49 | hgbot | Checkin | |||
2019-06-10 18:49 | hgbot | Note Added: 0112558 | |||
2019-06-10 18:49 | hgbot | Status | new => resolved | ||
2019-06-10 18:49 | hgbot | Resolution | open => fixed | ||
2019-06-10 18:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/740abf8aad8ff240967e0702dbd4b8450cdd6b40 [^] | ||
2019-06-10 18:49 | shuehner | Review Assigned To | => alostale | ||
2019-06-17 08:31 | alostale | Note Added: 0112800 | |||
2019-06-17 08:31 | alostale | Status | resolved => closed | ||
2019-06-17 08:31 | alostale | Fixed in Version | => 3.0PR19Q3 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|