openshift-knative / serverless-operator

Main source repository for Openshift Serverless
Apache License 2.0
43 stars 65 forks source link

Enable `eventtype-auto-create` feature flag for tests #2666

Closed creydr closed 1 month ago

creydr commented 1 month ago

Enable the eventtype-auto-create feature flag for tests to comply with https://github.com/openshift-knative/eventing-kafka-broker/pull/1028.

This should also help here with:

test/e2e_new: TestBrokerEventTypeAutoCreate/AutoCreateEventTypesOnBroker/Assert/broker_create_event_type expand_less    8m0s
{Failed  === RUN   TestBrokerEventTypeAutoCreate/AutoCreateEventTypesOnBroker/Assert/broker_create_event_type
=== PAUSE TestBrokerEventTypeAutoCreate/AutoCreateEventTypesOnBroker/Assert/broker_create_event_type
=== CONT  TestBrokerEventTypeAutoCreate/AutoCreateEventTypesOnBroker/Assert/broker_create_event_type
    eventtype.go:76: failed to verify eventtype test EventTypes ready and test eventtypes match or not context deadline exceeded: client rate limiter Wait returned an error: context deadline exceeded
        &{TypeMeta:{Kind: APIVersion:} ListMeta:{SelfLink: ResourceVersion:163931 Continue: RemainingItemCount:<nil>} Items:[]}
--- FAIL: TestBrokerEventTypeAutoCreate/AutoCreateEventTypesOnBroker/Assert/broker_create_event_type (480.00s)
}

in #2659

creydr commented 1 month ago

/cc @pierDipi @matzew

openshift-ci[bot] commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: creydr, pierDipi

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: - ~~[OWNERS](https://github.com/openshift-knative/serverless-operator/blob/main/OWNERS)~~ [creydr,pierDipi] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment