aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/python_utils
Commit message (Collapse)AuthorAge
* Fix test failure detection when doing RBE uploadsGravatar Matt Kwong2018-06-20
|
* really upload bq test results in batchesGravatar Jan Tattermusch2018-06-13
|
* Merge pull request #15705 from jtattermusch/bq_batch_uploadGravatar Jan Tattermusch2018-06-12
|\ | | | | Upload test results to BQ in batches
| * upload bq test results in batchesGravatar Jan Tattermusch2018-06-11
| |
| * fix typoGravatar Jan Tattermusch2018-06-11
| |
* | Switch RBE build_url from Sponge to ResultStore Bazel invocationGravatar Matt Kwong2018-06-04
|/
* display test suite names with dots correctlyGravatar Jan Tattermusch2018-05-19
|
* Merge pull request #15345 from matt-kwong/rbe-uploadGravatar Matt Kwong2018-05-14
|\ | | | | Handle timeouts when uploading ResultStore results
| * Handle timeouts when uploading ResultStore resultsGravatar Matt Kwong2018-05-11
| |
* | run_tests: keep longer logs from individual test casesGravatar Jan Tattermusch2018-05-10
|/
* Merge pull request #14736 from matt-kwong/resultstore-resultsGravatar Matt Kwong2018-05-02
|\ | | | | Add test result uploading for RBE builds
| * Query ResultStore for tests instead of targetsGravatar Matt Kwong2018-04-05
| |
* | use ResultStore URL instead of Sponge for bigquery test resultsGravatar Jan Tattermusch2018-04-05
| |
| * Add test result uploading for RBE buildsGravatar Matt Kwong2018-03-21
|/
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* Pass KOKORO_BUILD_ID to DockerGravatar Matt Kwong2017-12-20
|
* yapf tools/run_tests/sanityGravatar ncteisen2017-12-11
|
* yapf tools/run_tests/python_utilsGravatar ncteisen2017-12-11
|
* Exclude cronet restricted ports from port server poolGravatar Muxi Yan2017-12-07
|
* Remove src/node and references to itGravatar murgatroid992017-10-25
| | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* Merge github.com:grpc/grpc into verifyGravatar Craig Tiller2017-10-17
|\
| * explain retries and jobset.max_time settingGravatar Jan Tattermusch2017-10-16
| |
* | Merge github.com:grpc/grpc into verifyGravatar Craig Tiller2017-10-12
|\|
| * Merge github.com:grpc/grpc into qps_failyaGravatar Craig Tiller2017-10-10
| |\
* | | test/core should trigger c++ suite nowadaysGravatar Craig Tiller2017-10-07
| | |
| | * Add uploading interop result to BQGravatar Matt Kwong2017-10-06
| |/ |/|
| * FixesGravatar Craig Tiller2017-10-06
|/
* Merge pull request #12841 from jtattermusch/report_elapsed_on_timeoutGravatar Jan Tattermusch2017-10-06
|\ | | | | jobset.py: report elapsed time for jobs that time out
| * report elapsed time for jobs that time outGravatar Jan Tattermusch2017-10-05
| |
* | retry when uploading results to bigqueryGravatar Jan Tattermusch2017-10-05
|/
* Merge pull request #12777 from apolcyn/reduce_test_parrallelizationGravatar apolcyn2017-10-04
|\ | | | | Put a safety limit on parallelization of tests
| * Limit max jobs cpu agnostic way, to avoid overloading the testGravatar Alexander Polcyn2017-10-02
| | | | | | | | environment
* | Merge pull request #12596 from matt-kwong/node-testingGravatar Michael Lumish2017-09-28
|\ \ | |/ |/| Add testing of grpc-node for Linux and MacOS
| * Add testing of grpc-node for Linux and MacOSGravatar Matt Kwong2017-09-20
| |
* | test everything if internal_ci scripts changeGravatar Jan Tattermusch2017-09-18
| |
* | Merge pull request #12515 from matt-kwong/fix-perf2Gravatar Matt Kwong2017-09-15
|\ \ | |/ |/| Revert "Revert "Merge pull request #12513 from grpc/revert-12289-sig_hand""
* | Merge branch 'master' into kokoro_filGravatar Matt Kwong2017-09-13
|\ \
| * | Make unmeasured CPU costs be 1, not 0Gravatar Craig Tiller2017-09-12
| | | | | | | | | | | | | | | Allows capturing 0 as a CPU cost, which we'll be able to leverage to increase concurrency (once data has caught up in a few days)
| | * Revert "Merge pull request #12513 from grpc/revert-12289-sig_hand"Gravatar Matt Kwong2017-09-12
| | | | | | | | | | | | | | | This reverts commit 81ad19d4be0e12d519b026a37982f14ff87a0847, reversing changes made to ed63aac1952b8f19c7f1b4186cae139613c77603.
| | * Revert "Let alarms trigger at end of jobset.py instead of clearing them"Gravatar Craig Tiller2017-09-12
| | |
* | | Add Kokoro test filtering for MacOS/WindowsGravatar Matt Kwong2017-09-11
|/ /
| * Get rid of have_alarm var in jobset.pyGravatar Matt Kwong2017-08-29
| |
| * Let alarms at end of jobset.py trigger isntead of clearingGravatar Matt Kwong2017-08-24
| |
| * Revert "Don't clear alarm in jobset when running performance tests"Gravatar Matt Kwong2017-08-24
|/ | | | This reverts commit c15d32bbe89a2bf950992ded06d1b3da7f1f39a6.
* Remove bazel warning (we have owners now), set noparent on bazel/OWNERSGravatar Craig Tiller2017-07-13
|
* Merge pull request #11670 from matt-kwong/perf_alarmGravatar Matt Kwong2017-07-11
|\ | | | | Don't clear alarm in jobset when running performance tests
| * Don't clear alarm in jobset when running performance testsGravatar Matt Kwong2017-07-10
| |
* | Merge branch 'master' of github.com:grpc/grpc into matrixGravatar Yong Ni2017-07-05
|\ \
| * | Add return code as a field in BQ results uplaodGravatar Matt Kwong2017-07-05
| |/
* | Added timestamp to the xml report and minor changes to the API per review ↵Gravatar Yong Ni2017-07-05
| | | | | | | | feedback.