Open purbon opened 9 years ago
First try to implement it in #3954
@suyograo let me know if label is resonable here.
Made it 5.1, since 5.0 after beta1 will be bug fixes only.
makes sense, thank for feedback Suyog, also there is another problem here and is we have a ton of Dummy plugins and this internal real plugins, my idea is we should move to something that really make our current test independant of plugins, but we still have integrations test for it.
Like this we are not blocking anyone when a big refactor happen, or any other small issue in plugins used for test. And also it makes more sense in terms of code separation.
Core test should not be dependant on plugins to work. This days core test need
to work, but for this test to be actually validating the pipeline behaviour it should be using mocks or internal dummy filters created for this special purpose. Otherwise when a plugin has a blocker update, test in core are not working as expected.