Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt committed Nov 15, 2024
1 parent e352e89 commit 9749dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/core/telemetry/metrics_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ TEST_F(MetricsTest, ParallelStatsPluginRegistrationAndLookup) {
while (GlobalStatsPluginRegistry::GetStatsPluginsForChannel(
StatsPluginChannelScope("", "", endpoint_config_))
.size() < 10000) {
// std::this_thread::yield();
};
});
}
Expand Down
2 changes: 1 addition & 1 deletion tools/internal_ci/windows/bazel_rbe.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ bazel --version

python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe

call bazel_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel_output test %BAZEL_FLAGS% -- //test/... || exit /b 1
call bazel_rbe/bazel_wrapper.bat --bazelrc=tools/remote_build/windows.bazelrc --output_user_root=T:\_bazel_output test %BAZEL_FLAGS% -- //test/core/telemetry:metrics_test --runs_per_test=1000 || exit /b 1

0 comments on commit 9749dda

Please sign in to comment.