nodejs-bigtable icon indicating copy to clipboard operation
nodejs-bigtable copied to clipboard

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

Open igorbernstein2 opened this issue 3 years ago • 0 comments
trafficstars

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

igorbernstein2 avatar Jan 12 '22 20:01 igorbernstein2