numaproj / numaplane

Control Plane for Numaproj
Apache License 2.0
8 stars 4 forks source link

feat: Add test for ISBServiceRollout #50

Closed a49ibrahim closed 3 months ago

a49ibrahim commented 3 months ago

Fixes #40

Modifications

added test cases to isbservicerollout_controller_test.go file to test create, update, and delete of a isbservicerollout resource.

Verification

ran make test command and verify all tests passed.

xdevxy commented 3 months ago

Fixes #40

Modifications

Verification

can you fill in the modification and verification you have done, thanks!

xdevxy commented 3 months ago

The failure is actually related to the latest change and should be fixed with https://github.com/numaproj/numaplane/pull/56