-
Notifications
You must be signed in to change notification settings - Fork 854
Fix scripts so they can work with python3 #10276
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please check whether error messages need to have a linebreak - afair one of the differences going from print "bla"
to `print("bla")
…ture/switch-some-scripts-to-python3 * 'devel' of https://github.com/arangodb/arangodb: (26 commits) upgrade vpack library (#10314) avoid string copies in several cases (#10317) Round index estimates when comparing plan, we do not really care for exact equallity, they should only not be off by much (#10312) make ccache optional (#10310) abort write transactions (#10248) url-encode and -decode in place (#10301) updated CHANGELOG upgrade boost to version 1.71.0 (#10299) Feature/explain spliced subqueries (#10298) Revert "Feature/react webpack testing (#8712)" Feature/react webpack testing (#8712) Bug fix/make result ctor noexcept (#10293) micro optimizations for case conversion (#10291) fix error message (#10281) Add Linux to -Werr (#10294) make sure error files get built when arangod is built (#10284) reactivate warnings as errors (#10286) remove extra JSON parser (#10282) don't show "NaN" in web interface for cluster RAM usage (#10283) Bug fix/some future massaging (#10285) ...
Jenkins build failed with Python error:
|
What is the
It should be
In Python 2,
|
…ture/switch-some-scripts-to-python3 * 'devel' of https://github.com/arangodb/arangodb: Feature/force backup (#10265)
http://jenkins01.arangodb.biz:8080/view/PR/job/arangodb-matrix-pr/6907/ - Thank You @Simran-B blue except for arangodb-matrix-pr-linux-nonmaintainercompile |
…nto feature/switch-some-scripts-to-python3 * 'devel' of https://github.com/arangodb/arangodb: (107 commits) fix description of NetworkFeature options Bug fix/dont use indexes in progress (#10432) rename `lib_libarango_shell` to `libarango_shell`. (#10433) fix issues found by cppcheck (#10434) Remove IndexHandle (#10424) fix invalid assertion (#10429) no coordinators left behind (#10422) fix compile warning in AnalyzerFeature test allow using `RANDOM_TOKEN` AQL function with an argument value of `0`. (#10414) centralize cloning functionality for AstNodes (#10430) Don't modify a finalized node. (#10419) Bug fix/internal issue #651 (#10415) show index type in not implemented exception (#10426) Parallel SortingGatherExecutor (#10410) "run with --log v8=debug" to see the stacktraces of logged error messages (#10373) ARANGODB_UPGRADE_DURING_RESTORE env variable. (#10385) add optional exclusive writes to rocksdb engine (#10364) attempt to make test more deterministic Feature/parallel aql phase one 2 (#10408) Improve syncer error message (#10403) ...
…ture/dump-db-properties * 'devel' of https://github.com/arangodb/arangodb: Fix scripts so they can work with python3 (#10276) Backup with view (#10386) Bug fix/fix late materialization used after sort (#10447)
No description provided.