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

Stop obfuscating errors in configuration test #162

Open
confluence opened this issue Sep 13, 2023 · 0 comments
Open

Stop obfuscating errors in configuration test #162

confluence opened this issue Sep 13, 2023 · 0 comments

Comments

@confluence
Copy link
Collaborator

There are multiple places in the configuration test where specific errors are hidden or conflated. This test should expose errors which are as specific as possible to the user, since its purpose is to debug configuration problems.

One example:

  • the test is reporting: ✖ Error: Cannot execute kill script (error status 2. Please check your killCommand option
  • there is no information available on what that error status actually means -- the script is probably relaying it from the kill command, and status 2 is usually used for "misuse of shell built-ins".
  • there should be an error message also available in the child process object, but we don't print or log it, so this information is inaccessible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Icebox
Development

No branches or pull requests

1 participant