Commit Graph

137 Commits

Author SHA1 Message Date
Jan Tattermusch c7d7be9ff2 Merge pull request #6958 from ctiller/cpuburn
Reduce cost of some heavyweight tests
2016-06-17 20:36:17 -07:00
Jan Tattermusch b6163dfb4a Merge pull request #6352 from ctiller/error
Unifying error handling within core
2016-06-17 18:50:55 -07:00
Craig Tiller e2715df1ab Reduce cost of some heavyweight tests 2016-06-17 17:37:40 -07:00
Vijay Pai b9e927afcc Merge branch 'master' into wheezy 2016-06-15 22:57:21 -07:00
Craig Tiller 13c0940f66 Merge branch 'idempotent_endpoint_shutdown' into handshake_timeout 2016-06-15 09:41:33 -07:00
Yuchen Zeng 289dcb1b68 Rename gpr_strpad as gpr_leftpad 2016-06-13 19:10:15 -07:00
Vijay Pai 8b48191854 Set back to the default log function after using an override 2016-06-13 15:30:30 -07:00
Yuchen Zeng 64c0e8d4bc Add format check for gpr_log and gpr_asprintf 2016-06-10 11:19:51 -07:00
Craig Tiller 8517886c6a Move load_file into iomgr 2016-05-18 16:09:16 -07:00
Craig Tiller c5b7f36f4d Fix load file test 2016-05-18 07:18:47 -07:00
Yuchen Zeng 95e4c48430 Add knob for default core output verbosity 2016-04-15 10:44:50 -07:00
Nicolas "Pixel" Noble 6415043781 Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all 2016-04-05 00:30:40 +02:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Nicolas "Pixel" Noble 1bb17d31cd Merge branch 'master' of https://github.com/grpc/grpc into gpr_malloc_is_all 2016-03-28 20:21:43 +02:00
Nicolas "Pixel" Noble 7c9a154803 Sanitize mallocs and frees. 2016-03-26 01:33:34 +01:00
Craig Tiller b7f3f6eec4 Fix copyright 2016-03-25 17:13:09 -07:00
Craig Tiller 9533d042d4 Fix includes 2016-03-25 17:11:06 -07:00
Craig Tiller 2e1903638e Fix copyrights 2016-03-25 14:33:26 -07:00
Craig Tiller f40df23eeb Auto-changes 2016-03-25 13:38:14 -07:00
Craig Tiller 58270d5461 Revert "Revert "Factor out backoff code into a separate library (to be re-used elsewhere)"" 2016-03-18 15:57:49 -07:00
David G. Quintas 108cecb826 Revert "Factor out backoff code into a separate library (to be re-used elsewhere)" 2016-03-18 15:05:00 -07:00
Craig Tiller 36bf4d55e1 Merge github.com:grpc/grpc into backoff_lib 2016-03-17 07:43:22 -07:00
Nicolas "Pixel" Noble 80da2ec697 Preventing huge stacks in load_file_test. 2016-03-17 00:31:53 +01:00
Craig Tiller 5ee157cd11 Merge github.com:grpc/grpc into backoff_lib 2016-03-16 07:56:37 -07:00
Sree Kuchibhotla f7cea97658 Fix copyright 2016-03-14 17:01:15 -07:00
Sree Kuchibhotla b19489c6c8 Minor code cleanup 2016-03-14 16:12:14 -07:00
Sree Kuchibhotla cc43d693e5 Reduce the number of threads so that this test works on x86 systems 2016-03-14 15:53:30 -07:00
Craig Tiller c72cc42238 Build out backoff as a library 2016-03-11 10:54:36 -08:00
Craig Tiller 19fa540100 Fix copyrights 2016-02-23 08:19:39 -08:00
Craig Tiller 521423c8cf Regenerate files, fix bugs 2016-02-22 22:22:22 -08:00
Craig Tiller 732a875fe8 Add a sanity test for name aliasing 2016-02-22 15:59:19 -08:00
murgatroid99 85474df7b3 Reverse changes to AVL code 2016-02-05 15:51:47 -08:00
murgatroid99 7a55684a13 Clang format and fix copyrights 2016-02-05 11:33:30 -08:00
murgatroid99 309830f6b8 Replace 'long' with 'int64_t' in public core headers 2016-02-05 11:30:00 -08:00
Jan Tattermusch a99687be96 Fix 32 bit linux tests 2016-01-27 15:26:23 -08:00
Craig Tiller 9e1e99aa72 Fix copyrights 2016-01-20 06:58:58 -08:00
Craig Tiller b8958ef88a Simplify avl stress test 2016-01-19 16:53:16 -08:00
murgatroid99 3466c4b55d Updated copyrights 2016-01-12 10:26:04 -08:00
Craig Tiller 2a1540496f clang-format 2016-01-07 15:48:11 -08:00
Alistair Veitch 9b028b2687 Merge pull request #4626 from ctiller/wtfwin
Add an early out to gpr_cpu_test
2016-01-07 13:32:13 -08:00
Craig Tiller 04b3cf6f19 Merge github.com:grpc/grpc into wtfwin 2016-01-06 17:28:40 -08:00
Craig Tiller 791a49169f Merge github.com:grpc/grpc into clangfmt 2016-01-06 13:55:14 -08:00
Craig Tiller e8f9ba6b7f Fix compilation with clang/gcc 2016-01-05 16:50:28 -08:00
Craig Tiller d3917ab790 Add an early out to gpr_cpu_test
This test consumes a huge amount of CPU. On Windows, it additionally starves other tests from getting scheduled - for long enough that those tests time out and fail.
Historically tests starting shortly after this test are the most likely to fail.

Once we've seen all CPU's, we will no longer do anything useful - so check for that, and finish up early whenever possible.
2016-01-05 15:53:30 -08:00
Craig Tiller c506e24a57 Update copyrights 2016-01-04 15:59:29 -08:00
Craig Tiller be52c6e9c2 clang-format code 2016-01-04 15:35:26 -08:00
Craig Tiller 0b96edc3ed Fix time_test.c 2015-12-22 14:17:15 -08:00
Craig Tiller 7536af02cf Eliminate gpr_ int types - and insist on C99 variants instead 2015-12-22 13:49:30 -08:00
Jan Tattermusch 1b34aeb554 fixing x64 build with vs2015 2015-12-17 18:54:58 -08:00
Craig Tiller 620e965c1b clang-format after last weeks test-fest 2015-12-14 12:02:50 -08:00