Skip to content
Snippets Groups Projects
Commit 797bc833 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix comment

parent a45a5e46
No related branches found
No related tags found
No related merge requests found
...@@ -247,7 +247,7 @@ static void test_request(grpc_end2end_test_config config) { ...@@ -247,7 +247,7 @@ static void test_request(grpc_end2end_test_config config) {
GPR_ASSERT(gpr_time_cmp(gpr_time_0(GPR_TIMESPAN), g_server_latency) <= 0); GPR_ASSERT(gpr_time_cmp(gpr_time_0(GPR_TIMESPAN), g_server_latency) <= 0);
// Server latency should always be smaller than client latency, however since // Server latency should always be smaller than client latency, however since
// we only calculate latency at destruction time, and that might mean that we // we only calculate latency at destruction time, and that might mean that we
// need to wait for an outstanding channel-related work, this isn't verifiable // need to wait for outstanding channel-related work, this isn't verifiable
// right now (the server MAY hold on to the call for longer than the client). // right now (the server MAY hold on to the call for longer than the client).
// GPR_ASSERT(gpr_time_cmp(g_server_latency, g_client_latency) < 0); // GPR_ASSERT(gpr_time_cmp(g_server_latency, g_client_latency) < 0);
gpr_mu_unlock(&g_mu); gpr_mu_unlock(&g_mu);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment