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

fix: parallel execution and verbose grpc logs #1004

Merged
merged 2 commits into from Sep 13, 2021

Commits on Sep 10, 2021

  1. chore: fix parallel execution and verbose grpc logs

    Mucking around with java util logging fails when tests are executed in parallel. So make the 2 features exclusive: by default tests are executed in parallel, if verbose logs are needed they can be activated by a profile that will disable parallel execution.
    
    Also switch parallel tests to run in threads instead of processes and enable parallel execution for unit tests
    igorbernstein2 committed Sep 10, 2021
    Copy the full SHA
    6e5ce28 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. fix sys prop name

    igorbernstein2 committed Sep 13, 2021
    Copy the full SHA
    9d2f06d View commit details
    Browse the repository at this point in the history