Wang Xixu has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/20613


Change subject: Fix a unit test in aarch64 system
......................................................................

Fix a unit test in aarch64 system

The block size is x86 architecture is 4K, but in aarch64 is
64K. Test EncryptionEnabled/LogBlockManagerTest.MetricsTest/1
runs failed in aarch64. This test should be careful of the
block size of the architecture. Instead of setting the fixed
value for FLAGS_log_container_max_size, it is better to using
the block size of the architecture.

Change-Id: Ide52a251b15b1af437d570c146beb0c30fed161b
---
M src/kudu/fs/log_block_manager-test.cc
1 file changed, 1 insertion(+), 2 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/13/20613/1
--
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: newchange
Gerrit-Change-Id: Ide52a251b15b1af437d570c146beb0c30fed161b
Gerrit-Change-Number: 20613
Gerrit-PatchSet: 1
Gerrit-Owner: Wang Xixu <1450306...@qq.com>

Reply via email to