This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
from fe0e0284d feat(FQDN): Implement of struct rpc_host_port (#1430)
add a2e87bcdc refactor: retry function test when run failed (#1179)
No new revisions were added by this update.
Summary of changes:
src/CMakeLists.txt | 1 +
src/client/replication_ddl_client.cpp | 10 +-
src/client/replication_ddl_client.h | 3 +
.../function_test/base_api_test/CMakeLists.txt | 1 +
src/test/function_test/base_api_test/test_copy.cpp | 26 ++---
.../partition_split_test/CMakeLists.txt | 1 +
.../partition_split_test/test_split.cpp | 126 ++++++++++++---------
src/test/function_test/restore_test/CMakeLists.txt | 1 +
.../function_test/restore_test/test_restore.cpp | 117 ++++++-------------
src/test/function_test/run.sh | 16 ++-
.../function_test/throttle_test/CMakeLists.txt | 1 +
.../function_test/throttle_test/test_throttle.cpp | 68 +++++++----
src/test/function_test/utils/test_util.cpp | 1 +
src/{runtime/ranger => test_util}/CMakeLists.txt | 9 +-
src/test_util/test_util.cpp | 96 ++++++++++++++++
src/test_util/test_util.h | 70 ++++++++++++
.../test_macros.h} | 50 +++-----
17 files changed, 369 insertions(+), 228 deletions(-)
copy src/{runtime/ranger => test_util}/CMakeLists.txt (88%)
create mode 100644 src/test_util/test_util.cpp
create mode 100644 src/test_util/test_util.h
copy src/{block_service/directio_writable_file.h => utils/test_macros.h} (50%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]