Autodesk / molecular-simulation-tools

Web applications for molecular modeling using the Molecular Design Toolkit
http://molsim.bionano.autodesk.com
Apache License 2.0
16 stars 10 forks source link

Fix /test/all endpoint for deployment to succeed #301

Open PeterRJones opened 7 years ago

PeterRJones commented 7 years ago

The standard app ci/cd pipeline tests the following links on an application during deployment:

For MST the /test/all endpoint currently fails and thus causes the deployment to be considered failed.

dionjwa commented 7 years ago

@PeterRJones I'm seeing both /test and /test/all succeed in dev:

✔ ~/autodesk/molecular-simulation-tools [dev|✚ 1⚑ 5]
12:18 $ curl molecularsimulation.dev.lifesciences.autodesk.com/test
{"success":true}
✔ ~/autodesk/molecular-simulation-tools [dev|✚ 1⚑ 5]
12:18 $ curl molecularsimulation.dev.lifesciences.autodesk.com/test/all
{"success":true,"results":[{"success":true},{"success":true},{"success":true}]}
PeterRJones commented 7 years ago

@dionjwa Perfect if you have dev working, than this will be closed when we promote to prod. No action needed. 👍