You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Alexey Serbin (Code Review)" <ge...@cloudera.org> on 2017/05/01 06:24:16 UTC

[kudu-CR] [integration-tests] fixed flake in SecurityUnknownTskTest

Alexey Serbin has uploaded a new change for review.

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

Change subject: [integration-tests] fixed flake in SecurityUnknownTskTest
......................................................................

[integration-tests] fixed flake in SecurityUnknownTskTest

As it turned out, running the ErrorUnavailableCommonOperations scenario
of the SecurityUnknownTskTest test along with other activity sometimes
leads to timeout on creating the test table: ~200 out of 1000 runs fail
if running with --stress-cpu-threads=8 (that was 0 out of 1000 if
running without the parallel stress treads).  Bumping up the timeout
from 1 to 3 seconds fixes the issue (0 out of 1000 runs fail even if
running with --stress-cpu-threads=10).

Change-Id: I57fbceacaaf20ccf242156cdea72afff1714e1c3
---
M src/kudu/integration-tests/security-unknown-tsk-itest.cc
1 file changed, 1 insertion(+), 1 deletion(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I57fbceacaaf20ccf242156cdea72afff1714e1c3
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>

[kudu-CR] [integration-tests] fixed flake in SecurityUnknownTskTest

Posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org>.
Todd Lipcon has submitted this change and it was merged.

Change subject: [integration-tests] fixed flake in SecurityUnknownTskTest
......................................................................


[integration-tests] fixed flake in SecurityUnknownTskTest

As it turned out, running the ErrorUnavailableCommonOperations scenario
of the SecurityUnknownTskTest test along with other activity sometimes
leads to timeout on creating the test table: ~200 out of 1000 runs fail
if running with --stress-cpu-threads=8 (that was 0 out of 1000 if
running without the parallel stress treads).  Bumping up the timeout
from 1 to 3 seconds fixes the issue (0 out of 1000 runs fail even if
running with --stress-cpu-threads=10).

Change-Id: I57fbceacaaf20ccf242156cdea72afff1714e1c3
Reviewed-on: http://gerrit.cloudera.org:8080/6771
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>
---
M src/kudu/integration-tests/security-unknown-tsk-itest.cc
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Todd Lipcon: Looks good to me, approved
  Kudu Jenkins: Verified



-- 
To view, visit http://gerrit.cloudera.org:8080/6771
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I57fbceacaaf20ccf242156cdea72afff1714e1c3
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>

[kudu-CR] [integration-tests] fixed flake in SecurityUnknownTskTest

Posted by "Todd Lipcon (Code Review)" <ge...@cloudera.org>.
Todd Lipcon has posted comments on this change.

Change subject: [integration-tests] fixed flake in SecurityUnknownTskTest
......................................................................


Patch Set 1: Code-Review+2

-- 
To view, visit http://gerrit.cloudera.org:8080/6771
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I57fbceacaaf20ccf242156cdea72afff1714e1c3
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Dan Burkert <da...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>
Gerrit-HasComments: No