Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1510 from ejona86/installDist | Nathan Mittler | 2015-05-07 |
|\ | | | | | Add 'installDist' task to grpc-java Docker build | ||
| * | Add 'installDist' task to grpc-java Docker build | Eric Anderson | 2015-05-07 |
| | | | | | | | | | | This will allow us to not run Gradle every time we run an integration test. | ||
* | | more division of logs to make it easier to analyze test results. | Donna Dionne | 2015-05-06 |
| | | |||
* | | Merge branch 'master' of github.com:google/grpc into test-log | Donna Dionne | 2015-05-06 |
|\ \ | |||
* | | | Ensuring test logs are not over written between runs. | Donna Dionne | 2015-05-06 |
| |/ |/| | |||
| * | Merge pull request #1491 from dgquintas/important_mark_analysis | Craig Tiller | 2015-05-06 |
| |\ | | | | | | | Added support for important mark (!) analysis. | ||
| | * | Added support for important mark (!) analysis. | David Garcia Quintas | 2015-05-06 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example, an input of GRPC_LAT_PROF 1316908107613.015869 0x7fd35f7fe700 { 205 (nil) src/core/iomgr/tcp_posix.c 1 GRPC_LAT_PROF 1316908107614.015869 0x7fd35f7fe700 { 205 (nil) src/core/iomgr/tcp_posix.c 2 GRPC_LAT_PROF 1316908107615.015869 0x7fd35f7fe700 ! 999999 (nil) src/core/iomgr/tcp_posix.c 3 GRPC_LAT_PROF 1316908107616.015869 0x7fd35f7fe700 } 205 (nil) src/core/iomgr/tcp_posix.c 4 GRPC_LAT_PROF 1316908107617.015869 0x7fd35f7fe700 ! 999999 (nil) src/core/iomgr/tcp_posix.c 5 GRPC_LAT_PROF 1316908107618.015869 0x7fd35f7fe700 } 205 (nil) src/core/iomgr/tcp_posix.c 6 results in tag 50%/90%/95%/99% us 205 5.00/5.00/5.00/5.00 Important marks: ================ 999999 @ src/core/iomgr/tcp_posix.c:3 205 { (src/core/iomgr/tcp_posix.c:1): 2.000 us 205 { (src/core/iomgr/tcp_posix.c:2): 1.000 us 205 } (src/core/iomgr/tcp_posix.c:4): -1.000 us 205 } (src/core/iomgr/tcp_posix.c:6): -3.000 us 999999 @ src/core/iomgr/tcp_posix.c:5 205 { (src/core/iomgr/tcp_posix.c:1): 4.000 us 205 } (src/core/iomgr/tcp_posix.c:6): -1.000 us | ||
| * | add command for the rest of PHP interop test | Stanley Cheung | 2015-05-05 |
|/ | |||
* | Basic profiler analyzer | Craig Tiller | 2015-05-05 |
| | |||
* | add php compute_engine_creds auth interop test | Stanley Cheung | 2015-05-05 |
| | |||
* | merge with head | Yang Gao | 2015-05-04 |
|\ | |||
* | | Add a c test for max message length | Yang Gao | 2015-05-04 |
| | | |||
| * | Merge pull request #1463 from ctiller/seqno | Yang Gao | 2015-05-04 |
| |\ | | | | | | | Fix a typo that resulted in truncating incoming sequence numbers to 24 bits | ||
| * | | Merge pull request #1450 from donnadionne/php | Stanley Cheung | 2015-05-04 |
|/| | | | | | | | | adding php to cloud to prod tests. | ||
| | * | Add test for >16777215 sequence numbered streams | Craig Tiller | 2015-05-04 |
| |/ |/| | |||
* | | Let's be really pedantic about the status of our submodules. | Nicolas "Pixel" Noble | 2015-05-04 |
| | | |||
| * | adding php to cloud to prod tests. | Donna Dionne | 2015-05-01 |
| | | |||
* | | add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup | Stanley Cheung | 2015-05-01 |
| | | |||
* | | Merge github.com:grpc/grpc into delete-the-old-api | Craig Tiller | 2015-04-30 |
|\ \ | |||
| * | | Adjusting scripts to fake-install. | Nicolas "Pixel" Noble | 2015-04-30 |
| | | | |||
| * | | Merge branch 'master' of github.com:grpc/grpc into travis-speedup | Nicolas "Pixel" Noble | 2015-04-30 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: .travis.yml | ||
* | | | | Kill thread stress test - to be replaced with something new | Craig Tiller | 2015-04-29 |
| | | | | |||
* | | | | Kill echo test | Craig Tiller | 2015-04-29 |
| | | | | |||
* | | | | Remove test for an old API corner case | Craig Tiller | 2015-04-29 |
| | | | | |||
* | | | | Remove legacy tests | Craig Tiller | 2015-04-28 |
| |/ / |/| | | |||
* | | | php dockerfile: one dependency was listed twice | Stanley Cheung | 2015-04-28 |
| | | | |||
* | | | fixed grpc_docker.sh to run C# auth tests correctly | Jan Tattermusch | 2015-04-28 |
| | | | |||
* | | | adding auth interop tests for C# to grpc_docker.sh | Jan Tattermusch | 2015-04-27 |
| | | | |||
* | | | Merge pull request #1361 from jtattermusch/run_tests_fixes | Michael Lumish | 2015-04-27 |
|\ \ \ | | | | | | | | | Improve C# support in run_tests.py and run C# on Travis. | ||
* | | | | Flagging a few census tests as flaky. | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | | |||
| * | | | adding csharp tests to travis | Jan Tattermusch | 2015-04-24 |
| | | | | |||
| * | | | improved C# support in run_tests.py | Jan Tattermusch | 2015-04-24 |
| | | | | |||
* | | | | Merge branch 'master' of github.com:grpc/grpc into flakes | Nicolas "Pixel" Noble | 2015-04-24 |
|\| | | | |||
* | | | | Flagging some tests as flaky. | Nicolas "Pixel" Noble | 2015-04-24 |
| | | | | |||
| * | | | Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts | donnadionne | 2015-04-23 |
| |\ \ \ | | | | | | | | | | | Corrects command/flags used in ruby interop tests | ||
| | * | | | Corrects command/flags used in ruby interop tests | Tim Emiola | 2015-04-23 |
| | | | | | |||
| * | | | | Updates the ruby docker file to refresh bundler | Tim Emiola | 2015-04-23 |
| |/ / / | |||
| * / / | Avoid building shared libraries on Travis. This seems flaky. | Nicolas "Pixel" Noble | 2015-04-23 |
|/ / / | |||
* | | | Merge pull request #1317 from donnadionne/private_build | Tim Emiola | 2015-04-22 |
|\ \ \ | | | | | | | | | Scripts to build java and cxx docker images from local (uncommitted) cod... | ||
* \ \ \ | Merge pull request #1339 from nicolasnoble/template-doc | Craig Tiller | 2015-04-22 |
|\ \ \ \ | | | | | | | | | | | Adding some documentation about the build/template system. | ||
| | * | | | Adding more arguments and default values to allow the environment to be ↵ | Donna Dionne | 2015-04-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified when using the script. | ||
| | * | | | Merge branch 'master' of github.com:google/grpc into private_build | Donna Dionne | 2015-04-22 |
| | |\ \ \ | |_|/ / / |/| | | | | |||
* | | | | | Update flaky bit for unsecure tests | Craig Tiller | 2015-04-22 |
| | | | | | |||
| | * | | | Making modifications after comments | Donna Dionne | 2015-04-22 |
| | | | | | | | | | | | | | | | | | | | | Add uploading private result to GCS | ||
| | * | | | Merge branch 'master' of github.com:google/grpc into private_build | Donna Dionne | 2015-04-22 |
| | |\ \ \ | |||
| * | | | | | Supporting comments in build-cleaner. | Nicolas "Pixel" Noble | 2015-04-22 |
| | | | | | | |||
* | | | | | | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-22 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | Avoid writing build.json during a test. | Nicolas "Pixel" Noble | 2015-04-22 |
| |/ / / / | | | | | | | | | | | | | | | | The test environment might be read only, so let's not modify a file just for running a test. | ||
* | | | | | Merge github.com:google/grpc into batch-metadata | Craig Tiller | 2015-04-21 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters | ||
| * | | | | fixes to run_tests.py to at least start building tests on Windows | Jan Tattermusch | 2015-04-20 |
| | | | | |