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 (ubuntu-latest, latest) 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✅ 631ms
dsl/build/test-results/test/TEST-momosetkn.liquibase.kotlin.dsl.util.StringsUtilSpec.xml 4✅ 20ms
integration-test/build/test-results/test/TEST-momosetkn.ChangeSetSpec.xml 11✅ 2s
integration-test/build/test-results/test/TEST-momosetkn.CustomChangeMigrationSpec.xml 1✅ 30ms
integration-test/build/test-results/test/TEST-momosetkn.CustomKomapperJdbcChangeSetSpec.xml 3✅ 338ms
integration-test/build/test-results/test/TEST-momosetkn.KotlinCompiledMigrateAndSerializeSpec.xml 1✅ 1s
integration-test/build/test-results/test/TEST-momosetkn.KotlinScriptMigrateAndSerializeSpec.xml 1✅ 7s

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

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

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

✅ 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 20ms with 4 passed, 0 failed and 0 skipped.

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

✅ 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 2s with 11 passed, 0 failed and 0 skipped.

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

✅ 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 338ms with 3 passed, 0 failed and 0 skipped.

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

✅ 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 7s with 1 passed, 0 failed and 0 skipped.

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

✅ momosetkn.KotlinScriptMigrateAndSerializeSpec

✅ can migrate