aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/transport
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-02 11:54:10 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-02 11:54:10 -0700
commitced7653a1cf171c0ed59b09cc36e80f86b2e6101 (patch)
treee3444df920b67ea63e0b83e0460065fbbffc8491 /test/core/transport
parentf5d4d8c61660e49566508fe003765d5e4acdb8b0 (diff)
parentddc81ca5566e463c5139b37248347aad2315bf63 (diff)
Merge branch 'flowctlN' into flowctl+millis
Diffstat (limited to 'test/core/transport')
-rw-r--r--test/core/transport/bdp_estimator_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/transport/bdp_estimator_test.c b/test/core/transport/bdp_estimator_test.c
index a256eb3a4a..c672b53518 100644
--- a/test/core/transport/bdp_estimator_test.c
+++ b/test/core/transport/bdp_estimator_test.c
@@ -24,6 +24,7 @@
#include <grpc/support/string_util.h>
#include <grpc/support/useful.h>
#include <limits.h>
+#include "src/core/lib/iomgr/timer_manager.h"
#include "src/core/lib/support/string.h"
#include "test/core/util/test_config.h"
@@ -145,6 +146,7 @@ int main(int argc, char **argv) {
grpc_test_init(argc, argv);
gpr_now_impl = fake_gpr_now;
grpc_init();
+ grpc_timer_manager_set_threading(false);
test_noop();
test_get_estimate_no_samples();
test_get_estimate_1_sample();