Issue 34117: Low effort ways to get some kind of remote pipeline auto…#1023
Conversation
bbimber
left a comment
There was a problem hiding this comment.
@labkey-jeckels see comment about exit codes
| if (args.length < 1) | ||
| { | ||
| System.out.println("No job file provided, exiting"); | ||
| System.exit(0); |
There was a problem hiding this comment.
@labkey-jeckels This was on purpose. The use case is to verify the cluster process can start. we use it on our cluster after upgrades. It will also break the tests I just added
There was a problem hiding this comment.
It would also be reasonable to support a new arg to explicitly say we dont expect to run a job, like "-dryRun" or something
There was a problem hiding this comment.
Thanks for the review. I misinterpreted the comments. Please check the latest changes I pushed, which include core test coverage for the extract-only usage
There was a problem hiding this comment.
ok, looks good. glad we finally have this in place!
… should not redirect to external host
…mated testing