Michael Lumish
fbf4051ef2
Merge pull request #66 from tbetbetbe/grpc_tools_simplify_docker_image_updates
...
Grpc tools simplify docker image updates
10 years ago
Tim Emiola
f3c7ae229d
Updates launch server to remove existing server if it's present
10 years ago
Tim Emiola
4036f002e1
Renames and grpc_update_docker_images to grpc_sync_images
...
- also allows it to sync multiple hosts
10 years ago
Yang Gao
bb99cba2b6
Merge pull request #62 from ctiller/brackets
...
() --> (void) everywhere in the C core
10 years ago
Nicolas Noble
db2963e7fd
Merge pull request #47 from ctiller/makeclean
...
Cleanup makefiles
10 years ago
Tim Emiola
58192e8c9b
Simplify the docker image update cmd
10 years ago
Nicolas Noble
a82516b2d0
Merge pull request #46 from ctiller/testing
...
Get MSAN, ASAN working for C
10 years ago
Craig Tiller
3eef2c4bcb
clang-format
10 years ago
Craig Tiller
32946d37e0
() --> (void)
10 years ago
Yang Gao
da2a953fd6
Merge pull request #48 from ctiller/noaccept
...
Remove grpc_call_accept
10 years ago
Craig Tiller
d7f2c2b1c7
clang-format
10 years ago
Craig Tiller
4f20042ce1
Remove grpc_call_accept
10 years ago
Craig Tiller
a2075b90d7
Remove calls to grpc_call_accept from C core tests.
...
This call is deprecated.
10 years ago
Craig Tiller
a614caa54b
Add missing space
10 years ago
Craig Tiller
d201c9dcec
Merge pull request #1 from nicolasnoble/zlib
...
Fixing zlib dependency build.
10 years ago
Nicolas "Pixel" Noble
85bf09b315
Fixing zlib dependency build.
10 years ago
Craig Tiller
f58b9ef681
Remove protoc_plugins, and use a variable.
...
Files that have dependencies on phony targets are always remade, leading
to much unnecessary compiling of the C++ tests.
10 years ago
Craig Tiller
f0afe50dc9
Add missing space
10 years ago
Nicolas Noble
5bf2c11f81
Merge pull request #45 from ctiller/test-lang
...
Allow language to be specified to run_tests.py
10 years ago
Craig Tiller
8f126a6552
Remove _DEPS variables
...
They're trivially recreatable from the _OBJS variables now.
10 years ago
Craig Tiller
12c8209c93
Generate dependencies when compiling the .o
...
If we don't have a .o, we don't need dependencies, so skip the setup
step of building them. Instead, when building the .o, we generate the
.dep and output it (to objs/ to make the rules a little easier). The
next run of make will include the dep file and any dependencies will be
picked up.
This change also disables the disabling of dependency checking if we
have zlib or openssl being compiled from third_party. Additionally it
inverts the logic for including dependencies from ONLY if we are doing a
clean to ONLY if we are NOT doing a clean.
10 years ago
Craig Tiller
3759e6f0f1
Remove clean rules
...
It's safe enough to just delete the build product directories.
10 years ago
Craig Tiller
c4da6b7ad5
Force using custom libraries if we are using ?SAN.
...
These libraries need to see all of the source code, so using system
installed libraries is out of the question.
10 years ago
Craig Tiller
3ccae020f2
Support compiling zlib with ?SAN
10 years ago
Craig Tiller
f8cc166605
Allow language to be specified to run_tests.py
10 years ago
Craig Tiller
da3010ad6f
Merge github.com:google/grpc into testing
10 years ago
Craig Tiller
686fb26b30
Allow language to be specified to run_tests.py
10 years ago
Craig Tiller
ec0b8f3f77
Compile OpenSSL differently for each config.
...
MSAN, TSAN, ASAN need to see all the code. Valgrind, MSAN want -DPURIFY.
10 years ago
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
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
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
e55e1155d3
Merge pull request #33 from nicolasnoble/quiet
...
Muting an extremely chatty log line.
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
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
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