Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MERGE][FIX] test(_mass)_mail: simulate email sending in performance tests #28027

Closed
wants to merge 2 commits into from

Commits on Oct 23, 2018

  1. [IMP][FIX] test_mail: correctly simulate email send in performance tests

    Commit 356a421 introduced a hook to avoid sending emails while
    installing application data. However we have to carefully re-activate email
    sending in tests that depend on them especially performance tests.
    
    This commit also update performance counters to match the current state of
    counters as it was not totally updated.
    
    Commit linked to task ID 1902307.
    tde-banana-odoo committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    19c15cd View commit details
    Browse the repository at this point in the history
  2. [REF] test_mass_mailing: make performance test class child of Transac…

    …tionCase
    
    It eases manipulation and lessen overhead. Performance tests should be self
    contained as much as possible.
    
    Commit linked to task ID 1902307.
    tde-banana-odoo committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    d1dcba9 View commit details
    Browse the repository at this point in the history