Skip to content

Commit

Permalink
0003157: Allow bulk loaders to fall back to default loader when an error
Browse files Browse the repository at this point in the history
occurs.   This test is no longer valid at the bulk writer level.  The
fallback is in the data loader service so that batches do not show in
error before falling back.
  • Loading branch information
jumpmind-josh committed Dec 20, 2018
1 parent c36f33e commit 0d15cbd
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -57,11 +57,6 @@ public void setupTest() {
protected boolean shouldTestRun(IDatabasePlatform platform) {
return platform != null && platform instanceof MySqlDatabasePlatform;
}

@Override
public void testDuplicateRow() {
/* mysql already handles duplidates. no need to test the special functionality we added to handle dupes */
}

protected AbstractDatabaseWriter create(){
return new MySqlBulkDatabaseWriter(platform, platform, "sym_", stagingManager, new CommonsDbcpNativeJdbcExtractor(), 10, 1000,true, true);
Expand Down

0 comments on commit 0d15cbd

Please sign in to comment.