Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DAT-18108] added clob as string alias #159

Merged
merged 1 commit into from
Jul 30, 2024

added clob as string alias

2d18c5d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

[DAT-18108] added clob as string alias #159

added clob as string alias
2d18c5d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Liquibase Test Harness - Advanced Reports succeeded Jul 24, 2024 in 0s

0 passed, 9 failed and 0 skipped

Tests failed

❌ target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml

9 tests were completed in 1s with 0 passed, 9 failed and 0 skipped.

Test suite Passed Failed Skipped Time
liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite 9❌ 1s

❌ liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite

liquibase.harness.generateChangelog.GenerateChangelogTest
  ❌ apply generateChangelog test for createTable against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
liquibase.harness.snapshot.SnapshotObjectTests
  ❌ apply addColumn against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
  ❌ apply addForeignKeyConstraint against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
  ❌ apply addPrimaryKey against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
  ❌ apply addUniqueConstraint against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
  ❌ apply createIndex against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
  ❌ apply createTable against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
  ❌ apply createView against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object
  ❌ apply snapshotCaalogAndSchema against databricks null
	java.lang.NullPointerException: Cannot invoke method getConnection() on null object

Annotations

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.generateChangelog.GenerateChangelogTest ► apply generateChangelog test for createTable against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.generateChangelog.GenerateChangelogTest.apply generateChangelog test for #testInput.change against #testInput.databaseName #testInput.version(GenerateChangelogTest.groovy:46)
	Suppressed: java.lang.NullPointerException: Cannot invoke method entrySet() on null object
		at org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:91)
		at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.call(PogoMetaClassSite.java:47)
		at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
		at org.codehaus.groovy.runtime.callsite.NullCallSite.call(NullCallSite.java:34)
		at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
		at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
		at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:120)
		at liquibase.harness.generateChangelog.GenerateChangelogTest.$spock_feature_0_0(GenerateChangelogTest.groovy:97)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.spockframework.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:200)
		at org.spockframework.runtime.model.MethodInfo.invoke(MethodInfo.java:113)
		at org.spockframework.runtime.BaseSpecRunner.invokeRaw(BaseSpecRunner.java:484)
		at org.spockframework.runtime.BaseSpecRunner.invoke(BaseSpecRunner.java:467)
		at org.spockframework.runtime.BaseSpecRunner.runFeatureMethod(BaseSpecRunner.java:408)
		at org.spockframework.runtime.BaseSpecRunner.doRunIteration(BaseSpecRunner.java:322)
		at org.spockframework.runtime.BaseSpecRunner$6.invoke(BaseSpecRunner.java:306)
		at org.spockframework.runtime.BaseSpecRunner.invokeRaw(BaseSpecRunner.java:484)
		at org.spockframework.runtime.BaseSpecRunner.invoke(BaseSpecRunner.java:467)
		at org.spockframework.runtime.BaseSpecRunner.runIteration(BaseSpecRunner.java:285)
		at org.spockframework.runtime.BaseSpecRunner.initializeAndRunIteration(BaseSpecRunner.java:275)
		at org.spockframework.runtime.ParameterizedSpecRunner.runIterations(ParameterizedSpecRunner.java:139)
		at org.spockframework.runtime.ParameterizedSpecRunner.runParameterizedFeature(ParameterizedSpecRunner.java:41)
		at org.spockframework.runtime.BaseSpecRunner.doRunFeature(BaseSpecRunner.java:259)
		at org.spockframework.runtime.BaseSpecRunner$5.invoke(BaseSpecRunner.java:243)
		at org.spockframework.runtime.BaseSpecRunner.invokeRaw(BaseSpecRunner.java:484)
		at org.spockframework.runtime.BaseSpecRunner.invoke(BaseSpecRunner.java:467)
		at org.spockframework.runtime.BaseSpecRunner.runFeature(BaseSpecRunner.java:235)
		at org.spockframework.runtime.BaseSpecRunner.runFeatures(BaseSpecRunner.java:185)
		at org.spockframework.runtime.BaseSpecRunner.doRunSpec(BaseSpecRunner.java:95)
		at org.spockframework.runtime.BaseSpecRunner$1.invoke(BaseSpecRunner.java:81)
		at org.spockframework.runtime.BaseSpecRunner.invokeRaw(BaseSpecRunner.java:484)
		at org.spockframework.runtime.BaseSpecRunner.invoke(BaseSpecRunner.java:467)
		at org.spockframework.runtime.BaseSpecRunner.runSpec(BaseSpecRunner.java:73)
		at org.spockframework.runtime.BaseSpecRunner.run(BaseSpecRunner.java:64)
		at org.spockframework.runtime.Sputnik.run(Sputnik.java:63)
		at org.junit.runners.Suite.runChild(Suite.java:128)
		at org.junit.runners.Suite.runChild(Suite.java:27)
		at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
		at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
		at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
		at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
		at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
		at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
		at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
		at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
		at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
		at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
		at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply addColumn against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply addForeignKeyConstraint against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply addPrimaryKey against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply addUniqueConstraint against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply createIndex against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply createTable against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply createView against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)

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

See this annotation in the file changed.

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

liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite ► liquibase.harness.snapshot.SnapshotObjectTests ► apply snapshotCaalogAndSchema against databricks null

Failed test found in:
  target/surefire-reports/TEST-liquibase.ext.databricks.AdvancedExtensionHarnessTestSuite.xml
Error:
  java.lang.NullPointerException: Cannot invoke method getConnection() on null object
Raw output
java.lang.NullPointerException: Cannot invoke method getConnection() on null object
	at liquibase.harness.snapshot.SnapshotObjectTests.apply #testInput.snapshotObject against #testInput.databaseName #testInput.databaseVersion(SnapshotObjectTests.groovy:47)