-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] tests, web: improve test_js end catching
Since odoo#99912 logging an error message doesn't always end qunit tests. This was mainly to allow to failfast logging qunit errors earlier without stopping the tests in order to test all qunit anyway. The logic was to have an end message that stops the test. Unfortunately some errors will prevent the qunit suite to start and the test will wait a 1800 long timer. An example was because of a Missing dependencies. https://runbot.odoo.com/runbot/build/19306352 This new approach will avoid to stop only if the message looks like a qunit failure and the final message is not there (to be sure). closes odoo#100238 Signed-off-by: Xavier Dollé (xdo) <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters