Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/18320
Change subject: [write_throttling-itest] relax threshold to avoid flakiness ...................................................................... [write_throttling-itest] relax threshold to avoid flakiness I saw a failure [1] of the WriteThrottlingTest.ThrottleWriteRpcPerSec test scenario during gerrit pre-commit tests for [2]: src/kudu/integration-tests/write_throttling-itest.cc:107 Expected: (qps) <= (TARGET_QPS * 1.2f), actual: 121.467 vs 120 This patch relaxes the threshold for the target QPS: 1.2 --> 1.25. FWIW, the token-based accounting could be affected by scheduler anomalies and bursts in request rates, so there isn't anything unexpected here. [1] http://jenkins.kudu.apache.org/job/kudu-gerrit/25223/ [2] http://gerrit.cloudera.org:8080/18318 Change-Id: Iad3335595b02e66cdc588755b8f53c77442d5736 --- M src/kudu/integration-tests/write_throttling-itest.cc 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/20/18320/1 -- To view, visit http://gerrit.cloudera.org:8080/18320 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iad3335595b02e66cdc588755b8f53c77442d5736 Gerrit-Change-Number: 18320 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
