Douglas Schveninger
Douglas Schveninger
# Overview The words whitelist and blacklist been used for years, but with current events we are questioning if we could some more inclusive terms. ## Question I was wonder...
## expand Kuber-hunter Would the following Use Case be something that kube-hunter can support. Find the known ip and ports on the public and private networks in a cluster. Either...
We are having a lot of launch Node failure and people do not know what is going unless they are working for CICD or have read the code. Improving console...
We are looking for a way to attach properties about the test suite instead of attaching properties to every test case. I do not see a way in the documentation...
We have a design pattern that we would like you to consider as an enhancement for Ginkgo. We have separated the data collection process, and the assertion process into two...
### Describe the bug The "az connectedk8s proxy" does not allow a client proxy to run more than one instance on a VM. We would like to be able to...
We had someone leave fmt.printf statement it the test and it wrote the following anExampleKey%!(EXTRA string=aValue, vertypes.VersionBoundary={1.0.0 2.0.0 []})anExampleKey%!(EXTRA string=aValue2, vertypes.VersionBoundary={2.0.0 []}) The test passed but it was summarized as...
In the json produced by the ginkgo CLI run command --json-report is there a way to know why a test case state was skipped when the test case was spec...
**Describe the bug** v8r are failing since the [v7 schema](https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json) in [schema store](https://www.schemastore.org/api/json/catalog.json) in missing [golangci](https://megalinter.io/latest/descriptors/go_golangci_lint/) GO_GOLANGCI_LINT_CLI_LINT_MODE field.
Expect(err).ShouldNot(HaveOccurred()) or Expect(err).ToNot(HaveOccurred()) Only give you the Expect stackTrace or the stackTrace of the DSL. We are looking for the stackTrace of the error Example output of Expect(err).ShouldNot(HaveOccurred()) ``` Stack...