Adrian Zankich
Adrian Zankich
You currently have to simulate blocking behavior by polling in a loop, but it would be nice to have some blocking functions, inspired by this [issue](https://github.com/hybridgroup/rubyserial/issues/21)
As far as I can tell eirini only supports specifying a single namespace for running user applications: https://github.com/cloudfoundry-incubator/eirini#configuring-opi-with-cloud-foundry-and-kubernetes Is it possible to configure eirini to schedule applications to many namespaces?...
For the [bbl](github.com/pivotal-cf-experimental/bosh-bootloader) integration tests, we're trying to run multiple instances of bosh-init in parallel, but we encounter the following error message: ``` Starting registry... Failed (00:00:00) Cleaning up rendered...
While taking a look at https://github.com/nvim-neotest/neotest-go/issues/47 I noticed that the testify output wasn't correctly being parsed which may have contributed to the nil reference error. Testify will reports errors with...