Skip to content

tmp

e50aac3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

Bmoric/postgres old acceptance test #67596

tmp
e50aac3
Select commit
Loading
Failed to load commit list.
GitHub Actions / `destination-snowflake` Connector Test Results failed Oct 9, 2025 in 0s

2 fail, 16 skipped, 192 pass in 4m 51s

 23 files   23 suites   4m 51s ⏱️
210 tests 192 ✅ 16 💤 2 ❌
214 runs  196 ✅ 16 💤 2 ❌

Results for commit e50aac3.

Annotations

Check warning on line 0 in io.airbyte.integrations.destination.snowflake.write.SnowflakeInsertAcceptanceTest

See this annotation in the file changed.

@github-actions github-actions / `destination-snowflake` Connector Test Results

testBasicTypes() (io.airbyte.integrations.destination.snowflake.write.SnowflakeInsertAcceptanceTest) failed

airbyte-integrations/connectors/destination-snowflake/build/test-results/integrationTestJava/TEST-io.airbyte.integrations.destination.snowflake.write.SnowflakeInsertAcceptanceTest.xml [took 33s]
Raw output
java.lang.AssertionError: Incorrect records for test20251009szTK.test_stream:
Incorrect record (pk=[IntegerValue(value=1)]):
  airbyteMeta: Expected Meta(changes=[], syncId=42), got Meta(changes=[Change(field=timestamp_without_timezone, change=NULLED, reason=DESTINATION_SERIALIZATION_ERROR)], syncId=42)
  string: Expected StringValue(value=fo?o), but was StringValue(value=fo,?o)
  timestamp_without_timezone: Expected TimestampWithoutTimezoneValue(value=2023-01-23T12:34:56), but was NullValue
	at kotlin.test.junit.JUnitAsserter.fail(JUnitSupport.kt:56)
	at kotlin.test.AssertionsKt__AssertionsKt.fail(Assertions.kt:520)
	at kotlin.test.AssertionsKt.fail(Unknown Source)
	at io.airbyte.cdk.load.test.util.IntegrationTest.dumpAndDiffRecords(IntegrationTest.kt:164)
	at io.airbyte.cdk.load.test.util.IntegrationTest.dumpAndDiffRecords$default(IntegrationTest.kt:137)
	at io.airbyte.cdk.load.write.BasicFunctionalityIntegrationTest.testBasicTypes(BasicFunctionalityIntegrationTest.kt:3614)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.airbyte.cdk.extensions.JunitTimeoutInvocationInterceptor.interceptTestMethod$lambda$0(JunitTimeoutInvocationInterceptor.kt:38)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Check warning on line 0 in io.airbyte.integrations.destination.snowflake.write.SnowflakeRawInsertAcceptanceTest

See this annotation in the file changed.

@github-actions github-actions / `destination-snowflake` Connector Test Results

testBasicTypes() (io.airbyte.integrations.destination.snowflake.write.SnowflakeRawInsertAcceptanceTest) failed

airbyte-integrations/connectors/destination-snowflake/build/test-results/integrationTestJava/TEST-io.airbyte.integrations.destination.snowflake.write.SnowflakeRawInsertAcceptanceTest.xml [took 35s]
Raw output
java.lang.AssertionError: Incorrect records for test20251009acab.test_stream:
Incorrect record (pk=[IntegerValue(value=1)]):
  airbyteMeta: Expected Meta(changes=[], syncId=42), got Meta(changes=[Change(field=timestamp_without_timezone, change=NULLED, reason=DESTINATION_SERIALIZATION_ERROR)], syncId=42)
  string: Expected StringValue(value=fo?o), but was StringValue(value=fo,?o)
  timestamp_without_timezone: Expected StringValue(value=2023-01-23T12:34:56), but was <unset>
	at kotlin.test.junit.JUnitAsserter.fail(JUnitSupport.kt:56)
	at kotlin.test.AssertionsKt__AssertionsKt.fail(Assertions.kt:520)
	at kotlin.test.AssertionsKt.fail(Unknown Source)
	at io.airbyte.cdk.load.test.util.IntegrationTest.dumpAndDiffRecords(IntegrationTest.kt:164)
	at io.airbyte.cdk.load.test.util.IntegrationTest.dumpAndDiffRecords$default(IntegrationTest.kt:137)
	at io.airbyte.cdk.load.write.BasicFunctionalityIntegrationTest.testBasicTypes(BasicFunctionalityIntegrationTest.kt:3614)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at io.airbyte.cdk.extensions.JunitTimeoutInvocationInterceptor.interceptTestMethod$lambda$0(JunitTimeoutInvocationInterceptor.kt:38)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)