[Tests] Optimise the tests #125
Labels
area/dev-productivity
Developer productivity related (how to improve development)
component/etcd-backup-restore
ETCD Backup & Restore
effort/2d
Effort for issue is around 2 days
exp/beginner
Issue that requires only basic skills
kind/test
Test
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
platform/all
priority/3
Priority (lower number equals higher priority)
status/accepted
Issue was accepted as something we need to work on
Feature (What you would like to be added):
Create scalable and reusable test framework for testing. Optimise the time consumed for running all the tests.
Motivation (Why is this needed?):
Currently, we have duplicate code used for setting up environment like bootstrapping etcd or pushing test specific data to etcd. Now its causing extra time consumption while running tests. We are not able to run many tests in parallel. Thorough the experience we now have enough idea to make generic and reusable code.
The text was updated successfully, but these errors were encountered: