Skip to content

Commit bbff31c

Browse files
committed
Kill Dgraph zero after running tests.
1 parent 374b892 commit bbff31c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dgraph/cmd/server/run_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,5 +1397,6 @@ func TestMain(m *testing.M) {
13971397
// Parse GQL into internal query representation.
13981398
r := m.Run()
13991399
closeAll(dir1, dir2)
1400+
exec.Command("killall", "-9", "dgraph").Run()
14001401
os.Exit(r)
14011402
}

0 commit comments

Comments
 (0)