Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider incorporating sleep into e2e test #627

Open
juliev0 opened this issue Mar 4, 2025 · 1 comment
Open

Consider incorporating sleep into e2e test #627

juliev0 opened this issue Mar 4, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@juliev0
Copy link
Collaborator

juliev0 commented Mar 4, 2025

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.

@juliev0 juliev0 added the enhancement New feature or request label Mar 4, 2025
@juliev0
Copy link
Collaborator Author

juliev0 commented Mar 4, 2025

@whynowy @afugazzotto FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants