Merge pull request #15 from ergon/feature/sequence-metamodel-generation #129
GitHub Actions / Test Results
succeeded
Dec 4, 2024 in 0s
All 142 tests pass, 1 skipped in 2m 59s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
1 skipped test found
There is 1 skipped test, see "Raw output" for the name of the skipped test.
Raw output
ch.ergon.adam.integrationtest.debug.TestDebugSchema ‑ debug()
Check notice on line 0 in .github
github-actions / Test Results
143 tests found
There are 143 tests, see "Raw output" for the full list of tests.
Raw output
ch.ergon.adam.core.prepost.GitVersionTreeTest ‑ testGitVersionTreeFromRepo()
ch.ergon.adam.core.prepost.GitVersionTreeTest ‑ testGitVersionTreeFromRepoUnrelatedBranches()
ch.ergon.adam.core.prepost.MigrationScriptProviderTest ‑ testGetMigrationScriptsAll()
ch.ergon.adam.core.prepost.MigrationScriptProviderTest ‑ testGetMigrationScriptsAllReverse()
ch.ergon.adam.core.prepost.MigrationScriptProviderTest ‑ testGetMigrationScriptsAlways()
ch.ergon.adam.core.prepost.MigrationScriptProviderTest ‑ testGetMigrationScriptsOnlyWithoutCommit()
ch.ergon.adam.integrationtest.DbMigrationWithSqliteInMemoryTest ‑ testDbMigration()
ch.ergon.adam.integrationtest.MigrateFromPostgreSqlToSqliteTest ‑ testAddFieldAtEndOfTable()
ch.ergon.adam.integrationtest.debug.TestDebugSchema ‑ debug()
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()
ch.ergon.adam.integrationtest.oracle.OracleChangeFieldTypeTest ‑ changePrecision()
ch.ergon.adam.integrationtest.oracle.OracleChangeFieldTypeTest ‑ changeScale()
ch.ergon.adam.integrationtest.oracle.OracleConstraintTests ‑ testCreateConstraint()
ch.ergon.adam.integrationtest.oracle.OracleConstraintTests ‑ testRecreateConstraintAfterTableChange()
ch.ergon.adam.integrationtest.oracle.OracleCreateTableTest ‑ testCreateTable()
ch.ergon.adam.integrationtest.oracle.OracleCreateTableTest ‑ testCreateTableToYml()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithSchemaTest ‑ testPreMigrationCreatingTable()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigration()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigrationBackwards()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigrationBackwardsAllowed()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigrationFromUnknownVersion()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigrationFromUnknownVersionAllowed()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigrationSameVersion()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigrationSameVersionEnforced()
ch.ergon.adam.integrationtest.oracle.OracleDbMigrationWithoutSchemaTest ‑ testDbMigrationToUnknownVersion()
ch.ergon.adam.integrationtest.oracle.OracleDefaultTest ‑ testChangeDefault()
ch.ergon.adam.integrationtest.oracle.OracleDefaultTest ‑ testDropDefault()
ch.ergon.adam.integrationtest.oracle.OracleDefaultTest ‑ testFunctionDefault()
ch.ergon.adam.integrationtest.oracle.OracleDefaultTest ‑ testIntDefault()
ch.ergon.adam.integrationtest.oracle.OracleDefaultTest ‑ testStringDefault()
ch.ergon.adam.integrationtest.oracle.OracleEmptyDatabaseTest ‑ testEmptyDb()
ch.ergon.adam.integrationtest.oracle.OracleEmptyDatabaseTest ‑ testEmptyDbToYml()
ch.ergon.adam.integrationtest.oracle.OracleIndexTests ‑ testCreateIndex()
ch.ergon.adam.integrationtest.oracle.OracleIndexTests ‑ testRecreateIndexAfterTableChange()
ch.ergon.adam.integrationtest.oracle.OracleRemoveFieldTests ‑ testSimpleRemoveField()
ch.ergon.adam.integrationtest.oracle.OracleRemoveFieldTests ‑ testSimpleRemoveFieldWithTableRename()
ch.ergon.adam.integrationtest.oracle.OracleRenameFieldTests ‑ testSimpleRenameField()
ch.ergon.adam.integrationtest.oracle.OracleSchemaCoverageTest ‑ testSchemaCoverage()
ch.ergon.adam.integrationtest.oracle.OracleViewTests ‑ testCreateViews()
ch.ergon.adam.integrationtest.oracle.OracleViewTests ‑ testRecreateViewsAfterTableChange()
ch.ergon.adam.integrationtest.plugin.GenerateJooqMetamodelTest ‑ testMetamodelGeneration()
ch.ergon.adam.integrationtest.postgresql.CastFieldTypeWithEnumTest ‑ testCastEnumToEnum()
ch.ergon.adam.integrationtest.postgresql.CastFieldTypeWithEnumTest ‑ testCastVarcharToEnum()
ch.ergon.adam.integrationtest.postgresql.ConstraintTests ‑ testCreateConstraint()
ch.ergon.adam.integrationtest.postgresql.ConstraintTests ‑ testRecreateConstraintAfterTableChange()
ch.ergon.adam.integrationtest.postgresql.EnumArrayFieldTest ‑ testChangeArrayEnum()
ch.ergon.adam.integrationtest.postgresql.EnumArrayFieldTest ‑ testCreateTableToYml()
ch.ergon.adam.integrationtest.postgresql.EnumTests ‑ testCreateEnum()
ch.ergon.adam.integrationtest.postgresql.EnumTests ‑ testRecreateTableAfterEnumChange()
ch.ergon.adam.integrationtest.postgresql.FixSequenceAfterTableRecreate ‑ testSequenceAfterMigration()
ch.ergon.adam.integrationtest.postgresql.FixSequenceAfterTableRecreate ‑ testSequenceAfterMigrationWithEmptyTable()
ch.ergon.adam.integrationtest.postgresql.MigrationStepExecutorTest ‑ ExecuteScriptsTest()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlAddFieldTests ‑ testAddFieldAtBeginOfTable()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlAddFieldTests ‑ testAddFieldAtEndOfTable()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlAddFieldTests ‑ testAddFieldAtEndOfTableWithComplexMigrationNotNullWithoutDefault()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlAddFieldTests ‑ testAddFieldAtEndOfTableWithSimpleMigrationNotNullWithDefault()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlAddSqlForNewTest ‑ testAddSqlForNewMigration()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlArrayFieldTest ‑ testCreateTableToYml()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlCastFieldTypeTests ‑ testCastIntToVarchar()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlCastFieldTypeTests ‑ testCastVarcharToInt()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlCastFieldTypeTests ‑ testCastVarcharToSerial()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlChangeArrayFieldTypeTest ‑ changeArrayToArray()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlChangeFieldTypeTest ‑ changeFieldOrder()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlChangeFieldTypeTest ‑ changeFromSerialToClob()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlChangeFieldTypeTest ‑ changeNotNullToNull()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlChangeFieldTypeTest ‑ changeNullToNotNull()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlChangeFieldTypeTest ‑ changePrecision()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlChangeFieldTypeTest ‑ changeScale()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlCreateTableTest ‑ testCreateTable()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlCreateTableTest ‑ testCreateTableToYml()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithSchemaTest ‑ testPreMigrationCreatingTable()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigration()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigrationBackwards()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigrationBackwardsAllowed()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigrationFromUnknownVersion()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigrationFromUnknownVersionAllowed()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigrationSameVersion()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigrationSameVersionEnforced()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDbMigrationWithoutSchemaTest ‑ testDbMigrationToUnknownVersion()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDefaultTest ‑ testChangeDefault()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDefaultTest ‑ testDropDefault()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDefaultTest ‑ testFunctionDefault()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDefaultTest ‑ testIntDefault()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlDefaultTest ‑ testStringDefault()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlEmptyDatabaseTest ‑ testEmptyDb()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlEmptyDatabaseTest ‑ testEmptyDbToYml()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlIndexTests ‑ testCreateIndex()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlIndexTests ‑ testRecreateIndexAfterTableChange()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlIndexTests ‑ testRecreatePartialIndexAfterTableChange()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlIntervalFieldTest ‑ testCreateTableToYml()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlRemoveFieldTests ‑ testSimpleRemoveField()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlRemoveFieldTests ‑ testSimpleRemoveFieldWithTableRename()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlRenameFieldTests ‑ testSimpleRenameField()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlRenameTableTests ‑ testRenameWithRebuildTable()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlRenameTableTests ‑ testSimpleRenameTable()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlSequenceTests ‑ minmalSequenceNoChange()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlViewTests ‑ testCreateViews()
ch.ergon.adam.integrationtest.postgresql.PostgreSqlViewTests ‑ testRecreateViewsAfterTableChange()
ch.ergon.adam.integrationtest.postgresql.PostgreTimestampSizeTest ‑ testCreateTable()
ch.ergon.adam.integrationtest.postgresql.PostgresSchemaCoverageTest ‑ testSchemaCoverage()
ch.ergon.adam.integrationtest.postgresql.RollbackOnInsertErrorTest ‑ testRollbackAfterAddFieldNotNullWithoutDefaultOnlySchemaMigration()
ch.ergon.adam.integrationtest.postgresql.RollbackOnInsertErrorTest ‑ testRollbackAfterAddFieldNotNullWithoutDefaultUsingMigrateDb()
ch.ergon.adam.integrationtest.postgresql.SequenceTests ‑ testCreateComplexSequence()
ch.ergon.adam.integrationtest.postgresql.SequenceTests ‑ testCreateSimpleSequence()
ch.ergon.adam.integrationtest.postgresql.StableSequenceNameTest ‑ testStableSequenceAfterFullMigration()
ch.ergon.adam.integrationtest.postgresql.YmlSchemaCoverageTest ‑ testSchemaCoverage()
ch.ergon.adam.integrationtest.sqlite.SqliteAddFieldTests ‑ testAddFieldAtBeginOfTable()
ch.ergon.adam.integrationtest.sqlite.SqliteAddFieldTests ‑ testAddFieldAtEndOfTable()
ch.ergon.adam.integrationtest.sqlite.SqliteAddFieldTests ‑ testAddFieldAtEndOfTableWithComplexMigrationNotNullWithoutDefault()
ch.ergon.adam.integrationtest.sqlite.SqliteAddFieldTests ‑ testAddFieldAtEndOfTableWithSimpleMigrationNotNullWithDefault()
ch.ergon.adam.integrationtest.sqlite.SqliteCastFieldTypeTests ‑ testCastIntToVarchar()
ch.ergon.adam.integrationtest.sqlite.SqliteCastFieldTypeTests ‑ testCastVarcharToInt()
ch.ergon.adam.integrationtest.sqlite.SqliteChangeFieldTypeTest ‑ changeFieldOrder()
ch.ergon.adam.integrationtest.sqlite.SqliteChangeFieldTypeTest ‑ changeNotNullToNull()
ch.ergon.adam.integrationtest.sqlite.SqliteChangeFieldTypeTest ‑ changeNullToNotNull()
ch.ergon.adam.integrationtest.sqlite.SqliteDefaultTest ‑ testChangeDefault()
ch.ergon.adam.integrationtest.sqlite.SqliteDefaultTest ‑ testDropDefault()
ch.ergon.adam.integrationtest.sqlite.SqliteDefaultTest ‑ testIntDefault()
ch.ergon.adam.integrationtest.sqlite.SqliteDefaultTest ‑ testStringDefault()
ch.ergon.adam.integrationtest.sqlite.SqliteEmptyDatabaseTest ‑ testEmptyDb()
ch.ergon.adam.integrationtest.sqlite.SqliteEmptyDatabaseTest ‑ testEmptyDbToYml()
ch.ergon.adam.integrationtest.sqlite.SqliteFileCreateTableTest ‑ testCreateTable()
ch.ergon.adam.integrationtest.sqlite.SqliteInMemoryCreateTableTest ‑ testCreateTable()
ch.ergon.adam.integrationtest.sqlite.SqliteIndexTests ‑ testCreateIndex()
ch.ergon.adam.integrationtest.sqlite.SqliteIndexTests ‑ testRecreateIndexAfterTableChange()
ch.ergon.adam.integrationtest.sqlite.SqliteRemoveFieldTests ‑ testSimpleRemoveField()
ch.ergon.adam.integrationtest.sqlite.SqliteRemoveFieldTests ‑ testSimpleRemoveFieldWithTableRename()
ch.ergon.adam.integrationtest.sqlite.SqliteRenameFieldTests ‑ testSimpleRenameField()
ch.ergon.adam.integrationtest.sqlite.SqliteRenameTableTests ‑ testRenameWithRebuildTable()
ch.ergon.adam.integrationtest.sqlite.SqliteRenameTableTests ‑ testSimpleRenameTable()
ch.ergon.adam.integrationtest.sqlite.SqliteViewTests ‑ testCreateViews()
ch.ergon.adam.integrationtest.yml.ReadYmlSchema ‑ readFromClassPath()
ch.ergon.adam.integrationtest.yml.ReadYmlSchema ‑ readFromPath()
ch.ergon.adam.integrationtest.yml.ReadYmlSchemaWithDefault ‑ readFromClassPath()
Loading