Keran Yang

Results 24 issues of Keran Yang

As we introduce more features and SDKs, the number of e2e test cases grows. It's important to follow certain standards to ensure we are writing the right test cases and...

good first issue
testing
area/sdk

https://go.dev/blog/deadcode Run the tool under the `cmd` folder to identify. Look for opportunities to clean up.

good first issue
testing
go
nice-to-have

# Summary From Vigith: > We should also think how we can get the SDK version from the SDK so we can have the numaflow to SDK compatibility matrix.. this...

enhancement
area/sdk

### E2E Testing 1. Add SDK tests for Python reducer. 2. Add tests for session reducer. ### Unit Testing 1. Add unit tests for numaflow-go reducer task managers. (use goleak...

testing

https://github.com/numaproj/numaflow/pull/1437#discussion_r1442481038 Please fix for both aligned and unaligned windower implementations. --- **Message from the maintainers**: Impacted by this bug? Give it a 👍. We often sort issues this way to...

bug
area/reduce

### Problem Statement Currently when a user wants to define a UDSource, couple of volumes are required to hold data like config map and secrets. An example is as below....

enhancement
area/controller

**Describe the bug** ![image](https://github.com/user-attachments/assets/914e7d68-5c7d-4ae3-9d7d-2e3147d0d350) **To Reproduce** Steps to reproduce the behaviour: 1. IMPORTANT: choose a non-prod cluster which has minimal numaflow users. This is to ensure we don't block others...

bug

# Summary Currently, the paths to the example images are hardcoded in the build-push workflow and passed to the script. This means when adding a new or updating an existing...

enhancement
good first issue
area/sdk

Posting on behalf of @vigith : Currently in mono vertex version check, we are directly comparing version strings. This is for both numaflow and sdk. This involves a lot of...

enhancement
good first issue
rust
area/mono-vertex

https://github.com/numaproj/numaflow/actions/runs/10520016243/job/29148330229 https://github.com/numaproj/numaflow/actions/runs/10535815057/job/29195277884 https://github.com/numaproj/numaflow/actions/runs/10548644243/job/29222799034 Could be because when the test case killed the pod, pod didn't get gracefully shutdown, causing WAL in a bad state. Consider adding logs to the WAL...

testing