{{ message }}
Python 3 tests#1525
Merged
Merged
Conversation
swilly22
approved these changes
Jan 13, 2021
jeffreylovitz
added a commit
that referenced
this pull request
Jan 20, 2021
* Post-rebase fixes * Switch automation to Python 3 * Fix CI locale * Fix path tests * Explicitly decode RLTest responses (cherry picked from commit 9a45717)
swilly22
added a commit
that referenced
this pull request
Jan 20, 2021
* Updating 'redis-modules-sdk' inside README and adding to clients.md (#1515) * Update README.md * Update clients.md (cherry picked from commit 7c19f2d) * list indices (#1519) * list indices * Modifications to list indexes procedure * order db.indexes when testing its output Co-authored-by: Jeffrey Lovitz <jeffrey.lovitz@gmail.com> (cherry picked from commit 7961d5a) * adding redisinsight to our docs (#1521) * adding redisinsight to our docs * fix typo (cherry picked from commit a03a79f) * Fixes for zero-length traversals (#1504) * Fixes for zero-length traversals * Address PR comments * handle removal of nested algebraic operand Co-authored-by: Roi Lipman <swilly22@users.noreply.github.com> Co-authored-by: swilly22 <roi@redislabs.com> (cherry picked from commit b3ab565) * Recurse into other operations when checking for transpose ops (#1523) * Recurse into other operations when checking for transpose ops * check if operand is transposed Co-authored-by: swilly22 <roi@redislabs.com> (cherry picked from commit d62b7a2) * Persist Record values before storing them in OpCreate (#1524) * Persist Record values before storing them in OpCreate * Address PR comments Co-authored-by: Roi Lipman <swilly22@users.noreply.github.com> (cherry picked from commit dc19665) * Python 3 tests (#1525) * Post-rebase fixes * Switch automation to Python 3 * Fix CI locale * Fix path tests * Explicitly decode RLTest responses (cherry picked from commit 9a45717) * Ensure label data is up-to-date when initializing index scans (#1534) Co-authored-by: Roi Lipman <swilly22@users.noreply.github.com> (cherry picked from commit 4a1cec5) * Don't attempt to normalize IN filters when utilizing indexes (#1532) (cherry picked from commit b943a14) * bump version to 2.2.13 Co-authored-by: Dani Tseiltin <39850374+danitseitlin@users.noreply.github.com> Co-authored-by: Roi Lipman <swilly22@users.noreply.github.com> Co-authored-by: Pieter Cailliau <pieter.cailliau@gmail.com>
pnxguide
pushed a commit
to CMU-SPEED/RedisGraph
that referenced
this pull request
Mar 22, 2023
* Post-rebase fixes * Switch automation to Python 3 * Fix CI locale * Fix path tests * Explicitly decode RLTest responses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Changes test suite to run under Python 3.