Skip to content

Commit

Permalink
KUDU-2809 (1/6): temporarily disable TestKuduScanner.testDiffScan
Browse files Browse the repository at this point in the history
This test needs to be updated to reflect KUDU-2809, but since those changes
are split into separate MRS and DRS patches, and since there's no telling
where the data inserted by this test will ultimately land, we must disable
it until both patches are applied.

Change-Id: I981aaa47a532dd0c1271008e27de052e3c5ad1a6
Reviewed-on: http://gerrit.cloudera.org:8080/13533
Reviewed-by: Mike Percy <[email protected]>
Tested-by: Adar Dembo <[email protected]>
  • Loading branch information
adembo committed Jun 8, 2019
1 parent bf2b3e8 commit 5aa6931
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.apache.kudu.util.DataGenerator;
import org.apache.kudu.util.Pair;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.slf4j.Logger;
Expand Down Expand Up @@ -233,6 +234,7 @@ public void testOpenScanWithDroppedPartition() throws Exception {

@Test(timeout = 100000)
@KuduTestHarness.TabletServerConfig(flags = { "--flush_threshold_secs=" + DIFF_FLUSH_SEC })
@Ignore
public void testDiffScan() throws Exception {
Schema schema = new Schema(Arrays.asList(
new ColumnSchema.ColumnSchemaBuilder("key", Type.INT32).key(true).build(),
Expand Down

0 comments on commit 5aa6931

Please sign in to comment.