index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
run_tests
Commit message (
Expand
)
Author
Age
...
*
|
|
Mark large requests tests flaky (they are buggy)
Craig Tiller
2015-04-17
|
*
|
Merge pull request #1301 from ctiller/fix-run-tests
Nicolas Noble
2015-04-16
|
|
\
\
*
|
|
|
Kill transport end2end tests: not useful
Craig Tiller
2015-04-16
*
|
|
|
Switching to batch oriented metadata passing
Craig Tiller
2015-04-16
|
/
/
/
|
*
|
Get run_tests.py forever mode working again
Craig Tiller
2015-04-16
*
|
|
Introduce ahead-of-time registration of (method,host) pairs
Craig Tiller
2015-04-16
|
/
/
*
|
sync and resolve conflict
Yang Gao
2015-04-15
|
\
\
*
|
|
Remove outdated protos
Yang Gao
2015-04-15
|
*
|
Merge pull request #1124 from nicolasnoble/sanity
Craig Tiller
2015-04-14
|
|
\
\
|
|
*
\
Merge branch 'master' of github.com:grpc/grpc into sanity
Nicolas "Pixel" Noble
2015-04-14
|
|
|
\
\
|
*
|
\
\
Merge branch 'master' of git://github.com/vjpai/grpc into timers
Vijay Pai
2015-04-13
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
*
/
|
|
Move files to a new "profiling" directory to better distinguish from census
Vijay Pai
2015-04-13
|
/
/
/
/
|
*
|
|
Update build files
Craig Tiller
2015-04-13
|
*
|
|
Merge github.com:grpc/grpc into windows-fixes
Craig Tiller
2015-04-13
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1047 from nicolasnoble/freebsd
Vijay Pai
2015-04-10
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' of github.com:grpc/grpc into freebsd
Nicolas "Pixel" Noble
2015-04-10
|
|
\
\
\
\
*
|
|
|
|
|
Thread local storage for grpc
Craig Tiller
2015-04-10
|
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
Merge branch 'master' of github.com:grpc/grpc into sanity
Nicolas "Pixel" Noble
2015-04-10
|
|
|
|
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
Allow restricting platforms for certain tests
Craig Tiller
2015-04-08
|
|
*
|
|
Spam cleanup
Craig Tiller
2015-04-08
|
|
*
|
|
Initial porting of run_tests to Windows
Craig Tiller
2015-04-08
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Refactor and add a unit test
Yang Gao
2015-03-27
*
|
|
|
Adding a simple 'buildonly' test.
Nicolas "Pixel" Noble
2015-03-26
|
|
|
*
Adding pre-built packages for OpenSSL and protobuf for Travis.
Nicolas "Pixel" Noble
2015-03-25
|
|
_
|
/
|
/
|
|
|
|
*
Adding basic sanity test.
Nicolas "Pixel" Noble
2015-03-24
|
|
/
|
/
|
*
|
Protect on some overflow scenarios, add a test and build/run the test
Yang Gao
2015-03-20
|
*
Merge branch 'master' of github.com:google/grpc into freebsd
Nicolas "Pixel" Noble
2015-03-19
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #1078 from dklempner/run_tests_timeout
Vijay Pai
2015-03-17
|
\
\
|
*
|
Unconditionally add a newline if a test times out or fails.
David Klempner
2015-03-17
*
|
|
Merge the base and base.packets packages
Nathaniel Manista
2015-03-18
|
/
/
*
|
Fix Python test ignorance of build config
Masood Malekghassemi
2015-03-17
*
|
Merge branch 'master' into untypedAPI
Yang Gao
2015-03-16
|
\
\
|
*
|
Defaulting run_tests to just opt.
Nicolas "Pixel" Noble
2015-03-16
|
|
*
FreeBSD preliminary work.
Nicolas Noble
2015-03-16
|
|
/
*
|
Rename anonymous to generic globally
Yang Gao
2015-03-11
*
|
A first test with typed async client and untyped service for a simple rpc
Yang Gao
2015-03-11
|
/
*
Eliminate the Python "assembly" package
Nathaniel Manista
2015-03-10
*
Merge pull request #835 from ctiller/credit
Nicolas Noble
2015-03-06
|
\
*
|
Include interop tests in python_tests.json
Nathaniel Manista
2015-03-07
|
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-06
|
|
\
|
|
/
|
/
|
*
|
Have Python protoc plugin test run with other tests
Masood Malekghassemi
2015-03-05
|
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-05
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #954 from murgatroid99/node_binding_cleanup
Craig Tiller
2015-03-05
|
\
\
*
|
|
Teach run_tests about individual Python tests
Craig Tiller
2015-03-05
|
*
|
Added CONFIG environment variable to build and test scripts, fixed some bugs
murgatroid99
2015-03-04
|
/
/
|
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-04
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #933 from ctiller/bugscrub2
jboeuf
2015-03-03
|
\
\
*
|
|
added C# to run_tests.py
Jan Tattermusch
2015-03-03
|
*
|
Add a test that bad hostnames fail
Craig Tiller
2015-03-03
|
/
/
|
*
Merge github.com:grpc/grpc into credit
Craig Tiller
2015-03-03
|
|
\
|
|
/
|
/
|
[prev]
[next]