Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyccc: error state handling #69

Open
avirshup opened this issue Aug 9, 2016 · 0 comments
Open

pyccc: error state handling #69

avirshup opened this issue Aug 9, 2016 · 0 comments
Assignees
Labels

Comments

@avirshup
Copy link
Contributor

avirshup commented Aug 9, 2016

pyccc (both 0.6.5 and dev) reports that a job with status "failed" is "finished", and then throws an unrelated error when trying to get the job's results. It SHOULD report an error state, and ideally include CCC's error message.

To reproduce (fails because image does not exist):

engine = pyccc.CloudComputeCannon("cloudcomputecannon.bionano.autodesk.com:9000")
job = engine.launch("image_does_not_exist", 'echo hello')
@avirshup avirshup self-assigned this Aug 9, 2016
@avirshup avirshup removed the compute label Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant