redpanda-data / connect

Fancy stream processing made operationally mundane
https://docs.redpanda.com/redpanda-connect/about/
8.13k stars 831 forks source link

benthos lint does not understand `parallel` in test files #1103

Open disintegrator opened 2 years ago

disintegrator commented 2 years ago

benthos lint does not understand the top-level config option, parallel, in test files:

❯ benthos lint projects/...
projects/hello-world/config_benthos_test.yml: line 1: field parallel not recognised
Jeffail commented 2 years ago

Thanks for raising this @disintegrator, I'm actually considering removing the parallel field eventually and adding a per-test field instead. I'll mark this as annoying and will probably just add a lint rule to ignore parallel in all configs.