KEMBAR78
fix: parallel execution and verbose grpc logs by igorbernstein2 · Pull Request #1004 · googleapis/java-bigtable · GitHub
Skip to content

Conversation

@igorbernstein2
Copy link
Contributor

@igorbernstein2 igorbernstein2 commented Sep 10, 2021

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

Fixes #692

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 igorbernstein2 requested review from a team as code owners September 10, 2021 21:17
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/java-bigtable API. label Sep 10, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 10, 2021
@igorbernstein2 igorbernstein2 changed the title chore: fix parallel execution and verbose grpc logs fix: parallel execution and verbose grpc logs Sep 10, 2021
@igorbernstein2 igorbernstein2 merged commit dd5164d into googleapis:master Sep 13, 2021
@igorbernstein2 igorbernstein2 deleted the verbose-logs branch September 13, 2021 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: bigtable Issues related to the googleapis/java-bigtable API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

during tests verbose grpc logs are not split by test

2 participants