Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Add async test helper to timeout and provide a task_executor automatically #6651

Merged
30 commits merged into from
Aug 12, 2020

Commits on Jul 14, 2020

  1. Initial commit

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    476c881 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8117934 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Merge commit 056879f (no conflict)

    Parent branch: origin/master
    Forked at: 60e3a69
    cecton committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    ce5ea42 View commit details
    Browse the repository at this point in the history
  2. Merge commit aa36bf2 (conflicts)

    Parent branch: origin/master
    Forked at: 60e3a69
    cecton committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    34c0f23 View commit details
    Browse the repository at this point in the history
  3. Merge commit 64d4a4d (no conflict)

    Parent branch: origin/master
    Forked at: 60e3a69
    cecton committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    544c1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2796798 View commit details
    Browse the repository at this point in the history
  5. forgot env var

    cecton committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    a0535f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b86cc8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6b2f66f View commit details
    Browse the repository at this point in the history
  8. CLEANUP

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    2a47de6 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    cecton and bkchr committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    24a165b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Merge commit edb48cf (no conflict)

    Parent branch: origin/master
    Forked at: 60e3a69
    cecton committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    0507b2f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Re-export from test-utils

    cecton committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    f173c1c View commit details
    Browse the repository at this point in the history
  2. Default value to 120

    cecton committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8e45871 View commit details
    Browse the repository at this point in the history
  3. fix wrong crate in ci

    cecton committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b7e1b1d View commit details
    Browse the repository at this point in the history
  4. Revert "Default value to 120"

    This reverts commit 8e45871.
    cecton committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    a200f34 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Fix version

    cecton committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    c157c22 View commit details
    Browse the repository at this point in the history
  2. WIP

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    d074de0 View commit details
    Browse the repository at this point in the history
  3. WIP

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    f0c0e7f View commit details
    Browse the repository at this point in the history
  4. WIP

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3a5d4f0 View commit details
    Browse the repository at this point in the history
  5. remove feature flag

    cecton committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    40d1804 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. fix missing dependency

    cecton committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    a8c62ff View commit details
    Browse the repository at this point in the history
  2. CLEANUP

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    82ceab0 View commit details
    Browse the repository at this point in the history
  3. fix test

    cecton committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    badbec3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Removed autotests=false

    cecton committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    a9d03e1 View commit details
    Browse the repository at this point in the history
  2. Some doc...

    cecton committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    c7c3e52 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
    cecton and bkchr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    78037b8 View commit details
    Browse the repository at this point in the history
  4. WIP

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    0587d76 View commit details
    Browse the repository at this point in the history
  5. WIP

    Forked at: 60e3a69
    Parent branch: origin/master
    cecton committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    e4b9ff1 View commit details
    Browse the repository at this point in the history
  6. Update test-utils/src/lib.rs

    bkchr committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    948c64c View commit details
    Browse the repository at this point in the history