Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038110Openbravo ERPA. Platformpublic2018-03-13 11:252018-03-15 09:45
alostale 
alostale 
normaltrivialhave not tried
closedfixed 
5
 
3.0PR18Q2 
caristu
Core
No
0038110: jUnit tests produce no feedback till completion
Output for jUnit tests is not generated until they finish. Having test that take long to complete, there is no feedback about what is going on during that time.

Additionally, after completion there is info about how much time each test took to be completed, this information is redundant as it is also in the generated xml report that is pretty printed in CI.
execute ant run.all.tests
  -> There is no output until it finishes
No tags attached.
related to defect 0038111 closed alostale some test cases are too verbose 
Issue History
2018-03-13 11:25alostaleNew Issue
2018-03-13 11:25alostaleAssigned To => alostale
2018-03-13 11:25alostaleModules => Core
2018-03-13 11:25alostaleTriggers an Emergency Pack => No
2018-03-13 11:25alostaleReview Assigned To => caristu
2018-03-13 11:44alostaleRelationship addedrelated to 0038111
2018-03-13 11:47hgbotCheckin
2018-03-13 11:47hgbotNote Added: 0103185
2018-03-13 11:47hgbotStatusnew => resolved
2018-03-13 11:47hgbotResolutionopen => fixed
2018-03-13 11:47hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/976f1009134a78a607b586d13506815bfe88417c [^]
2018-03-14 04:59hudsonbotCheckin
2018-03-14 04:59hudsonbotNote Added: 0103222
2018-03-15 09:45caristuNote Added: 0103272
2018-03-15 09:45caristuStatusresolved => closed
2018-03-15 09:45caristuFixed in Version => 3.0PR18Q2

Notes
(0103185)
hgbot   
2018-03-13 11:47   
Repository: erp/devel/pi
Changeset: 976f1009134a78a607b586d13506815bfe88417c
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Mar 13 09:58:26 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/976f1009134a78a607b586d13506815bfe88417c [^]

fixed bug 38110: jUnit tests produce no feedback till completion

  - Now output is genereted while the test is executing
  - Removed plain formatter that added additional statistics about each test
    execution time as it is redundant with the info generated by xml formatter

---
M src-test/build.xml
---
(0103222)
hudsonbot   
2018-03-14 04:59   
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/b735f51dc9bc [^]
Maturity status: Test
(0103272)
caristu   
2018-03-15 09:45   
Verified