graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.82k stars 836 forks source link

Potential goroutine leak in TestContextDeadline #667

Open Jay-deng opened 1 year ago

Jay-deng commented 1 year ago

When I run some test on https://github.com/graphql-go/graphql/blob/master/executor_test.go, I get the following output information in TestContextDeadline: image

So I was wondering if there is a goroutine leak in that case?

hhheiaenia commented 1 year ago

Is this a goroutine leak?