Kevin Cross
Kevin Cross
We are having an issue with some parralllel tests and wanted to debug them using some logs. It seems the std out in the before suite never comes out. We...
Hi guys, Im looking at re-using the cc client code within the cli in the app-autoscaler acceptance tests. this is problematic because the documentation on [pkg.go.dev](https://pkg.go.dev/github.com/cloudfoundry/cli) is out of date...
hi, There is a very subtle breaking change from 1.22.1 to version 1.23.0 The prototype of Eventually changed to some thing that is causing compile errors on old code. The...
Ive used this code in our project to test retry behaviour of a client we developed. I also used the round robin version to stress test some of the client...
"github.com/golang/protobuf/proto" is deprecated and we should be moved to "google.golang.org/protobuf/proto" this is in ws_helper.go:L14
If there is configured an existing oranisation and there is more than one node running, when the test beforeSuite and After Suite enable/disable the service access in the organisation it...
### Operator could be missing removing policies from dead apps. on line 46 of application syncer function Operate() We exit early rather than continuing over the rest of the list....
When creating a policy with an app id >50 char the DB fails with "pq: value too long for type character varying(50)" and we return 500 intead of a 400...
### Subject of the issue If a schedule is updated and there was an error then this is not propagated to the cf api. There are 2 types of error...
While looking at the failing tests ... it seems there is another issue besides dropping of metric values and metrics itself. It seems that we can calculate them wrong for...