-
### Proposal Details
This is an offshoot of #67434. See that proposal for prior discussion and more details.
I propose adding a new testing/synctest package to aid in testing concurrent code. This…
-
goroutine 1 [running]:
main.getNextToken(0x6cd5de?, 0x5?)
/go/pkg/mod/github.com/gwen001/github-endpoints@v0.0.0-20220929102440-32efa730c303/main.go:441 +0x16c
main.main()
/go/pk…
-
Considering the following snippets (end and begin of function `WatchConfig`)
* END of WatchConfig
* BEGIN of WatchConfig
It is obvious that `init.Done()` is called before `eventsWG.Wait()`…
7d4b9 updated
4 years ago
-
## 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…
-
### What did you do?
run chaos test in https://github.com/CharlesCheung96/tiflow/actions/runs/2743964576
### What did you expect to see?
_No response_
### What did you see instead?
detail logs:
…
-
## 📝 Dashboard Request Template
### 1. Dashboard Name
Golang Runtime Metrics Dashboard
---
### 2. Suggested Dashboard Sections and Panels - Tweak based on relevancy and available metrics
…
-
Please answer these questions before submitting a bug report.
### What version of the Exporter are you using?
5b8293c22f362562285c2acbc52f4a1870a47a33
### What version of OpenCensus are you usi…
-
I get this information when I execute this function on different coroutines.
```
fatal error: concurrent map writes
goroutine 1483221 [running]:
github.com/duke-git/lancet/v2/slice.IndexOf[...](…
-
millrun goroutine leak.
I use [zap](https://github.com/uber-go/zap/blob/master/FAQ.md) to wrap lumberjack, my code is following
```go
w := zapcore.AddSync(&lumberjack.Logger{
Filename: "/var…
-
As a maintainer of the NGINX Ingress Controller, I would like to know if there are any potential memory leaks in our go routine so that the overall security posture of the product is better.
Resour…