-
For testing, [golang best practices](https://google.github.io/styleguide/go/decisions#keep-going) state that tests should keep going as long as possible to give as much information about the failed te…
-
/kind feature
**Describe the solution you'd like**
It would be very useful to expand the [developer documentation](https://capz.sigs.k8s.io/developers/development.html) with an example of how to…
-
This is to improve coverage. Please refer to tests that are already written as examples using Ginkgo/Gomega.
Ideally we should cover all functions in operator_cleanup.go
-
`Eventually(page.Find("#rank_list"), "10s").Should(BeVisible())`
get this message
> You are trying to make an assertion, but Gomega's fail handler is nil.
> If you're using Ginkgo then you probab…
-
Hello, I have been trying out cdxgen on Windows to retrieve Golang dependencies for a GO project. This happens with any GO project.
Content of go.mod
```
module yaml2json
go 1.21
require …
-
When comparing a []byte to nil via BeCalled(With(...)) we got this odd error message:
```
Test Panicked
runtime error: comparing uncomparable type []uint8
/usr/local/go/src/runtim…
-
It's easy to forget to call `Should` on async assertions when performing expectations in an async func, e.g.
```go
var _ = Describe("sample", func() {
It("asynchronous", func() {
Eventually(fun…
-
On travis, some e2e tests are failing occasionally. Here are some recent failures:
- `FAIL: TestTapInterfaceConn (70.83s)`
https://travis-ci.com/ligato/vpp-agent/builds/141046179
- `FAIL: TestT…
-
ginkgo version: v2.15.0
custom go version for my project: go1.21
default go version(system-wide): go1.19
Issue description: When I want to use go1.21 to build and test my project, I had encountered…
ccbhj updated
9 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
All
### Package manager version
*
### Language version
*
### Manifest location and cont…