You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that Numaflow uses Jobs to create buffers/buckets and delete them. This occurs whenever a Pipeline gets added (need to add buffers/buckets) and whenever a Pipeline gets modified as part of a topology change (need to both add buffers/buckets and delete them).
Since it's a Job, it could run at any time. We need to worry about the Job from a previous test running late and affecting another test.
(Note this issue is probably related only to ppnd and "no strategy" tests, since for progressive tests, we are creating a new pipeline/isbsvc (so the Jobs shouldn't affect each other)
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered:
Summary
The issue is that Numaflow uses Jobs to create buffers/buckets and delete them. This occurs whenever a Pipeline gets added (need to add buffers/buckets) and whenever a Pipeline gets modified as part of a topology change (need to both add buffers/buckets and delete them).
Since it's a Job, it could run at any time. We need to worry about the Job from a previous test running late and affecting another test.
The Numaflow issue is here.
(Note this issue is probably related only to ppnd and "no strategy" tests, since for progressive tests, we are creating a new pipeline/isbsvc (so the Jobs shouldn't affect each other)
Message from the maintainers:
If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: