Skip to content

Commit

Permalink
update expected assessment report for pg complex schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshi-yb committed Dec 11, 2024
1 parent cc9018f commit 9e0c265
Show file tree
Hide file tree
Showing 10 changed files with 186 additions and 65 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions migtests/tests/pg/mgi/expected_files/expectedAssessmentReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,21 @@
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,21 @@
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [
Expand Down
15 changes: 15 additions & 0 deletions migtests/tests/pg/osm/expected_files/expectedAssessmentReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,21 @@
],
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [],
Expand Down
15 changes: 15 additions & 0 deletions migtests/tests/pg/rna/expected_files/expectedAssessmentReport.json
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,21 @@
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,21 @@
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,21 @@
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,21 @@
"UnsupportedDataTypes": null,
"UnsupportedDataTypesDesc": "Data types of the source database that are not supported on the target YugabyteDB.",
"UnsupportedFeatures": [
{
"FeatureName": "Advisory Locks",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName":"System Columns",
"Objects":[],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "XML Functions",
"Objects": [],
"MinimumVersionsFixedIn":null
},
{
"FeatureName": "GIST indexes",
"Objects": [],
Expand Down

0 comments on commit 9e0c265

Please sign in to comment.