aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-10-05 08:47:39 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-10-05 09:31:48 -0700
commit8c12d9eae6ed064a80b85bd3867d4f7eec2ed642 (patch)
tree8bb76710afdb3610d45c73fe36fd1883ce5484f0 /tools
parente2b4e49f39f657547b0a658637eb0c56b37dfbce (diff)
Add a test under ruby GC stress mode and fix non-GC-rooted variable bug
Diffstat (limited to 'tools')
-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 7914b0e29a..5cfab14fee 100755
--- a/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
+++ b/tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh
@@ -27,4 +27,5 @@ ruby src/ruby/end2end/killed_client_thread_driver.rb || EXIT_CODE=1
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
exit $EXIT_CODE