mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-20 11:22:31 -05:00
Merge pull request #5512 from dolthub/fulghum/bugfix
[no-release-notes] Ensure all dolt sql-server child processes get cleaned up
This commit is contained in:
@@ -52,7 +52,7 @@ func teardown(t *testing.T) {
|
||||
mySqlProcess.Kill()
|
||||
}
|
||||
if doltProcess != nil {
|
||||
doltProcess.Kill()
|
||||
stopDoltSqlServer(t)
|
||||
}
|
||||
if mysqlLogFile != nil {
|
||||
mysqlLogFile.Close()
|
||||
|
||||
Reference in New Issue
Block a user