Skip to content

Commit

Permalink
Merge pull request grpc#6421 from ctiller/mwha
Browse files Browse the repository at this point in the history
Exclude 1byte tests from msan
  • Loading branch information
jtattermusch committed May 9, 2016
2 parents d0cdd04 + 823fa1d commit 4f9c89a
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 36 deletions.
8 changes: 4 additions & 4 deletions test/core/end2end/gen_build_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@

FixtureOptions = collections.namedtuple(
'FixtureOptions',
'fullstack includes_proxy dns_resolver secure platforms ci_mac tracing')
'fullstack includes_proxy dns_resolver secure platforms ci_mac tracing exclude_configs')
default_unsecure_fixture_options = FixtureOptions(
True, False, True, False, ['windows', 'linux', 'mac', 'posix'], True, False)
True, False, True, False, ['windows', 'linux', 'mac', 'posix'], True, False, [])
socketpair_unsecure_fixture_options = default_unsecure_fixture_options._replace(fullstack=False, dns_resolver=False)
default_secure_fixture_options = default_unsecure_fixture_options._replace(secure=True)
uds_fixture_options = default_unsecure_fixture_options._replace(dns_resolver=False, platforms=['linux', 'mac', 'posix'])
Expand All @@ -60,7 +60,7 @@
'h2_proxy': default_unsecure_fixture_options._replace(includes_proxy=True,
ci_mac=False),
'h2_sockpair_1byte': socketpair_unsecure_fixture_options._replace(
ci_mac=False),
ci_mac=False, exclude_configs=['msan']),
'h2_sockpair': socketpair_unsecure_fixture_options._replace(ci_mac=False),
'h2_sockpair+trace': socketpair_unsecure_fixture_options._replace(
ci_mac=False, tracing=True),
Expand Down Expand Up @@ -246,7 +246,7 @@ def main():
{
'name': '%s_nosec_test' % f,
'args': [t],
'exclude_configs': [],
'exclude_configs': END2END_FIXTURES[f].exclude_configs,
'platforms': END2END_FIXTURES[f].platforms,
'ci_platforms': (END2END_FIXTURES[f].platforms
if END2END_FIXTURES[f].ci_mac else without(
Expand Down
128 changes: 96 additions & 32 deletions tools/run_tests/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -21531,7 +21531,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21552,7 +21554,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21573,7 +21577,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21594,7 +21600,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21615,7 +21623,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21636,7 +21646,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21657,7 +21669,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21678,7 +21692,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21699,7 +21715,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21720,7 +21738,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21741,7 +21761,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21762,7 +21784,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21783,7 +21807,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21804,7 +21830,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21825,7 +21853,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21846,7 +21876,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21867,7 +21899,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21888,7 +21922,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21909,7 +21945,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21930,7 +21968,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21951,7 +21991,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21972,7 +22014,9 @@
"posix"
],
"cpu_cost": 0.1,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -21993,7 +22037,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22014,7 +22060,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22035,7 +22083,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22056,7 +22106,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22077,7 +22129,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22098,7 +22152,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22119,7 +22175,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22140,7 +22198,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22161,7 +22221,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand All @@ -22182,7 +22244,9 @@
"posix"
],
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_configs": [
"msan"
],
"flaky": false,
"language": "c",
"name": "h2_sockpair_1byte_nosec_test",
Expand Down

0 comments on commit 4f9c89a

Please sign in to comment.