[FEAT MERGE] transfer without kill tx

This commit is contained in:
Handora
2024-02-07 14:20:47 +00:00
committed by ob-robot
parent 233bf43b61
commit 46b64790bc
125 changed files with 10809 additions and 1109 deletions

View File

@ -31,7 +31,7 @@ class TestRunCtx
{
public:
uint64_t tenant_id_ = 0;
int time_sec_ = 0;
int64_t time_sec_ = 0;
};
TestRunCtx RunCtx;
@ -125,8 +125,8 @@ TEST_F(ObSimpleClusterExampleTest, end)
int main(int argc, char **argv)
{
int c = 0;
int time_sec = 0;
int64_t c = 0;
int64_t time_sec = 0;
char *log_level = (char*)"INFO";
while(EOF != (c = getopt(argc,argv,"t:l:"))) {
switch(c) {