-
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* time.clock() was deprecated by Python 3.3 and removed by 3.8. * The 2.4.x Python Rethink driver changed the import syntax See rethinkdb/rethinkdb-python#102 * Python 3.8 now uses ast.Constant for all constants. This script must now be run with 3.8 or newer. It's now possible to disable specific lines from the YAML test cases. I encountered a number of edge cases that were too troublesome or time consuming to fix. The impact should be minor since the other cases in the affected files are still included. As some compensation, some of the previously excluded test files are now partially included. * Regenerated the tests with Rethinkdb v2.4.0 Many files changed because the source YAML files use generic table names like "tbl" whereas the previously generated code did not. Strangely I cannot find any use of the old table names in Rethink's Git history. I don't know where they originated. Co-authored-by: Cody Jones <cody@ingrooves.com>
- Loading branch information
1 parent
73b06a3
commit e658bb8
Showing
77 changed files
with
5,271 additions
and
4,191 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.