Merge pull request #22558 from grpc/cq-threading-flaky

Mark completion_queue_threading_test flaky
pull/22572/head
Jan Tattermusch 5 years ago committed by GitHub
commit 93055a5403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile
  2. 1
      build_autogenerated.yaml
  3. 1
      test/core/surface/BUILD
  4. 24
      tools/run_tests/generated/tests.json

@ -1916,8 +1916,6 @@ test_c: buildtests_c
$(Q) $(BINDIR)/$(CONFIG)/cmdline_test || ( echo test cmdline_test failed ; exit 1 )
$(E) "[RUN] Testing combiner_test"
$(Q) $(BINDIR)/$(CONFIG)/combiner_test || ( echo test combiner_test failed ; exit 1 )
$(E) "[RUN] Testing completion_queue_threading_test"
$(Q) $(BINDIR)/$(CONFIG)/completion_queue_threading_test || ( echo test completion_queue_threading_test failed ; exit 1 )
$(E) "[RUN] Testing compression_test"
$(Q) $(BINDIR)/$(CONFIG)/compression_test || ( echo test compression_test failed ; exit 1 )
$(E) "[RUN] Testing concurrent_connectivity_test"

@ -3094,6 +3094,7 @@ targets:
- mac
- name: completion_queue_threading_test
build: test
run: false
language: c
headers: []
src:

@ -55,6 +55,7 @@ grpc_cc_test(
grpc_cc_test(
name = "completion_queue_threading_test",
srcs = ["completion_queue_threading_test.cc"],
flaky = True, # TODO(b/153064668)
language = "C++",
deps = [
"//:gpr",

@ -785,30 +785,6 @@
],
"uses_polling": true
},
{
"args": [],
"benchmark": false,
"ci_platforms": [
"linux",
"mac",
"posix",
"windows"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,
"gtest": false,
"language": "c",
"name": "completion_queue_threading_test",
"platforms": [
"linux",
"mac",
"posix",
"windows"
],
"uses_polling": true
},
{
"args": [],
"benchmark": false,

Loading…
Cancel
Save