Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/14227 )
Change subject: [mini_cluster] introduce 'builtin' clock source ...................................................................... [mini_cluster] introduce 'builtin' clock source This patch introduces the built-in NTP client into the external minicluster test scaffolding. With this patch, it's possible to synchronize the built-in NTP client of the minicluster's masters and tablet servers with chronyd NTP server which is run as a part of the minicluster as well. The latter runs in server-only mode (i.e. not driving the system clock), using the machine's clock as a reference (for details, see 'man chronyd', '-x' option). Change-Id: I5c334ae6fa1fb12b033de7f8e8584b8dd3aa2d32 Reviewed-on: http://gerrit.cloudera.org:8080/14227 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Alexey Serbin <[email protected]> --- M src/kudu/integration-tests/master_migration-itest.cc M src/kudu/mini-cluster/external_mini_cluster-test.cc M src/kudu/mini-cluster/external_mini_cluster.cc M src/kudu/mini-cluster/external_mini_cluster.h 4 files changed, 120 insertions(+), 50 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/14227 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I5c334ae6fa1fb12b033de7f8e8584b8dd3aa2d32 Gerrit-Change-Number: 14227 Gerrit-PatchSet: 5 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Greg Solovyev <[email protected]> Gerrit-Reviewer: Hao Hao <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
