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

🎉 New Source: SingleStore #37337

Conversation

oyeliseiev-ua
Copy link
Contributor

@oyeliseiev-ua oyeliseiev-ua commented Apr 16, 2024

What

Developing a new connector for the source: SingleStore
Closes: #35871

How

Developed using Java CDK

🚨 User Impact 🚨

No breaking changes, Just addition of new source

Connector Checklist

  • Check that all critical streams have been implemented.
  • Grant edit access to maintainers (instructions)
  • Secrets in the connector's spec are annotated with airbyte_secret
  • Unit & integration tests added and passing. Community members, please provide proof of success locally e.g: screenshot or copy-paste unit, integration, and acceptance test output. To run acceptance tests for a Python connector, follow instructions in the README. For java connectors run ./gradlew :airbyte-integrations:connectors:<name>:integrationTest.
  • Code reviews completed
  • Documentation updated
    • Connector's README.md
    • Connector's bootstrap.md. See description and examples
    • docs/SUMMARY.md
    • docs/integrations/<source or destination>/<name>.md including changelog. See changelog example
    • docs/integrations/README.md
    • airbyte-integrations/builds.md
  • PR name follows PR naming conventions
  • Connector added to connector index like described here

Tests

Unit To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. Daemon will be stopped at the end of the build > Task :buildSrc:extractPluginRequests FROM-CACHE > Task :buildSrc:generatePluginAdapters FROM-CACHE > Task :buildSrc:compileJava FROM-CACHE > Task :buildSrc:compileGroovy NO-SOURCE > Task :buildSrc:compileGroovyPlugins FROM-CACHE > Task :buildSrc:pluginDescriptors > Task :buildSrc:processResources > Task :buildSrc:classes > Task :buildSrc:jar > Task :airbyte-integrations:connectors:source-singlestore:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:processResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:processResources > Task :airbyte-integrations:connectors:source-singlestore:processResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:processTestFixturesResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:processResources > Task :airbyte-integrations:connectors:source-singlestore:generateJsonSchema2Pojo > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:generateJsonSchema2Pojo > Task :airbyte-integrations:connectors:source-singlestore:processTestFixturesResources NO-SOURCE > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:generate > Task :airbyte-integrations:connectors:source-singlestore:processTestResources NO-SOURCE > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:processTestFixturesResources NO-SOURCE > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:generateJsonSchema2Pojo > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:generate > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:processTestFixturesResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileKotlin > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileJava > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:classes > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:jar > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileKotlin > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileJava NO-SOURCE > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:classes > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:jar > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileKotlin

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileTestFixturesKotlin
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:53:51 Unnecessary non-null assertion (!!) on a non-null receiver of type Array
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:55:34 Unnecessary non-null assertion (!!) on a non-null receiver of type Array
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:63:51 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:66:48 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:70:53 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:76:76 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:111:34 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/integrations/base/ssh/SshBastionContainer.kt:35:71 Unnecessary non-null assertion (!!) on a non-null receiver of type GenericContainer<>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/integrations/base/ssh/SshBastionContainer.kt:60:76 Unnecessary non-null assertion (!!) on a non-null receiver of type ImmutablePair<String, Int>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/integrations/base/ssh/SshBastionContainer.kt:87:39 Type mismatch: inferred type is JsonNode? but Any was expected
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:10:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:50:59 Unnecessary non-null assertion (!!) on a non-null receiver of type Supplier<GenericContainer<
>>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:73:46 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:129:47 Unchecked cast: GenericContainer<*> to C
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:208:89 Unnecessary non-null assertion (!!) on a non-null receiver of type ContainerFactory.NamedContainerModifier
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:219:74 Unnecessary non-null assertion (!!) on a non-null receiver of type MdcScope.Builder
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:225:71 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableList<out ContainerFactory.NamedContainerModifier>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:228:47 Unnecessary non-null assertion (!!) on a non-null receiver of type ContainerFactory.NamedContainerModifier
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:232:54 Unnecessary non-null assertion (!!) on a non-null receiver of type Consumer
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/NonContainer.kt:18:5 'constructor JdbcDatabaseContainer<SELF : JdbcDatabaseContainer<SELF!>!>(String)' is deprecated. Deprecated in Java

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileTestFixturesJava NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:testFixturesClasses
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:testFixturesJar
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileJava
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:classes
Task :airbyte-integrations:connectors:source-singlestore:compileKotlin NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:jar
Task :airbyte-integrations:connectors:source-singlestore:compileJava
Task :airbyte-integrations:connectors:source-singlestore:classes
Task :airbyte-integrations:connectors:source-singlestore:jar

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileTestFixturesKotlin
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/TestHarnessUtils.kt:129:17 Parameter 'first' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:77:9 Parameter 'config' is never used
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:139:20 Unnecessary safe call on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:148:13 Condition 'process == null' is always 'false'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:154:20 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:154:41 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultCheckConnectionTestHarness.kt:32:22 The corresponding parameter in the supertype 'CheckConnectionTestHarness' is named 'inputType'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultCheckConnectionTestHarness.kt:68:27 Enum argument can be null in Java, but exhaustive when contains no null branch
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultCheckConnectionTestHarness.kt:89:39 Name shadowed: failureReason
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:6:30 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:31:35 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:40:9 The corresponding parameter in the supertype 'DiscoverCatalogTestHarness' is named 'inputType'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:97:21 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:97:38 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:29:22 The corresponding parameter in the supertype 'GetSpecTestHarness' is named 'inputType'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:35:39 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:41:73 Unnecessary non-null assertion (!!) on a non-null receiver of type List
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:51:26 Unnecessary non-null assertion (!!) on a non-null receiver of type Optional
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:51:41 Name shadowed: failureReason
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:55:35 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:7:30 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:39:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:39:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:45:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:45:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:71:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:71:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:81:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:81:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/EntrypointEnvChecker.kt:53:53 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteDestination.kt:26:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteMessageBufferedWriterFactory.kt:9:31 The corresponding parameter in the supertype 'AirbyteMessageBufferedWriterFactory' is named 'bufferedWriter'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteSource.kt:25:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteSource.kt:130:25 Parameter 'message' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteStreamFactory.kt:128:50 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteStreamFactory.kt:152:50 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteStreamFactory.kt:177:13 Name shadowed: bytes
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/DefaultNormalizationRunner.kt:259:17 Condition 'airbyteMessagesByType != null' is always 'true'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/DefaultNormalizationRunner.kt:260:42 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableMap<AirbyteMessage.Type, List>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/DefaultNormalizationRunner.kt:262:45 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableMap<AirbyteMessage.Type, List>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:44:43 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteMessage
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:46:58 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:58:50 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:82:54 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/process/AirbyteIntegrationLauncher.kt:212:25 Type mismatch: inferred type is String? but String was expected
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/process/DockerProcessFactory.kt:55:9 The corresponding parameter in the supertype 'ProcessFactory' is named 'jobPath'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/process/DockerProcessFactory.kt:65:9 The corresponding parameter in the supertype 'ProcessFactory' is named 'portMapping'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/test_utils/TestConfigHelpers.kt:10:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/test_utils/TestConfigHelpers.kt:11:8 This class shouldn't be used in Kotlin. Use kotlin.collections.Map or kotlin.collections.MutableMap instead.

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileTestFixturesJava NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:testFixturesClasses
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:testFixturesJar

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileTestFixturesKotlin
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:143:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:145:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:173:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:214:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:228:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:232:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:242:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:270:62 Parameter 'c' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:363:28 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:557:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:643:28 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:683:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:691:37 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:698:26 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:990:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debug/DebugUtil.kt:38:44 Parameter 'message' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:118:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:119:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:188:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:194:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:204:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:216:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:223:52 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:225:62 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:248:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:258:52 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:260:19 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:280:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:290:52 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:292:19 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:313:28 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:333:21 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:341:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:359:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:380:15 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:389:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:413:59 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:450:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:467:59 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:505:59 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:546:21 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:660:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:678:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:777:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:803:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:815:27 Parameter 'first' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:919:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:962:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:993:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:994:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:995:23 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1006:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1015:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1047:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1069:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1102:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1103:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1160:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1372:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1460:23 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1466:28 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1478:25 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1482:50 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1482:65 Unnecessary non-null assertion (!!) on a non-null receiver of type String
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcStressTest.kt:164:33 Unnecessary non-null assertion (!!) on a non-null receiver of type JsonNode
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcStressTest.kt:175:13 Variable 'a' is never used
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceConnectorTest.kt:7:30 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceConnectorTest.kt:91:45 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceConnectorTest.kt:117:42 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:117:27 Unchecked cast: MutableMap<*, *> to Map<String, Any>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:149:24 Unnecessary non-null assertion (!!) on a non-null receiver of type List
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:202:102 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:205:29 Unnecessary non-null assertion (!!) on a non-null receiver of type TestDataHolder
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:218:98 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:221:29 Unnecessary non-null assertion (!!) on a non-null receiver of type TestDataHolder
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/PythonSourceAcceptanceTest.kt:58:24 Unnecessary non-null assertion (!!) on a non-null receiver of type List
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/TestEnvConfigs.kt:113:13 Condition 'value != null' is always 'true'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/TestEnvConfigs.kt:131:22 Condition 'value != null' is always 'true'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/TestEnvConfigs.kt:133:21 Unnecessary non-null assertion (!!) on a non-null receiver of type String

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileTestFixturesJava NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:testFixturesClasses UP-TO-DATE
Task :airbyte-integrations:connectors:source-singlestore:compileTestFixturesKotlin NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:testFixturesJar
Task :airbyte-integrations:connectors:source-singlestore:compileTestFixturesJava
Task :airbyte-integrations:connectors:source-singlestore:testFixturesClasses
Task :airbyte-integrations:connectors:source-singlestore:testFixturesJar
Task :airbyte-integrations:connectors:source-singlestore:compileTestKotlin NO-SOURCE
Task :airbyte-integrations:connectors:source-singlestore:compileTestJava
Task :airbyte-integrations:connectors:source-singlestore:testClasses

Task :airbyte-integrations:connectors:source-singlestore:test

SingleStoreSpecTest > testSchemaMissing() STARTED

SingleStoreSpecTest > testSchemaMissing() PASSED

SingleStoreSpecTest > testHostMissing() STARTED

SingleStoreSpecTest > testHostMissing() PASSED

SingleStoreSpecTest > testJdbcAdditionalProperty() STARTED

SingleStoreSpecTest > testJdbcAdditionalProperty() PASSED

SingleStoreSpecTest > testPortMissing() STARTED

SingleStoreSpecTest > testPortMissing() PASSED

SingleStoreSpecTest > testReplicationMethodMissing() STARTED

SingleStoreSpecTest > testReplicationMethodMissing() PASSED

SingleStoreSpecTest > testWithJdbcAdditionalProperty() STARTED

SingleStoreSpecTest > testWithJdbcAdditionalProperty() PASSED

SingleStoreSpecTest > testPasswordMissing() STARTED

SingleStoreSpecTest > testPasswordMissing() PASSED

SingleStoreSpecTest > testAdditionalJdbcParamMissing() STARTED

SingleStoreSpecTest > testAdditionalJdbcParamMissing() PASSED

SingleStoreSpecTest > testUsernameMissing() STARTED

SingleStoreSpecTest > testUsernameMissing() PASSED

SingleStoreSourceTest > testJdbcUrlWithEscapedDatabaseName() STARTED

SingleStoreSourceTest > testJdbcUrlWithEscapedDatabaseName() PASSED

SingleStoreSourceTest > testJdbcUrlWithSslParameters() STARTED

SingleStoreSourceTest > testJdbcUrlWithSslParameters() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testReadMultipleTables() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testReadMultipleTables() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscoverWithNonCursorFields() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscoverWithNonCursorFields() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalDateCheckCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalDateCheckCursor() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalCursorChanges() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalCursorChanges() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscoverWithNullableCursorFields() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscoverWithNullableCursorFields() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testSpec() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testSpec() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckSuccess() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckSuccess() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalIntCheckCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalIntCheckCursor() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscoverWithMultipleSchemas() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscoverWithMultipleSchemas() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckFailure() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckFailure() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalWithConcurrentInsertion() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalWithConcurrentInsertion() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalNoPreviousState() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalNoPreviousState() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscover() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testDiscover() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalStringCheckCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalStringCheckCursor() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testReadSuccess() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testReadSuccess() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testReadOneColumn() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testReadOneColumn() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testReadOneTableIncrementallyTwice() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testReadOneTableIncrementallyTwice() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testReadFailure() STARTED

SingleStoreSourceOperationsTest > dateTimeColumnAsCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testReadFailure() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalStringCheckCursorSpaceInColumnName() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testIncrementalStringCheckCursorSpaceInColumnName() PASSED

SingleStoreSourceOperationsTest > dateTimeColumnAsCursor() PASSED

SingleStoreSourceOperationsTest > timeColumnAsCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testTablesWithQuoting() STARTED

SingleStoreSourceOperationsTest > timeColumnAsCursor() PASSED

SingleStoreSourceOperationsTest > varcharAsCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testTablesWithQuoting() PASSED

SingleStoreSourceOperationsTest > varcharAsCursor() PASSED

SingleStoreSourceOperationsTest > dateColumnAsCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testReadMultipleTablesIncrementally() STARTED

SingleStoreSourceOperationsTest > dateColumnAsCursor() PASSED

SingleStoreSourceOperationsTest > timeStampColumnAsCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testReadMultipleTablesIncrementally() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectDataBaseFailure() STARTED

SingleStoreSourceOperationsTest > timeStampColumnAsCursor() PASSED

SingleStoreJdbcSourceAcceptanceTest > testReadMultipleTables() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectDataBaseFailure() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectPasswordFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testReadMultipleTables() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectPasswordFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testDiscoverWithNonCursorFields() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testUserHasNoPermissionToDataBase() STARTED

SingleStoreJdbcSourceAcceptanceTest > testDiscoverWithNonCursorFields() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalDateCheckCursor() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testUserHasNoPermissionToDataBase() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalDateCheckCursor() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectHostFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalCursorChanges() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectHostFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalCursorChanges() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectUsernameFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testDiscoverWithNullableCursorFields() STARTED

SingleStoreJdbcSourceAcceptanceTest > testDiscoverWithNullableCursorFields() PASSED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectUsernameFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testSpec() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectPortFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testSpec() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckSuccess() STARTED

SingleStoreSslJdbcSourceAcceptanceTest > testCheckIncorrectPortFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckSuccess() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalIntCheckCursor() STARTED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalIntCheckCursor() PASSED

SingleStoreJdbcSourceAcceptanceTest > testDiscoverWithMultipleSchemas() STARTED

SingleStoreJdbcSourceAcceptanceTest > testDiscoverWithMultipleSchemas() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testCheckFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalWithConcurrentInsertion() STARTED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalWithConcurrentInsertion() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalNoPreviousState() STARTED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalNoPreviousState() PASSED

SingleStoreJdbcSourceAcceptanceTest > testDiscover() STARTED

SingleStoreJdbcSourceAcceptanceTest > testDiscover() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalStringCheckCursor() STARTED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalStringCheckCursor() PASSED

SingleStoreJdbcSourceAcceptanceTest > testReadSuccess() STARTED

SingleStoreJdbcSourceAcceptanceTest > testReadSuccess() PASSED

SingleStoreJdbcSourceAcceptanceTest > testReadOneColumn() STARTED

SingleStoreJdbcSourceAcceptanceTest > testReadOneColumn() PASSED

SingleStoreJdbcSourceAcceptanceTest > testReadOneTableIncrementallyTwice() STARTED

SingleStoreJdbcSourceAcceptanceTest > testReadOneTableIncrementallyTwice() PASSED

SingleStoreJdbcSourceAcceptanceTest > testReadFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testReadFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalStringCheckCursorSpaceInColumnName() STARTED

SingleStoreJdbcSourceAcceptanceTest > testIncrementalStringCheckCursorSpaceInColumnName() PASSED

SingleStoreJdbcSourceAcceptanceTest > testTablesWithQuoting() STARTED

SingleStoreJdbcSourceAcceptanceTest > testTablesWithQuoting() PASSED

SingleStoreJdbcSourceAcceptanceTest > testReadMultipleTablesIncrementally() STARTED

SingleStoreJdbcSourceAcceptanceTest > testReadMultipleTablesIncrementally() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectDataBaseFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectDataBaseFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectPasswordFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectPasswordFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testUserHasNoPermissionToDataBase() STARTED

SingleStoreJdbcSourceAcceptanceTest > testUserHasNoPermissionToDataBase() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectHostFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectHostFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectUsernameFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectUsernameFailure() PASSED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectPortFailure() STARTED

SingleStoreJdbcSourceAcceptanceTest > testCheckIncorrectPortFailure() PASSED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD SUCCESSFUL in 9m 54s
40 actionable tasks: 36 executed, 4 from cache

Publishing build scan...
https://gradle.com/s/vj3ux7k2et4pu

Integration To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.6/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. Daemon will be stopped at the end of the build > Task :buildSrc:extractPluginRequests FROM-CACHE > Task :buildSrc:generatePluginAdapters FROM-CACHE > Task :buildSrc:compileJava FROM-CACHE > Task :buildSrc:compileGroovy NO-SOURCE > Task :buildSrc:compileGroovyPlugins FROM-CACHE > Task :buildSrc:pluginDescriptors > Task :buildSrc:processResources > Task :buildSrc:classes > Task :buildSrc:jar > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-integrations:connectors:source-singlestore:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:checkKotlinGradlePluginConfigurationErrors > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:processResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:processResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:processTestFixturesResources > Task :airbyte-integrations:connectors:source-singlestore:processResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:processResources > Task :airbyte-integrations:connectors:source-singlestore:generateJsonSchema2Pojo > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:generateJsonSchema2Pojo > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:generate > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:processTestFixturesResources NO-SOURCE > Task :airbyte-integrations:connectors:source-singlestore:processTestFixturesResources NO-SOURCE > Task :airbyte-integrations:connectors:source-singlestore:processIntegrationTestJavaResources > Task :airbyte-integrations:connectors:source-singlestore:processTestResources NO-SOURCE > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:generateJsonSchema2Pojo > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:generate > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:processTestFixturesResources > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileKotlin > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileJava > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:classes > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:jar > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileKotlin > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileJava NO-SOURCE > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:classes > Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:jar

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileTestFixturesKotlin
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:53:51 Unnecessary non-null assertion (!!) on a non-null receiver of type Array
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:55:34 Unnecessary non-null assertion (!!) on a non-null receiver of type Array
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:63:51 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:66:48 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:70:53 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:76:76 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/extensions/LoggingInvocationInterceptor.kt:111:34 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/integrations/base/ssh/SshBastionContainer.kt:35:71 Unnecessary non-null assertion (!!) on a non-null receiver of type GenericContainer<>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/integrations/base/ssh/SshBastionContainer.kt:60:76 Unnecessary non-null assertion (!!) on a non-null receiver of type ImmutablePair<String, Int>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/integrations/base/ssh/SshBastionContainer.kt:87:39 Type mismatch: inferred type is JsonNode? but Any was expected
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:10:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:50:59 Unnecessary non-null assertion (!!) on a non-null receiver of type Supplier<GenericContainer<
>>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:73:46 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:129:47 Unchecked cast: GenericContainer<*> to C
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:208:89 Unnecessary non-null assertion (!!) on a non-null receiver of type ContainerFactory.NamedContainerModifier
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:219:74 Unnecessary non-null assertion (!!) on a non-null receiver of type MdcScope.Builder
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:225:71 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableList<out ContainerFactory.NamedContainerModifier>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:228:47 Unnecessary non-null assertion (!!) on a non-null receiver of type ContainerFactory.NamedContainerModifier
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/ContainerFactory.kt:232:54 Unnecessary non-null assertion (!!) on a non-null receiver of type Consumer
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/core/src/testFixtures/kotlin/io/airbyte/cdk/testutils/NonContainer.kt:18:5 'constructor JdbcDatabaseContainer<SELF : JdbcDatabaseContainer<SELF!>!>(String)' is deprecated. Deprecated in Java

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:compileTestFixturesJava NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:testFixturesClasses
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-core:testFixturesJar
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileKotlin
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileJava
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:classes
Task :airbyte-integrations:connectors:source-singlestore:compileKotlin NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:jar
Task :airbyte-integrations:connectors:source-singlestore:compileJava
Task :airbyte-integrations:connectors:source-singlestore:classes
Task :airbyte-integrations:connectors:source-singlestore:jar

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileTestFixturesKotlin
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/TestHarnessUtils.kt:129:17 Parameter 'first' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:77:9 Parameter 'config' is never used
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:139:20 Unnecessary safe call on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:148:13 Condition 'process == null' is always 'false'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:154:20 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DbtTransformationRunner.kt:154:41 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultCheckConnectionTestHarness.kt:32:22 The corresponding parameter in the supertype 'CheckConnectionTestHarness' is named 'inputType'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultCheckConnectionTestHarness.kt:68:27 Enum argument can be null in Java, but exhaustive when contains no null branch
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultCheckConnectionTestHarness.kt:89:39 Name shadowed: failureReason
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:6:30 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:31:35 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:40:9 The corresponding parameter in the supertype 'DiscoverCatalogTestHarness' is named 'inputType'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:97:21 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultDiscoverCatalogTestHarness.kt:97:38 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:29:22 The corresponding parameter in the supertype 'GetSpecTestHarness' is named 'inputType'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:35:39 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:41:73 Unnecessary non-null assertion (!!) on a non-null receiver of type List
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:51:26 Unnecessary non-null assertion (!!) on a non-null receiver of type Optional
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:51:41 Name shadowed: failureReason
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/general/DefaultGetSpecTestHarness.kt:55:35 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:7:30 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:39:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:39:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:45:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:45:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:71:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:71:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:81:13 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/ConnectorConfigUpdater.kt:81:30 'retryWithJitter(Callable<T!>!, String!): T!' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/helper/EntrypointEnvChecker.kt:53:53 Unnecessary non-null assertion (!!) on a non-null receiver of type Process
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteDestination.kt:26:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteMessageBufferedWriterFactory.kt:9:31 The corresponding parameter in the supertype 'AirbyteMessageBufferedWriterFactory' is named 'bufferedWriter'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteSource.kt:25:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteSource.kt:130:25 Parameter 'message' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteStreamFactory.kt:128:50 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteStreamFactory.kt:152:50 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/internal/DefaultAirbyteStreamFactory.kt:177:13 Name shadowed: bytes
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/DefaultNormalizationRunner.kt:259:17 Condition 'airbyteMessagesByType != null' is always 'true'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/DefaultNormalizationRunner.kt:260:42 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableMap<AirbyteMessage.Type, List>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/DefaultNormalizationRunner.kt:262:45 Unnecessary non-null assertion (!!) on a non-null receiver of type MutableMap<AirbyteMessage.Type, List>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:44:43 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteMessage
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:46:58 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:58:50 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/normalization/NormalizationAirbyteStreamFactory.kt:82:54 Parameter 'mdcScope' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/process/AirbyteIntegrationLauncher.kt:212:25 Type mismatch: inferred type is String? but String was expected
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/process/DockerProcessFactory.kt:55:9 The corresponding parameter in the supertype 'ProcessFactory' is named 'jobPath'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/process/DockerProcessFactory.kt:65:9 The corresponding parameter in the supertype 'ProcessFactory' is named 'portMapping'. This may cause problems when calling this function with named arguments.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/test_utils/TestConfigHelpers.kt:10:8 This class shouldn't be used in Kotlin. Use kotlin.collections.List or kotlin.collections.MutableList instead.
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/dependencies/src/testFixtures/kotlin/io/airbyte/workers/test_utils/TestConfigHelpers.kt:11:8 This class shouldn't be used in Kotlin. Use kotlin.collections.Map or kotlin.collections.MutableMap instead.

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:compileTestFixturesJava NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:testFixturesClasses
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-dependencies:testFixturesJar

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileTestFixturesKotlin
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:143:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:145:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:173:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:214:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:228:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:232:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:242:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:270:62 Parameter 'c' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:363:28 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:557:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:643:28 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:683:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:691:37 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:698:26 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debezium/CdcSourceTest.kt:990:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/debug/DebugUtil.kt:38:44 Parameter 'message' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:118:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:119:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:188:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:194:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:204:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:216:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:223:52 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:225:62 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:248:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:258:52 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:260:19 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:280:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:290:52 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:292:19 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:313:28 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:333:21 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:341:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:359:30 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:380:15 Unnecessary non-null assertion (!!) on a non-null receiver of type AirbyteCatalog
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:389:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:413:59 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:450:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:467:59 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:505:59 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:546:21 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:660:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:678:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:777:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:803:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:815:27 Parameter 'first' is never used, could be renamed to _
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:919:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:962:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:993:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:994:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:995:23 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1006:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1015:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1047:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1069:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1102:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1103:19 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1160:25 Unnecessary non-null assertion (!!) on a non-null receiver of type S
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1372:15 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1460:23 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1466:28 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1478:25 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1482:50 Unnecessary non-null assertion (!!) on a non-null receiver of type T
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcSourceAcceptanceTest.kt:1482:65 Unnecessary non-null assertion (!!) on a non-null receiver of type String
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcStressTest.kt:164:33 Unnecessary non-null assertion (!!) on a non-null receiver of type JsonNode
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/source/jdbc/test/JdbcStressTest.kt:175:13 Variable 'a' is never used
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceConnectorTest.kt:7:30 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceConnectorTest.kt:91:45 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceConnectorTest.kt:117:42 'AirbyteApiClient' is deprecated. Deprecated in Java
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:117:27 Unchecked cast: MutableMap<*, *> to Map<String, Any>
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:149:24 Unnecessary non-null assertion (!!) on a non-null receiver of type List
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:202:102 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:205:29 Unnecessary non-null assertion (!!) on a non-null receiver of type TestDataHolder
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:218:98 'formatted(vararg Any!): String!' is deprecated. This member is not fully supported by Kotlin compiler, so it may be absent or have different signature in next major version
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/AbstractSourceDatabaseTypeTest.kt:221:29 Unnecessary non-null assertion (!!) on a non-null receiver of type TestDataHolder
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/PythonSourceAcceptanceTest.kt:58:24 Unnecessary non-null assertion (!!) on a non-null receiver of type List
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/TestEnvConfigs.kt:113:13 Condition 'value != null' is always 'true'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/TestEnvConfigs.kt:131:22 Condition 'value != null' is always 'true'
w: file:///airbyte/airbyte-cdk/java/airbyte-cdk/db-sources/src/testFixtures/kotlin/io/airbyte/cdk/integrations/standardtest/source/TestEnvConfigs.kt:133:21 Unnecessary non-null assertion (!!) on a non-null receiver of type String

Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:compileTestFixturesJava NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:testFixturesClasses UP-TO-DATE
Task :airbyte-integrations:connectors:source-singlestore:compileTestFixturesKotlin NO-SOURCE
Task :airbyte-cdk:java:airbyte-cdk:airbyte-cdk-db-sources:testFixturesJar
Task :airbyte-integrations:connectors:source-singlestore:compileTestFixturesJava
Task :airbyte-integrations:connectors:source-singlestore:testFixturesClasses
Task :airbyte-integrations:connectors:source-singlestore:testFixturesJar
Task :airbyte-integrations:connectors:source-singlestore:compileIntegrationTestJavaKotlin NO-SOURCE
Task :airbyte-integrations:connectors:source-singlestore:compileIntegrationTestJavaJava
Task :airbyte-integrations:connectors:source-singlestore:compileTestKotlin NO-SOURCE
Task :airbyte-integrations:connectors:source-singlestore:compileTestJava
Task :airbyte-integrations:connectors:source-singlestore:integrationTestJavaClasses
Task :airbyte-integrations:connectors:source-singlestore:testClasses

Task :airbyte-integrations:connectors:source-singlestore:integrationTestJava

SingleStoreSslSourceAcceptanceTest > testIdenticalFullRefreshes() STARTED

SingleStoreSourceDatatypeTest > testDataContent() STARTED

SingleStoreSslSourceAcceptanceTest > testIdenticalFullRefreshes() PASSED

SingleStoreSslSourceAcceptanceTest > testEntrypointEnvVar() STARTED

SingleStoreSslSourceAcceptanceTest > testEntrypointEnvVar() PASSED

SingleStoreSslSourceAcceptanceTest > testIncrementalSyncWithState() STARTED

SingleStoreSslSourceAcceptanceTest > testIncrementalSyncWithState() PASSED

SingleStoreSslSourceAcceptanceTest > testEmptyStateIncrementalIdenticalToFullRefresh() STARTED

SingleStoreSslSourceAcceptanceTest > testEmptyStateIncrementalIdenticalToFullRefresh() PASSED

SingleStoreSslSourceAcceptanceTest > testGetSpec() STARTED

SingleStoreSslSourceAcceptanceTest > testGetSpec() PASSED

SingleStoreSslSourceAcceptanceTest > testFullRefreshRead() STARTED

SingleStoreSslSourceAcceptanceTest > testFullRefreshRead() PASSED

SingleStoreSslSourceAcceptanceTest > testCheckConnection() STARTED

SingleStoreSslSourceAcceptanceTest > testCheckConnection() PASSED

SingleStoreSslSourceAcceptanceTest > testDiscover() STARTED

SingleStoreSslSourceAcceptanceTest > testDiscover() PASSED

SingleStoreSourceAcceptanceTest > testIdenticalFullRefreshes() STARTED

SingleStoreSourceAcceptanceTest > testIdenticalFullRefreshes() PASSED

SingleStoreSourceAcceptanceTest > testEntrypointEnvVar() STARTED

SingleStoreSourceAcceptanceTest > testEntrypointEnvVar() PASSED

SingleStoreSourceAcceptanceTest > testIncrementalSyncWithState() STARTED

SingleStoreSourceAcceptanceTest > testIncrementalSyncWithState() PASSED

SingleStoreSourceAcceptanceTest > testEmptyStateIncrementalIdenticalToFullRefresh() STARTED

SingleStoreSourceAcceptanceTest > testEmptyStateIncrementalIdenticalToFullRefresh() PASSED

SingleStoreSourceAcceptanceTest > testGetSpec() STARTED

SingleStoreSourceDatatypeTest > testDataContent() PASSED

SingleStoreSourceDatatypeTest > testDataTypes() STARTED

SingleStoreSourceAcceptanceTest > testGetSpec() PASSED

SingleStoreSourceAcceptanceTest > testFullRefreshRead() STARTED

SingleStoreSourceAcceptanceTest > testFullRefreshRead() PASSED

SingleStoreSourceAcceptanceTest > testCheckConnection() STARTED

SingleStoreSourceAcceptanceTest > testCheckConnection() PASSED

SingleStoreSourceAcceptanceTest > testDiscover() STARTED

SingleStoreSourceAcceptanceTest > testDiscover() PASSED

SingleStoreSourceDatatypeTest > testDataTypes() PASSED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.6/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD SUCCESSFUL in 4m 37s
42 actionable tasks: 38 executed, 4 from cache

Publishing build scan...
https://gradle.com/s/bsqz7hhf7t6b2

Acceptance ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-6.2.5, py-1.11.0, pluggy-1.4.0 -- /usr/local/bin/python cachedir: .pytest_cache hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase(PosixPath('/test_input/.hypothesis/examples')) rootdir: /test_input plugins: timeout-1.4.2, cov-3.0.0, requests-mock-1.9.3, mock-3.6.1, anyio-3.7.1, xdist-3.5.0, hypothesis-6.99.13, sugar-0.9.7 created: 16/16 workers 16 workers [25 items]

scheduling tests via LoadScheduling

test_core.py::TestSpec::test_match_expected[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_optional[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_oneof_usage[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_has_secret[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_secret_is_properly_marked[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_secret_never_in_the_output[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_duplicate_order[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_object_not_empty[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_date_pattern[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_forbidden_complex_types[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_date_format[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_array_type[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_property_type_is_not_array[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_config_match_spec[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_enum_usage[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_required[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw0] [ 4%] PASSED test_core.py::TestSpec::test_config_match_spec[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_nested_group[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw0] [ 8%] PASSED test_core.py::TestSpec::test_nested_group[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw13] [ 12%] PASSED test_core.py::TestSpec::test_date_pattern[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw11] [ 16%] PASSED test_core.py::TestSpec::test_array_type[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw5] [ 20%] PASSED test_core.py::TestSpec::test_required[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_oauth_is_default_method[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw5] [ 24%] SKIPPED test_core.py::TestSpec::test_oauth_is_default_method[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw4] [ 28%] PASSED test_core.py::TestSpec::test_has_secret[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_additional_properties_is_true[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw3] [ 32%] PASSED test_core.py::TestSpec::test_enum_usage[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_defined_refs_exist_in_json_spec_file[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw3] [ 36%] PASSED test_core.py::TestSpec::test_defined_refs_exist_in_json_spec_file[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw4] [ 40%] PASSED test_core.py::TestSpec::test_additional_properties_is_true[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw9] [ 44%] PASSED test_core.py::TestSpec::test_secret_is_properly_marked[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_image_environment_variables[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw10] [ 48%] PASSED test_core.py::TestSpec::test_object_not_empty[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw9] [ 52%] PASSED test_core.py::TestSpec::test_image_environment_variables[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw12] [ 56%] PASSED test_core.py::TestSpec::test_forbidden_complex_types[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw1] [ 60%] PASSED test_core.py::TestSpec::test_oneof_usage[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_oauth_flow_parameters[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw1] [ 64%] PASSED test_core.py::TestSpec::test_oauth_flow_parameters[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw2] [ 68%] PASSED test_core.py::TestSpec::test_match_expected[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_display_type[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw2] [ 72%] PASSED test_core.py::TestSpec::test_display_type[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw15] [ 76%] PASSED test_core.py::TestSpec::test_duplicate_order[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw7] [ 80%] PASSED test_core.py::TestSpec::test_secret_never_in_the_output[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_image_labels[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw6] [ 84%] PASSED test_core.py::TestSpec::test_optional[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
test_core.py::TestSpec::test_backward_compatibility[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw8] [ 88%] PASSED test_core.py::TestSpec::test_property_type_is_not_array[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw14] [ 92%] PASSED test_core.py::TestSpec::test_date_format[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw7] [ 96%] PASSED test_core.py::TestSpec::test_image_labels[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py
[gw6] [100%] SKIPPED test_core.py::TestSpec::test_backward_compatibility[inputs0] <- ../app/connector_acceptance_test/tests/test_core.py

============================= slowest 3 durations ==============================
14.74s setup test_core.py::TestSpec::test_date_format[inputs0]
14.74s setup test_core.py::TestSpec::test_property_type_is_not_array[inputs0]
14.73s setup test_core.py::TestSpec::test_optional[inputs0]
=========================== short test summary info ============================
SKIPPED [1] ../app/connector_acceptance_test/plugin.py:63: Skipping TestConnection.test_check: not found in the config.
SKIPPED [1] ../app/connector_acceptance_test/plugin.py:63: Skipping TestDiscovery.test_discover: not found in the config.
SKIPPED [1] ../app/connector_acceptance_test/plugin.py:63: Skipping TestBasicRead.test_read: not found in the config.
SKIPPED [1] ../app/connector_acceptance_test/plugin.py:63: Skipping TestConnectorAttributes.test_streams_define_primary_key: not found in the config.
SKIPPED [1] ../app/connector_acceptance_test/plugin.py:63: Skipping TestConnectorDocumentation.test_prerequisites_content: not found in the config.
SKIPPED [1] ../app/connector_acceptance_test/plugin.py:63: Skipping TestFullRefresh.test_sequential_reads: not found in the config.
SKIPPED [1] ../app/connector_acceptance_test/plugin.py:63: Skipping TestIncremental.test_two_sequential_reads: not found in the config.
SKIPPED [1] ../app/connector_acceptance_test/tests/test_core.py:549: Source does not have OAuth method.
SKIPPED [1] ../app/connector_acceptance_test/tests/test_core.py:122: The previous and actual specifications are identical.
================= 23 passed, 9 skipped, 100 warnings in 18.72s =================

@oyeliseiev-ua oyeliseiev-ua requested review from a team as code owners April 16, 2024 12:12
Copy link

vercel bot commented Apr 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 5, 2024 1:49pm

@CLAassistant
Copy link

CLAassistant commented Apr 16, 2024

CLA assistant check
All committers have signed the CLA.

@marcosmarxm
Copy link
Member

Hi @oyeliseiev-ua,
Thank you for creating the Singlestore connector. Currently, we're not accepting new Java source-based connectors for the project. However, you can still build and run them locally, or publish them on Dockerhub for your clients to use as custom connectors.
Another option is to contact Teo Gonzalez in Airbyte Slack to discuss releasing this connector as a partner-supported one.
Let me know your thoughts.

@oyeliseiev-ua
Copy link
Contributor Author

Hi, @marcosmarxm,
Thank you. We contacted Teo Gonzalez, he is aware of this connector development.

Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Connector looks good @oyeliseiev-ua there is an internal validation it is not passing I need to investigate further.

Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@marcosmarxm marcosmarxm merged commit 76573f0 into airbytehq:master Jun 6, 2024
31 checks passed
@oyeliseiev-ua
Copy link
Contributor Author

Thank you! @marcosmarxm Will be you able to check destination connector as well? #38600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation CDK Connector Development Kit community connectors/source/singlestore new-connector
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants