Skip to content

Commit ca88f8e

Browse files
committed
tests: add Tests-FirebirdClient-All grouped test suite
Runs all 5 FirebirdClient test variants (4 compression/crypt combos + embedded) in a single invocation, reducing per-job overhead when full granularity is not needed.
1 parent 1380455 commit ca88f8e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ function Tests-FirebirdClient-Default-NoCompression-CryptDisabled() {
133133
function Tests-FirebirdClient-Embedded() {
134134
Tests-FirebirdClient 'Embedded' $False 'Disabled'
135135
}
136+
function Tests-FirebirdClient-All() {
137+
Tests-FirebirdClient-Default-Compression-CryptRequired
138+
Tests-FirebirdClient-Default-NoCompression-CryptRequired
139+
Tests-FirebirdClient-Default-Compression-CryptDisabled
140+
Tests-FirebirdClient-Default-NoCompression-CryptDisabled
141+
Tests-FirebirdClient-Embedded
142+
}
136143
function Tests-FirebirdClient($serverType, $compression, $wireCrypt) {
137144
pushd $testsProviderDir
138145
try {

0 commit comments

Comments
 (0)