Skip to content

Test if still run for bulk #3450

Test if still run for bulk

Test if still run for bulk #3450

GitHub Actions / `destination-mssql` Connector Test Results failed Aug 12, 2025 in 0s

1 fail, 18 skipped, 116 pass in 6m 51s

135 tests   116 ✅  6m 51s ⏱️
 12 suites   18 💤
 12 files      1 ❌

Results for commit 562aba2.

Annotations

Check warning on line 0 in io.airbyte.integrations.destination.mssql.v2.MSSQLBulkInsertPerformanceTest

See this annotation in the file changed.

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

testInsertRecordsComplexTypes() (io.airbyte.integrations.destination.mssql.v2.MSSQLBulkInsertPerformanceTest) failed

airbyte-integrations/connectors/destination-mssql/build/test-results/integrationTestJava/TEST-io.airbyte.integrations.destination.mssql.v2.MSSQLBulkInsertPerformanceTest.xml [took 14s]
Raw output
java.io.IOException: Broken pipe
	at java.base/java.io.FileOutputStream.writeBytes(Native Method)
	at java.base/java.io.FileOutputStream.write(FileOutputStream.java:393)
	at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:125)
	at java.base/java.io.BufferedOutputStream.implWrite(BufferedOutputStream.java:222)
	at java.base/java.io.BufferedOutputStream.write(BufferedOutputStream.java:206)
	at java.base/java.io.FilterOutputStream.write(FilterOutputStream.java:110)
	at io.airbyte.cdk.load.test.util.destination_process.DockerizedDestination.sendMessage(DockerizedDestination.kt:410)
	at io.airbyte.cdk.load.write.SingleStreamInsert$RecordWriter.flush(PerformanceTestScenarios.kt:131)
	at io.airbyte.cdk.load.write.SingleStreamInsert$RecordWriter.write(PerformanceTestScenarios.kt:122)
	at io.airbyte.cdk.load.write.SingleStreamInsert.send(PerformanceTestScenarios.kt:152)
	at io.airbyte.cdk.load.write.BasicPerformanceTest$runSync$duration$1.invokeSuspend(BasicPerformanceTest.kt:427)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:124)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:586)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:820)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:717)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:704)
	Suppressed: java.io.IOException: Broken pipe
		at java.base/java.io.FileOutputStream.writeBytes(Native Method)
		at java.base/java.io.FileOutputStream.write(FileOutputStream.java:393)
		at java.base/java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:125)
		at java.base/java.io.BufferedOutputStream.implWrite(BufferedOutputStream.java:222)
		at java.base/java.io.BufferedOutputStream.write(BufferedOutputStream.java:206)
		at java.base/java.io.FilterOutputStream.write(FilterOutputStream.java:110)
		at io.airbyte.cdk.load.test.util.destination_process.DockerizedDestination.sendMessage(DockerizedDestination.kt:410)
		at io.airbyte.cdk.load.write.SingleStreamInsert$RecordWriter.flush(PerformanceTestScenarios.kt:131)
		at io.airbyte.cdk.load.write.SingleStreamInsert$RecordWriter.close(PerformanceTestScenarios.kt:137)
		at io.airbyte.cdk.load.write.SingleStreamInsert.send(PerformanceTestScenarios.kt:494)
		... 9 more