Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21509
to look at the new patch set (#2).
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/env.h
M src/kudu/util/env_posix.cc
M src/kudu/util/os-util.cc
M src/kudu/util/os-util.h
5 files changed, 33 insertions(+), 11 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/09/21509/2
--
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: newpatchset
Gerrit-Change-Id: I1f36f5a97d9a032aeb495989b4dc05191bf66425
Gerrit-Change-Number: 21509
Gerrit-PatchSet: 2
Gerrit-Owner: Zoltan Martonka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)