[ACS-1455] Schema validation report expansion with patch specific problems told apart (#386)

* Update schema validation report

- Introduced changes to tell apart problems due to optional unapplied
  patches within schema validation report

* Update SchemaDifferenceHelper

- Now populating optionalUpgradePatches list during the schema bootstrap
  registration to conform with patch registration mechanising already in use
- Added tests

* Make minor corrections

Co-authored-by: Nana Insaidoo <nana.insaidoo@meterian.com>
This commit is contained in:
Nana Insaidoo
2021-04-27 09:57:47 +01:00
committed by GitHub
parent 6c9b05d289
commit 5ce179f209
15 changed files with 3482 additions and 19 deletions

View File

@@ -37,6 +37,8 @@ system.schema_comp.name_validator=name must match pattern ''{0}''
system.schema_comp.index_columns_validator=Number of columns in index doesn''t match. Was {0}, but expected {1}
system.schema_comp.column_names_validator=Column types do not match. Was {0}, but expected {1}
system.schema_comp.schema_version_validator=version must be at least ''{0}''
# Optional long running patch messages...
system.schema_comp.patch_run_suggestion=The following problems will be resolved once the long running patch {0} has been run
# Clustering
system.cluster.license.not_enabled=License does not permit clustering: clustering is disabled.