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:
Jason Fulghum
2023-03-08 09:45:15 -08:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ func teardown(t *testing.T) {
mySqlProcess.Kill()
}
if doltProcess != nil {
doltProcess.Kill()
stopDoltSqlServer(t)
}
if mysqlLogFile != nil {
mysqlLogFile.Close()