-
When I try to build branch `glu_experimental` on a Power9/V100 system with default options in CMake, I get following compilation error:
```
[ 43%] Building CXX object reference/test/factorization/CM…
-
I have problem installing ginkgo. When I run setup.py following exception occurs.
C:\git\ginkgo>python setup.py install
Traceback (most recent call last):
File "setup.py", line 5, in
from gink…
-
Hi,
I was trying to install figures on opened ginkgo version and everything went well until I run a migration.
> SystemCheckError: System check identified some issues:ERRORS:oauth2.AccessToken.u…
-
When starting a broken service with ginkgoctl, everything looks hunky dory:
```
# ginkgoctl ../collector.conf.py start || echo fail
Starting process with ../collector.conf.py...
```
But in fact, an …
-
I am using `IntelliJ IDEA 2023.1.2 Preview (Ultimate Edition)`
I am trying to run this test
https://github.com/aws/amazon-vpc-cni-k8s/blob/master/test/integration/cni/service_connectivity_test.go…
-
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…
-
[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…
-
Currently our test runner passes raw command line arguments to the children processes, only modifying them accordingly. This has led to https://github.com/scylladb/scylla-operator/issues/1245.
We sho…
-
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…
-
The HiOp function, which instantiates linear solver, `hiopKKTLinSysCompressedSparseXDYcYd::determineAndCreateLinsys`, does not have an option to create Ginkgo linear solver when HiOp `hybrid` mode is …