Merge pull request #23732 from apolcyn/mark_flakey

Mark stranded_event_test as flaky
reviewable/pr23313/r8^2
apolcyn 5 years ago committed by GitHub
commit 647f37c76f
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/iomgr/BUILD
  4. 22
      tools/run_tests/generated/tests.json

@ -2321,8 +2321,6 @@ test_cxx: buildtests_cxx
$(Q) $(BINDIR)/$(CONFIG)/status_metadata_test || ( echo test status_metadata_test failed ; exit 1 )
$(E) "[RUN] Testing status_util_test"
$(Q) $(BINDIR)/$(CONFIG)/status_util_test || ( echo test status_util_test failed ; exit 1 )
$(E) "[RUN] Testing stranded_event_test"
$(Q) $(BINDIR)/$(CONFIG)/stranded_event_test || ( echo test stranded_event_test failed ; exit 1 )
$(E) "[RUN] Testing streaming_throughput_test"
$(Q) $(BINDIR)/$(CONFIG)/streaming_throughput_test || ( echo test streaming_throughput_test failed ; exit 1 )
$(E) "[RUN] Testing string_ref_test"

@ -7222,6 +7222,7 @@ targets:
- name: stranded_event_test
gtest: true
build: test
run: false
language: c++
headers:
- test/core/end2end/cq_verifier.h

@ -373,6 +373,7 @@ grpc_cc_test(
external_deps = [
"gtest",
],
flaky = True, # TODO(b/162087149)
language = "C++",
tags = [
# TODO(apolcyn): This test is failing on Windows at entry, enable once passing.

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

Loading…
Cancel
Save