Skip to content

πŸ”§ (test.yml): update workflow to trigger on pull_request_target event… #609

πŸ”§ (test.yml): update workflow to trigger on pull_request_target event…

πŸ”§ (test.yml): update workflow to trigger on pull_request_target event… #609

GitHub Actions / Liquibase Test Harness - Contributed Reports succeeded Jun 14, 2024 in 1s

24 passed, 2 failed and 38 skipped

Tests failed

❌ target/surefire-reports/TEST-liquibase.ext.bigquery.ContributedHarnessSuiteIT.xml

64 tests were completed in 1227s with 24 passed, 2 failed and 38 skipped.

Test suite Passed Failed Skipped Time
liquibase.ext.bigquery.ContributedHarnessSuiteIT 24βœ… 2❌ 38βšͺ 1227s

❌ liquibase.ext.bigquery.ContributedHarnessSuiteIT

liquibase.harness.change.ChangeObjectTests
  βœ… apply 1initScript against bigquery 1.5
  βšͺ apply addAutoIncrement against bigquery 1.5
  βšͺ apply addCheckConstraint against bigquery 1.5
  βœ… apply addColumn against bigquery 1.5
  βšͺ apply addDefaultValue against bigquery 1.5
  βšͺ apply addDefaultValueBoolean against bigquery 1.5
  βšͺ apply addDefaultValueComputed against bigquery 1.5
  βšͺ apply addDefaultValueDate against bigquery 1.5
  βšͺ apply addDefaultValueNumeric against bigquery 1.5
  βšͺ apply addDefaultValueSequenceNext against bigquery 1.5
  βœ… apply addForeignKey against bigquery 1.5
  βœ… apply addLookupTable against bigquery 1.5
  βšͺ apply addNotNullConstraint against bigquery 1.5
  βœ… apply addPrimaryKey against bigquery 1.5
  βšͺ apply addUniqueConstraint against bigquery 1.5
  βšͺ apply alterSequence against bigquery 1.5
  βšͺ apply createFunction against bigquery 1.5
  βšͺ apply createIndex against bigquery 1.5
  βšͺ apply createPackage against bigquery 1.5
  βšͺ apply createPackageBody against bigquery 1.5
  βšͺ apply createProcedure against bigquery 1.5
  βšͺ apply createProcedureFromFile against bigquery 1.5
  βšͺ apply createSequence against bigquery 1.5
  βœ… apply createTable against bigquery 1.5
  βœ… apply createTableDataTypeText against bigquery 1.5
  βœ… apply createTableTimestamp against bigquery 1.5
  βšͺ apply createTrigger against bigquery 1.5
  βœ… apply createView against bigquery 1.5
  βšͺ apply disableCheckConstraint against bigquery 1.5
  βšͺ apply disableTrigger against bigquery 1.5
  βšͺ apply dropAllForeignKeyConstraints against bigquery 1.5
  βšͺ apply dropCheckConstraint against bigquery 1.5
  βœ… apply dropColumn against bigquery 1.5
  βšͺ apply dropDefaultValue against bigquery 1.5
  βœ… apply dropForeignKey against bigquery 1.5
  βšͺ apply dropFunction against bigquery 1.5
  βšͺ apply dropIndex against bigquery 1.5
  βšͺ apply dropNotNullConstraint against bigquery 1.5
  βœ… apply dropPrimaryKey against bigquery 1.5
  βœ… apply dropProcedure against bigquery 1.5
  βšͺ apply dropSequence against bigquery 1.5
  βœ… apply dropTable against bigquery 1.5
  βšͺ apply dropTrigger against bigquery 1.5
  βšͺ apply dropUniqueConstraint against bigquery 1.5
  βœ… apply dropView against bigquery 1.5
  βšͺ apply enableCheckConstraint against bigquery 1.5
  βšͺ apply enableTrigger against bigquery 1.5
  βšͺ apply executeCommand against bigquery 1.5
  ❌ apply mergeColumns against bigquery 1.5
	java.lang.AssertionError:
  βœ… apply modifyDataType against bigquery 1.5
  βœ… apply modifySql against bigquery 1.5
  βœ… apply renameColumn against bigquery 1.5
  βšͺ apply renameSequence against bigquery 1.5
  βœ… apply renameTable against bigquery 1.5
  βšͺ apply renameTrigger against bigquery 1.5
  βšͺ apply renameView against bigquery 1.5
  βšͺ apply setColumnRemarks against bigquery 1.5
  βšͺ apply setTableRemarks against bigquery 1.5
  βœ… apply sql against bigquery 1.5
  βœ… apply sqlFile against bigquery 1.5
liquibase.harness.data.ChangeDataTests
  ❌ apply delete against bigquery 1.5
	Condition not satisfied:
  βœ… apply insert against bigquery 1.5
  βœ… apply loadData against bigquery 1.5
  βœ… apply loadUpdateData against bigquery 1.5

Annotations

Check failure on line 0 in target/surefire-reports/TEST-liquibase.ext.bigquery.ContributedHarnessSuiteIT.xml

See this annotation in the file changed.

@github-actions github-actions / Liquibase Test Harness - Contributed Reports

liquibase.ext.bigquery.ContributedHarnessSuiteIT β–Ί liquibase.harness.change.ChangeObjectTests β–Ί apply mergeColumns against bigquery 1.5

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.bigquery.ContributedHarnessSuiteIT.xml
Error:
  java.lang.AssertionError: 
Raw output
java.lang.AssertionError: 
liquibase.exception.LiquibaseException: liquibase.exception.MigrationFailedException: Migration failed for changeset liquibase/harness/change/changelogs/bigquery/mergeColumns.xml::1::as:
     Reason: liquibase.exception.DatabaseException: null [Failed SQL: CREATE TABLE harness_test_ds.full_name_table (first_name STRING(50), last_name STRING(50))]
	at org.junit.Assert.fail(Assert.java:89)
	at liquibase.harness.util.TestUtils.executeCommandScope(TestUtils.groovy:65)
	at liquibase.harness.change.ChangeObjectTests.apply #testInput.changeObject against #testInput.databaseName #testInput.version(ChangeObjectTests.groovy:76)

Check failure on line 0 in target/surefire-reports/TEST-liquibase.ext.bigquery.ContributedHarnessSuiteIT.xml

See this annotation in the file changed.

@github-actions github-actions / Liquibase Test Harness - Contributed Reports

liquibase.ext.bigquery.ContributedHarnessSuiteIT β–Ί liquibase.harness.data.ChangeDataTests β–Ί apply delete against bigquery 1.5

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.bigquery.ContributedHarnessSuiteIT.xml
Error:
  Condition not satisfied:
Raw output
Condition not satisfied:

generatedSql == expectedSql
|            |  |
|            |  INSERT INTO harness_test_ds.posts (id, author_id, title, description, content, inserted_date) VALUES (100, 6, 'value', 'value', 'value', '2006-10-09')
|            |  DELETE FROM harness_test_ds.posts WHERE id=100
|            false
|            47 differences (76% similarity)
|            INSERT INTO harness_test_ds.posts (id, author_id, title, description, content, inserted_date) VALUES (100, 6, 'value', 'value', 'value', '2006-10-09')(-~----------------------------------------------)
|            INSERT INTO harness_test_ds.posts (id, author_id, title, description, content, inserted_date) VALUES (100, 6, 'value', 'value', 'value', '2006-10-09')(\nDELETE FROM harness_test_ds.posts WHERE id=100)
INSERT INTO harness_test_ds.posts (id, author_id, title, description, content, inserted_date) VALUES (100, 6, 'value', 'value', 'value', '2006-10-09')

	at liquibase.harness.data.ChangeDataTests.apply #testInput.changeData against #testInput.databaseName #testInput.version(ChangeDataTests.groovy:88)