appsody / stacks

Appsody application stacks. This repo will be archived soon.
https://appsody.dev
Apache License 2.0
89 stars 120 forks source link

ci build script randomly exits when testing appsody build #390

Closed Kamran64 closed 4 years ago

Kamran64 commented 4 years ago

Describe the bug When running the build script, sometimes during the test phase, specifically appsody build the build will freeze and become unresponsive. This causes Travis builds to "error out" forcing a restart. (Testing locally you can Ctrl-C to exit and re run)

To Reproduce Steps to reproduce the behavior:

  1. Run the build script locally
  2. See: > appsody build freeze
  3. On Travis: See the build error out. Locally: See the build freeze forcing you to Ctrl-C and restart.

Expected behavior Build script should finish successfully

Actual behaviour Build script freezes locally and errors out on Travis due to no response

neeraj-laad commented 4 years ago

This should be resolved now as we have re-implemented a different way to build and test stacks