Commit Graph

19 Commits

Author SHA1 Message Date
Sergii Tkachenko de6ed9ba9f
[Python] Migrate from yapf to black (#33138)
- Switched  from yapf to black
- Reconfigure isort for black
- Resolve black/pylint idiosyncrasies 

Note: I used `--experimental-string-processing` because black was
producing "implicit string concatenation", similar to what described
here: https://github.com/psf/black/issues/1837. While currently this
feature is experimental, it will be enabled by default:
https://github.com/psf/black/issues/2188. After running black with the
new string processing so that the generated code merges these `"hello" "
world"` strings concatenations, then I removed
`--experimental-string-processing` for stability, and regenerated the
code again.

To the reviewer: don't even try to open "Files Changed" tab 😄 It's
better to review commit-by-commit, and ignore `run black and isort`.
2023-06-09 15:08:55 -07:00
Richard Belleville 59693b7e72
Migrate Infrastructure Scripts to Python 3 (#27135)
* Run 2to3 on tools directory

* Delete github_stats_tracking

* Re-run 2to3

* Remove unused script

* Remove unused script

* Remove unused line count utility

* Yapf. Isort

* Remove accidentally included file

* Migrate tools/distrib directory to python 3

* Remove unnecessary shebang

* Restore line_count directory

* Immediately convert subprocess.check_output output to string

* Take care of Python 2 shebangs

* Invoke scripts using a Python 3 interpreter

* Yapf. Isort

* Try installing Python 3 first

* See if we have any Python 3 versions installed

* Add Python 3.7 to Windows path

* Try adding a symlink

* Try to symlink differently

* Install six for Python 3

* Run run_interop_tests with python 3

* Try installing six in python3.7 explicitly

* Revert "Try installing six in python3.7 explicitly"

This reverts commit 2cf60d72f3.

* And debug some more

* Fix issue with jobset.py

* Add debug for CI failure

* Revert microbenchmark changes
2021-11-08 08:55:25 -08:00
Lidi Zheng 2231c2ba77
Introduce Python import sorting to our sanity test suite (#26768)
* Add isort_code.sh to sanity tests

* Run tools/distrib/isort_code.sh

* Fine tune the import order for relative imports

* Make pylint and project generation happy

* Fix a few corner cases

* Use --check instead of --diff

* The import order impacts test result somehow

* Make isort print diff and check output at the same time

* Let tools/run_tests/python_utils be firstparty library

* Run isort against latest HEAD
2021-07-26 12:31:21 -07:00
Esun Kim 7be821ac47 Yapf all target python sources 2020-01-03 09:25:10 -08:00
Bill Feng be55d61b64 more fields for filter 2019-02-14 15:07:04 -08:00
Bill Feng cd83999dd9 debug outputs 2019-02-14 14:22:52 -08:00
Bill Feng 4d0b123609 more debug printouts 2019-02-14 13:52:43 -08:00
Richard Belleville 666fb1c5ee Make run_tests.py python-version agnostic 2018-11-02 14:18:58 -07:00
ncteisen 5f8bf79bbf yapf tools 2017-12-11 18:10:00 -08:00
Jan Tattermusch 58ca8beb16 add script for patching perf benchmark schema 2017-06-27 13:45:46 +02:00
Matt Kwong 8961a10ca1 Silence noisy cache_discovery warning 2017-06-16 12:29:59 -07:00
Matt Kwong c1e1e1b720 Merge pull request #11248 from matt-kwong/part_tables
Upload Jenkins tests results to a partitioned BQ table
2017-06-14 16:25:47 -07:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Matt Kwong d14c0ea1f5 Upload Jenkins tests results to a partitioned BQ table 2017-05-24 13:42:54 -07:00
Jan Tattermusch ac4251aa0e fix error handling in big_query_utils.insert_rows 2016-04-15 14:53:54 -07:00
Jan Tattermusch 7d54db8d49 minor refactoring of biq_query_utils 2016-04-15 09:14:45 -07:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Sree Kuchibhotla e1dd18a945 Fix copyright 2016-02-29 13:28:55 -08:00
Sree Kuchibhotla aadb910524 Change directory structure for the scripts (remove tools/big_query and
tools/gke directies and instead create tools/gcp). Move scripts around
in to the appropriate directories
2016-02-26 17:58:31 -08:00