[FEAT MERGE] Merge syslog user experience improvement to master

Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: tino247 <tino247@126.com>
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
This commit is contained in:
stdliu
2023-02-06 15:52:23 +08:00
committed by ob-robot
parent 1de9266dd0
commit f8c5c2647f
796 changed files with 4465 additions and 3036 deletions

View File

@ -303,6 +303,7 @@ TEST(utility, long_to_str10)
void test_max_speed(const int64_t rate, const int64_t total_size, const int64_t buf_size)
{
int ret = 0;
COMMON_LOG(INFO, "test_max_speed", K(rate), K(total_size), K(buf_size));
ASSERT_NE(0, rate);
ObBandwidthThrottle throttle;
@ -363,6 +364,7 @@ TEST(utility, DISABLED_bandwidth_throttle)
TEST(utility, ob_localtime)
{
int ret = 0;
struct tm std_tm;
struct tm ob_tm;