-
When any assertion in the `Framework` fails, no test are executed but the run succeeds. It can be simulated by minting the framework like
```
func NewFramework(namePrefix string) *Framework {
o.Ex…
-
The HiOp function, which instantiates linear solver, `hiopKKTLinSysCompressedSparseXDYcYd::determineAndCreateLinsys`, does not have an option to create Ginkgo linear solver when HiOp `hybrid` mode is …
-
This is a minor issue, but if you are used to time formats other than US, this can become a little grating, eg:
```
• [FAILED] [0.019 seconds]
Sampling sample [It] 🧪 ===> given: 'universal(filter…
-
# Feature request
Rewrite all E2E tests using the Ginkgo.
There are a lot of E2E tests that need to be rewritten, so we record the rewriting of E2E in this issue.
## E2E test rewrite list (by…
-
Running `KUBE2E_TESTS=gloo make run-kube-e2e-tests` creates several namespaces but does not remove them upon completion:
```
$ KUBE2E_TESTS=gloo make run-kube-e2e-tests
...
Ran 26 of 26 Specs in 459.…
-
I'm exploring adding Gherkin support for kubernetes to separately define our behaviours/features from our tests.
We currently make heavy use of Ginkgo, and much of our infrastructure is based on it…
-
Viewing https://github.com/kubernetes/ingress-nginx/blob/f9624cbe466e86b341903095a4b00e39fe934f1d/test/e2e/settings/log-format.go with the plugin installed none of the tests seem to be detected, not s…
-
**Is your feature request related to a problem? Please describe.**
There are two ways of passing functions to gomega's `Eventually`. One is to pass a function that returns values, and assert on th…
aecay updated
18 hours ago
-
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]…
-
[teleporter](https://github.com/ava-labs/teleporter) hosts a number of example applications built on top of Teleporter. We should migrate them to `avalanche-starter-kit` so that developers can more ea…