You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build the module from latest today, I consistently ran into a test failure with the DeleteDomainChecksumsChangesetIntegrationTest test.
Investigating this a little bit, I believe this is due to a dirtied context that affects the conditions this test needs to execute, as this test passes on it's own and currently passes on github actions, but fails in my local environment.
My suspicion is that this class depends on some specific LIQUIBASECHANGELOG and LIQUIBASECHANGELOGLOCK tables existing, yet there are some tests that create and delete these tables within the context, namely the teardown method of LiquibaseLoader25IntegrationTest which runs:
Trying to build the module from latest today, I consistently ran into a test failure with the
DeleteDomainChecksumsChangesetIntegrationTest
test.Investigating this a little bit, I believe this is due to a dirtied context that affects the conditions this test needs to execute, as this test passes on it's own and currently passes on github actions, but fails in my local environment.
My suspicion is that this class depends on some specific LIQUIBASECHANGELOG and LIQUIBASECHANGELOGLOCK tables existing, yet there are some tests that create and delete these tables within the context, namely the teardown method of
LiquibaseLoader25IntegrationTest
which runs:The text was updated successfully, but these errors were encountered: