-
I have one test which leaks a goroutine. The only part of the stack backtraces which refers to that test is in the "created by k8s.io/client-go/tools/cache.TestReflectorListAndWatch" (full output in t…
-
### Testcontainers version
0.34.0
### Using the latest Testcontainers version?
Yes
### Host OS
linux
### Host arch
amd64
### Go version
1.23.2
### Docker version
```
Client: Docker Engine - …
-
I wrote a simple program and killed it with SIGQUIT with various go versions and captured the backtraces
```go
package main
import "time"
func main() {
time.Sleep(time.Minute)
}
```
W…
-
### aqua info
```powershell
PS Z:\> aqua info
{
"version": "2.36.2",
"commit_hash": "716d9ac6f2de2beffe0db87caf418443155170ab",
"os": "windows",
"arch": "amd64",
"pwd": "Z:\\",
"r…
-
## Description
If the condition function runs for longer than the timeout given to [`assert.Eventually`](https://pkg.go.dev/github.com/stretchr/testify#Eventually) (and family: `EventuallyWithT`, `Ne…
-
There are thousands of logs like this
I send thousands of messages a day, but some messages give an error like this, one attempt to send a message can generate tens of thousands of goroutines that …
-
[otlpmetrichttp.client.Shutdown()](https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/otlpmetric/otlpmetrichttp/v0.38.1/exporters/otlp/otlpmetric/otlpmetrichttp/client.go#L145) lea…
-
in UnmarshalToCallback the go func will try to send to cerr, while no one is doing recv (after chan c close for loop will end)
-
Hey all!
Thanks for building such an awesome library!
We're getting ready to start using this as a part of our production workflow, and we wanted to build a wrapper around the `gh-ost` utility t…
-
Hello! Some times i get this erros on the cs
goroutine 68858 [chan send, 1930 minutes]:
github.com/voltbras/go-ocpp/ws.(*Conn).ReadMessageAsync.func1(0xc00248b3e0, 0xc00080a640)
/go/…