fix:[TS-4921] errors in test
This commit is contained in:
parent
a58ba79046
commit
1ec867449e
|
@ -31,7 +31,7 @@ typedef enum SQL_RESULT_CODE {
|
|||
SQL_RESULT_CANCEL = 2,
|
||||
} SQL_RESULT_CODE;
|
||||
|
||||
#define SLOW_LOG_SEND_SIZE 8*1024
|
||||
#define SLOW_LOG_SEND_SIZE 32*1024
|
||||
|
||||
typedef struct {
|
||||
int64_t clusterId;
|
||||
|
|
|
@ -54,7 +54,7 @@ static const char *offlineReason[] = {
|
|||
"monitor interval not match",
|
||||
"monitor slow log threshold not match",
|
||||
"monitor slow log sql max len not match",
|
||||
"monitor slow log scopenot match",
|
||||
"monitor slow log scope not match",
|
||||
"unknown",
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue