Skip to content

Commit

Permalink
Debug test_inverted_index
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Jun 17, 2024
1 parent c4c26cf commit 34f63a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions regression-test/suites/table-sync/test_inverted_index.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ suite("test_inverted_index") {

def run_sql = { String db ->
if (db.startsWith('TEST_')) {
target_sql """ show tables from ${db} """
sleep(1000)
target_sql """ show tables from ${db} """
sleep(1000)
target_sql """ show tables from ${db} """
sleep(1000)
target_sql """ show tables from ${db} """
sleep(1000)
sql """ select * from ${db}.${tableName} order by id, name, hobbies, score """
qt_target_sql """ select * from ${db}.${tableName} order by id, name, hobbies, score """
qt_target_sql """ select * from ${db}.${tableName} where name match "andy" order by id, name, hobbies, score """
qt_target_sql """ select * from ${db}.${tableName} where hobbies match "pear" order by id, name, hobbies, score """
Expand Down

0 comments on commit 34f63a2

Please sign in to comment.