Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix liquibase-client typo #37

Merged
merged 1 commit into from
Sep 24, 2024

Fix liquibase-client typo

f67be61
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Fix liquibase-client typo #37

Fix liquibase-client typo
f67be61
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Report (windows-latest, 4.28.0) succeeded Sep 23, 2024 in 1s

24 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
dsl/build/test-results/test/TEST-momosetkn.liquibase.kotlin.dsl.ChangeLogBuilderDslSpec.xml 3✅ 597ms
dsl/build/test-results/test/TEST-momosetkn.liquibase.kotlin.dsl.util.StringsUtilSpec.xml 4✅ 29ms
integration-test/build/test-results/test/TEST-momosetkn.ChangeSetSpec.xml 11✅ 3s
integration-test/build/test-results/test/TEST-momosetkn.CustomChangeMigrationSpec.xml 1✅ 30ms
integration-test/build/test-results/test/TEST-momosetkn.CustomKomapperJdbcChangeSetSpec.xml 3✅ 465ms
integration-test/build/test-results/test/TEST-momosetkn.KotlinCompiledMigrateAndSerializeSpec.xml 1✅ 1s
integration-test/build/test-results/test/TEST-momosetkn.KotlinScriptMigrateAndSerializeSpec.xml 1✅ 8s

✅ dsl/build/test-results/test/TEST-momosetkn.liquibase.kotlin.dsl.ChangeLogBuilderDslSpec.xml

3 tests were completed in 597ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
momosetkn.liquibase.kotlin.dsl.ChangeLogBuilderDslSpec 3✅ 597ms

✅ momosetkn.liquibase.kotlin.dsl.ChangeLogBuilderDslSpec

✅ createTable
✅ customTaskChange
✅ createIndex

✅ dsl/build/test-results/test/TEST-momosetkn.liquibase.kotlin.dsl.util.StringsUtilSpec.xml

4 tests were completed in 29ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
momosetkn.liquibase.kotlin.dsl.util.StringsUtilSpec 4✅ 29ms

✅ momosetkn.liquibase.kotlin.dsl.util.StringsUtilSpec

✅ splitAndTrim with normal input
✅ splitAndTrim with extra spaces
✅ splitAndTrim with no spaces
✅ splitAndTrim with empty string

✅ integration-test/build/test-results/test/TEST-momosetkn.ChangeSetSpec.xml

11 tests were completed in 3s with 11 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
momosetkn.ChangeSetSpec 11✅ 3s

✅ momosetkn.ChangeSetSpec

✅ can migrate
✅ can migrate
✅ can migrate
✅ can migrate
✅ can migrate
✅ can migrate
✅ can migrate
✅ can migrate
✅ can migrate
✅ throw error
✅ can migrate

✅ integration-test/build/test-results/test/TEST-momosetkn.CustomChangeMigrationSpec.xml

1 tests were completed in 30ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
momosetkn.CustomChangeMigrationSpec 1✅ 30ms

✅ momosetkn.CustomChangeMigrationSpec

✅ can migrate

✅ integration-test/build/test-results/test/TEST-momosetkn.CustomKomapperJdbcChangeSetSpec.xml

3 tests were completed in 465ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
momosetkn.CustomKomapperJdbcChangeSetSpec 3✅ 465ms

✅ momosetkn.CustomKomapperJdbcChangeSetSpec

✅ can migrate
✅ can rollback
✅ throw error

✅ integration-test/build/test-results/test/TEST-momosetkn.KotlinCompiledMigrateAndSerializeSpec.xml

1 tests were completed in 1s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
momosetkn.KotlinCompiledMigrateAndSerializeSpec 1✅ 1s

✅ momosetkn.KotlinCompiledMigrateAndSerializeSpec

✅ can migrate

✅ integration-test/build/test-results/test/TEST-momosetkn.KotlinScriptMigrateAndSerializeSpec.xml

1 tests were completed in 8s with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
momosetkn.KotlinScriptMigrateAndSerializeSpec 1✅ 8s

✅ momosetkn.KotlinScriptMigrateAndSerializeSpec

✅ can migrate