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

Enable concurrency testing #374

Merged

Commits on Jan 7, 2023

  1. Fix infra concurrency parallel test

    There was a bug inside the test sending left part of the share twice
    akoshelev committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    6ba044c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f75efec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a7d7d2 View commit details
    Browse the repository at this point in the history
  4. Enable concurrency tests in CI

    Now that they are green, we can run them as part of CI workflow
    akoshelev committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    b9793aa View commit details
    Browse the repository at this point in the history
  5. Run concurrency tests as part of pre-commit hook

    They don't take long to finish. I expect many failures because folks will forget to add `not(feature = "shuttle")` to their test modules.
    akoshelev committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    2bd5959 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Configuration menu
    Copy the full SHA
    6dd53b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51c3a0c View commit details
    Browse the repository at this point in the history
  3. Appease clippy

    akoshelev committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8d70157 View commit details
    Browse the repository at this point in the history