qbatch
qbatch copied to clipboard
Figure out "live" testing
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?
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.
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.