Skip to content

Commit

Permalink
Delete sync job before test keyword name
Browse files Browse the repository at this point in the history
  • Loading branch information
w41ter committed Sep 9, 2024
1 parent 29d870d commit e3ffaa6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions regression-test/suites/table-sync/test_keyword_name.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ suite("test_keyword_name") {
(8, 'hunter', 'horde', NULL);
"""

// delete the exists ccr job first.
httpTest {
uri "/delete"
endpoint syncerAddress
def bodyJson = get_ccr_body "${tableName}"
body "${bodyJson}"
on "post"
}

httpTest {
uri "/create_ccr"
endpoint syncerAddress
Expand Down

0 comments on commit e3ffaa6

Please sign in to comment.