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

Mitigate Python extension rejecting ready promise #1765

Merged
merged 1 commit into from
May 25, 2022

Conversation

mattseddon
Copy link
Contributor

@mattseddon mattseddon commented May 25, 2022

This issue was first surfaced by @rogermparent in #1318.

I've raised this PR due to the behaviour demonstrated by @dacbd in this video.

My working theory is that some part of the Python extension fails to load correctly in a SSH session and the ready promise gets rejected. Hopefully, this will be mitigated by the solution Roger proposed above.

@mattseddon mattseddon added the bug Something isn't working label May 25, 2022
@mattseddon mattseddon self-assigned this May 25, 2022
@mattseddon mattseddon force-pushed the mitigate-ready-reject branch from 83819ea to c3c2ab4 Compare May 25, 2022 02:21
@mattseddon mattseddon marked this pull request as ready for review May 25, 2022 02:21
Copy link
Contributor

@rogermparent rogermparent left a comment

Choose a reason for hiding this comment

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

Here's hoping it works! 🙏

@mattseddon mattseddon force-pushed the mitigate-ready-reject branch from c3c2ab4 to 737fb16 Compare May 25, 2022 05:06
@mattseddon mattseddon enabled auto-merge (squash) May 25, 2022 05:07
@mattseddon mattseddon disabled auto-merge May 25, 2022 05:07
@mattseddon mattseddon enabled auto-merge (squash) May 25, 2022 05:09
@mattseddon
Copy link
Contributor Author

I'm going to merge and ship this so it can be tested tomorrow 👍🏻 .

@codeclimate
Copy link

codeclimate bot commented May 25, 2022

Code Climate has analyzed commit 737fb16 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.8% (0.0% change).

View more on Code Climate.

@mattseddon mattseddon merged commit ea7fb64 into main May 25, 2022
@mattseddon mattseddon deleted the mitigate-ready-reject branch May 25, 2022 05:14
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

Successfully merging this pull request may close these issues.

2 participants