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

Unit test improvements #12153

Merged
merged 4 commits into from
Aug 1, 2020
Merged

Unit test improvements #12153

merged 4 commits into from
Aug 1, 2020

Commits on Aug 1, 2020

  1. Use a for...of loop in the specDone handler in the test reporter

    Moreover, remove a left-over reference to `test.py` since that was
    ported to JavaScript a long time ago.
    timvandermeij committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    c19d76f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662ac55 View commit details
    Browse the repository at this point in the history
  3. Log the total number of tests and the random seed in the test runner

    This might make debugging intermittent failures a bit easier in the
    future because it allows us to spot unexpected differences in the number
    of tests being run and allows us to run the tests locally in the same
    order in case of intermittent failures.
    timvandermeij committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    b789a0e View commit details
    Browse the repository at this point in the history
  4. Update Jasmine to version 3.6.1

    This is possible now that most intermittent unit test failures have been
    resolved by other patches. There is only one remaining, but it's very
    rare and doesn't have to block this update anymore.
    timvandermeij committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    c53e403 View commit details
    Browse the repository at this point in the history