Lines Matching +full:- +full:j
11 # http://www.apache.org/licenses/LICENSE-2.0
22 # Apache Thrift - integration (cross) test suite
24 # tests different server-client, protocol and transport combinations
59 j = json.load(fp)
60 tests = crossrunner.collect_cross_tests(j, server_match, client_match, regex)
93 j = json.load(fp)
96 tests = crossrunner.collect_feature_tests(j, j2, server_match, feature_match, regex)
134 parser.add_argument('--server', default='', nargs='*',
136 parser.add_argument('--client', default='', nargs='*',
138 parser.add_argument('-F', '--features', nargs='*', default=None,
140 parser.add_argument('-R', '--regex', help='test name pattern to run')
141 …parser.add_argument('-o', '--only-known_failures', action='store_true', dest='only_known_failures',
143 …parser.add_argument('-s', '--skip-known-failures', action='store_true', dest='skip_known_failures',
145 parser.add_argument('-r', '--retry-count', type=int,
147 parser.add_argument('-j', '--jobs', type=int,
152 g.add_argument('-v', '--verbose', action='store_const',
155 g.add_argument('-P', '--print-expected-failures', choices=['merge', 'overwrite'],
158 g.add_argument('-U', '--update-expected-failures', choices=['merge', 'overwrite'],
167 print('Cannot specify both --features and --client ', file=sys.stderr)