-
There are specific functions that are good candidates for fuzzing tests.
Fuzzing in general is good way to discover unexpected pathways in functions.
Some material to get started with fuzzing:
…
-
### Proposal Details
The accepted proposal https://github.com/golang/go/issues/36532 added a Context method to `testing.T`, which is great, but I can think of two straightforward ways to improve its …
-
```
#!watchflakes
default
-
**Note:** This build has runtime assertions enabled. If the same failure was hit in a run without assertions enabled, there should be a similar failure without this message. If there isn't one, th…
-
### Go version
go version go1.23.3 linux/amd64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/root/.cache/go-build'
GOENV='/root/.con…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.14.3 linux/amd64
### Does this issue reproduce with the latest release?
yes
### What operating sys…
-
Turns out that there is a bug in the testing script of redisConn subdirectory. May require an analysis for a fix
```sh
@rilma ➜ /workspaces/redis-in-action/golang (master) $ go test redisConn/redi…
-
-
The current code base needs more testing, because up until now, I have chose only happy paths. This means that if you use existing resources, import them, you are fine. But trouble comes if you star…
-
To reproduce, run:
```
go test -race ./libbeat/outputs/shipper/... -count 1
```
Here's the output I got when I ran the above command:
```
? github.com/elastic/beats/v7/libbeat/outputs/s…