You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Attila Bukor (Code Review)" <ge...@cloudera.org> on 2020/10/29 15:10:52 UTC

[kudu-CR] KUDU-3210 Increase key size in tests and EMC

Hello Tidy Bot, Alexey Serbin, Kudu Jenkins, Grant Henke, Wenzhe Zhou, 

I'd like you to reexamine a change. Please visit

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

to look at the new patch set (#8).

Change subject: KUDU-3210 Increase key size in tests and EMC
......................................................................

KUDU-3210 Increase key size in tests and EMC

The cryptographic key sizes were lowered in tests to speed up execution.
As FIPS approved mode requires larger key sizes, these tests fail with
the small key size. This commit removes the test-only key size
reductions in test util and ExternalMiniCluster to make sure that a) the
tests pass; b) if we decide to default to a small keysize somewhere in
the production code, it would be caught by some tests when running in
FIPS approved mode.

Change-Id: I45b96e0b4499ea1d80db5871a529c732ad41220e
---
M src/kudu/integration-tests/authz_token-itest.cc
M src/kudu/integration-tests/master_cert_authority-itest.cc
M src/kudu/integration-tests/security-unknown-tsk-itest.cc
M src/kudu/master/master-test.cc
M src/kudu/mini-cluster/external_mini_cluster.cc
M src/kudu/security/ca/cert_management-test.cc
M src/kudu/security/token-test.cc
M src/kudu/tserver/tablet_server_authorization-test.cc
M src/kudu/util/test_util.cc
9 files changed, 9 insertions(+), 46 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/58/16658/8
-- 
To view, visit http://gerrit.cloudera.org:8080/16658
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I45b96e0b4499ea1d80db5871a529c732ad41220e
Gerrit-Change-Number: 16658
Gerrit-PatchSet: 8
Gerrit-Owner: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Alexey Serbin <as...@cloudera.com>
Gerrit-Reviewer: Attila Bukor <ab...@apache.org>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Wenzhe Zhou <wz...@cloudera.com>