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

Failed constellation job looks successful #1

Open
4 tasks
ChrisWellsWood opened this issue Jul 1, 2020 · 0 comments
Open
4 tasks

Failed constellation job looks successful #1

ChrisWellsWood opened this issue Jul 1, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ChrisWellsWood
Copy link
Contributor

Failed constellation jobs do not trigger error messages as they fail to decode the results, which by passes the normal error handing process. The relevant code in the case of the auto jobs starts here:

ProcessScanStatus (Err error) ->

after which the error is promptly ignored!

I need to:

  • Check what happens after the job status is decoded
  • Check the format of the results in the database
  • Fix the error for in the case of the auto jobs
  • Check all other cases where results are retrieved to determine if there are other cases of this bug.

This pdb file will recreate this bug: 5efa10af32a21d58244bc4ae.txt

@ChrisWellsWood ChrisWellsWood added the bug Something isn't working label Jul 1, 2020
@ChrisWellsWood ChrisWellsWood self-assigned this Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant