mirror of
https://github.com/safing/portbase
synced 2025-09-14 17:19:51 +00:00
Clean up database package
This commit is contained in:
parent
ddc773a9f2
commit
7011bde0fe
7 changed files with 18 additions and 21 deletions
|
@ -124,7 +124,7 @@ func TestDatabaseSystem(t *testing.T) {
|
|||
go func() {
|
||||
time.Sleep(10 * time.Second)
|
||||
fmt.Println("===== TAKING TOO LONG - PRINTING STACK TRACES =====")
|
||||
pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
|
||||
_ = pprof.Lookup("goroutine").WriteTo(os.Stdout, 1)
|
||||
os.Exit(1)
|
||||
}()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue