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

"UNHANDLED TASK ERROR: TaskFailedException" when running extra tests #859

Open
topolarity opened this issue Oct 9, 2024 · 1 comment
Open

Comments

@topolarity
Copy link
Contributor

This looks like a silent failure potentially: https://github.com/timholy/Revise.jl/actions/runs/11161822679/job/31025180765#step:9:69

1.6 CI looks fine, but it's present on multiple OS's for 1.9, 1.11, and nightly

@timholy
Copy link
Owner

timholy commented Oct 21, 2024

Yeah, this has been there for a long time. If memory serves, it came from more recent Julia's being picky about exiting with unfinished Tasks; those tests start a repl. When I last looked, and it seemed that the solution was to insert a mechanism into the REPL to allow an external agent to trigger an exit. I.e., eval_next_input[] || return nothing. I'm not sure if anyone would ever launch more than one repl task, but ideally that might be a kwarg rather than a global.

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

No branches or pull requests

2 participants