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

Fix TypeError in graph commands #2050

Merged
merged 1 commit into from
Mar 14, 2022
Merged

Conversation

dvora-h
Copy link
Collaborator

@dvora-h dvora-h commented Mar 14, 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

closes #2033

@dvora-h dvora-h added the bug Bug label Mar 14, 2022
@dvora-h dvora-h requested a review from chayim March 14, 2022 11:37
@codecov-commenter
Copy link

codecov-commenter commented Mar 14, 2022

Codecov Report

Merging #2050 (a530089) into master (8d949a3) will decrease coverage by 0.01%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2050      +/-   ##
==========================================
- Coverage   92.17%   92.15%   -0.02%     
==========================================
  Files         100      100              
  Lines       21024    21028       +4     
==========================================
+ Hits        19378    19379       +1     
- Misses       1646     1649       +3     
Impacted Files Coverage Δ
redis/commands/graph/commands.py 84.81% <50.00%> (-0.91%) ⬇️
redis/commands/graph/execution_plan.py 74.74% <50.00%> (-0.52%) ⬇️
redis/asyncio/client.py 90.45% <0.00%> (-0.18%) ⬇️
tests/test_cluster.py 98.29% <0.00%> (ø)

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 8d949a3...a530089. Read the comment docs.

@dvora-h dvora-h merged commit 160a7f6 into redis:master Mar 14, 2022
@dvora-h dvora-h deleted the graph-explain branch March 14, 2022 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

graph commands explain raise TypeError again.
3 participants