Hello, I am extending some of the job scheduling policies in SLURM, but I am having a hard time testing it. Currently, I am using rpmbuild and install to get my changes to the cluster and then test them those. However, this whole cycles takes long time, and even for small changes I need to do this whole process.
Can I do something different to avoid having to do this? I think unit testing would be one option, but I also want to run and test on an actual deployment, because I am doing some interaction between job scheduler and applications, which cannot be done by simulation or unit testing. Thanks, Abhishek CS-Ph.D student, UIUC
