Skip to content

Commit 57549d6

Browse files
committed
feat: added skipImport flag to MongockSupport annotation
1 parent 97ec5cd commit 57549d6

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

legacy/mongock-importer-couchbase/src/test/java/io/flamingock/importer/mongock/couchbase/CouchbaseImporterTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ void GIVEN_skipImportFlagWithInvalidValue_WHEN_migratingToFlamingockCommunity_TH
377377
}
378378

379379
@Test
380-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
380+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
381381
"AND skip import flag enabled " +
382382
"WHEN migrating to Flamingock Community" +
383383
"THEN should not import any audit history entry " +
@@ -433,7 +433,7 @@ void GIVEN_skipImportFlagEnabled_WHEN_migratingToFlamingockCommunity_THEN_should
433433
}
434434

435435
@Test
436-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
436+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
437437
"AND skip import flag disabled (explicit) " +
438438
"WHEN migrating to Flamingock Community " +
439439
"THEN should import the entire history " +
@@ -482,7 +482,7 @@ void GIVEN_allMongockChangeUnitsAlreadyExecutedAndSkipImportFlagDisabledExplicit
482482
}
483483

484484
@Test
485-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
485+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
486486
"AND skip import flag disabled (implicit) " +
487487
"WHEN migrating to Flamingock Community " +
488488
"THEN should import the entire history " +

legacy/mongock-importer-dynamodb/src/test/java/io/flamingock/importer/mongock/dynamodb/DynamoDBImporterTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ void GIVEN_skipImportFlagWithInvalidValue_WHEN_migratingToFlamingockCommunity_TH
370370
}
371371

372372
@Test
373-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
373+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
374374
"AND skip import flag enabled " +
375375
"WHEN migrating to Flamingock Community" +
376376
"THEN should not import any audit history entry " +
@@ -422,7 +422,7 @@ void GIVEN_skipImportFlagEnabled_WHEN_migratingToFlamingockCommunity_THEN_should
422422
}
423423

424424
@Test
425-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
425+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
426426
"AND skip import flag disabled (explicit) " +
427427
"WHEN migrating to Flamingock Community " +
428428
"THEN should import the entire history " +
@@ -476,7 +476,7 @@ void GIVEN_allMongockChangeUnitsAlreadyExecutedAndSkipImportFlagDisabledExplicit
476476
}
477477

478478
@Test
479-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
479+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
480480
"AND skip import flag disabled (implicit) " +
481481
"WHEN migrating to Flamingock Community " +
482482
"THEN should import the entire history " +

legacy/mongock-importer-mongodb/src/test/java/io/flamingock/importer/mongock/mongodb/MongoDBImporterTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ void GIVEN_skipImportFlagWithInvalidValue_WHEN_migratingToFlamingockCommunity_TH
392392

393393

394394
@Test
395-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
395+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
396396
"AND skip import flag enabled " +
397397
"WHEN migrating to Flamingock Community" +
398398
"THEN should not import any audit history entry " +
@@ -449,7 +449,7 @@ void GIVEN_skipImportFlagEnabled_WHEN_migratingToFlamingockCommunity_THEN_should
449449
}
450450

451451
@Test
452-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
452+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
453453
"AND skip import flag disabled (explicit) " +
454454
"WHEN migrating to Flamingock Community " +
455455
"THEN should import the entire history " +
@@ -508,7 +508,7 @@ void GIVEN_allMongockChangeUnitsAlreadyExecutedAndSkipImportFlagDisabledExplicit
508508
}
509509

510510
@Test
511-
@DisplayName("GIVEN all Mongock changeUnits already executed" +
511+
@DisplayName("GIVEN all Mongock changeUnits already executed " +
512512
"AND skip import flag disabled (implicit) " +
513513
"WHEN migrating to Flamingock Community " +
514514
"THEN should import the entire history " +

0 commit comments

Comments
 (0)