Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't compare CE extensions when checking routing spec #7467

Conversation

Cali0707
Copy link
Member

Fixes #7463

This change was tested by editing the vendor directory on knative-extensions/eventing-kafka-broker#3464, and the broker conformance rekt routing tests passed, when they were failing before (there is still some flaky CI there, but that is failing kafka source stuff as normal)

Proposed Changes

  • Don't compare CE extensions when evaluating the routing spec

@knative-prow knative-prow bot added area/test-and-release Test infrastructure, tests or release size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Nov 22, 2023
@Cali0707
Copy link
Member Author

/cc @matzew @creydr

@knative-prow knative-prow bot requested review from creydr and matzew November 22, 2023 21:48
Copy link

codecov bot commented Nov 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (64b4847) 76.79% compared to head (69d8103) 76.79%.
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7467   +/-   ##
=======================================
  Coverage   76.79%   76.79%           
=======================================
  Files         253      253           
  Lines       14098    14098           
=======================================
  Hits        10826    10826           
  Misses       2732     2732           
  Partials      540      540           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@matzew matzew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Nov 28, 2023
Copy link

knative-prow bot commented Nov 28, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Cali0707, matzew

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@matzew
Copy link
Member

matzew commented Nov 28, 2023

/test reconciler-tests

@knative-prow knative-prow bot merged commit 0a6d5b4 into knative:main Nov 28, 2023
32 of 34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. area/test-and-release Test infrastructure, tests or release lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update tests to handle senders adding CE attributes
2 participants