David Ribeiro Alves has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/4644

Change subject: [flaky tests] Increase the result ttl for 
ExactlyOnceRpcTest.TestExactlyOnceSemanticsGarbageCollectionStressTest
......................................................................

[flaky tests] Increase the result ttl for 
ExactlyOnceRpcTest.TestExactlyOnceSemanticsGarbageCollectionStressTest

In this test we have two writers, one that is performs a series normal
writes and one that stubbornly tries the same request. The latter is supposed
to observe stale requests, the former isn't but is observing them anyway.
This is happening the result ttl is very low and the RPC would sometimes
fail/retry naturally and find that the response had been gc'd.

This just increases the result ttl to 50 msecs, which should still leave
more than enough time for the stubborn writer to see stale requests.

Change-Id: I1257ddaf02dfca05829edc904b2f4ff406b933ca
---
M src/kudu/rpc/exactly_once_rpc-test.cc
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/44/4644/1
-- 
To view, visit http://gerrit.cloudera.org:8080/4644
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1257ddaf02dfca05829edc904b2f4ff406b933ca
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: David Ribeiro Alves <dral...@apache.org>

Reply via email to