You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the pipelines.exit-on-error specified via command line, Conduit doesn't always exit. Roughly, once in 3-4 times it stops. It's interesting that when used in GoLand, it always works.
Steps to reproduce
Build Conduit (latest, main, v0.7.1, v0.6.2)
Run with ./conduit -pipelines.exit-on-error -pipelines.path ./test.yaml.
Expected: Conduit exits
Actual: Conduit sometimes exits
Bug description
With the
pipelines.exit-on-error
specified via command line, Conduit doesn't always exit. Roughly, once in 3-4 times it stops. It's interesting that when used in GoLand, it always works.Steps to reproduce
./conduit -pipelines.exit-on-error -pipelines.path ./test.yaml
.Expected: Conduit exits
Actual: Conduit sometimes exits
Test file:
Version
v0.8.0-nightly.20230817, v0.7.1, v0.6.2
The text was updated successfully, but these errors were encountered: