Skip to content

Commit

Permalink
CNDB-12739: Clear test dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
adelapena committed Feb 5, 2025
1 parent 3de661e commit bedf927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void testEdgeNgramFilterWithOR() throws Throwable

execute("INSERT INTO %s (id, val) VALUES ('1', 'MAL0133AU')");
execute("INSERT INTO %s (id, val) VALUES ('2', 'WFS2684AU')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 Mercer High Growth Managed')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 some other word')");
execute("INSERT INTO %s (id, val) VALUES ('4', 'WFS7093AU')");
execute("INSERT INTO %s (id, val) VALUES ('5', 'WFS0565AU')");

Expand Down Expand Up @@ -210,7 +210,7 @@ public void testNgramFilterWithOR() throws Throwable

execute("INSERT INTO %s (id, val) VALUES ('1', 'MAL0133AU')");
execute("INSERT INTO %s (id, val) VALUES ('2', 'WFS2684AU')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 Mercer High Growth Managed')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 some other words')");
execute("INSERT INTO %s (id, val) VALUES ('4', 'WFS7093AU')");
execute("INSERT INTO %s (id, val) VALUES ('5', 'WFS0565AU')");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ public void testEdgeNgramFilterWithOR() throws Throwable

execute("INSERT INTO %s (id, val) VALUES ('1', 'MAL0133AU')");
execute("INSERT INTO %s (id, val) VALUES ('2', 'WFS2684AU')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 Mercer High Growth Managed')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 some other words')");
execute("INSERT INTO %s (id, val) VALUES ('4', 'WFS7093AU')");
execute("INSERT INTO %s (id, val) VALUES ('5', 'WFS0565AU')");

Expand Down Expand Up @@ -515,7 +515,7 @@ public void testNgramFilterWithOR() throws Throwable

execute("INSERT INTO %s (id, val) VALUES ('1', 'MAL0133AU')");
execute("INSERT INTO %s (id, val) VALUES ('2', 'WFS2684AU')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 Mercer High Growth Managed')");
execute("INSERT INTO %s (id, val) VALUES ('3', 'FPWMCR005 some other words')");
execute("INSERT INTO %s (id, val) VALUES ('4', 'WFS7093AU')");
execute("INSERT INTO %s (id, val) VALUES ('5', 'WFS0565AU')");

Expand Down

0 comments on commit bedf927

Please sign in to comment.