Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039764 | Openbravo ERP | A. Platform | public | 2018-12-05 12:46 | 2018-12-14 09:33 |
|
Reporter | jarmendariz | |
Assigned To | jarmendariz | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Pre packaging ( pi ) |
Regression date | 2018-11-19 |
Regression introduced in release | pi |
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/4d00819f3952ff85dae35810a6a47c2f2bbfaed8 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0039764: Log format changes during build after running ant run.all.tests |
Description | Ant test tasks (run.all.tests, run.quick.tests, run.test, run.webservice.tests) copies all .xml files found in src-test/src to build/classes. Since 0039504, log4j2-test.xml is copied and some build tasks shows the test console format instead of the build one. |
Steps To Reproduce | Having an installed environment (ant install.source), run the following commands:
- ant run.quick.tests
- ant compile
Then you'll see that starting from the postwad: task the format changes. From:
[java] 11690 [main] INFO org.openbravo.wad.Wad - Processing Window: Work Requirement - Tab: Operation - id: 800112
Which shows the time since the JVM started in milliseconds to:
[java] 13:57:38.466 INFO org.openbravo.data.Sqlc - strFileProperties: /home/openbravo/Projects/issues/pi/config/Openbravo.properties
Showing the time in HH:mm:ss.SSS format, which is used by tests. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | caused by | feature request | 0039504 | | closed | jarmendariz | Upgrade Log4j to version 2 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-12-05 12:46 | jarmendariz | New Issue | |
2018-12-05 12:46 | jarmendariz | Assigned To | => platform |
2018-12-05 12:46 | jarmendariz | Modules | => Core |
2018-12-05 12:46 | jarmendariz | Triggers an Emergency Pack | => No |
2018-12-05 13:01 | jarmendariz | Assigned To | platform => jarmendariz |
2018-12-05 13:02 | jarmendariz | Status | new => scheduled |
2018-12-05 13:02 | jarmendariz | Relationship added | related to 0039504 |
2018-12-05 14:00 | jarmendariz | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=18002#r18002 |
2018-12-11 17:26 | hgbot | Checkin | |
2018-12-11 17:26 | hgbot | Note Added: 0108408 | |
2018-12-11 17:26 | hgbot | Status | scheduled => resolved |
2018-12-11 17:26 | hgbot | Resolution | open => fixed |
2018-12-11 17:26 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/759dcd28bd8dfaa1b2ad5b6c3ebd51937639383d [^] |
2018-12-11 17:27 | jarmendariz | Review Assigned To | => alostale |
2018-12-12 13:59 | hudsonbot | Checkin | |
2018-12-12 13:59 | hudsonbot | Note Added: 0108548 | |
2018-12-14 09:32 | alostale | Note Added: 0108600 | |
2018-12-14 09:32 | alostale | Status | resolved => closed |
2018-12-14 09:32 | alostale | Fixed in Version | => 3.0PR19Q1 |
2018-12-14 09:32 | alostale | Relationship replaced | caused by 0039504 |
2018-12-14 09:33 | alostale | Regression level | => Pre packaging ( pi ) |
2018-12-14 09:33 | alostale | Regression date | => 2018-11-19 |
2018-12-14 09:33 | alostale | Regression introduced in release | => pi |
2018-12-14 09:33 | alostale | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/4d00819f3952ff85dae35810a6a47c2f2bbfaed8 [^] |