-
Notifications
You must be signed in to change notification settings - Fork 2
Extend SQL unit tests to include ConsolidateVersions #80
Copy link
Copy link
Open
Labels
Area: SQLRelates to the SQL Server database objects; do not use for the repository.Relates to the SQL Server database objects; do not use for the repository.Priority: 3Severity 0: Nice to haveStatus 0: DiscussionNeeds further evaluation of requirements and prioritization.Needs further evaluation of requirements and prioritization.Type: ImprovementImproves the functionality or interface of an existing feature.Improves the functionality or interface of an existing feature.
Metadata
Metadata
Assignees
Labels
Area: SQLRelates to the SQL Server database objects; do not use for the repository.Relates to the SQL Server database objects; do not use for the repository.Priority: 3Severity 0: Nice to haveStatus 0: DiscussionNeeds further evaluation of requirements and prioritization.Needs further evaluation of requirements and prioritization.Type: ImprovementImproves the functionality or interface of an existing feature.Improves the functionality or interface of an existing feature.
While most of the stored procedures under the
Utilitiesschema are rarely used, and focus on conditions that aren't usually expected to occur, theConsolidateVersionsscript is expected to be used as part of regular maintenance, and could cause significant data loss if it doesn't operate as expected. For this reason, the SQL unit tests should be expanded to cover theConsolidateVersionsstored procedure, even if they don't cover any other other objects underUtilities.