Skip to content

Commit e32d6ba

Browse files
authored
Update README for integration tests (#2298)
1 parent 4143879 commit e32d6ba

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4545
- Added integration tests for `Test-SqlDscIsLogin` command to ensure it functions
4646
correctly in real environments
4747
[issue #2230](https://github.com/dsccommunity/SqlServerDsc/issues/2230).
48-
- Added integration tests for `Test-SqlDscIsDatabasePrincipal` command to ensure it
49-
functions correctly in real environments
48+
- Added integration tests for `Test-SqlDscIsDatabasePrincipal` command to ensure
49+
it functions correctly in real environments
5050
[issue #2231](https://github.com/dsccommunity/SqlServerDsc/issues/2231).
51+
52+
### Fixed
53+
54+
- Updated integration test documentation in `tests/Integration/Commands/README.md`
55+
to correctly reflect that `ConvertFrom-SqlDscDatabasePermission` test does not
56+
require database instance connectivity
57+
[issue #2284](https://github.com/dsccommunity/SqlServerDsc/issues/2284).
5158
- Added integration tests for `Set-SqlDscAudit` command to ensure it functions
5259
correctly in real environments
5360
[issue #2236](https://github.com/dsccommunity/SqlServerDsc/issues/2236).

tests/Integration/Commands/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Test-SqlDscServerPermission | 2 | 2 (New-SqlDscLogin), 1 (Install-SqlDscServer),
8181
Deny-SqlDscServerPermission | 2 | 2 (New-SqlDscLogin), 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | Denies AlterTrace permission to login (persistent)
8282
Revoke-SqlDscServerPermission | 2 | 2 (New-SqlDscLogin), 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
8383
Get-SqlDscDatabase | 2 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
84-
ConvertFrom-SqlDscDatabasePermission | 2 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
84+
ConvertFrom-SqlDscDatabasePermission | 2 | 0 (Prerequisites) | - | -
8585
New-SqlDscDatabase | 2 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | Test databases
8686
Set-SqlDscDatabase | 2 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -
8787
Test-SqlDscDatabase | 2 | 1 (Install-SqlDscServer), 0 (Prerequisites) | DSCSQLTEST | -

0 commit comments

Comments
 (0)