-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
enhancementNew feature or requestNew feature or requestin-roadmapwill be picked in next 2 to 3 monthswill be picked in next 2 to 3 months
Description
Three types of testing needed.
- Integratio testing [In-progress] -- Before the PR gets merged to staging, the basic testing should always happen. (Happy scenarios like full-load, incremental/cdc)
- Perforamance testing [TBD] -- Before staging gets merged into master, we should be running performance testing once. This is the internal testing for Datazip as it needs a massive dataset and good amount of time. So we need to have postgres and mysql ready with such a data. If the delta of this test is 10%+ less than average of last 3-5 counts, then we should alert and fail the test
- Unit tests [TBD] -- Basic function level unit testing should be there. Coverage should always be > 70-80%.
Frameworks for these tests are in progress to be setup.
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or requestin-roadmapwill be picked in next 2 to 3 monthswill be picked in next 2 to 3 months
Type
Projects
Status
In Review