-
### What would you like to be added?
While working on https://github.com/kubernetes/kubernetes/pull/114825 I found tests that used `WaitForPodRunning` followed by `ExpectError` because they create a …
pohly updated
3 months ago
-
**What would you like to be added**:
Integration tests for changes in #562
**Why is this needed**:
Improving test coverage
-
**Is your feature request related to a problem? Please describe.**
In Kubernetes, we encourage writing tests so that each `It` callback gets a context from Ginkgo and then passed that context on to…
pohly updated
9 months ago
-
On a project which uses go-redis which uses ginkgo v1.13.0 in its testsuite:
```
$ go mod graph | grep -E 'gomega.*ginkgo|ginkgo.*gomega'
github.com/onsi/ginkgo@v1.13.0 github.com/onsi/gomega@v1.10…
-
## Summary
`gmeasure` tests are failing on the latest `master`.
System information:
- Go version: `go1.19 windows/amd64`
- OS: Windows 10 with version `10.0.19043 N/A Build 19043` (obtained …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Kubernetes Version
n/a
### Shipwright Version
Starting with https://github.com/shipwright-io/build…
-
go version go1.16.7 linux/amd64
when use matcher gomega.Equal it will use format.Message() to format actual and expected.
When format a struct type, the call chain is as follows:
Message -> Objec…
-
I would like to request support for the latest version of Golang, version 1.21.
Name: Golang
Website: https://go.dev
Language Version: 1.21
Test Frameworks: go test (built-in, ex: go test .), te…
-
gomega violates policy rule of Version/Branch EOL.
Severity:Major
Risk Category: Operational
Scan Modes:Full
Description
Version or branch requested is EOL.
Please update to a supported ver…
-
I did the following on machine a
```
glide init
glide install
git add .
git commit
git push
```
when I cloned the repo on machine b and tried glide install, i got error 128
```
glide install
[INFO]…