MCPcopy Create free account
hub / github.com/apache/thrift / exec_context

Function exec_context

test/crossrunner/run.py:148–151  ·  view source on GitHub ↗
(port, logdir, test, prog, is_server)

Source from the content-addressed store, hash-verified

146
147
148def exec_context(port, logdir, test, prog, is_server):
149 report = ExecReporter(logdir, test, prog)
150 prog.build_command(port)
151 return ExecutionContext(prog.command, prog.workdir, prog.env, prog.stop_signal, is_server, report)
152
153
154def run_test(testdir, logdir, test_dict, max_retry, async_mode=True):

Callers 1

run_testFunction · 0.85

Calls 3

ExecReporterClass · 0.85
ExecutionContextClass · 0.85
build_commandMethod · 0.80

Tested by

no test coverage detected