[e2e] SASL/TLS with implicit CA Kafka Broker test #8907
knative-style.yaml
on: pull_request
style
/
changes
3s
style
/
...
/
Auto-format and Check
20s
style
/
...
/
Lint
3m 5s
style
/
...
/
Do Not Submit
6s
style
/
...
/
shell
31s
style
/
...
/
yaml
21s
style
/
...
/
github_actions
0s
Matrix: style / Golang / Boilerplate Check
Annotations
4 errors and 4 warnings
style / Golang / Auto-format and Check:
test/e2e_new/broker_sasl_ssl_implicit_ca_test.go#L1
Please run goimports.
diff --git a/test/e2e_new/broker_sasl_ssl_implicit_ca_test.go b/test/e2e_new/broker_sasl_ssl_implicit_ca_test.go
index 9d81cd5..1258b49 100644
--- a/test/e2e_new/broker_sasl_ssl_implicit_ca_test.go
+++ b/test/e2e_new/broker_sasl_ssl_implicit_ca_test.go
@@ -20,12 +20,13 @@
package e2e_new
import (
+ "testing"
+
"knative.dev/eventing-kafka-broker/test/rekt/features"
"knative.dev/pkg/system"
"knative.dev/reconciler-test/pkg/environment"
"knative.dev/reconciler-test/pkg/k8s"
"knative.dev/reconciler-test/pkg/knative"
- "testing"
)
func TestBrokerAuthImplicitCASslSaslScram512(t *testing.T) {
|
style / Golang / Auto-format and Check
Process completed with exit code 1.
|
style / Golang / Lint:
test/kafka/kafka-certificate.yaml#L30
[EOF Newline] reported by reviewdog 🐶
Missing newline
Raw Output:
test/kafka/kafka-certificate.yaml:30: Missing newline
|
style / Golang / Lint
Process completed with exit code 1.
|
style / Golang / Boilerplate Check (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Auto-format and Check
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Boilerplate Check (sh)
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|
style / Golang / Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum
|