Skip to content

Commit

Permalink
Update test_forward_qeury.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
TangSiyang2001 authored Oct 12, 2024
1 parent 01a6fe5 commit b236414
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions regression-test/suites/query_p0/test_forward_qeury.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ suite("test_forward_query", 'docker') {
);
"""

cluster.injectDebugPoints(NodeType.FE, ['StmtExecutor.forward_all_queries' : [forwardAllQueries:true, execute:1]])

sql """ INSERT INTO ${tbl} VALUES(1);"""

cluster.injectDebugPoints(NodeType.FE, ['StmtExecutor.forward_all_queries' : [forwardAllQueries:true, execute:1]])
Expand Down

0 comments on commit b236414

Please sign in to comment.