Remove flaky flag from channelz_test
This commit is contained in:
parent
283fba63f8
commit
1be6f7aedb
2
Makefile
2
Makefile
|
|
@ -2196,6 +2196,8 @@ test_cxx: buildtests_cxx
|
|||
$(Q) $(BINDIR)/$(CONFIG)/channelz_registry_test || ( echo test channelz_registry_test failed ; exit 1 )
|
||||
$(E) "[RUN] Testing channelz_service_test"
|
||||
$(Q) $(BINDIR)/$(CONFIG)/channelz_service_test || ( echo test channelz_service_test failed ; exit 1 )
|
||||
$(E) "[RUN] Testing channelz_test"
|
||||
$(Q) $(BINDIR)/$(CONFIG)/channelz_test || ( echo test channelz_test failed ; exit 1 )
|
||||
$(E) "[RUN] Testing cli_call_test"
|
||||
$(Q) $(BINDIR)/$(CONFIG)/cli_call_test || ( echo test cli_call_test failed ; exit 1 )
|
||||
$(E) "[RUN] Testing client_callback_end2end_test"
|
||||
|
|
|
|||
|
|
@ -5434,7 +5434,6 @@ targets:
|
|||
- name: channelz_test
|
||||
gtest: true
|
||||
build: test
|
||||
run: false
|
||||
language: c++
|
||||
headers:
|
||||
- test/cpp/util/channel_trace_proto_helper.h
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ grpc_cc_test(
|
|||
external_deps = [
|
||||
"gtest",
|
||||
],
|
||||
flaky = True, # TODO(b/151792070)
|
||||
language = "C++",
|
||||
deps = [
|
||||
"//:gpr",
|
||||
|
|
|
|||
|
|
@ -4049,6 +4049,30 @@
|
|||
],
|
||||
"uses_polling": true
|
||||
},
|
||||
{
|
||||
"args": [],
|
||||
"benchmark": false,
|
||||
"ci_platforms": [
|
||||
"linux",
|
||||
"mac",
|
||||
"posix",
|
||||
"windows"
|
||||
],
|
||||
"cpu_cost": 1.0,
|
||||
"exclude_configs": [],
|
||||
"exclude_iomgrs": [],
|
||||
"flaky": false,
|
||||
"gtest": true,
|
||||
"language": "c++",
|
||||
"name": "channelz_test",
|
||||
"platforms": [
|
||||
"linux",
|
||||
"mac",
|
||||
"posix",
|
||||
"windows"
|
||||
],
|
||||
"uses_polling": true
|
||||
},
|
||||
{
|
||||
"args": [],
|
||||
"benchmark": false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue