Attila Bukor has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16658 )
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 introduces a KUDU_USE_LARGE_KEYS_IN_TESTS environment variable for tests. If it's set to true, the test-only key size restrictions are removed. Change-Id: I45b96e0b4499ea1d80db5871a529c732ad41220e Reviewed-on: http://gerrit.cloudera.org:8080/16658 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- 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 M src/kudu/util/test_util.h 10 files changed, 63 insertions(+), 41 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I45b96e0b4499ea1d80db5871a529c732ad41220e Gerrit-Change-Number: 16658 Gerrit-PatchSet: 15 Gerrit-Owner: Attila Bukor <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241) Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
