-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Please remove the hooks and the logic around:
Lines 351 to 353 in b446120
hooks.before_all_preloaded(init) | |
hooks.after_each_preloaded(drop) | |
hooks.after_all_preloaded(clean) |
The testing framework should be universal, but these hooks limit it to some specific case. As example, I can't:
- I want to start 3 clusters and don't drop them between separate tests.
- I want to start a single cluster of config storage for all tests.
As an alternative way: add a cluster option to be able to create a cluster without the logic.
Metadata
Metadata
Assignees
Labels
No labels