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

Feature/oracle support #10

Merged
merged 2 commits into from
Sep 26, 2024
Merged

Feature/oracle support #10

merged 2 commits into from
Sep 26, 2024

Conversation

rbuehlma
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Sep 22, 2024

Test Results

142 tests  +41   141 ✅ +41   2m 58s ⏱️ + 2m 29s
 63 suites +14     1 💤 ± 0 
 63 files   +14     0 ❌ ± 0 

Results for commit 911b2ba. ± Comparison against base commit 14fa2af.

This pull request removes 9 and adds 50 tests. Note that renamed tests count towards both.
ch.ergon.adam.integrationtest.DbMigrationWithSchemaTest ‑ testPreMigrationCreatingTable()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigration()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigrationBackwards()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigrationBackwardsAllowed()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigrationFromUnknownVersion()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigrationFromUnknownVersionAllowed()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigrationSameVersion()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigrationSameVersionEnforced()
ch.ergon.adam.integrationtest.DbMigrationWithoutSchemaTest ‑ testDbMigrationToUnknownVersion()
ch.ergon.adam.integrationtest.oracle.OracleAddFieldTests ‑ testAddFieldAtBeginOfTable()
ch.ergon.adam.integrationtest.oracle.OracleAddFieldTests ‑ testAddFieldAtEndOfTable()
ch.ergon.adam.integrationtest.oracle.OracleAddFieldTests ‑ testAddFieldAtEndOfTableWithComplexMigrationNotNullWithoutDefault()
ch.ergon.adam.integrationtest.oracle.OracleAddFieldTests ‑ testAddFieldAtEndOfTableWithSimpleMigrationNotNullWithDefault()
ch.ergon.adam.integrationtest.oracle.OracleCastFieldTypeTests ‑ testCastIntToVarchar()
ch.ergon.adam.integrationtest.oracle.OracleCastFieldTypeTests ‑ testCastVarcharToInt()
ch.ergon.adam.integrationtest.oracle.OracleCastFieldTypeTests ‑ testCastVarcharToSerial()
ch.ergon.adam.integrationtest.oracle.OracleChangeFieldTypeTest ‑ changeFieldOrder()
ch.ergon.adam.integrationtest.oracle.OracleChangeFieldTypeTest ‑ changeNotNullToNull()
ch.ergon.adam.integrationtest.oracle.OracleChangeFieldTypeTest ‑ changeNullToNotNull()
…

♻️ This comment has been updated with latest results.

@rbuehlma rbuehlma force-pushed the feature/oracle_support branch 2 times, most recently from 41355d3 to 2291386 Compare September 22, 2024 19:33
@rbuehlma rbuehlma requested a review from jmatj September 22, 2024 20:32
@rbuehlma rbuehlma force-pushed the feature/oracle_support branch 3 times, most recently from a6ceb77 to 372dca2 Compare September 24, 2024 07:14
@rbuehlma rbuehlma force-pushed the feature/oracle_support branch from 372dca2 to 23de7b5 Compare September 25, 2024 08:50
@rbuehlma rbuehlma force-pushed the feature/oracle_support branch from 23de7b5 to 911b2ba Compare September 26, 2024 15:20
@rbuehlma rbuehlma merged commit 91b1211 into master Sep 26, 2024
3 checks passed
@rbuehlma rbuehlma deleted the feature/oracle_support branch September 26, 2024 15:26
@@ -34,3 +34,13 @@ gradlePlugin {
}
}
}

publishing {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ist das noch Test-Code?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ja, aber ich glaube das kann bleiben

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants