numaproj / numaplane

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

fix: verify monovertex spec check fixed in e2e test #242

Closed dpadhiar closed 2 weeks ago

dpadhiar commented 2 weeks ago

Had previously uncommented lines in MonoVertexRollout e2e test. Fixed by adjusting logic and checking that Source is set instead of len of struct.

Modifications

Modified e2e test for MonoVertexRollout to uncomment some old logic.

Verification

Ran make test-e2e and Github CI run passing.