kestra-io / kestra

Infinitely scalable, event-driven, language-agnostic orchestration and scheduling platform to manage millions of workflows declaratively in code.
https://kestra.io
Apache License 2.0
7.4k stars 441 forks source link

The `Counts` task it not tested #2382

Open loicmathieu opened 9 months ago

loicmathieu commented 9 months ago

Issue description

The Counts task it not tested it should be tested not by a unit test but with a flow test as it uses a method in the execution repository that is not implemented in the memory repository.

TomCools commented 9 months ago

Any chance you are willing to push the JDBC-H2 project to maven central as well? That would make testing of custom plugins this a lot easier (just depend on H2 instead of "memory" setup).

tchiotludo commented 9 months ago

We have a plan since month to remove the memory implementation and to use the h2 instead for all test, so you will have the h2 implementation in a future.