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

libtest: Don't panic if unable to spawn thread #78165

Closed
wants to merge 4 commits into from

Commits on Oct 20, 2020

  1. libtest: Don't panic if unable to spawn thread

    Instead just run the test synchronously.
    camelid committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    472447c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b68c5 View commit details
    Browse the repository at this point in the history
  3. Update comment

    Co-authored-by: Joshua Nelson <joshua@yottadb.com>
    camelid and Joshua Nelson authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    837b228 View commit details
    Browse the repository at this point in the history
  4. Use if let instead of match

    camelid committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    53e7072 View commit details
    Browse the repository at this point in the history