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
Add more test cases to make sure the data correctness of a topsql:
[] analyze sql
[] explain analyze sql
[] trace sql
[] set global sql and the related internal sql
[] multi-statement
[] multi-statement but the first statement execute failed
[] multi-statement but the second statement execute failed.
[] sql with execution in optimize stage.
[] sql with many compile plan time
[] sql with syntax error
[] DDL sql but execute failed.
[] sql execute failed cause by kv error
[] make sure the data correctness of ExecCount for the long execution time sql.
The text was updated successfully, but these errors were encountered:
Dev Task
Add more test cases to make sure the data correctness of a topsql:
[] analyze sql
[] explain analyze sql
[] trace sql
[] set global sql and the related internal sql
[] multi-statement
[] multi-statement but the first statement execute failed
[] multi-statement but the second statement execute failed.
[] sql with execution in optimize stage.
[] sql with many compile plan time
[] sql with syntax error
[] DDL sql but execute failed.
[] sql execute failed cause by kv error
[] make sure the data correctness of
ExecCount
for the long execution time sql.The text was updated successfully, but these errors were encountered: