forked from alexandru-slobodcicov/liquibase-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAT-15075. added possibility to run only one test case in HarnessNoSq…
…lCompatibility test (#378) * DAT-15075. added possibility to run only one test case in HarnessNoSqlCompatibility test * DAT-15075. added possibility to specify changelog format you want to run in HarnessNoSqlCompatibility test * DAT-15075. removed checksums from the expected result set in nosql compatibility tests
- Loading branch information
1 parent
b010716
commit 9461dae
Showing
34 changed files
with
451 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
inputFormat: xml | ||
inputFormat: xml,json,yaml | ||
context: testContext | ||
|
||
databasesUnderTest: | ||
|
11 changes: 11 additions & 0 deletions
11
...ase/harness/compatibility/foundational/expectedResultSet/json_changelog/adminCommand.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"adminCommand": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/adminCommand.json", | ||
"author":"as", | ||
"description":"adminCommand", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
...harness/compatibility/foundational/expectedResultSet/json_changelog/createCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"createCollection": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/createCollection.json", | ||
"comments":"test_comment", | ||
"author":"as", | ||
"description":"createCollection collectionName=towns_json", | ||
"contexts":"test_context", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
...base/harness/compatibility/foundational/expectedResultSet/json_changelog/createIndex.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"createIndex": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/createIndex.json", | ||
"author":"as", | ||
"description":"createCollection collectionName=countries_json", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
}, | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/createIndex.json", | ||
"author":"as", | ||
"description":"insertMany collectionName=countries_json", | ||
"id":"2", | ||
"execType":"EXECUTED" | ||
}, | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/createIndex.json", | ||
"author":"as", | ||
"description":"createIndex collectionName=countries_json", | ||
"id":"3", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
...e/harness/compatibility/foundational/expectedResultSet/json_changelog/dropCollection.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"dropCollection": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/dropCollection.json", | ||
"author":"as", | ||
"description":"createCollection collectionName=towns_json; dropCollection collectionName=towns_json", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
25 changes: 25 additions & 0 deletions
25
...uibase/harness/compatibility/foundational/expectedResultSet/json_changelog/dropIndex.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"dropIndex": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/dropIndex.json", | ||
"author":"as", | ||
"description":"createCollection collectionName=countries_json", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
}, | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/dropIndex.json", | ||
"author":"as", | ||
"description":"insertMany collectionName=countries_json", | ||
"id":"2", | ||
"execType":"EXECUTED" | ||
}, | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/dropIndex.json", | ||
"author":"as", | ||
"description":"createIndex collectionName=countries_json; dropIndex collectionName=countries_json", | ||
"id":"3", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...ibase/harness/compatibility/foundational/expectedResultSet/json_changelog/insertMany.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"insertMany": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/insertMany.json", | ||
"author":"as", | ||
"description":"createCollection collectionName=countries_json", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
}, | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/insertMany.json", | ||
"author":"as", | ||
"description":"insertMany collectionName=countries_json", | ||
"id":"2", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...uibase/harness/compatibility/foundational/expectedResultSet/json_changelog/insertOne.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"insertOne": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/insertOne.json", | ||
"author":"as", | ||
"description":"createCollection collectionName=towns_json", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
}, | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/insertOne.json", | ||
"author":"as", | ||
"description":"insertOne collectionName=towns_json", | ||
"id":"2", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
...ibase/harness/compatibility/foundational/expectedResultSet/json_changelog/runCommand.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"runCommand": [ | ||
{ | ||
"fileName":"liquibase\/harness\/compatibility\/foundational\/changelogs\/nosql\/runCommand.json", | ||
"author":"as", | ||
"description":"runCommand", | ||
"id":"1", | ||
"execType":"EXECUTED" | ||
} | ||
] | ||
} |
29 changes: 0 additions & 29 deletions
29
.../liquibase/harness/compatibility/foundational/expectedResultSet/mongodb/adminCommand.json
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
...uibase/harness/compatibility/foundational/expectedResultSet/mongodb/createCollection.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.