[FEAT MERGE] transfer without kill tx

Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: KyrielightWei <weixx1203@outlook.com>
This commit is contained in:
Handora
2023-12-08 14:12:30 +00:00
committed by ob-robot
parent 17d06c023b
commit ff0ec7e185
125 changed files with 10829 additions and 1129 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) {