Michael Lumish
b876c68bcc
Merge pull request #39 from tbetbetbe/grpc_ruby_update_protobuf_ruby_version
...
Updates to use the latest version of protobuf-ruby
10 years ago
Tim Emiola
cd85bb9a6e
Updates to use the latest version of protobuf-ruby
...
This resolves issues decoding empty messages.
10 years ago
Craig Tiller
3a9675af50
Merge pull request #37 from nicolasnoble/tweaks
...
Various cosmetic improvements to run_tests.py
10 years ago
Nicolas Noble
b09078f202
Addressing pull request comments.
...
-) Fixing long line length.
-) Changed the logic of the exit message.
10 years ago
Nicolas Noble
594ef6c3b3
Merge remote-tracking branch 'google/master' into tweaks
...
Conflicts:
tools/run_tests/run_tests.py
10 years ago
Craig Tiller
0fc50596c7
Initialize start_ok
10 years ago
Nicolas Noble
93209643dd
Merge pull request #35 from ctiller/helgrind
...
Helgrind support for run_tests.py
10 years ago
Nicolas Noble
044db7422a
Various cosmetic improvements to run_tests.py
...
-) Adding a new command line flag to be able to see which tests are passing.
-) Adding more status when the tool is idle in forever mode.
-) Adding a last status when the tool is finished so to avoid leaving the console in a weird state.
-) Adding a status message in the forever mode if the previous run failed.
-) Swapped the message and its explanation, so you don't have to scroll up to see which test failed.
-) Fixed a race condition in the watch_dir.py code if a file is deleted during the loop.
10 years ago
murgatroid99
82fdc983b2
Merge remote-tracking branch 'upstream/master'
10 years ago
Michael Lumish
2739a49eee
Merge pull request #36 from tbetbetbe/grpc_tools_update_java_testing_flags
...
Grpc Tools: update JDK; fix the interop server transport flag
10 years ago
Tim Emiola
b891807429
rolled back generated proto changes
10 years ago
Craig Tiller
2aa4d64947
Helgrind support for run_tests.py
...
Also allow maxjobs to be tweaked based upon which configs are being run,
to prevent memory starvation.
10 years ago
Craig Tiller
408c7383cc
clang-format
10 years ago
Craig Tiller
bafd54c1e2
Merge branch 'new_invoke_api' of github.com:google/grpc into api
10 years ago
Craig Tiller
808632ed4b
Remove grpc_call_start_invoke
10 years ago
Craig Tiller
ca75796811
Fling test uses grpc_call_invoke
10 years ago
Craig Tiller
240d02c076
Echo test uses grpc_call_invoke
10 years ago
Craig Tiller
e55e1155d3
Merge pull request #33 from nicolasnoble/quiet
...
Muting an extremely chatty log line.
10 years ago
Craig Tiller
d63b7896cc
Helgrind support for run_tests.py
...
Also allow maxjobs to be tweaked based upon which configs are being run,
to prevent memory starvation.
10 years ago
Craig Tiller
1371abd306
Fix refcounting bug
10 years ago
Nicolas Noble
ba51bead55
Muting an extremely chatty log line.
10 years ago
Tim Emiola
baa26f845e
Updates the JDK to JDK8
...
- necessary to allow seamless interop testing, as discussed earlier this week.
10 years ago
Craig Tiller
8dfaae6984
Merge pull request #22 from dklempner/http_scheme
...
Send a scheme of http or https as appropriate, rather than grpc.
10 years ago
David Klempner
ed0cbc8b0c
Review changes for :scheme conversion to http[s]
...
1. scheme_from_args should return const char*
2. Rename grpc.scheme arg to grpc.http2_scheme, and define a macro for
it.
10 years ago
Craig Tiller
0d65c784db
Filter out ssl tests in the sans: they dont work yet
10 years ago
Yang Gao
c6a56dfd45
Merge pull request #32 from ctiller/qpsfix
...
Remove unused private field
10 years ago
Craig Tiller
8a7a152919
Remove unused private field
10 years ago
Craig Tiller
92eb29a7b7
Remove unused private field
10 years ago
Qi Zhao
f4f2351865
Merge pull request #13 from ctiller/nogo
...
Remove go codegen from this repository
10 years ago
Nicolas Noble
42a1bab6a7
Merge pull request #27 from ctiller/faster_make
...
Build all targets for a config at once
10 years ago
Nicolas Noble
a9ce4b4649
Merge pull request #29 from ctiller/forever
...
Fix return behavior of run_tools.py
10 years ago
Yang Gao
087ebf5508
Merge pull request #30 from ctiller/cppapi
...
Make the C++ API use C API calls to fiddle with status
10 years ago
Tim Emiola
7ae3950675
Fix the transport name used to start the grpc java docker server
10 years ago
Craig Tiller
09b637538f
clang-format
10 years ago
Craig Tiller
465e2e11d1
Merge github.com:google/grpc into api
10 years ago
Craig Tiller
fc4a449c1e
Merge github.com:google/grpc into cppapi
10 years ago
Craig Tiller
6046dc35ef
clang-format
10 years ago
Craig Tiller
7d4c64ae7d
libevent snuck in
10 years ago
Craig Tiller
d248c24546
Update C++ code to set status via the C api.
...
This prevents mismatches from breaking tests.
10 years ago
Craig Tiller
4de9b7d4a3
Use the first received status as authoritative.
...
So that later cancellations do not clobber status.
10 years ago
Craig Tiller
d86a394ce2
Fix return behavior of run_tools.py
...
If not running in forever mode, and a test fails, fail run_tests.py
also.
If running in forever mode and make fails, wait for the next run.
10 years ago
Craig Tiller
3f8bd048af
Fix return behavior of run_tools.py
...
If not running in forever mode, and a test fails, fail run_tests.py
also.
If running in forever mode and make fails, wait for the next run.
10 years ago
Tim Emiola
f1f7213a9d
Merge pull request #28 from yang-g/codegen
...
Make cpp codegen consistent with protoc in template format.
10 years ago
Yang Gao
5680ff4687
Run clang-format-all.sh
10 years ago
Yang Gao
1ff11f6d04
Add a space in front of template argument list. Changing possible <:: to < ::
10 years ago
Craig Tiller
87350d5d45
Merge github.com:google/grpc into api
10 years ago
Craig Tiller
2ba0dacbde
Update C++ code to set status via the C api.
...
This prevents mismatches from breaking tests.
10 years ago
Craig Tiller
be56a9684e
Build all targets for a config at once
10 years ago
Craig Tiller
e4fcd6aa0e
Build all targets for a config at once
10 years ago
Yang Gao
0e477384cb
Merge pull request #26 from ctiller/signals
...
Properly mask signals in unit tests
10 years ago