-
**Bug description**
We are hitting deprecated behavior in the Ginko test framework. These errors are being emitted during test runs:
```text
You're using deprecated Ginkgo functionality:
=====…
-
**Background**
We have [an issue](https://github.com/Guidewire/fern-ginkgo-client/issues/9) in the [fern-ginkgo-client](https://github.com/Guidewire/fern-ginkgo-client) repository which focuses on th…
-
I am new to ginkgo and wanted some help. I have few specs which are interdependent hence I'm running them in a ordered execution strategy. Now I want to speed it up and run them in parallel but since …
-
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…
-
It would be nice to have a supported way to package ginkgo tests and run them with various configurations using a "canary controller" (simple pod wrapper of ginkgo executions) that reruns tests on som…
-
Recent changes to ginkgo have essentially decoupled the CLI tool and library versions: https://github.com/onsi/ginkgo/releases/tag/v2.3.1
Therefore, in some cases, it's more reliable to run ginkgo …
-
This issue is related to an idea proposed by @jppelteret in #7368 .
Pros:
1. Uniform solver constructor for the ginkgo solver as for the other deal.ii solvers because executor no longer needs to …
-
This was probably introduced with the SUNComm type in SUNDIALS 7?
https://github.com/LLNL/sundials/blob/main/CHANGELOG.md#suncomm-type-added
```
In file included from /usr/include/sundials/sundia…
-
When I click "Run Test" it runs the test but also spews out a `ginkgo.report` file which I have to delete. Is there a way to disable this pretty please?
-
When setting up new projects, Goland (IntelliJ IDEA) imports the v1 by default.
This always causes headaches in my team due to the incompatibility of various flags (or passing them to the library use…