numaproj-labs / numaflow-perfman

Performance testing framework for the Numaflow platform
Apache License 2.0
0 stars 1 forks source link

Add unit tests #1

Open KeranYang opened 1 month ago

KeranYang commented 1 month ago

Problem Statement

Currently, we don't have unit tests. Following engineering best practice, EVERY feature change should include unit tests in the corresponding PR, however, since the project started as a GED project, we skipped it.

Acceptance Criteria

All major features are unit-tested.