Event type test logical error#7166
Conversation
Signed-off-by: Leo Li <leoli@redhat.com>
Signed-off-by: Leo Li <leoli@redhat.com>
|
Skipping CI for Draft Pull Request. |
Signed-off-by: Leo Li <leoli@redhat.com>
Signed-off-by: Leo Li <leoli@redhat.com>
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7166 +/- ##
=======================================
Coverage 77.73% 77.73%
=======================================
Files 246 246
Lines 13284 13284
=======================================
Hits 10326 10326
Misses 2435 2435
Partials 523 523 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Leo Li <leoli@redhat.com>
| // Enable the eventtype auto-creation in configmap | ||
| f.Setup("enable eventtype auto-creation", eventtype.ApplyEventTypeConfigMap()) | ||
|
|
There was a problem hiding this comment.
I'm not sure we should be enabling experimental features in the rekt (non-experimental) tests. Maybe if the events are not created by the ping source it makes more sense to remove the assertion rather than enabling this?
Co-authored-by: Calum Murray <cmurray@redhat.com>
Signed-off-by: Leo Li <leoli@redhat.com>
So for this ticket, any suggestions on what should we do next? Should we add the support for PingSource to have auto eventType creation? @creydr |
ce97b63 to
5783715
Compare
I agree with @Cali0707 in https://github.com/knative/eventing/pull/7166/files#r1290583414. We should not enable experimental features at this place. |
Signed-off-by: Leo Li <leoli@redhat.com>
|
/cc @Cali0707 |
|
/unhold Ready for review |
…metal dir Signed-off-by: Leo Li <leoli@redhat.com>
|
/hold clean everything up |
Signed-off-by: Leo Li <leoli@redhat.com>
|
/unhold |
|
@Leo6Leo I just realized the reconciler tests are still failing for this PR. Could you try and fix those? |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cali0707, Leo6Leo, pierDipi The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest-required |
Fixes #7158
Proposed Changes
Rework with the logic to be
And also add the support to enable the auto eventType creation. Currently PingSource doesn't support the auto eventType Creation. We are enable the broker side auto eventType creation for now. Otherwise, the test will be failing.
Pre-review Checklist