Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19976 )
Change subject: [jwt] Fix flaky jwt tests ...................................................................... [jwt] Fix flaky jwt tests Previously the jwt tests in security-itest.cc were flaky. To fix them this patch increases kLifetimeMs from 1000 to 5000. The following command has been looped to check for stability: KUDU_ALLOW_SLOW_TESTS=1 ./bin/security-itest \ --gtest_filter='*Jwt*' --stress_cpu_threads=32 Change-Id: I049ecd2330c6aca59bf2edc96af8a0866fd869d4 Reviewed-on: http://gerrit.cloudera.org:8080/19769 Tested-by: Kudu Jenkins Reviewed-by: Zoltan Chovan <[email protected]> Reviewed-by: Attila Bukor <[email protected]> (cherry picked from commit bcac764985821091383f6f2519125dce7a4f37b5) Reviewed-on: http://gerrit.cloudera.org:8080/19976 Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/security-itest.cc 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/19976 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I049ecd2330c6aca59bf2edc96af8a0866fd869d4 Gerrit-Change-Number: 19976 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Yingchun Lai <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
