diff --git a/Makefile b/Makefile index 42be56759d8..30583575a59 100644 --- a/Makefile +++ b/Makefile @@ -2186,6 +2186,8 @@ test_cxx: buildtests_cxx $(Q) $(BINDIR)/$(CONFIG)/bm_fullstack_streaming_ping_pong || ( echo test bm_fullstack_streaming_ping_pong failed ; exit 1 ) $(E) "[RUN] Testing bm_fullstack_unary_ping_pong" $(Q) $(BINDIR)/$(CONFIG)/bm_fullstack_unary_ping_pong || ( echo test bm_fullstack_unary_ping_pong failed ; exit 1 ) + $(E) "[RUN] Testing bm_metadata" + $(Q) $(BINDIR)/$(CONFIG)/bm_metadata || ( echo test bm_metadata failed ; exit 1 ) $(E) "[RUN] Testing bm_pollset" $(Q) $(BINDIR)/$(CONFIG)/bm_pollset || ( echo test bm_pollset failed ; exit 1 ) $(E) "[RUN] Testing bm_timer" diff --git a/build_autogenerated.yaml b/build_autogenerated.yaml index c7e0cfba636..008de951943 100644 --- a/build_autogenerated.yaml +++ b/build_autogenerated.yaml @@ -5196,7 +5196,6 @@ targets: - posix - name: bm_metadata build: test - run: false language: c++ headers: [] src: diff --git a/test/cpp/microbenchmarks/BUILD b/test/cpp/microbenchmarks/BUILD index 272547a247b..33cca7728af 100644 --- a/test/cpp/microbenchmarks/BUILD +++ b/test/cpp/microbenchmarks/BUILD @@ -250,7 +250,6 @@ grpc_cc_test( grpc_cc_test( name = "bm_metadata", srcs = ["bm_metadata.cc"], - flaky = True, # TODO(b/149998903) tags = [ "no_mac", "no_windows", diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index 8e83c9babdb..4a64de9fdf3 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -3849,6 +3849,26 @@ ], "uses_polling": true }, + { + "args": [], + "benchmark": true, + "ci_platforms": [ + "linux", + "posix" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "exclude_iomgrs": [], + "flaky": false, + "gtest": false, + "language": "c++", + "name": "bm_metadata", + "platforms": [ + "linux", + "posix" + ], + "uses_polling": false + }, { "args": [], "benchmark": true,