Alexey Serbin has uploaded a new patch set (#2).
Change subject: [authn_token_expire-itest] minor clean-up
......................................................................
[authn_token_expire-itest] minor clean-up
This patch contains a couple of updates on authn_token_expire-itest:
* Increase authn token's TTL from 2 to 5 seconds in workload-related
test scenario to make it more stable when running with other
parallel activity.
* Do not call ExternalMiniCluster::Start() for slow scenarios
to avoid wasting time if KUDU_ALLOW_SLOW_TESTS is not enabled.
* More relevant names for tests classes.
Change-Id: I437f2f72762c3a6e037792a511259734c8b0d860
---
M src/kudu/integration-tests/authn_token_expire-itest.cc
1 file changed, 35 insertions(+), 12 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/6987/2
--
To view, visit http://gerrit.cloudera.org:8080/6987
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I437f2f72762c3a6e037792a511259734c8b0d860
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins