Attila Bukor has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16658
Change subject: Increase key size in tests and EMC ...................................................................... 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, 8 insertions(+), 45 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/58/16658/1 -- 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: newchange Gerrit-Change-Id: I45b96e0b4499ea1d80db5871a529c732ad41220e Gerrit-Change-Number: 16658 Gerrit-PatchSet: 1 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
