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

Implement 'runTest' that waits for asynchronous completion #2978

Commits on Oct 27, 2021

  1. Improve TestCoroutineScope

    * Add more detailed documentation;
    * Move most verification logic from `runBlockingTest` to
      `cleanupTestCoroutines`
    Fixes #1749
    * Complete the scope's job if a new job was created for it
    Fixes #1772
    dkhalanskyjb committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    6c52412 View commit details
    Browse the repository at this point in the history
  2. Fixes

    dkhalanskyjb committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    b43b87d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cddb28 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    1e9be83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a32533c View commit details
    Browse the repository at this point in the history
  3. Prevent nested 'runTest'

    dkhalanskyjb committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4080916 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d55c9 View commit details
    Browse the repository at this point in the history
  5. Fix a race condition

    dkhalanskyjb committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    b13fb61 View commit details
    Browse the repository at this point in the history
  6. Comments for tests

    dkhalanskyjb committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    862f834 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e7a039 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e0d885 View commit details
    Browse the repository at this point in the history
  9. Fix build

    dkhalanskyjb committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    c626470 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    123b550 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    063262b View commit details
    Browse the repository at this point in the history
  12. Fixes

    dkhalanskyjb committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    5bbf226 View commit details
    Browse the repository at this point in the history
  13. Add lost tests

    dkhalanskyjb committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    a8e43d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    52ec7a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    ff409f4 View commit details
    Browse the repository at this point in the history
  2. Update docs

    dkhalanskyjb committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    617f1f3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/coroutines-test-virtualtime' int…

    …o coroutines-test-await-other-dispatchers
    dkhalanskyjb committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0213090 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed328a2 View commit details
    Browse the repository at this point in the history