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

Method asan

docker/test-with-docker.py:315–319  ·  view source on GitHub ↗

Returns an ASAN copy of this suite.

(self)

Source from the content-addressed store, hash-verified

313 return r
314
315 def asan(self):
316 """Returns an ASAN copy of this suite."""
317 r = self.copy(self.name + "_ASAN", REBUILD_ASAN="true")
318 r.timeout_minutes = self.timeout_minutes * 2.0 + 10
319 return r
320
321 def sharded(self, shards):
322 """Returns a list of sharded copies of the list.

Callers 1

Calls 1

copyMethod · 0.95

Tested by

no test coverage detected