qbatch icon indicating copy to clipboard operation
qbatch copied to clipboard

Figure out "live" testing

Open gdevenyi opened this issue 6 years ago • 2 comments

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?

gdevenyi avatar Apr 28 '18 14:04 gdevenyi

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.

pipitone avatar Apr 28 '18 15:04 pipitone

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.

gdevenyi avatar Apr 28 '18 17:04 gdevenyi