CoBrALab / qbatch

The Unlicense
27 stars 13 forks source link

Figure out "live" testing #168

Open gdevenyi opened 6 years ago

gdevenyi commented 6 years ago

Have had a couple of bugs now that are only exposed by actual job submission.

Need to figure out some kind of live testing using docker maybe?

pipitone commented 6 years ago

Just tuning in to all of the development going on here. So awesome!

What about using Travis CI locally for live testing since we're already using it for CI: https://docs.travis-ci.com/user/common-build-problems/#Troubleshooting-Locally-in-a-Docker-Image

Otherwise, I'm a fan of vagrant for spinning up interactive testing environments.

gdevenyi commented 6 years ago

Yup, I've done docker in travis and that's what I'm thinking about.

I'm hoping to find some cluster-in-a-box simulations that already exist, otherwise, I'll have to build some docker instances.