You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
After the following change from odoo for v12+:
If a demo data has errors
exit
code is 0 (success) and a WARNING level is used even if there is a traceback in the log.For runbot it is not a problem since that runbot analyze the log using:
ERROR, TRACEBACK, WARNING...
For MQT is not reported since that is not analyzed the traceback and the warning are ignored.
Steps to reproduce it:
Download the following valid odoo log output:
Parser the log:
cd ~/maintainer-quality-tools/travis
python -c "from test_server import has_test_errors;print(has_test_errors('log.txt', 'openerp_test', '12.0'))"
Check the output:
----------
0
Current behavior:
The count error is 0 (not detected).
Expected behavior:
Count error should be 1 (detected) and show the traceback.
The text was updated successfully, but these errors were encountered: