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

Log exception downloading artifacts stack (#1260) #1274

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

dmose
Copy link
Member

@dmose dmose commented Jan 21, 2022

I've done some basic testing in a Jupyter notebook, though not of the code in situ, as that's more work. @marco-c I'm guessing this should be enough, but if not, let me know...

@marco-c
Copy link
Collaborator

marco-c commented Jan 24, 2022

@dmose dmose force-pushed the artifact-download-exception-1260 branch from 4174dae to 0aebb1b Compare January 24, 2022 21:56
@dmose
Copy link
Member Author

dmose commented Jan 24, 2022

🤦

OK, fixed, along with the linting and formatting issues.

I would have left the one in artifacts.py also , but mypy was giving a weird type error there, and I don't really have the bandwidth to debug it.

@dmose
Copy link
Member Author

dmose commented Jan 24, 2022

The failed add-on test in Community-TC appears to be some sort of CI issue to me, not a problem with the patch.

@dmose
Copy link
Member Author

dmose commented Jan 24, 2022

The front-end build failure also looks unrelated.

@marco-c
Copy link
Collaborator

marco-c commented Jan 25, 2022

I would have left the one in artifacts.py also , but mypy was giving a weird type error there, and I don't really have the bandwidth to debug it.

That one should be unneeded, because ThreadPoolExecutorResult reraises the exception on exit:

.
It is not happening in this specific case because we exit right away with os._exit.

Copy link
Collaborator

@marco-c marco-c left a comment

Choose a reason for hiding this comment

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

Thanks!

@marco-c marco-c merged commit 9edc1f1 into mozilla:master Jan 25, 2022
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.

2 participants