You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the test command will first run go-tpc tpcc check then go-tpc tpcc run then go-tpc tpcc check again
the second check will failed:
begin to check warehouse 7 at condition 3.3.2.7
begin to check warehouse 6 at condition 3.3.2.5
execute check failed, err check warehouse 3 at condition 3.3.2.12 failed count(*) in warehouse 3, but got 260.000000
execute check failed, err check warehouse 9 at condition 3.3.2.10 failed count(*) in warehouse 9, but got 431.000000
execute check failed, err check warehouse 1 at condition 3.3.2.12 failed count(*) in warehouse 1, but got 343.000000
begin to check warehouse 2 at condition 3.3.2.7
begin to check warehouse 4 at condition 3.3.2.7
this should be the problem of go-tpc ?
The text was updated successfully, but these errors were encountered:
the test command will first run
go-tpc tpcc check
thengo-tpc tpcc run
thengo-tpc tpcc check
againthe second check will failed:
this should be the problem of
go-tpc
?The text was updated successfully, but these errors were encountered: