You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Fix running GitHub action
... some comment outed tests are followed.
I started to investigate this problem.
Similar problem is occurred when I add a test for a xplr runner. The test just creates runner with default parameter and calls run(). A commit of the test is here in my forked repo.
Hey @sux2mfgj thanks for investigating this issue. It could be a threading related issue. It's just a guess, but I think GH runner is preventing xplr from spawning multiple threads.
It's possible to debug this by directly ssh-ing into the runners (there are github actions for that in the marketplace) and run xplr with debug logs (or just printlns).
This issue is for a TODO on xplr.rs.
I started to investigate this problem.
Similar problem is occurred when I add a test for a xplr runner. The test just creates runner with default parameter and calls run(). A commit of the test is here in my forked repo.
A stack trace of the error is shown in a ci log
I'll update this issue. If you have some related information, please update to here.
Thanks.
The text was updated successfully, but these errors were encountered: