Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] FlagD returns exit code zero on error #169

Closed
beeme1mr opened this issue Sep 21, 2022 · 2 comments
Closed

[BUG] FlagD returns exit code zero on error #169

beeme1mr opened this issue Sep 21, 2022 · 2 comments
Assignees
Labels
bug Something isn't working Needs Triage This issue needs to be investigated by a maintainer

Comments

@beeme1mr
Copy link
Member

Observed behavior

FlagD returns exit code zero on error

Expected Behavior

FlagD should return a non-zero exit code when an error occurs.

Steps to reproduce

  1. Run docker run -p 8013:8013 -it ghcr.io/open-feature/flagd:v0.1.0 start --uri /invalid/path.json
  2. Run echo $?
@beeme1mr beeme1mr added bug Something isn't working Needs Triage This issue needs to be investigated by a maintainer labels Sep 21, 2022
@AlexsJones AlexsJones self-assigned this Sep 22, 2022
@AlexsJones
Copy link
Member

#170

AlexsJones added a commit that referenced this issue Sep 23, 2022
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

#169

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
@toddbaert
Copy link
Member

Closed with #170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needs Triage This issue needs to be investigated by a maintainer
Projects
None yet
Development

No branches or pull requests

3 participants