samshuster

Results 4 issues of samshuster

As of the last couple of months, the group api appears to function differently then it used to. I am not sure that the functionality is necessarily broken for users,...

AC: - either a check is put in place that fails integration tests if one is already running, or integration tests add on a unique suffix. - any clusters/resources that...

Right now there is code repetition between the two classes. The tests have also become a bit sloppy and could be cleaned up. Goal would be to: 1. abstract away...

Right now there is a lot more boiler plate. My idea two new functions: writeFileToWorkspace(File f, ImportWorkspaceRequest request) File readFileFromWorkspace(ExportWorkspaceRequest request)