-
Notifications
You must be signed in to change notification settings - Fork 119
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
chore: E2E tests for built-in Pulsar source #2260
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Sreekanth <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2260 +/- ##
==========================================
+ Coverage 64.75% 64.92% +0.17%
==========================================
Files 345 345
Lines 41415 41465 +50
==========================================
+ Hits 26819 26922 +103
+ Misses 13528 13470 -58
- Partials 1068 1073 +5 ☔ View full report in Codecov by Sentry. |
Please consider adding it to the builtin-source-e2e suite instead of creating a new one. Otherwise, you need to add it to the .github/workflows/ci.yaml |
Signed-off-by: Sreekanth <[email protected]>
I've added it to |
Signed-off-by: Sreekanth <[email protected]>
Signed-off-by: Sreekanth <[email protected]>
This reverts commit 59103e5. Signed-off-by: Sreekanth <[email protected]>
Snyk reports vulnerabilities with 2 indirect dependencies that got added when I added
I tried upgrading these indirect dependencies, but then all other tests started failing https://github.com/numaproj/numaflow/actions/runs/12193339406
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@BulkBeing please add the CI
Explain what this PR does.
Closes #2254