Failed tests in liquibase-core

Running mvn install on the 2_0_x branch, I get a number of failed tests:

Failed tests:
  shouldDropIndexInPostgreSQL(liquibase.sqlgenerator.core.DropIndexGeneratorTest)
  testWithColumnSpecificIntType(liquibase.sqlgenerator.core.CreateTableGeneratorTest)
  testAutoIncrementMySQLDatabase(liquibase.sqlgenerator.core.CreateTableGeneratorTest)
  testAutoIncrementStartWithMySQLDatabase(liquibase.sqlgenerator.core.CreateTableGeneratorTest)
  testAutoIncrementStartWithIncrementByMySQLDatabase(liquibase.sqlgenerator.core.CreateTableGeneratorTest)
  escapeTableName_reservedWord(liquibase.database.core.PostgresDatabaseTest)


Is this expected, or am I missing some test setup?

BTW, the BUILDING.txt file could do with an update, it still refers to Ant.

Best regards,
Harald

There’s about 40 failing at the moment in master.  My colleague and I are working on ignoring them so we can get a clean CI build.

I’ve been putting in a maven property to not stop the build when they fail.


-Dmaven.test.failure.ignore=true


Might help on the 2x branch.