MCPcopy
hub / github.com/istio/istio / TestParallel

Function TestParallel

pkg/test/framework/integration/framework_test.go:38–49  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

36}
37
38func TestParallel(t *testing.T) {
39 // Root is always run sync.
40 newLevels().
41 // Level 1: bf=20(parallel)
42 Add(20, true).
43 // Level 2: bf=5(parallel)
44 Add(5, true).
45 // Level 3: bf=2(parallel)
46 Add(2, true).
47 Build().
48 Run(t)
49}
50
51func TestMix(t *testing.T) {
52 // Root is always run sync.

Callers

nothing calls this directly

Calls 4

newLevelsFunction · 0.85
RunMethod · 0.65
BuildMethod · 0.65
AddMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…