Zoltan Martonka has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21509
Change subject: Fix cache cleaning in dense_node-itest ...................................................................... Fix cache cleaning in dense_node-itest Running dense_node-itest with --measure_startup_drop_caches (as src/kudu/scripts/benchmarks.sh does) fails on Ubuntu 22.04. We try to open the /proc/sys/vm/drop_caches file with O_RDWR mode to write "3" into it. On Ubuntu 18.04, the file seems to have read permissions too, but on 22.04 it is properly set to --w-------, so we fail to do so. Change-Id: I1f36f5a97d9a032aeb495989b4dc05191bf66425 --- M src/kudu/integration-tests/dense_node-itest.cc M src/kudu/util/os-util.cc M src/kudu/util/os-util.h 3 files changed, 35 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/09/21509/1 -- To view, visit http://gerrit.cloudera.org:8080/21509 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1f36f5a97d9a032aeb495989b4dc05191bf66425 Gerrit-Change-Number: 21509 Gerrit-PatchSet: 1 Gerrit-Owner: Zoltan Martonka <[email protected]>
