aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar everysick <s.wakeup31@gmail.com>2018-03-29 02:23:46 +0900
committerGravatar everysick <s.wakeup31@gmail.com>2018-03-29 09:13:55 +0900
commitbae00e08cc021a9d7fbc9778dd87495ca253bf26 (patch)
treef15f365943d60326ae0b2a937bbf57901a5fff18 /tools/run_tests/helper_scripts
parentdfc95159a6d1f33c76b5df034485f4cc97e105d9 (diff)
Add test for verifying to get memory usage in client request
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/run_ruby_end2end_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
index 195544200a..5784745bac 100755
--- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
+++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
@@ -28,4 +28,5 @@ ruby src/ruby/end2end/forking_client_driver.rb || EXIT_CODE=1
ruby src/ruby/end2end/grpc_class_init_driver.rb || EXIT_CODE=1
ruby src/ruby/end2end/multiple_killed_watching_threads_driver.rb || EXIT_CODE=1
ruby src/ruby/end2end/load_grpc_with_gc_stress_driver.rb || EXIT_CODE=1
+ruby src/ruby/end2end/client_memory_usage_driver.rb || EXIT_CODE=1
exit $EXIT_CODE