This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from a65745e faststring-test: squelch unknown pragmas warning when
building with gcc
new 4aa0c7c [tests] add time anomalies test
new 0094751 [build] Specify Bloom filter protobuf dependency in
kudu_common_proto
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/kudu/clock/test/mini_chronyd.cc | 28 ++++-
src/kudu/common/CMakeLists.txt | 2 +-
src/kudu/integration-tests/CMakeLists.txt | 3 +
src/kudu/integration-tests/time_anomalies-itest.cc | 126 +++++++++++++++++++++
src/kudu/tablet/tablet_bootstrap.cc | 4 +-
5 files changed, 157 insertions(+), 6 deletions(-)
create mode 100644 src/kudu/integration-tests/time_anomalies-itest.cc