Vijay Pai
4dc269ed98
Merge async client thread stress test into main thread stress test so as to
...
improve code reuse
9 years ago
Jan Tattermusch
492405c8eb
fix copyright
9 years ago
Jan Tattermusch
49832f27ca
an attempt to fix #4835
9 years ago
Dan Born
25fe36ac83
Revert run_tests.py to master.
9 years ago
David Garcia Quintas
610107cc3d
nth attempt to make clang-format work
9 years ago
David Garcia Quintas
ddcb53a9de
made codegen targets in build.yaml
9 years ago
Vijay Pai
abd5aa402f
Introduce thread stress test using async client. The server is still sync
...
for now. This will increase our coverage of concurrent execution cases in C++
since we don't currently have any coverage for multithreaded async execution using
a common completion queue.
In this test, 100 client threads initiate 1000 RPCs each, then join, and then
100 client threads come along to proces those RPC completion events as they come back.
9 years ago
Jan Tattermusch
2128ee8da7
fix C# build on mac
9 years ago
David Garcia Quintas
1e927a6ee4
updated tests.json
9 years ago
Craig Tiller
528fd1e75c
Command line parsing fix
9 years ago
Craig Tiller
ce62feb370
Fix sanity
9 years ago
Craig Tiller
de5d09017b
Fix copyrights
9 years ago
Craig Tiller
81df68d647
Add some time dilation for ASAN builds
9 years ago
Craig Tiller
1297170048
Ensure sanity generate projects doesnt eat all available cpu
9 years ago
David Garcia Quintas
edc87ecad1
more dependency/sanity fixes
9 years ago
Craig Tiller
c18cbbcf00
Propagate BUILD_ID env var to jenkins children
9 years ago
Craig Tiller
dd6f7edd2a
Make run_tests.py respect job count for compilation
9 years ago
Craig Tiller
e1b2653fb5
Limit Jenkins builder concurrency to 3
9 years ago
Craig Tiller
3dca23aa0d
Make zlib a first class build citizen
9 years ago
David Garcia Quintas
41098d3a83
docker rm true
9 years ago
David Garcia Quintas
3a55860b0c
updated submodules check
9 years ago
David Garcia Quintas
898588ba33
added missing codegen deps for grp
9 years ago
David Garcia Quintas
08a0a3306e
Made "codedgen" directories closed over #includes
9 years ago
Craig Tiller
9279ac246e
Fix imports
9 years ago
Craig Tiller
1dce906aea
Use ast.literal_eval instead of json.loads to avoid unicode problems on windows
9 years ago
Craig Tiller
a0f85171d1
Move build configs into build.yaml
...
Importantly:
- allows matching timeout values between makefile and run_tests without
repeating ourselves
- allows borrowing of compiler flags by other build systems
There's still a little too much build configuration built into our
Makefile, but we can start attacking that over time.
9 years ago
Jan Tattermusch
c895fe0558
enable running c# tests on mac
9 years ago
David Garcia Quintas
e5af172eea
Updated scripts to use docker for clang-formatting
9 years ago
murgatroid99
50dac1c276
Make Jenkins Node tests always build from source
9 years ago
Jan Tattermusch
f4c74fa6cd
update third_party/protobuf to 3.0.0beta2
9 years ago
Adele Zhou
83576babef
Update interop test service url to grpc-test.sandbox.googleapis.com.
9 years ago
David Garcia Quintas
a396276cde
regenerated projects
9 years ago
David Garcia Quintas
167221423b
Regenerated projects
9 years ago
Craig Tiller
94d04a5620
List Sanity tests in a config file, not a shell script
...
Allows parallelization of sanity tests, and better error reporting
9 years ago
Craig Tiller
0eef9eef90
Fix copyrights
9 years ago
Craig Tiller
bfd0553571
Add C++ CPU costs
9 years ago
Craig Tiller
bfe693678d
Tweak cpu costs
9 years ago
Craig Tiller
5f735a64e1
Add CPU cost measurement, tune parameters, decrease default maxjobs
9 years ago
Craig Tiller
56c6b6ab0a
Use CPU cost modelling to increase parallelism
9 years ago
David Garcia Quintas
5220a75912
have lb gen script use docker for clang formatting
9 years ago
Jan Tattermusch
59e925704e
fix artifact copying
9 years ago
vjpai
c803442204
Rename coresched --> limit_cores
9 years ago
Jan Tattermusch
9fd61c666a
fix artifact building on win
9 years ago
Craig Tiller
32d0f14c35
Update copyrights
9 years ago
Craig Tiller
590105ac53
Eliminate jobset timeouts in some circumstances
...
There are cases where we truly don't care how long something takes, and
some external timeout will kill truly stuck processes, so let's
eliminate timeouts in those cases
9 years ago
Jan Tattermusch
29dadb2404
fix copyrights
9 years ago
Jan Tattermusch
7eba1729f0
building artifacts under docker
9 years ago
David Garcia Quintas
1aeabd7194
regenerated projects
9 years ago
Jan Tattermusch
4ecf24beeb
first take on artifact builder script
9 years ago
Craig Tiller
9f1d863e4e
Revert "Disable ccache for the moment"
9 years ago