MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / executePreRunSteps

Function executePreRunSteps

t/t.go:1397–1405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1395}
1396
1397func executePreRunSteps() error {
1398 testutil.GeneratePlugins(*race)
1399 if *runCoverage {
1400 if err := createTestCoverageFile(coverageFile); err != nil {
1401 return err
1402 }
1403 }
1404 return nil
1405}
1406
1407func run() error {
1408 if tc := os.Getenv("TEAMCITY_VERSION"); len(tc) > 0 {

Callers 1

runFunction · 0.85

Calls 2

GeneratePluginsFunction · 0.92
createTestCoverageFileFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…