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

Circumvent CI hang on 1.8 #722

Merged
merged 1 commit into from
Jan 4, 2023
Merged

Circumvent CI hang on 1.8 #722

merged 1 commit into from
Jan 4, 2023

Conversation

timholy
Copy link
Owner

@timholy timholy commented Dec 29, 2022

#710 attempted to debug a Requires-based hang that seems
to only occur on CI with Julia 1.8. It may be due to lock contention,
but the precise cause was not obvious.

This just disables the problematic test.
Since it doesn't happen on nightly, and since Requires will be
supplanted by the new weakdeps mechanism, we can direct any
users who encounter this bug to the alternatives.

#710 attempted to debug a Requires-based hang that seems
to only occur on CI with Julia 1.8. It may be due to lock contention,
but the precise case was not obvious.

This just disables the problematic test.
Since it doesn't happen on nightly, and since Requires will be
supplanted by the new weakdeps mechanism, we can direct any
users who encounter this bug to the alternatives.
@timholy
Copy link
Owner Author

timholy commented Dec 29, 2022

CC @t-bltg

@timholy
Copy link
Owner Author

timholy commented Dec 29, 2022

These failures are different and will be fixed by JI#561. Looks like I pushed this just a few minutes before a new JuliaInterpreter was registered.

@timholy timholy mentioned this pull request Dec 29, 2022
@t-bltg
Copy link
Collaborator

t-bltg commented Dec 29, 2022

Yes, it's probably best if we can move forward, and rework if we encounter a real case scenario bug related to this.

Looks like I pushed this just a few minutes before a new JuliaInterpreter was registered.

Let's rerun ci ? EDIT: relaunched

@timholy
Copy link
Owner Author

timholy commented Jan 4, 2023

This does not seem to be a regression, so let's merge.

@timholy timholy merged commit 58cd2cb into master Jan 4, 2023
@timholy timholy deleted the teh/requires_hang branch January 4, 2023 01:08
@timholy timholy mentioned this pull request Jan 4, 2023
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