Skip to content

Commit aa8fa16

Browse files
committed
CDM-39 working tests with numParts=1
1 parent e2b35cb commit aa8fa16

File tree

13 files changed

+4483
-0
lines changed

13 files changed

+4483
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DELETE FROM target.regression_performance WHERE pk_id = 600;
2+
SELECT * FROM target.regression_performance WHERE pk_id >= 400 AND pk_id < 700 ALLOW FILTERING;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Read Record Count: 4000
2+
Mismatch Record Count: 100
3+
Corrected Mismatch Record Count: 100
4+
Missing Record Count: 100
5+
Corrected Missing Record Count: 100
6+
Valid Record Count: 3800
7+
Skipped Record Count: 0
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Read Record Count: 4000
2+
Skipped Record Count: 0
3+
Write Record Count: 4000
4+
Error Record Count: 0

SIT/regression/03_performance/cdm.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
migrateData datastax.cdm.job.Migrate migrate.properties
2+
validateData datastax.cdm.job.DiffData migrate.properties
3+
fixData datastax.cdm.job.DiffData fix.properties
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Read Record Count: 4000
2+
Mismatch Record Count: 0
3+
Corrected Mismatch Record Count: 0
4+
Missing Record Count: 0
5+
Corrected Missing Record Count: 0
6+
Valid Record Count: 4000
7+
Skipped Record Count: 0

0 commit comments

Comments
 (0)