-
Hello,
I couldn't use `Measure()` to make assertions on time measurements, which are sensitive to the scheduling, because it only allows to run assertions on a single sample. For example:
```
M…
-
When we run ginkgo tests and there is a failure in the before suite:
```go
package bug_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
var _ = Describe("Bug", func…
-
Trying to write something like:
```go
SynchronizedBeforeSuite(func() []byte {
// setup
return setupResult
}, func(setupResult []byte) {
DescribeTable("foo", func() {
// so…
-
**Is your feature request related to a problem? Please describe.**
In trying to understand which dependencies can upgrade, I tried to run tests manually in `data/extension/init/templates/tinygo/env…
-
## Bug Report
#### What did you do?
I've created a custom CRD with Mutating Webhook (defaulter) and a simple reconciler which do nothing except applying status and finalizer on object issu…
ghost updated
3 years ago
-
`objectTracker` supports out-of-order expectations and observations.
However, if an unexpected observation is made and never subsequently expected, the tracker will never reach its "satisfied" state.…
-
This file can be stored in `test/k8sT/test-template.go` which contains all skelaton of what a test should have. for example: a before all, a context, etc. Potentially it would be something like
```…
-
from `format/format.go`:
```go
/*
Generates a nicely formatted matcher success / failure message
Much like Message(...), but it attempts to pretty print diffs in strings
Expected
: "…
-
When a goroutine panics during a ginkgo test, there is no way to tell what test the panic was associated with. The whole test suite crashes, and there's very little information given to the user.
E…
-
### Background
Trying to build the framework for iOS with `make ios`.
### Your environment
* lnd 0.v13.1-beta (building from master at commit 9331a259d8c132823a33f198ecc29c1af73ac7d1)
* Darw…