Commit Graph

123 Commits

Author SHA1 Message Date
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07: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
Nicolas Noble 5028de775f Merge pull request #4423 from ctiller/thd
Add tests for thread options
2015-12-11 13:39:53 -08:00
Craig Tiller 861d8ed7e7 Add tests for thread options 2015-12-11 10:13:20 -08:00
Jan Tattermusch 88086373db make gpr_timespec platform agnostic 2015-12-10 15:04:59 -08:00
Craig Tiller 1fa1ab84c9 Add cmdline tests 2015-12-10 09:22:55 -08:00
Craig Tiller dd4b0000b6 Merge pull request #4286 from jtattermusch/win_64bit
Make grpc compile on win64bit
2015-12-09 22:09:59 -08:00
Jan Tattermusch 06ae5cd48c get rid of warnings on linux 2015-12-09 19:24:04 -08:00
David Garcia Quintas a5aa19b8b6 PR comments 2015-12-09 14:17:52 -08:00
Jan Tattermusch 26e190f3ee make test methods static void 2015-12-08 22:44:21 -08:00
Jan Tattermusch 338ef4aa6c fix bug MIN_VALUE bug in ltoa and int64toa and add tests 2015-12-08 17:48:17 -08:00
Sree Kuchibhotla f99dbf5d08 Remove gpr_slice_to_cstring as it is not used anywhere 2015-12-08 13:59:16 -08:00
Sree Kuchibhotla 38d39f4622 expose gpr_slice_to_cstring() 2015-12-08 13:02:57 -08:00
Sree Kuchibhotla b6fd9bcbb6 Add coverage to new_with_len_ref() function (called via gpr_slice_ref() 2015-12-08 13:02:57 -08:00
Sree Kuchibhotla 93360e1fbd Add test coverage for gpr_refn() function 2015-12-07 18:31:07 -08:00
Sree Kuchibhotla ea4b3c6082 Fix a typo in comment 2015-12-07 16:10:10 -08:00