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

Make pack-n-play errors from system-test easier to debug #983

Open
igorbernstein2 opened this issue Jan 12, 2022 · 0 comments
Open

Make pack-n-play errors from system-test easier to debug #983

igorbernstein2 opened this issue Jan 12, 2022 · 0 comments
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@igorbernstein2
Copy link
Contributor

Currently if there is a pack-n-play the system-tests just fail with the message "Process xxx exited with code y", this doesn't really help debugging the underlying problem. Bubbling up the output from tsc would be a lot more helpful. It seems like the output is recorded in err.stdout: https://github.com/google/pack-n-play/blob/v1.0.0-2/src/pack-n-test.ts#L112, but there is no obvious way to see that information from npm run system-tests. If there is a way, it should be documented, otherwise the build should be changed to make it possible

@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/nodejs-bigtable API. label Jan 12, 2022
@igorbernstein2 igorbernstein2 added priority: p3 Desirable enhancement or fix. May not be included in next release. type: cleanup An internal cleanup or hygiene concern. and removed api: bigtable Issues related to the googleapis/nodejs-bigtable API. labels Jan 12, 2022
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/nodejs-bigtable API. label Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants