Hello Alexey Serbin, Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20613 to look at the new patch set (#4). Change subject: Fix a unit test in aarch64 system ...................................................................... Fix a unit test in aarch64 system The block size is not fixed in different architecture systems. For example, usually x86 architecture is 4K, but in aarch64 is 64K in default. Test EncryptionEnabled/LogBlockManagerTest.MetricsTest/1 runs failed in aarch64 systems currently because of ignoring the block size of the architecture. Instead of setting the fixed value for FLAGS_log_container_max_size, it is better to using the variable block size to set it. Change-Id: Ide52a251b15b1af437d570c146beb0c30fed161b --- M src/kudu/fs/log_block_manager-test.cc 1 file changed, 6 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/13/20613/4 -- To view, visit http://gerrit.cloudera.org:8080/20613 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ide52a251b15b1af437d570c146beb0c30fed161b Gerrit-Change-Number: 20613 Gerrit-PatchSet: 4 Gerrit-Owner: Wang Xixu <1450306...@qq.com> Gerrit-Reviewer: Alexey Serbin <ale...@apache.org> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Wang Xixu <1450306...@qq.com>