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

Use [tokio::test] to get rid of futures::executor::block_on #7

Closed
wants to merge 7 commits into from

Conversation

sectore
Copy link
Contributor

@sectore sectore commented Feb 1, 2024

as suggested by @DanConwayDev in #6 (comment)

PR based on latest main, tests are running (almost) well locally now. However, still time-out on tests (rarely).

All changes made by hand (old school) - no AI as suggested 😅

DanConwayDev pushed a commit that referenced this pull request Feb 2, 2024
This is intended to improve the reliabilty of the tests. there have been
particular issues with random tests never ending when run in the nix
configuration

see discussion here
https://github.com/DanConwayDev/ngit-cli/issues/
6#issuecomment-1918971239

and:
#7
@DanConwayDev
Copy link
Owner

Nice! I can't describe how satisfying it is to see the test runner finishing after I rebased this onto main. Thanks for doing this.
I squashed it and improved the commit message ab1450c.
I tried to force push to this branch but it didn't work.
You remain as the 'author' in the commit metadata but unfortunately I can only close the pull request - that's not so satisfying.

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.

None yet

2 participants