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

Fixing bug with summary jobs #2025

Merged
merged 2 commits into from
Dec 16, 2016

Conversation

josenavas
Copy link
Contributor

Found this bug while developing the qtp-biom plugin. Basically, the "Generate HTML summary" jobs do not generate new artifacts. This bug was not affecting any functionality per se, but it was leaving jobs in the DB in the "runnning" state although they successfully completed.

Added a specific test for this issue.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 91.46% when pulling 9920fdf on josenavas:fixing-summary-completion into c0b5a6f on biocore:master.

@@ -448,7 +458,9 @@ def test_complete_success(self):
alljobs = set(self._get_all_job_ids())

job.complete(True, artifacts_data=artifacts_data)
self.assertTrue(job.status, 'success')
# The validator job spawn blocks this job in running state until
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you rewrite this? Is not really clear.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.03%) to 91.46% when pulling f3c79fc on josenavas:fixing-summary-completion into c0b5a6f on biocore:master.

@antgonza antgonza merged commit d1c1875 into qiita-spots:master Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants