Skip to content

Add kafka ce extensions for partition and offset #7389

Add kafka ce extensions for partition and offset

Add kafka ce extensions for partition and offset #7389

Triggered via pull request November 22, 2023 20:37
Status Failure
Total duration 4m 15s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
4m 3s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
verify / Verify Deps and Codegen: vendor/knative.dev/eventing/test/rekt/features/broker/topology.go#L1
Please run ./hack/update-codegen.sh. diff --git a/vendor/knative.dev/eventing/test/rekt/features/broker/topology.go b/vendor/knative.dev/eventing/test/rekt/features/broker/topology.go index ef3adbb..aa27810 100644 --- a/vendor/knative.dev/eventing/test/rekt/features/broker/topology.go +++ b/vendor/knative.dev/eventing/test/rekt/features/broker/topology.go @@ -172,7 +172,7 @@ func assertExpectedRoutedEvents(prober *eventshub.EventProber, expected map[stri if len(want) != 0 && len(got) != 0 { // ID is adjusted by eventshub. except := []cmp.Option{ - cmpopts.IgnoreFields(conformanceevent.ContextAttributes{}, "ID", "Extensions"), + cmpopts.IgnoreFields(conformanceevent.ContextAttributes{}, "ID"), cmpopts.IgnoreMapEntries(func(k, v string) bool { return k == "knativearrivaltime" }), } if diff := cmp.Diff(want, got, except...); diff != "" {
verify / Verify Deps and Codegen
Process completed with exit code 1.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing-kafka-broker/eventing-kafka-broker. Supported file pattern: go.sum