Commit Graph

568 Commits

Author SHA1 Message Date
Donna Dionne 030ca38635 more division of logs to make it easier to analyze test results. 2015-05-06 15:09:58 -07:00
Donna Dionne 71cbac4b7f Merge branch 'master' of github.com:google/grpc into test-log 2015-05-06 13:19:55 -07:00
Donna Dionne 5c1368e200 Ensuring test logs are not over written between runs. 2015-05-06 13:19:20 -07:00
Craig Tiller 78193bf035 Merge pull request #1491 from dgquintas/important_mark_analysis
Added support for important mark (!) analysis.
2015-05-06 10:20:53 -07:00
David Garcia Quintas 5b2ea2979b Added support for important mark (!) analysis.
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
2015-05-06 10:15:36 -07:00
Stanley Cheung ab4ad8590b add command for the rest of PHP interop test 2015-05-05 14:46:23 -07:00
Craig Tiller bd9f924f16 Basic profiler analyzer 2015-05-05 12:29:12 -07:00
Stanley Cheung e19497a9d5 add php compute_engine_creds auth interop test 2015-05-05 09:32:27 -07:00
Yang Gao 3d3d632d72 merge with head 2015-05-04 13:54:11 -07:00
Yang Gao 26839c7da9 Add a c test for max message length 2015-05-04 13:49:38 -07:00
Yang Gao 7164eea295 Merge pull request #1463 from ctiller/seqno
Fix a typo that resulted in truncating incoming sequence numbers to 24 bits
2015-05-04 12:48:48 -07:00
Stanley Cheung 4c8726318a Merge pull request #1450 from donnadionne/php
adding php to cloud to prod tests.
2015-05-04 10:58:17 -07:00
Craig Tiller 434a36bf4a Add test for >16777215 sequence numbered streams 2015-05-04 09:49:22 -07:00
Nicolas "Pixel" Noble 261e515c1d Let's be really pedantic about the status of our submodules. 2015-05-04 08:10:12 +02:00
Donna Dionne 12b9fc031a adding php to cloud to prod tests. 2015-05-01 15:38:40 -07:00
Stanley Cheung 8ade472c57 add instruction to add cacerts/roots.pem to grpc/php docker image in gce_setup 2015-05-01 14:19:13 -07:00
Craig Tiller 94d7f8542c Merge github.com:grpc/grpc into delete-the-old-api 2015-04-30 09:38:31 -07:00
Nicolas "Pixel" Noble 9adbf48970 Adjusting scripts to fake-install. 2015-04-30 02:38:02 +02:00
Nicolas "Pixel" Noble f173793e51 Merge branch 'master' of github.com:grpc/grpc into travis-speedup
Conflicts:
	.travis.yml
2015-04-30 01:52:19 +02:00
Craig Tiller 581737ce27 Kill thread stress test - to be replaced with something new 2015-04-29 16:13:15 -07:00
Craig Tiller 0ced984233 Kill echo test 2015-04-29 15:02:07 -07:00
Craig Tiller 8ad26f7f74 Remove test for an old API corner case 2015-04-29 14:46:13 -07:00
Craig Tiller af20b7108b Remove legacy tests 2015-04-28 14:07:32 -07:00
Stanley Cheung c984d0bcd8 php dockerfile: one dependency was listed twice 2015-04-28 10:22:30 -07:00
Jan Tattermusch 2d131e1c1e fixed grpc_docker.sh to run C# auth tests correctly 2015-04-28 09:51:18 -07:00
Jan Tattermusch e9b549fbd1 adding auth interop tests for C# to grpc_docker.sh 2015-04-27 16:33:53 -07:00
Michael Lumish 50a4324830 Merge pull request #1361 from jtattermusch/run_tests_fixes
Improve C# support in run_tests.py and run C# on Travis.
2015-04-27 10:10:58 -07:00
Nicolas "Pixel" Noble 436f964a80 Flagging a few census tests as flaky. 2015-04-24 19:58:12 +02:00
Jan Tattermusch e79e2f54e8 adding csharp tests to travis 2015-04-24 08:31:17 -07:00
Jan Tattermusch 9a7d30cf89 improved C# support in run_tests.py 2015-04-24 08:31:17 -07:00
Nicolas "Pixel" Noble fdcd07bf2b Merge branch 'master' of github.com:grpc/grpc into flakes 2015-04-24 02:25:53 +02:00
Nicolas "Pixel" Noble b8137b343f Flagging some tests as flaky. 2015-04-24 01:44:28 +02:00
donnadionne 3afd92ff51 Merge pull request #1357 from tbetbetbe/grpc-ruby-correct-test-scripts
Corrects command/flags used in ruby interop tests
2015-04-23 14:37:34 -07:00
Tim Emiola bc206b1e32 Corrects command/flags used in ruby interop tests 2015-04-23 14:32:33 -07:00
Tim Emiola ca302f51da Updates the ruby docker file to refresh bundler 2015-04-23 11:46:38 -07:00
Nicolas "Pixel" Noble c23827beeb Avoid building shared libraries on Travis. This seems flaky. 2015-04-23 06:17:55 +02:00
Tim Emiola 5a2ab90f6e Merge pull request #1317 from donnadionne/private_build
Scripts to build java and cxx docker images from local (uncommitted) cod...
2015-04-22 16:41:51 -07:00
Craig Tiller b4b185c1e4 Merge pull request #1339 from nicolasnoble/template-doc
Adding some documentation about the build/template system.
2015-04-22 16:25:38 -07:00
Donna Dionne 7451cf6ad0 Adding more arguments and default values to allow the environment to be specified
when using the script.
2015-04-22 14:47:22 -07:00
Donna Dionne 4241653e2e Merge branch 'master' of github.com:google/grpc into private_build 2015-04-22 14:40:06 -07:00
Craig Tiller 522528182a Update flaky bit for unsecure tests 2015-04-22 14:03:06 -07:00
Donna Dionne 58ece612dc Making modifications after comments
Add uploading private result to GCS
2015-04-22 12:41:15 -07:00
Donna Dionne d0a162dc78 Merge branch 'master' of github.com:google/grpc into private_build 2015-04-22 12:40:59 -07:00
Nicolas "Pixel" Noble 62b8ddfc34 Supporting comments in build-cleaner. 2015-04-22 17:36:47 +02:00
Craig Tiller 2b1f7a959f Merge github.com:google/grpc into batch-metadata 2015-04-22 07:57:21 -07:00
Nicolas "Pixel" Noble 7ad18e6437 Avoid writing build.json during a test.
The test environment might be read only, so let's not modify a file just for running a test.
2015-04-22 01:57:33 +02:00
Craig Tiller 062db022b7 Merge github.com:google/grpc into batch-metadata
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
2015-04-21 13:57:55 -07:00
Jan Tattermusch e82435922d fixes to run_tests.py to at least start building tests on Windows 2015-04-20 19:20:43 -07:00
Jan Tattermusch 8ff00a3c25 big refactoring of visual studio projects, started using nuget
dependencies.
2015-04-20 19:18:22 -07:00
Craig Tiller c8b357f7c8 Run capable test suites against grpc_unsecure 2015-04-20 16:36:52 -07:00