Skip to content

Commit

Permalink
[ci] ReselectColumnProcessor - cleanup before each test
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 12, 2024
1 parent f6ae93f commit 42fe9dd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ public class Db2ReselectColumnsProcessorIT extends AbstractReselectProcessorTest
@Before
public void beforeEach() throws Exception {
connection = TestHelper.testConnection();

TestHelper.disableDbCdc(connection);
TestHelper.disableTableCdc(connection, "dbz4321");
connection.execute("DROP TABLE IF EXIST dbz4321");

connection.execute("DELETE FROM ASNCDC.IBMSNAP_REGISTER");

initializeConnectorTestFramework();
Testing.Files.delete(TestHelper.DB_HISTORY_PATH);
super.beforeEach();
Expand Down

0 comments on commit 42fe9dd

Please sign in to comment.