Home
last modified time | relevance | path

Searched refs:client_match (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/test/crossrunner/
Dcollect.py58 def _collect_testlibs(config, server_match, client_match=[None]): argument
76 clients = list(yield_testlibs(libs, cls, client_match))
156 def collect_cross_tests(tests_dict, server_match, client_match, regex): argument
157 sv, cl = _collect_testlibs(tests_dict, server_match, client_match)
/thrift-3.4.0/test/
Dtest.py55 def run_cross_tests(server_match, client_match, jobs, skip_known_failures, only_known_failures, ret… argument
60 tests = crossrunner.collect_cross_tests(j, server_match, client_match, regex)
64 print(' clients: %s' % client_match, file=sys.stderr)
172 client_match = list(chain(*[x.split(',') for x in options.client]))
185 res = run_cross_tests(server_match, client_match, options.jobs,