Unit Tests Failing - 3.1.0-SNAPSHOT

Thanks. I hadn’t run the whole suite since making some changes. They should be passing now.


Nathan

I am trying to build from the head and use 3.1.0-SNAPSHOT, but it appears that the tests are failing:


This is the stacktrace from one of the tests.


LiquibaseTest.update()

java.lang.NullPointerException

update(liquibase.LiquibaseTest) update_exceptionReleasingLock(liquibase.LiquibaseTest) update_nullContexts(liquibase.LiquibaseTest) waitForLock_notLocked(liquibase.lockservice.LockServiceImplTest) listLocks_hasLocks(liquibase.lockservice.LockServiceImplTest) releaseLock_tableExistsAndLocked(liquibase.lockservice.LockServiceImplTest) waitForLock_lockedThenTimeout(liquibase.lockservice.LockServiceImplTest) listLocks_tableExistsUnlocked(liquibase.lockservice.LockServiceImplTest) waitForLock_lockedThenReleased(liquibase.lockservice.LockServiceImplTest) acquireLock_tableExistsIsLocked(liquibase.lockservice.LockServiceImplTest) listLocks_tableDoesNotExists(liquibase.lockservice.LockServiceImplTest) acquireLock_tableExistsNotLocked(liquibase.lockservice.LockServiceImplTest) onlyAdjustAutoCommitOnMismatch(liquibase.database.core.MSSQLDatabaseTest) onlyAdjustAutoCommitOnMismatch(liquibase.database.core.CacheDatabaseTest) onlyAdjustAutoCommitOnMismatch(liquibase.database.core.MySQLDatabaseTest) onlyAdjustAutoCommitOnMismatch(liquibase.database.core.H2DatabaseTest) onlyAdjustAutoCommitOnMismatch(liquibase.database.core.OracleDatabaseTest) onlyAdjustAutoCommitOnMismatch(liquibase.database.core.PostgresDatabaseTest)