MCPcopy Create free account
hub / github.com/apache/impala / copy

Method copy

docker/test-with-docker.py:298–307  ·  view source on GitHub ↗

Duplicates current suite allowing for environment updates.

(self, name, **envs)

Source from the content-addressed store, hash-verified

296 self.timeout_minutes = 120
297
298 def copy(self, name, **envs):
299 """Duplicates current suite allowing for environment updates."""
300 v = dict()
301 v.update(self.envs)
302 v.update(envs)
303 ret = Suite(name, **v)
304 ret.shard_at_concurrency = self.shard_at_concurrency
305 ret.sharding_variable = self.sharding_variable
306 ret.timeout_minutes = self.timeout_minutes
307 return ret
308
309 def exhaustive(self):
310 """Returns an "exhaustive" copy of the suite."""

Callers 15

exhaustiveMethod · 0.95
asanMethod · 0.95
shardedMethod · 0.95
lFunction · 0.45
d3.v5.min.jsFile · 0.45
mFunction · 0.45
KiFunction · 0.45
QiFunction · 0.45
XoFunction · 0.45
d3.v3.min.jsFile · 0.45
nFunction · 0.45
c3.v7.min.jsFile · 0.45

Calls 2

SuiteClass · 0.85
updateMethod · 0.45

Tested by

no test coverage detected