Skip to content
Snippets Groups Projects
Commit deea05bf authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #3688 from murgatroid99/run_tests_tracing_fix

Used the proper GRPC_TRACE value in run_tests.py
parents 8d7d06f2 5561de2c
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ namespace Grpc.Core.Tests ...@@ -60,7 +60,7 @@ namespace Grpc.Core.Tests
public void CompletionQueueCreateDestroyBenchmark() public void CompletionQueueCreateDestroyBenchmark()
{ {
BenchmarkUtil.RunBenchmark( BenchmarkUtil.RunBenchmark(
100000, 1000000, 10, 10,
() => () =>
{ {
CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.Create(); CompletionQueueSafeHandle cq = CompletionQueueSafeHandle.Create();
......
...@@ -579,7 +579,7 @@ run_configs = set(_CONFIGS[cfg] ...@@ -579,7 +579,7 @@ run_configs = set(_CONFIGS[cfg]
build_configs = set(cfg.build_config for cfg in run_configs) build_configs = set(cfg.build_config for cfg in run_configs)
if args.travis: if args.travis:
_FORCE_ENVIRON_FOR_WRAPPERS = {'GRPC_TRACE': 'surface,batch'} _FORCE_ENVIRON_FOR_WRAPPERS = {'GRPC_TRACE': 'api'}
languages = set(_LANGUAGES[l] languages = set(_LANGUAGES[l]
for l in itertools.chain.from_iterable( for l in itertools.chain.from_iterable(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment