Skip to content

Replace ensure_future with create_task #2311

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

Merged
merged 2 commits into from
Aug 2, 2022
Merged

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Jul 28, 2022

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?
  • Was the change added to CHANGES file?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

As part of #2306

@dvora-h dvora-h added the maintenance Maintenance (CI, Releases, etc) label Jul 28, 2022
@dvora-h dvora-h requested a review from chayim July 28, 2022 00:52
@codecov-commenter
Copy link

codecov-commenter commented Jul 28, 2022

Codecov Report

Merging #2311 (efea0c4) into master (f9f9d06) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #2311   +/-   ##
=======================================
  Coverage   92.06%   92.07%           
=======================================
  Files         109      109           
  Lines       28241    28238    -3     
=======================================
  Hits        25999    25999           
+ Misses       2242     2239    -3     
Impacted Files Coverage Δ
redis/commands/cluster.py 93.64% <ø> (ø)
redis/asyncio/cluster.py 90.28% <100.00%> (ø)
tests/test_asyncio/compat.py 100.00% <100.00%> (+9.09%) ⬆️
tests/test_cluster.py 96.85% <0.00%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f9f9d06...efea0c4. Read the comment docs.

@dvora-h dvora-h merged commit e601aa7 into redis:master Aug 2, 2022
@dvora-h dvora-h deleted the create-task branch June 18, 2023 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance (CI, Releases, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants