diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 878f874923e..5692f904823 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -4,6 +4,7 @@ tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-[a-z]+)? serialize = {major}.{minor}.{patch} +current_version = 0.63.8 [bumpversion:file:.env] search = VERSION=dev diff --git a/.env b/.env index 5d26b24a321..b9d977bb9ad 100644 --- a/.env +++ b/.env @@ -10,7 +10,7 @@ ### SHARED ### -VERSION=dev +VERSION=0.63.8 # When using the airbyte-db via default docker image CONFIG_ROOT=/data diff --git a/airbyte-connector-builder-server/Dockerfile b/airbyte-connector-builder-server/Dockerfile index 6412ac16642..25f861ab944 100644 --- a/airbyte-connector-builder-server/Dockerfile +++ b/airbyte-connector-builder-server/Dockerfile @@ -10,7 +10,7 @@ ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip COPY requirements.txt requirements.txt RUN ${PIP} install -r requirements.txt -ARG VERSION=dev +ARG VERSION=0.63.8 ENV APPLICATION airbyte-connector-builder-server ENV VERSION ${VERSION} diff --git a/airbyte-container-orchestrator/Dockerfile b/airbyte-container-orchestrator/Dockerfile index 6daf8f27807..71351ff6718 100644 --- a/airbyte-container-orchestrator/Dockerfile +++ b/airbyte-container-orchestrator/Dockerfile @@ -7,7 +7,7 @@ ADD airbyte-app.tar /app FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} # Don't change this manually. Bump version expects to make moves based on this string -ARG VERSION=dev +ARG VERSION=0.63.8 ENV APPLICATION airbyte-container-orchestrator ENV VERSION=${VERSION} diff --git a/airbyte-proxy/Dockerfile b/airbyte-proxy/Dockerfile index 607cfef033d..ae3c1c3b4d7 100644 --- a/airbyte-proxy/Dockerfile +++ b/airbyte-proxy/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:1.25.3 -ARG VERSION=dev +ARG VERSION=0.63.8 ENV APPLICATION airbyte-proxy ENV VERSION ${VERSION} diff --git a/airbyte-server/Dockerfile b/airbyte-server/Dockerfile index 1c4194fc1a8..7db3d377497 100644 --- a/airbyte-server/Dockerfile +++ b/airbyte-server/Dockerfile @@ -6,7 +6,7 @@ ADD airbyte-app.tar /app FROM ${JDK_IMAGE} AS server EXPOSE 8000 5005 -ARG VERSION=dev +ARG VERSION=0.63.8 ENV APPLICATION airbyte-server ENV VERSION ${VERSION} WORKDIR /app diff --git a/charts/airbyte-api-server/Chart.yaml b/charts/airbyte-api-server/Chart.yaml index 900297ed2a0..190ec669874 100644 --- a/charts/airbyte-api-server/Chart.yaml +++ b/charts/airbyte-api-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-bootloader/Chart.yaml b/charts/airbyte-bootloader/Chart.yaml index 7083b0be912..9cd61123823 100644 --- a/charts/airbyte-bootloader/Chart.yaml +++ b/charts/airbyte-bootloader/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-connector-builder-server/Chart.yaml b/charts/airbyte-connector-builder-server/Chart.yaml index 8e70ab8fb48..74af9334d09 100644 --- a/charts/airbyte-connector-builder-server/Chart.yaml +++ b/charts/airbyte-connector-builder-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-cron/Chart.yaml b/charts/airbyte-cron/Chart.yaml index d9d52fdade3..ec7af2d2346 100644 --- a/charts/airbyte-cron/Chart.yaml +++ b/charts/airbyte-cron/Chart.yaml @@ -21,7 +21,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-keycloak-setup/Chart.yaml b/charts/airbyte-keycloak-setup/Chart.yaml index ab776b02a41..a2a755a1773 100644 --- a/charts/airbyte-keycloak-setup/Chart.yaml +++ b/charts/airbyte-keycloak-setup/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-keycloak/Chart.yaml b/charts/airbyte-keycloak/Chart.yaml index 50b7eb45d63..23a537dd0ed 100644 --- a/charts/airbyte-keycloak/Chart.yaml +++ b/charts/airbyte-keycloak/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-metrics/Chart.yaml b/charts/airbyte-metrics/Chart.yaml index a8c4af62a5a..e1be95eb07c 100644 --- a/charts/airbyte-metrics/Chart.yaml +++ b/charts/airbyte-metrics/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-pod-sweeper/Chart.yaml b/charts/airbyte-pod-sweeper/Chart.yaml index 19baae7d68a..f5d49ec1d0d 100644 --- a/charts/airbyte-pod-sweeper/Chart.yaml +++ b/charts/airbyte-pod-sweeper/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-server/Chart.yaml b/charts/airbyte-server/Chart.yaml index 51063460207..215f3bd4c04 100644 --- a/charts/airbyte-server/Chart.yaml +++ b/charts/airbyte-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-temporal/Chart.yaml b/charts/airbyte-temporal/Chart.yaml index b858e49a538..df9a0d6d791 100644 --- a/charts/airbyte-temporal/Chart.yaml +++ b/charts/airbyte-temporal/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-webapp/Chart.yaml b/charts/airbyte-webapp/Chart.yaml index 3552b96c440..e93265b6314 100644 --- a/charts/airbyte-webapp/Chart.yaml +++ b/charts/airbyte-webapp/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte-worker/Chart.yaml b/charts/airbyte-worker/Chart.yaml index cb7f8e5ae7c..372a75791a1 100644 --- a/charts/airbyte-worker/Chart.yaml +++ b/charts/airbyte-worker/Chart.yaml @@ -22,7 +22,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte/Chart.yaml b/charts/airbyte/Chart.yaml index ddf84c91ee4..daf71c98bb7 100644 --- a/charts/airbyte/Chart.yaml +++ b/charts/airbyte/Chart.yaml @@ -21,7 +21,7 @@ version: 0.291.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: dev +appVersion: 0.63.8 dependencies: - name: common diff --git a/charts/airbyte/README.md b/charts/airbyte/README.md index 6a1334ee2b7..c87c373d755 100644 --- a/charts/airbyte/README.md +++ b/charts/airbyte/README.md @@ -1,6 +1,6 @@ # airbyte -![Version: 0.67.17](https://img.shields.io/badge/Version-0.67.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: dev](https://img.shields.io/badge/AppVersion-dev-informational?style=flat-square) +![Version: 0.67.17](https://img.shields.io/badge/Version-0.67.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.63.8](https://img.shields.io/badge/AppVersion-0.63.8-informational?style=flat-square) Helm chart to deploy airbyte diff --git a/gradle.log b/gradle.log new file mode 100644 index 00000000000..0b40a30a386 --- /dev/null +++ b/gradle.log @@ -0,0 +1,24085 @@ +:airbyte-commons:clean +:airbyte-api:clean +:airbyte-api-server:clean +:airbyte-commons-converters:clean +:airbyte-commons-auth:clean +:airbyte-analytics:clean +:airbyte-bootloader:clean +:clean UP-TO-DATE +:airbyte-commons-temporal:clean +:airbyte-commons-protocol:clean +:airbyte-commons-server:clean +:airbyte-commons-micronaut:clean +:airbyte-commons-micronaut-security:clean +:airbyte-commons-license:clean +:airbyte-commons-with-dependencies:clean +:airbyte-connector-sidecar:clean +:airbyte-commons-temporal-core:clean +:airbyte-commons-worker:clean +:airbyte-connector-builder-server:clean +:airbyte-container-orchestrator:clean +:airbyte-cron:clean +:airbyte-json-validation:clean +:airbyte-notification:clean +:airbyte-featureflag:clean +:airbyte-data:clean +:airbyte-keycloak-setup:clean +:airbyte-keycloak:clean +:airbyte-micronaut-temporal:clean +:airbyte-oauth:clean +:airbyte-server:clean +:airbyte-proxy:clean +:airbyte-temporal:clean +:airbyte-test-utils:clean +:airbyte-tests:clean +:airbyte-workload-launcher:clean +:airbyte-webapp:clean UP-TO-DATE +:airbyte-config:config-models:clean +:airbyte-workers:clean +:airbyte-config:config-persistence:clean +:airbyte-config:init:clean +:airbyte-workload-api-server:clean +:airbyte-config:config-secrets:clean +:airbyte-worker-models:clean +:airbyte-db:jooq:clean +:airbyte-db:db-lib:clean +:airbyte-config:specs:clean +:airbyte-metrics:metrics-lib:clean +:assemble +:airbyte-metrics:reporter:clean +:assemble UP-TO-DATE +:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors +:airbyte-api:checkKotlinGradlePluginConfigurationErrors +:airbyte-persistence:job-persistence:clean +:airbyte-commons:checkKotlinGradlePluginConfigurationErrors +:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors +:airbyte-api:genAirbyteApiProblems +:airbyte-commons:compileKotlin +:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors +:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors +:check UP-TO-DATE +:airbyte-analytics:generateCatalogAsToml +:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors +:build UP-TO-DATE +:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors +:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors +:airbyte-featureflag:kspKotlin +:airbyte-db:db-lib:processResources +:airbyte-json-validation:processResources +:spotlessInternalRegisterDependencies +:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-api-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-json-validation:processResources NO-SOURCE +:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors +:airbyte-api-server:dockerCopyDockerfile +:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors +:airbyte-notification:checkKotlinGradlePluginConfigurationErrors +:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors +:airbyte-api-server:generateCatalogAsToml +:airbyte-worker-models:processResources +:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors +:airbyte-worker-models:generateJsonSchema2Pojo +:airbyte-commons-protocol:processResources NO-SOURCE +:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors +:airbyte-data:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors +:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors +:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors +:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-converters:processResources +:airbyte-commons-license:processResources NO-SOURCE +:airbyte-commons-converters:processResources NO-SOURCE +:airbyte-commons-temporal:processResources +:airbyte-commons-with-dependencies:processResources NO-SOURCE +:airbyte-oauth:processResources NO-SOURCE +:airbyte-test-utils:processResources NO-SOURCE +:airbyte-config:specs:downloadConnectorRegistry +:airbyte-db:jooq:processResources NO-SOURCE +:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors +:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors +:airbyte-bootloader:processResources +:airbyte-bootloader:dockerCopyDockerfile +:airbyte-bootloader:generateCatalogAsToml +:airbyte-commons-auth:generateCatalogAsToml +:airbyte-api-server:generateCatalogAsToml FROM-CACHE +:airbyte-analytics:generateCatalogAsToml FROM-CACHE +:airbyte-bootloader:generateCatalogAsToml FROM-CACHE +:airbyte-api-server:checkstyleCopyRules +:airbyte-analytics:assemble UP-TO-DATE +:airbyte-bootloader:checkstyleCopyRules +:airbyte-analytics:checkstyleCopyRules +:airbyte-api:genAirbyteApiProblems FROM-CACHE +:airbyte-api:genApiClient +:airbyte-bootloader:checkstyleCopyRules FROM-CACHE +:airbyte-api-server:checkstyleCopyRules FROM-CACHE +:airbyte-bootloader:checkstyleCopySuppressions +:airbyte-analytics:checkstyleCopyRules FROM-CACHE +:airbyte-analytics:checkstyleCopySuppressions +:airbyte-api-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-api-server:spotbugsCopyRules +:airbyte-analytics:checkstyleCopySuppressions FROM-CACHE +:airbyte-analytics:spotbugsCopyRules +:airbyte-bootloader:checkstyleCopySuppressions FROM-CACHE +:airbyte-bootloader:processIntegrationTestResources NO-SOURCE +:airbyte-bootloader:processTestResources NO-SOURCE +:airbyte-bootloader:spotbugsCopyRules +:airbyte-commons-auth:generateCatalogAsToml FROM-CACHE +:airbyte-commons-auth:assemble UP-TO-DATE +:airbyte-commons-auth:checkstyleCopyRules FROM-CACHE +:airbyte-commons-auth:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-auth:spotbugsCopyRules +:airbyte-api-server:spotbugsCopyRules FROM-CACHE +:airbyte-api-server:codeStyleCopyRules +:airbyte-analytics:spotbugsCopyRules FROM-CACHE +:airbyte-analytics:codeStyleCopyRules +:airbyte-bootloader:spotbugsCopyRules FROM-CACHE +:airbyte-bootloader:codeStyleCopyRules +:airbyte-commons-auth:spotbugsCopyRules FROM-CACHE +:airbyte-commons-auth:codeStyleCopyRules +:airbyte-analytics:codeStyleCopyRules FROM-CACHE +:airbyte-analytics:spotlessGroovyGradle +:airbyte-bootloader:codeStyleCopyRules FROM-CACHE +:airbyte-bootloader:spotlessGroovyGradle +:airbyte-api-server:codeStyleCopyRules FROM-CACHE +:airbyte-api-server:spotlessGroovyGradle +:airbyte-commons-auth:codeStyleCopyRules FROM-CACHE +:airbyte-commons-auth:spotlessGroovyGradle +:airbyte-bootloader:spotlessGroovyGradle FROM-CACHE +:airbyte-analytics:spotlessGroovyGradle FROM-CACHE +:airbyte-bootloader:spotlessGroovyGradleApply +:airbyte-analytics:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-bootloader:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-bootloader:spotlessJava +:airbyte-analytics:spotlessJava +:airbyte-api-server:spotlessGroovyGradle FROM-CACHE +:airbyte-api-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-api-server:spotlessJava +:airbyte-commons-auth:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-auth:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-auth:spotlessJava +:airbyte-analytics:spotlessJava FROM-CACHE +:airbyte-api-server:spotlessJava FROM-CACHE +:airbyte-analytics:spotlessJavaApply +:airbyte-api-server:spotlessJavaApply UP-TO-DATE +:airbyte-analytics:spotlessJavaApply UP-TO-DATE +:airbyte-analytics:spotlessKotlin +:airbyte-api-server:spotlessKotlin +:airbyte-commons-auth:spotlessJava FROM-CACHE +:airbyte-commons-auth:spotlessJavaApply UP-TO-DATE +:airbyte-commons-auth:spotlessKotlin +:airbyte-bootloader:spotlessJava FROM-CACHE +:airbyte-bootloader:spotlessJavaApply UP-TO-DATE +:airbyte-bootloader:spotlessKotlin +:airbyte-analytics:spotlessKotlin FROM-CACHE +:airbyte-commons-auth:spotlessKotlin FROM-CACHE +:airbyte-analytics:spotlessKotlinApply +:airbyte-commons-auth:spotlessKotlinApply UP-TO-DATE +:airbyte-analytics:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-auth:spotlessKotlinGradle +:airbyte-analytics:spotlessKotlinGradle +:airbyte-api-server:spotlessKotlin FROM-CACHE +:airbyte-api-server:spotlessKotlinApply UP-TO-DATE +:airbyte-api-server:spotlessKotlinGradle +:airbyte-bootloader:spotlessKotlin FROM-CACHE +:airbyte-bootloader:spotlessKotlinApply UP-TO-DATE +:airbyte-bootloader:spotlessKotlinGradle +:airbyte-api:genApiClient FROM-CACHE +:airbyte-api:genApiServer2 +:airbyte-commons-auth:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-auth:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-auth:spotlessSql +:airbyte-api-server:spotlessKotlinGradle FROM-CACHE +:airbyte-api-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-api-server:spotlessSql +:airbyte-analytics:spotlessKotlinGradle FROM-CACHE +:airbyte-analytics:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-analytics:spotlessSql +:airbyte-bootloader:spotlessKotlinGradle FROM-CACHE +:airbyte-bootloader:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-bootloader:spotlessSql +:airbyte-commons-auth:spotlessSql FROM-CACHE +:airbyte-commons-auth:spotlessSqlApply UP-TO-DATE +:airbyte-commons-auth:spotlessStyling +:airbyte-api-server:spotlessSql FROM-CACHE +:airbyte-analytics:spotlessSql FROM-CACHE +:airbyte-analytics:spotlessSqlApply +:airbyte-api-server:spotlessSqlApply UP-TO-DATE +:airbyte-analytics:spotlessSqlApply UP-TO-DATE +:airbyte-analytics:spotlessStyling +:airbyte-api-server:spotlessStyling +:airbyte-bootloader:spotlessSql FROM-CACHE +:airbyte-bootloader:spotlessSqlApply UP-TO-DATE +:airbyte-bootloader:spotlessStyling +:airbyte-commons-auth:spotlessStyling FROM-CACHE +:airbyte-commons-auth:spotlessStylingApply UP-TO-DATE +:airbyte-commons-auth:spotlessApply UP-TO-DATE +:airbyte-commons-auth:spotlessGroovyGradleCheck +:airbyte-analytics:spotlessStyling FROM-CACHE +:airbyte-analytics:spotlessStylingApply UP-TO-DATE +:airbyte-commons-auth:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-auth:spotlessJavaCheck +:airbyte-analytics:spotlessApply UP-TO-DATE +:airbyte-analytics:spotlessGroovyGradleCheck +:airbyte-commons-auth:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-auth:spotlessKotlinCheck +:airbyte-analytics:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-analytics:spotlessJavaCheck +:airbyte-commons-auth:spotlessKotlinCheck UP-TO-DATE +:airbyte-analytics:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-auth:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-analytics:spotlessKotlinCheck +:airbyte-commons-auth:spotlessSqlCheck UP-TO-DATE +:airbyte-analytics:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-auth:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-auth:spotlessCheck +:airbyte-analytics:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-auth:spotlessCheck UP-TO-DATE +:airbyte-commons-converters:generateCatalogAsToml +:airbyte-analytics:spotlessSqlCheck UP-TO-DATE +:airbyte-analytics:spotlessStylingCheck UP-TO-DATE +:airbyte-analytics:spotlessCheck UP-TO-DATE +:airbyte-commons-converters:generateCatalogAsToml FROM-CACHE +:airbyte-commons-converters:assemble UP-TO-DATE +:airbyte-commons-converters:checkstyleCopyRules +:airbyte-commons-license:generateCatalogAsToml FROM-CACHE +:airbyte-commons-converters:checkstyleCopyRules FROM-CACHE +:airbyte-commons-license:assemble UP-TO-DATE +:airbyte-commons-license:checkstyleCopyRules +:airbyte-commons-converters:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-license:checkstyleCopyRules FROM-CACHE +:airbyte-commons-license:checkstyleCopySuppressions +:airbyte-commons-converters:processIntegrationTestResources NO-SOURCE +:airbyte-commons-converters:processTestResources NO-SOURCE +:airbyte-commons-converters:spotbugsCopyRules +:airbyte-commons-license:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-license:processIntegrationTestResources NO-SOURCE +:airbyte-commons-converters:spotbugsCopyRules FROM-CACHE +:airbyte-commons-converters:codeStyleCopyRules +:airbyte-commons-license:processTestResources NO-SOURCE +:airbyte-commons-license:spotbugsCopyRules +:airbyte-commons-converters:codeStyleCopyRules FROM-CACHE +:airbyte-commons-converters:spotlessGroovyGradle +:airbyte-commons-license:spotbugsCopyRules FROM-CACHE +:airbyte-commons-license:codeStyleCopyRules FROM-CACHE +:airbyte-commons-license:spotlessGroovyGradle +:airbyte-commons-converters:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-converters:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-converters:spotlessJava +:airbyte-commons-license:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-license:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-license:spotlessJava +:airbyte-api-server:spotlessStyling FROM-CACHE +:airbyte-api-server:spotlessStylingApply UP-TO-DATE +:airbyte-api-server:spotlessApply UP-TO-DATE +:airbyte-api-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-api-server:spotlessJavaCheck UP-TO-DATE +:airbyte-api-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-api-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-api-server:spotlessSqlCheck UP-TO-DATE +:airbyte-api-server:spotlessStylingCheck UP-TO-DATE +:airbyte-api-server:spotlessCheck UP-TO-DATE +:airbyte-commons-micronaut:generateCatalogAsToml FROM-CACHE +:airbyte-commons-micronaut:assemble UP-TO-DATE +:airbyte-commons-micronaut:checkstyleCopyRules FROM-CACHE +:airbyte-bootloader:spotlessStyling FROM-CACHE +:airbyte-commons-micronaut:checkstyleCopySuppressions +:airbyte-bootloader:spotlessStylingApply UP-TO-DATE +:airbyte-bootloader:spotlessApply UP-TO-DATE +:airbyte-bootloader:spotlessGroovyGradleCheck +:airbyte-commons-micronaut:checkstyleCopySuppressions FROM-CACHE +:airbyte-bootloader:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-micronaut:spotbugsCopyRules +:airbyte-bootloader:spotlessJavaCheck UP-TO-DATE +:airbyte-bootloader:spotlessKotlinCheck +:airbyte-commons-micronaut:spotbugsCopyRules FROM-CACHE +:airbyte-commons-micronaut:codeStyleCopyRules +:airbyte-bootloader:spotlessKotlinCheck UP-TO-DATE +:airbyte-bootloader:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-bootloader:spotlessSqlCheck +:airbyte-commons-micronaut:codeStyleCopyRules FROM-CACHE +:airbyte-bootloader:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessGroovyGradle +:airbyte-bootloader:spotlessStylingCheck UP-TO-DATE +:airbyte-bootloader:spotlessCheck UP-TO-DATE +:airbyte-commons-micronaut-security:generateCatalogAsToml FROM-CACHE +:airbyte-commons-micronaut-security:assemble UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleCopyRules +:airbyte-commons-micronaut:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-micronaut:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessJava +:airbyte-commons-micronaut-security:checkstyleCopyRules FROM-CACHE +:airbyte-commons-micronaut-security:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-micronaut-security:processIntegrationTestResources NO-SOURCE +:airbyte-commons-micronaut-security:processResources NO-SOURCE +:airbyte-commons-micronaut-security:processTestResources NO-SOURCE +:airbyte-commons-micronaut-security:spotbugsCopyRules FROM-CACHE +:airbyte-commons-micronaut-security:codeStyleCopyRules FROM-CACHE +:airbyte-commons-micronaut-security:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-micronaut-security:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessJava +:airbyte-commons-license:spotlessJava FROM-CACHE +:airbyte-commons-license:spotlessJavaApply UP-TO-DATE +:airbyte-commons-converters:spotlessJava FROM-CACHE +:airbyte-commons-license:spotlessKotlin +:airbyte-commons-converters:spotlessJavaApply UP-TO-DATE +:airbyte-commons-converters:spotlessKotlin FROM-CACHE +:airbyte-commons-license:spotlessKotlin FROM-CACHE +:airbyte-commons-license:spotlessKotlinApply +:airbyte-commons-converters:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-license:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-license:spotlessKotlinGradle +:airbyte-commons-converters:spotlessKotlinGradle +:airbyte-commons-micronaut:spotlessJava FROM-CACHE +:airbyte-commons-micronaut:spotlessJavaApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlin +:airbyte-commons-micronaut-security:spotlessJava FROM-CACHE +:airbyte-commons-micronaut-security:spotlessJavaApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlin FROM-CACHE +:airbyte-commons-micronaut-security:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlinGradle +:airbyte-api:genApiServer2 FROM-CACHE +:airbyte-api:genConnectorBuilderServerApiClient +:airbyte-commons-converters:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-converters:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-converters:spotlessSql FROM-CACHE +:airbyte-commons-converters:spotlessSqlApply UP-TO-DATE +:airbyte-commons-converters:spotlessStyling +:airbyte-commons-license:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-license:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-converters:spotlessStyling FROM-CACHE +:airbyte-commons-license:spotlessSql +:airbyte-commons-converters:spotlessStylingApply UP-TO-DATE +:airbyte-commons-converters:spotlessApply UP-TO-DATE +:airbyte-commons-converters:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-converters:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-converters:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-license:spotlessSql FROM-CACHE +:airbyte-commons-license:spotlessSqlApply +:airbyte-commons-converters:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-license:spotlessSqlApply UP-TO-DATE +:airbyte-commons-license:spotlessStyling +:airbyte-commons-converters:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-converters:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-converters:spotlessCheck UP-TO-DATE +:airbyte-commons-protocol:generateCatalogAsToml FROM-CACHE +:airbyte-commons-protocol:assemble UP-TO-DATE +:airbyte-commons-protocol:checkstyleCopyRules +:airbyte-commons-license:spotlessStyling FROM-CACHE +:airbyte-commons-license:spotlessStylingApply +:airbyte-commons-protocol:checkstyleCopyRules FROM-CACHE +:airbyte-commons-protocol:checkstyleCopySuppressions +:airbyte-commons-license:spotlessStylingApply UP-TO-DATE +:airbyte-commons-license:spotlessApply UP-TO-DATE +:airbyte-commons-license:spotlessGroovyGradleCheck +:airbyte-commons-protocol:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-license:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-protocol:processIntegrationTestResources +:airbyte-commons-license:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-protocol:processIntegrationTestResources NO-SOURCE +:airbyte-commons-protocol:processTestResources +:airbyte-commons-license:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-license:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-license:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-license:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-license:spotlessCheck UP-TO-DATE +:airbyte-commons-server:generateCatalogAsToml FROM-CACHE +:airbyte-commons-server:assemble UP-TO-DATE +:airbyte-commons-server:checkstyleCopyRules FROM-CACHE +:airbyte-commons-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-commons-protocol:spotbugsCopyRules +:airbyte-commons-server:spotbugsCopyRules FROM-CACHE +:airbyte-commons-server:codeStyleCopyRules +:airbyte-commons-protocol:spotbugsCopyRules FROM-CACHE +:airbyte-commons-protocol:codeStyleCopyRules +:airbyte-commons-server:codeStyleCopyRules FROM-CACHE +:airbyte-commons-server:spotlessGroovyGradle +:airbyte-commons-protocol:codeStyleCopyRules FROM-CACHE +:airbyte-commons-protocol:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-protocol:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-protocol:spotlessJava +:airbyte-commons-server:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-server:spotlessJava +:airbyte-commons-micronaut-security:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-micronaut-security:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessSql FROM-CACHE +:airbyte-commons-micronaut-security:spotlessSqlApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessStyling FROM-CACHE +:airbyte-commons-micronaut-security:spotlessStylingApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessApply UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-micronaut-security:spotlessCheck UP-TO-DATE +:airbyte-commons-temporal:generateCatalogAsToml FROM-CACHE +:airbyte-commons-temporal:assemble UP-TO-DATE +:airbyte-commons-temporal:checkstyleCopyRules FROM-CACHE +:airbyte-commons-temporal:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-temporal:processIntegrationTestResources NO-SOURCE +:airbyte-commons-temporal:processTestResources NO-SOURCE +:airbyte-commons-temporal:spotbugsCopyRules FROM-CACHE +:airbyte-commons-temporal:codeStyleCopyRules FROM-CACHE +:airbyte-commons-temporal:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-temporal:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-temporal:spotlessJava +:airbyte-commons-micronaut:spotlessKotlin FROM-CACHE +:airbyte-commons-micronaut:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlinGradle +Download https://connectors.airbyte.com/files/registries/v0/oss_registry.json +:airbyte-commons-protocol:spotlessJava FROM-CACHE +:airbyte-commons-protocol:spotlessJavaApply UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlin FROM-CACHE +:airbyte-commons-protocol:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlinGradle +:airbyte-commons-server:spotlessJava FROM-CACHE +:airbyte-commons-server:spotlessJavaApply UP-TO-DATE +:airbyte-commons-server:spotlessKotlin +:airbyte-commons-temporal:spotlessJava FROM-CACHE +:airbyte-commons-temporal:spotlessJavaApply UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlin +:airbyte-commons-micronaut:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-micronaut:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessSql FROM-CACHE +:airbyte-commons-micronaut:spotlessSqlApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessStyling FROM-CACHE +:airbyte-commons-micronaut:spotlessStylingApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessApply UP-TO-DATE +:airbyte-commons-micronaut:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-micronaut:spotlessCheck UP-TO-DATE +:airbyte-commons-temporal-core:generateCatalogAsToml FROM-CACHE +:airbyte-commons-temporal-core:assemble UP-TO-DATE +:airbyte-commons-temporal-core:checkstyleCopyRules FROM-CACHE +:airbyte-commons-temporal-core:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-temporal-core:spotbugsCopyRules FROM-CACHE +:airbyte-commons-temporal-core:codeStyleCopyRules FROM-CACHE +:airbyte-commons-temporal-core:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-temporal-core:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessJava +:airbyte-commons-protocol:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-protocol:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-protocol:spotlessSql FROM-CACHE +:airbyte-commons-protocol:spotlessSqlApply UP-TO-DATE +:airbyte-commons-protocol:spotlessStyling +:airbyte-commons-server:spotlessKotlin FROM-CACHE +:airbyte-commons-server:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-server:spotlessKotlinGradle +:airbyte-commons-temporal:spotlessKotlin FROM-CACHE +:airbyte-commons-temporal:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlinGradle +:airbyte-commons-protocol:spotlessStyling FROM-CACHE +:airbyte-commons-protocol:spotlessStylingApply UP-TO-DATE +:airbyte-commons-protocol:spotlessApply UP-TO-DATE +:airbyte-commons-protocol:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-protocol:spotlessCheck UP-TO-DATE +:airbyte-commons-with-dependencies:generateCatalogAsToml FROM-CACHE +:airbyte-commons-with-dependencies:assemble UP-TO-DATE +:airbyte-commons-with-dependencies:checkstyleCopyRules FROM-CACHE +:airbyte-commons-with-dependencies:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-with-dependencies:processIntegrationTestResources NO-SOURCE +:airbyte-commons-with-dependencies:processTestResources +:airbyte-commons-with-dependencies:spotbugsCopyRules FROM-CACHE +:airbyte-commons-with-dependencies:codeStyleCopyRules FROM-CACHE +:airbyte-commons-with-dependencies:spotlessGroovyGradle +:airbyte-commons-temporal-core:spotlessJava FROM-CACHE +:airbyte-commons-temporal-core:spotlessJavaApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlin +:airbyte-commons-with-dependencies:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-with-dependencies:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessJava +:airbyte-commons-temporal:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-temporal:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-temporal:spotlessSql FROM-CACHE +:airbyte-commons-temporal:spotlessSqlApply UP-TO-DATE +:airbyte-commons-temporal:spotlessStyling +:airbyte-commons-server:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-server:spotlessSql +:airbyte-commons-temporal:spotlessStyling FROM-CACHE +:airbyte-commons-temporal:spotlessStylingApply UP-TO-DATE +:airbyte-commons-temporal:spotlessApply UP-TO-DATE +:airbyte-commons-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-temporal:spotlessCheck UP-TO-DATE +:airbyte-commons-worker:generateCatalogAsToml FROM-CACHE +:airbyte-commons-worker:assemble UP-TO-DATE +:airbyte-commons-worker:checkstyleCopyRules FROM-CACHE +:airbyte-commons-worker:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-worker:spotbugsCopyRules FROM-CACHE +:airbyte-commons-worker:codeStyleCopyRules FROM-CACHE +:airbyte-commons-worker:spotlessGroovyGradle +:airbyte-api:genConnectorBuilderServerApiClient FROM-CACHE +:airbyte-api:generateAirbyteApiServer2 +:airbyte-commons-worker:spotlessGroovyGradle FROM-CACHE +:airbyte-commons-worker:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons-worker:spotlessJava +:airbyte-commons-with-dependencies:spotlessJava FROM-CACHE +:airbyte-commons-with-dependencies:spotlessJavaApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlin FROM-CACHE +:airbyte-commons-with-dependencies:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlinGradle +:airbyte-commons-temporal-core:spotlessKotlin FROM-CACHE +:airbyte-commons-temporal-core:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlinGradle +:airbyte-commons-server:spotlessSql FROM-CACHE +:airbyte-commons-server:spotlessSqlApply UP-TO-DATE +:airbyte-commons-server:spotlessStyling +:airbyte-commons-temporal-core:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-temporal-core:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessSql +:airbyte-commons-worker:spotlessJava FROM-CACHE +:airbyte-commons-worker:spotlessJavaApply UP-TO-DATE +:airbyte-commons-worker:spotlessKotlin +:airbyte-commons-temporal-core:spotlessSql FROM-CACHE +:airbyte-commons-temporal-core:spotlessSqlApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessStyling FROM-CACHE +:airbyte-commons-temporal-core:spotlessStylingApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessApply UP-TO-DATE +:airbyte-commons-temporal-core:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-temporal-core:spotlessCheck UP-TO-DATE +:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-connector-builder-server:generateOpenApiServer +:airbyte-commons-with-dependencies:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-with-dependencies:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessSql FROM-CACHE +:airbyte-commons-with-dependencies:spotlessSqlApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessStyling +:airbyte-api:generateAirbyteApiServer2 FROM-CACHE +:airbyte-api:generatePublicApiServer +:airbyte-commons-server:spotlessStyling FROM-CACHE +:airbyte-commons-server:spotlessStylingApply UP-TO-DATE +:airbyte-commons-server:spotlessApply UP-TO-DATE +:airbyte-commons-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-server:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-server:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-server:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-server:spotlessCheck UP-TO-DATE +:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors +:airbyte-connector-sidecar:generateWellKnownTypes +:airbyte-commons-worker:spotlessKotlin FROM-CACHE +:airbyte-commons-worker:spotlessKotlinApply UP-TO-DATE +:airbyte-commons-worker:spotlessKotlinGradle +:airbyte-commons-with-dependencies:spotlessStyling FROM-CACHE +:airbyte-commons-with-dependencies:spotlessStylingApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessApply UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-with-dependencies:spotlessCheck UP-TO-DATE +:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors +:airbyte-container-orchestrator:processResources +:airbyte-container-orchestrator:generateWellKnownTypes +:airbyte-commons-worker:spotlessKotlinGradle FROM-CACHE +:airbyte-commons-worker:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons-worker:spotlessSql FROM-CACHE +:airbyte-commons-worker:spotlessSqlApply UP-TO-DATE +:airbyte-commons-worker:spotlessStyling +:airbyte-api:generatePublicApiServer FROM-CACHE +:airbyte-api:generateAirbyteApiServer +:airbyte-commons-worker:spotlessStyling FROM-CACHE +:airbyte-commons-worker:spotlessStylingApply UP-TO-DATE +:airbyte-commons-worker:spotlessApply UP-TO-DATE +:airbyte-commons-worker:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons-worker:spotlessJavaCheck UP-TO-DATE +:airbyte-commons-worker:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons-worker:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons-worker:spotlessSqlCheck UP-TO-DATE +:airbyte-commons-worker:spotlessStylingCheck UP-TO-DATE +:airbyte-commons-worker:spotlessCheck UP-TO-DATE +:airbyte-cron:checkKotlinGradlePluginConfigurationErrors +:airbyte-cron:processResources +:airbyte-cron:dockerCopyDockerfile +:airbyte-cron:generateCatalogAsToml FROM-CACHE +:airbyte-cron:checkstyleCopyRules FROM-CACHE +:airbyte-cron:checkstyleCopySuppressions FROM-CACHE +:airbyte-cron:processIntegrationTestResources NO-SOURCE +:airbyte-cron:processTestResources NO-SOURCE +:airbyte-cron:spotbugsCopyRules FROM-CACHE +:airbyte-cron:codeStyleCopyRules FROM-CACHE +:airbyte-cron:spotlessGroovyGradle FROM-CACHE +:airbyte-cron:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-cron:spotlessJava +:airbyte-api:generateAirbyteApiServer FROM-CACHE +:airbyte-api:generateApiDocs +:airbyte-config:specs:processResources +:airbyte-data:generateCatalogAsToml FROM-CACHE +:airbyte-data:assemble UP-TO-DATE +:airbyte-data:checkstyleCopyRules FROM-CACHE +:airbyte-data:checkstyleCopySuppressions FROM-CACHE +:airbyte-data:spotbugsCopyRules FROM-CACHE +:airbyte-data:codeStyleCopyRules FROM-CACHE +:airbyte-data:spotlessGroovyGradle FROM-CACHE +:airbyte-data:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-cron:spotlessJava FROM-CACHE +:airbyte-data:spotlessJava +:airbyte-cron:spotlessJavaApply UP-TO-DATE +:airbyte-cron:spotlessKotlin FROM-CACHE +:airbyte-cron:spotlessKotlinApply UP-TO-DATE +:airbyte-cron:spotlessKotlinGradle +:airbyte-data:spotlessJava FROM-CACHE +:airbyte-data:spotlessJavaApply UP-TO-DATE +:airbyte-data:spotlessKotlin +:airbyte-api:generateApiDocs FROM-CACHE +:airbyte-api:generateApiServer +:airbyte-cron:spotlessKotlinGradle FROM-CACHE +:airbyte-cron:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-cron:spotlessSql FROM-CACHE +:airbyte-cron:spotlessSqlApply UP-TO-DATE +:airbyte-cron:spotlessStyling +:airbyte-data:spotlessKotlin FROM-CACHE +:airbyte-data:spotlessKotlinApply UP-TO-DATE +:airbyte-data:spotlessKotlinGradle FROM-CACHE +:airbyte-cron:spotlessStyling FROM-CACHE +:airbyte-data:spotlessKotlinGradleApply +:airbyte-cron:spotlessStylingApply UP-TO-DATE +:airbyte-data:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-cron:spotlessApply UP-TO-DATE +:airbyte-data:spotlessSql +:airbyte-cron:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-cron:spotlessJavaCheck UP-TO-DATE +:airbyte-cron:spotlessKotlinCheck UP-TO-DATE +:airbyte-cron:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-cron:spotlessSqlCheck UP-TO-DATE +:airbyte-cron:spotlessStylingCheck UP-TO-DATE +:airbyte-cron:spotlessCheck UP-TO-DATE +:airbyte-json-validation:generateCatalogAsToml FROM-CACHE +:airbyte-json-validation:assemble UP-TO-DATE +:airbyte-json-validation:checkstyleCopyRules FROM-CACHE +:airbyte-json-validation:checkstyleCopySuppressions +:airbyte-data:spotlessSql FROM-CACHE +:airbyte-data:spotlessSqlApply +:airbyte-json-validation:checkstyleCopySuppressions FROM-CACHE +:airbyte-data:spotlessSqlApply UP-TO-DATE +:airbyte-data:spotlessStyling +:airbyte-json-validation:processIntegrationTestResources NO-SOURCE +:airbyte-json-validation:processTestResources NO-SOURCE +:airbyte-json-validation:spotbugsCopyRules FROM-CACHE +:airbyte-json-validation:codeStyleCopyRules FROM-CACHE +:airbyte-json-validation:spotlessGroovyGradle FROM-CACHE +:airbyte-json-validation:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-json-validation:spotlessJava +:airbyte-data:spotlessStyling FROM-CACHE +:airbyte-api:generateApiServer FROM-CACHE +:airbyte-api:generateCatalogAsToml +:airbyte-data:spotlessStylingApply UP-TO-DATE +:airbyte-data:spotlessApply UP-TO-DATE +:airbyte-data:spotlessGroovyGradleCheck +:airbyte-api:generateCatalogAsToml FROM-CACHE +:airbyte-api:assemble UP-TO-DATE +:airbyte-data:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-api:checkstyleCopyRules +:airbyte-data:spotlessJavaCheck UP-TO-DATE +:airbyte-data:spotlessKotlinCheck UP-TO-DATE +:airbyte-data:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-api:checkstyleCopyRules FROM-CACHE +:airbyte-api:checkstyleCopySuppressions +:airbyte-data:spotlessSqlCheck UP-TO-DATE +:airbyte-data:spotlessStylingCheck UP-TO-DATE +:airbyte-data:spotlessCheck UP-TO-DATE +:airbyte-api:checkstyleCopySuppressions FROM-CACHE +:airbyte-api:spotbugsCopyRules +:airbyte-keycloak:distTar NO-SOURCE +:airbyte-api:spotbugsCopyRules FROM-CACHE +:airbyte-api:codeStyleCopyRules +:airbyte-keycloak:distZip SKIPPED +:airbyte-keycloak:copyPasswordBlacklists +:airbyte-api:codeStyleCopyRules FROM-CACHE +:airbyte-api:spotlessGroovyGradle +:airbyte-keycloak:copyScripts +:airbyte-keycloak:copyTheme +:airbyte-api:spotlessGroovyGradle FROM-CACHE +:airbyte-api:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-api:spotlessJava +:airbyte-keycloak:dockerCopyDistribution NO-SOURCE +:airbyte-keycloak:dockerCopyDockerfile +:airbyte-keycloak:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-keycloak/build/airbyte/docker'. +################################################################################ +# Thanks for using OpenAPI Generator. # +# Please consider donation to help us maintain this project 🙏 # +# https://opencollective.com/openapi_generator/donate # +################################################################################ +Successfully generated code to /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/build/generated/api/server +:airbyte-api:spotlessJava FROM-CACHE +:airbyte-api:spotlessJavaApply UP-TO-DATE +:airbyte-api:spotlessKotlin +:airbyte-json-validation:spotlessJava FROM-CACHE +:airbyte-json-validation:spotlessJavaApply UP-TO-DATE +:airbyte-json-validation:spotlessKotlin FROM-CACHE +:airbyte-json-validation:spotlessKotlinApply UP-TO-DATE +:airbyte-json-validation:spotlessKotlinGradle +:airbyte-api:spotlessKotlin FROM-CACHE +:airbyte-api:spotlessKotlinApply UP-TO-DATE +:airbyte-api:spotlessKotlinGradle +:airbyte-json-validation:spotlessKotlinGradle FROM-CACHE +:airbyte-json-validation:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-json-validation:spotlessSql FROM-CACHE +:airbyte-json-validation:spotlessSqlApply UP-TO-DATE +:airbyte-json-validation:spotlessStyling FROM-CACHE +:airbyte-json-validation:spotlessStylingApply UP-TO-DATE +:airbyte-json-validation:spotlessApply UP-TO-DATE +:airbyte-json-validation:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-json-validation:spotlessJavaCheck UP-TO-DATE +:airbyte-json-validation:spotlessKotlinCheck UP-TO-DATE +:airbyte-json-validation:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-json-validation:spotlessSqlCheck UP-TO-DATE +:airbyte-json-validation:spotlessStylingCheck UP-TO-DATE +:airbyte-json-validation:spotlessCheck UP-TO-DATE +:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors +:airbyte-keycloak-setup:processResources +:airbyte-keycloak-setup:dockerCopyDockerfile +:airbyte-keycloak-setup:generateCatalogAsToml FROM-CACHE +:airbyte-keycloak-setup:checkstyleCopyRules FROM-CACHE +:airbyte-keycloak-setup:checkstyleCopySuppressions FROM-CACHE +:airbyte-keycloak-setup:processIntegrationTestResources NO-SOURCE +:airbyte-keycloak-setup:processTestResources NO-SOURCE +:airbyte-keycloak-setup:spotbugsCopyRules FROM-CACHE +:airbyte-keycloak-setup:codeStyleCopyRules FROM-CACHE +:airbyte-keycloak-setup:spotlessGroovyGradle FROM-CACHE +:airbyte-keycloak-setup:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessJava +:airbyte-api:spotlessKotlinGradle FROM-CACHE +:airbyte-api:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-api:spotlessSql FROM-CACHE +:airbyte-api:spotlessSqlApply UP-TO-DATE +:airbyte-api:spotlessStyling +Using images 'airbyte/keycloak:0.63.8'. +:airbyte-keycloak-setup:spotlessJava FROM-CACHE +:airbyte-keycloak-setup:spotlessJavaApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlin FROM-CACHE +:airbyte-keycloak-setup:spotlessKotlinApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlinGradle +:airbyte-container-orchestrator:dockerCopyDockerfile +:airbyte-container-orchestrator:generateCatalogAsToml FROM-CACHE +:airbyte-container-orchestrator:checkstyleCopyRules FROM-CACHE +:airbyte-container-orchestrator:checkstyleCopySuppressions FROM-CACHE +:airbyte-container-orchestrator:processIntegrationTestResources NO-SOURCE +:airbyte-container-orchestrator:processTestResources +:airbyte-container-orchestrator:spotbugsCopyRules FROM-CACHE +:airbyte-container-orchestrator:codeStyleCopyRules FROM-CACHE +:airbyte-container-orchestrator:spotlessGroovyGradle FROM-CACHE +:airbyte-container-orchestrator:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessJava +:airbyte-connector-builder-server:processResources +:airbyte-connector-builder-server:copyPythonDependencies +:airbyte-connector-builder-server:dockerCopyDockerfile +:airbyte-connector-builder-server:generateCatalogAsToml FROM-CACHE +:airbyte-connector-builder-server:checkstyleCopyRules FROM-CACHE +:airbyte-connector-builder-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-connector-builder-server:processIntegrationTestResources NO-SOURCE +:airbyte-connector-builder-server:processTestResources NO-SOURCE +:airbyte-connector-builder-server:spotbugsCopyRules FROM-CACHE +:airbyte-connector-builder-server:codeStyleCopyRules FROM-CACHE +:airbyte-connector-builder-server:spotlessGroovyGradle FROM-CACHE +:airbyte-api:spotlessStyling FROM-CACHE +:airbyte-connector-builder-server:spotlessGroovyGradleApply +:airbyte-api:spotlessStylingApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-api:spotlessApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessJava +:airbyte-api:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-api:spotlessJavaCheck UP-TO-DATE +:airbyte-api:spotlessKotlinCheck UP-TO-DATE +:airbyte-api:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-api:spotlessSqlCheck UP-TO-DATE +:airbyte-api:spotlessStylingCheck UP-TO-DATE +:airbyte-api:spotlessCheck UP-TO-DATE +:airbyte-micronaut-temporal:generateCatalogAsToml FROM-CACHE +:airbyte-micronaut-temporal:assemble UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleCopyRules FROM-CACHE +:airbyte-micronaut-temporal:checkstyleCopySuppressions FROM-CACHE +:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors +:airbyte-micronaut-temporal:processIntegrationTestResources NO-SOURCE +:airbyte-micronaut-temporal:processResources NO-SOURCE +:airbyte-micronaut-temporal:processTestResources NO-SOURCE +:airbyte-micronaut-temporal:spotbugsCopyRules FROM-CACHE +:airbyte-micronaut-temporal:codeStyleCopyRules FROM-CACHE +:airbyte-micronaut-temporal:spotlessGroovyGradle FROM-CACHE +:airbyte-micronaut-temporal:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessJava +:airbyte-keycloak-setup:spotlessKotlinGradle FROM-CACHE +:airbyte-keycloak-setup:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessSql FROM-CACHE +:airbyte-keycloak-setup:spotlessSqlApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessStyling +:airbyte-container-orchestrator:spotlessJava FROM-CACHE +:airbyte-container-orchestrator:spotlessJavaApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlin FROM-CACHE +:airbyte-container-orchestrator:spotlessKotlinApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlinGradle +Step 1/9 : FROM airbyte/mirrored-keycloak:23.0.7 +:airbyte-connector-sidecar:dockerCopyDockerfile +:airbyte-connector-sidecar:generateCatalogAsToml FROM-CACHE +:airbyte-connector-sidecar:checkstyleCopyRules FROM-CACHE +:airbyte-connector-sidecar:checkstyleCopySuppressions FROM-CACHE +:airbyte-connector-sidecar:spotbugsCopyRules FROM-CACHE +:airbyte-connector-sidecar:codeStyleCopyRules FROM-CACHE +:airbyte-connector-sidecar:spotlessGroovyGradle FROM-CACHE +:airbyte-connector-sidecar:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessJava FROM-CACHE +:airbyte-connector-sidecar:spotlessJavaApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlin +:airbyte-keycloak-setup:spotlessStyling FROM-CACHE +:airbyte-keycloak-setup:spotlessStylingApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessApply UP-TO-DATE +:airbyte-keycloak-setup:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessJavaCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlinCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessSqlCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessStylingCheck UP-TO-DATE +:airbyte-keycloak-setup:spotlessCheck UP-TO-DATE +:airbyte-notification:generateCatalogAsToml FROM-CACHE +:airbyte-notification:assemble UP-TO-DATE +:airbyte-notification:checkstyleCopyRules FROM-CACHE +:airbyte-notification:checkstyleCopySuppressions FROM-CACHE +:airbyte-notification:spotbugsCopyRules FROM-CACHE +:airbyte-notification:codeStyleCopyRules FROM-CACHE +:airbyte-notification:spotlessGroovyGradle +:airbyte-connector-builder-server:spotlessJava FROM-CACHE +:airbyte-connector-builder-server:spotlessJavaApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlin +:airbyte-notification:spotlessGroovyGradle FROM-CACHE +:airbyte-notification:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-notification:spotlessJava +:airbyte-micronaut-temporal:spotlessJava FROM-CACHE +:airbyte-micronaut-temporal:spotlessJavaApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlin FROM-CACHE +:airbyte-connector-builder-server:spotlessKotlin FROM-CACHE +:airbyte-connector-builder-server:spotlessKotlinApply +:airbyte-micronaut-temporal:spotlessKotlinApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlinApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlinGradle +:airbyte-connector-builder-server:spotlessKotlinGradle +:airbyte-container-orchestrator:spotlessKotlinGradle FROM-CACHE +:airbyte-container-orchestrator:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessSql FROM-CACHE +:airbyte-container-orchestrator:spotlessSqlApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessStyling +:airbyte-connector-sidecar:spotlessKotlin FROM-CACHE +:airbyte-connector-sidecar:spotlessKotlinApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlinGradle +:airbyte-notification:spotlessJava FROM-CACHE +:airbyte-notification:spotlessJavaApply +:airbyte-micronaut-temporal:spotlessKotlinGradle FROM-CACHE +:airbyte-micronaut-temporal:spotlessKotlinGradleApply +:airbyte-notification:spotlessJavaApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-notification:spotlessKotlin +:airbyte-micronaut-temporal:spotlessSql FROM-CACHE +:airbyte-micronaut-temporal:spotlessSqlApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessStyling FROM-CACHE +:airbyte-micronaut-temporal:spotlessStylingApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessApply UP-TO-DATE +:airbyte-micronaut-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessJavaCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlinCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessSqlCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessStylingCheck UP-TO-DATE +:airbyte-micronaut-temporal:spotlessCheck UP-TO-DATE +:airbyte-oauth:generateCatalogAsToml FROM-CACHE +:airbyte-connector-builder-server:spotlessKotlinGradle FROM-CACHE +:airbyte-oauth:assemble UP-TO-DATE +:airbyte-oauth:checkstyleCopyRules +:airbyte-connector-builder-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessSql +:airbyte-oauth:checkstyleCopyRules FROM-CACHE +:airbyte-oauth:checkstyleCopySuppressions FROM-CACHE +:airbyte-oauth:processIntegrationTestResources NO-SOURCE +:airbyte-oauth:processTestResources NO-SOURCE +:airbyte-oauth:spotbugsCopyRules +:airbyte-connector-builder-server:spotlessSql FROM-CACHE +:airbyte-connector-builder-server:spotlessSqlApply +:airbyte-oauth:spotbugsCopyRules FROM-CACHE +:airbyte-connector-builder-server:spotlessSqlApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessStyling +:airbyte-oauth:codeStyleCopyRules FROM-CACHE +:airbyte-oauth:spotlessGroovyGradle FROM-CACHE +:airbyte-oauth:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-oauth:spotlessJava +:airbyte-connector-sidecar:spotlessKotlinGradle FROM-CACHE +:airbyte-connector-sidecar:spotlessKotlinGradleApply +:airbyte-container-orchestrator:spotlessStyling FROM-CACHE +:airbyte-container-orchestrator:spotlessStylingApply +:airbyte-connector-sidecar:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessStylingApply UP-TO-DATE +:airbyte-container-orchestrator:spotlessApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessSql +:airbyte-container-orchestrator:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessJavaCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlinCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessSqlCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessStylingCheck UP-TO-DATE +:airbyte-container-orchestrator:spotlessCheck UP-TO-DATE +:airbyte-proxy:distTar +:airbyte-connector-sidecar:spotlessSql FROM-CACHE +:airbyte-connector-sidecar:spotlessSqlApply UP-TO-DATE +:airbyte-proxy:distTar NO-SOURCE +:airbyte-connector-sidecar:spotlessStyling +:airbyte-proxy:distZip SKIPPED +:airbyte-proxy:prepareBuild +:airbyte-proxy:dockerCopyDistribution NO-SOURCE +:airbyte-proxy:dockerCopyDockerfile +:airbyte-proxy:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-proxy/build/airbyte/docker'. +Using images 'airbyte/proxy:0.63.8'. +Step 1/20 : FROM nginx:1.25.3 +:airbyte-notification:spotlessKotlin FROM-CACHE +:airbyte-notification:spotlessKotlinApply UP-TO-DATE +:airbyte-notification:spotlessKotlinGradle +:airbyte-connector-builder-server:spotlessStyling FROM-CACHE +:airbyte-connector-builder-server:spotlessStylingApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessApply UP-TO-DATE +:airbyte-connector-builder-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessJavaCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessSqlCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessStylingCheck UP-TO-DATE +:airbyte-connector-builder-server:spotlessCheck UP-TO-DATE +:airbyte-server:checkKotlinGradlePluginConfigurationErrors +:airbyte-server:dockerCopyDockerfile +:airbyte-server:generateCatalogAsToml FROM-CACHE +:airbyte-server:checkstyleCopyRules FROM-CACHE +:airbyte-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-server:spotbugsCopyRules +:airbyte-oauth:spotlessJava FROM-CACHE +:airbyte-oauth:spotlessJavaApply UP-TO-DATE +:airbyte-oauth:spotlessKotlin FROM-CACHE +:airbyte-notification:spotlessKotlinGradle FROM-CACHE +:airbyte-connector-sidecar:spotlessStyling FROM-CACHE +:airbyte-connector-sidecar:spotlessStylingApply +:airbyte-oauth:spotlessKotlinApply +:airbyte-notification:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessStylingApply UP-TO-DATE +:airbyte-connector-sidecar:spotlessApply UP-TO-DATE +:airbyte-oauth:spotlessKotlinApply UP-TO-DATE +:airbyte-notification:spotlessSql +:airbyte-oauth:spotlessKotlinGradle +:airbyte-connector-sidecar:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessJavaCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlinCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessSqlCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessStylingCheck UP-TO-DATE +:airbyte-connector-sidecar:spotlessCheck UP-TO-DATE +:airbyte-server:spotbugsCopyRules FROM-CACHE +:airbyte-server:codeStyleCopyRules +:airbyte-temporal:distTar NO-SOURCE +:airbyte-temporal:distZip SKIPPED +:airbyte-temporal:copyScripts +:airbyte-server:codeStyleCopyRules FROM-CACHE +:airbyte-server:spotlessGroovyGradle +:airbyte-notification:spotlessSql FROM-CACHE +:airbyte-notification:spotlessSqlApply UP-TO-DATE +:airbyte-notification:spotlessStyling +:airbyte-temporal:dockerCopyDistribution NO-SOURCE +:airbyte-temporal:dockerCopyDockerfile +:airbyte-temporal:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-temporal/build/airbyte/docker'. +:airbyte-server:spotlessGroovyGradle FROM-CACHE +:airbyte-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-server:spotlessJava +Using images 'airbyte/temporal:0.63.8'. +Step 1/6 : FROM temporalio/auto-setup:1.23.0 +:airbyte-notification:spotlessStyling FROM-CACHE +:airbyte-notification:spotlessStylingApply UP-TO-DATE +:airbyte-notification:spotlessApply UP-TO-DATE +:airbyte-notification:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-notification:spotlessJavaCheck UP-TO-DATE +:airbyte-notification:spotlessKotlinCheck UP-TO-DATE +:airbyte-notification:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-notification:spotlessSqlCheck UP-TO-DATE +:airbyte-notification:spotlessStylingCheck UP-TO-DATE +:airbyte-notification:spotlessCheck UP-TO-DATE +:airbyte-test-utils:generateCatalogAsToml +:airbyte-oauth:spotlessKotlinGradle FROM-CACHE +:airbyte-oauth:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-oauth:spotlessSql +:airbyte-test-utils:generateCatalogAsToml FROM-CACHE +:airbyte-test-utils:assemble UP-TO-DATE +:airbyte-test-utils:checkstyleCopyRules FROM-CACHE +:airbyte-test-utils:checkstyleCopySuppressions FROM-CACHE +:airbyte-test-utils:processIntegrationTestResources NO-SOURCE +:airbyte-test-utils:processTestResources NO-SOURCE +:airbyte-test-utils:spotbugsCopyRules FROM-CACHE +:airbyte-test-utils:codeStyleCopyRules +:airbyte-oauth:spotlessSql FROM-CACHE +:airbyte-oauth:spotlessSqlApply UP-TO-DATE +:airbyte-oauth:spotlessStyling +:airbyte-test-utils:codeStyleCopyRules FROM-CACHE +:airbyte-test-utils:spotlessGroovyGradle FROM-CACHE +:airbyte-test-utils:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-test-utils:spotlessJava +:airbyte-oauth:spotlessStyling FROM-CACHE +:airbyte-server:spotlessJava FROM-CACHE +:airbyte-server:spotlessJavaApply +:airbyte-oauth:spotlessStylingApply UP-TO-DATE +:airbyte-server:spotlessJavaApply UP-TO-DATE +:airbyte-oauth:spotlessApply UP-TO-DATE +:airbyte-server:spotlessKotlin +:airbyte-oauth:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-oauth:spotlessJavaCheck UP-TO-DATE +:airbyte-oauth:spotlessKotlinCheck UP-TO-DATE +:airbyte-oauth:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-oauth:spotlessSqlCheck UP-TO-DATE +:airbyte-oauth:spotlessStylingCheck UP-TO-DATE +:airbyte-oauth:spotlessCheck UP-TO-DATE +:airbyte-tests:generateCatalogAsToml FROM-CACHE +:airbyte-tests:assemble UP-TO-DATE +:airbyte-tests:checkKotlinGradlePluginConfigurationErrors +:airbyte-tests:processAcceptanceTestResources +:airbyte-tests:checkstyleCopyRules FROM-CACHE +:airbyte-tests:checkstyleCopySuppressions FROM-CACHE +:airbyte-tests:processApiAcceptanceTestResources +:airbyte-tests:processBuilderAcceptanceTestResources +:airbyte-tests:processEnterpriseAcceptanceTestResources +:airbyte-tests:processIntegrationTestResources NO-SOURCE +:airbyte-tests:processResources NO-SOURCE +:airbyte-tests:processSyncAcceptanceTestResources +:airbyte-tests:processTestResources NO-SOURCE +:airbyte-tests:spotbugsCopyRules FROM-CACHE +:airbyte-tests:codeStyleCopyRules FROM-CACHE +:airbyte-tests:spotlessGroovyGradle FROM-CACHE +:airbyte-tests:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-tests:spotlessJava +:airbyte-test-utils:spotlessJava FROM-CACHE +:airbyte-test-utils:spotlessJavaApply UP-TO-DATE +:airbyte-test-utils:spotlessKotlin +:airbyte-server:spotlessKotlin FROM-CACHE +:airbyte-server:spotlessKotlinApply UP-TO-DATE +:airbyte-server:spotlessKotlinGradle +:airbyte-tests:spotlessJava FROM-CACHE +:airbyte-tests:spotlessJavaApply UP-TO-DATE +:airbyte-tests:spotlessKotlin FROM-CACHE +:airbyte-tests:spotlessKotlinApply UP-TO-DATE +:airbyte-tests:spotlessKotlinGradle +:airbyte-server:spotlessKotlinGradle FROM-CACHE +:airbyte-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-server:spotlessSql FROM-CACHE +:airbyte-server:spotlessSqlApply UP-TO-DATE +:airbyte-server:spotlessStyling +:airbyte-tests:spotlessKotlinGradle FROM-CACHE +:airbyte-tests:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-tests:spotlessSql +:airbyte-test-utils:spotlessKotlin FROM-CACHE +:airbyte-test-utils:spotlessKotlinApply UP-TO-DATE +:airbyte-test-utils:spotlessKotlinGradle FROM-CACHE +:airbyte-server:spotlessStyling FROM-CACHE +:airbyte-test-utils:spotlessKotlinGradleApply +:airbyte-server:spotlessStylingApply UP-TO-DATE +:airbyte-test-utils:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-server:spotlessApply UP-TO-DATE +:airbyte-test-utils:spotlessSql +:airbyte-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-server:spotlessJavaCheck +:airbyte-tests:spotlessSql FROM-CACHE +:airbyte-server:spotlessJavaCheck UP-TO-DATE +:airbyte-tests:spotlessSqlApply +:airbyte-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-tests:spotlessSqlApply UP-TO-DATE +:airbyte-tests:spotlessStyling +:airbyte-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-server:spotlessSqlCheck UP-TO-DATE +:airbyte-server:spotlessStylingCheck UP-TO-DATE +:airbyte-server:spotlessCheck UP-TO-DATE +:airbyte-webapp:distTar NO-SOURCE +:airbyte-test-utils:spotlessSql FROM-CACHE +:airbyte-webapp:distZip SKIPPED +:airbyte-test-utils:spotlessSqlApply UP-TO-DATE +:airbyte-test-utils:spotlessStyling +:airbyte-tests:spotlessStyling FROM-CACHE +:airbyte-tests:spotlessStylingApply UP-TO-DATE +:airbyte-tests:spotlessApply UP-TO-DATE +:airbyte-tests:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-tests:spotlessJavaCheck UP-TO-DATE +:airbyte-tests:spotlessKotlinCheck UP-TO-DATE +:airbyte-tests:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-tests:spotlessSqlCheck UP-TO-DATE +:airbyte-tests:spotlessStylingCheck UP-TO-DATE +:airbyte-tests:spotlessCheck UP-TO-DATE +:airbyte-worker-models:generateCatalogAsToml FROM-CACHE +:airbyte-webapp:nodeSetup +:airbyte-worker-models:assemble UP-TO-DATE +:airbyte-worker-models:checkstyleCopyRules FROM-CACHE +:airbyte-worker-models:checkstyleCopySuppressions FROM-CACHE +:airbyte-test-utils:spotlessStyling FROM-CACHE +:airbyte-worker-models:processIntegrationTestResources +:airbyte-test-utils:spotlessStylingApply UP-TO-DATE +:airbyte-worker-models:processIntegrationTestResources NO-SOURCE +:airbyte-test-utils:spotlessApply UP-TO-DATE +:airbyte-worker-models:processTestResources +:airbyte-test-utils:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-worker-models:processTestResources NO-SOURCE +:airbyte-worker-models:spotbugsCopyRules +:airbyte-test-utils:spotlessJavaCheck UP-TO-DATE +:airbyte-test-utils:spotlessKotlinCheck UP-TO-DATE +:airbyte-test-utils:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-test-utils:spotlessSqlCheck +:airbyte-worker-models:spotbugsCopyRules FROM-CACHE +:airbyte-test-utils:spotlessSqlCheck UP-TO-DATE +:airbyte-worker-models:codeStyleCopyRules +:airbyte-test-utils:spotlessStylingCheck UP-TO-DATE +:airbyte-test-utils:spotlessCheck UP-TO-DATE +:airbyte-workers:checkKotlinGradlePluginConfigurationErrors +:airbyte-workers:generateWellKnownTypes +:airbyte-worker-models:codeStyleCopyRules FROM-CACHE +:airbyte-worker-models:spotlessGroovyGradle FROM-CACHE +:airbyte-worker-models:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-worker-models:spotlessJava +:airbyte-workers:dockerCopyDockerfile +:airbyte-workers:generateCatalogAsToml FROM-CACHE +:airbyte-workers:checkstyleCopyRules FROM-CACHE +:airbyte-workers:checkstyleCopySuppressions FROM-CACHE +:airbyte-workers:spotbugsCopyRules FROM-CACHE +:airbyte-workers:codeStyleCopyRules FROM-CACHE +:airbyte-workers:spotlessGroovyGradle FROM-CACHE +:airbyte-workers:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-workers:spotlessJava +:airbyte-worker-models:spotlessJava FROM-CACHE +:airbyte-worker-models:spotlessJavaApply UP-TO-DATE +:airbyte-worker-models:spotlessKotlin FROM-CACHE +:airbyte-worker-models:spotlessKotlinApply UP-TO-DATE +:airbyte-worker-models:spotlessKotlinGradle +:airbyte-workers:spotlessJava FROM-CACHE +:airbyte-workers:spotlessJavaApply UP-TO-DATE +:airbyte-workers:spotlessKotlin +:airbyte-worker-models:spotlessKotlinGradle FROM-CACHE +:airbyte-worker-models:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-worker-models:spotlessSql FROM-CACHE +:airbyte-worker-models:spotlessSqlApply UP-TO-DATE +:airbyte-worker-models:spotlessStyling +:airbyte-workers:spotlessKotlin FROM-CACHE +:airbyte-workers:spotlessKotlinApply UP-TO-DATE +:airbyte-workers:spotlessKotlinGradle +:airbyte-worker-models:spotlessStyling FROM-CACHE +:airbyte-worker-models:spotlessStylingApply UP-TO-DATE +:airbyte-worker-models:spotlessApply UP-TO-DATE +:airbyte-worker-models:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-worker-models:spotlessJavaCheck UP-TO-DATE +:airbyte-worker-models:spotlessKotlinCheck UP-TO-DATE +:airbyte-worker-models:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-worker-models:spotlessSqlCheck UP-TO-DATE +:airbyte-worker-models:spotlessStylingCheck UP-TO-DATE +:airbyte-worker-models:spotlessCheck UP-TO-DATE +:airbyte-workload-api-server:dockerCopyDockerfile +:airbyte-workers:spotlessKotlinGradle FROM-CACHE +:airbyte-workers:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-workers:spotlessSql +:airbyte-workload-api-server:generateCatalogAsToml FROM-CACHE +:airbyte-workload-api-server:checkstyleCopyRules FROM-CACHE +:airbyte-workload-api-server:checkstyleCopySuppressions FROM-CACHE +:airbyte-workload-api-server:spotbugsCopyRules FROM-CACHE +:airbyte-workload-api-server:codeStyleCopyRules FROM-CACHE +:airbyte-workload-api-server:spotlessGroovyGradle FROM-CACHE +:airbyte-workload-api-server:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-workload-api-server:spotlessJava FROM-CACHE +:airbyte-workload-api-server:spotlessJavaApply UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlin +:airbyte-workers:spotlessSql FROM-CACHE +:airbyte-workers:spotlessSqlApply UP-TO-DATE +:airbyte-workers:spotlessStyling +:airbyte-workload-api-server:spotlessKotlin FROM-CACHE +:airbyte-workload-api-server:spotlessKotlinApply UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlinGradle +:airbyte-workers:spotlessStyling FROM-CACHE +:airbyte-workers:spotlessStylingApply UP-TO-DATE +:airbyte-workers:spotlessApply UP-TO-DATE +:airbyte-workers:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-workers:spotlessJavaCheck UP-TO-DATE +:airbyte-workers:spotlessKotlinCheck UP-TO-DATE +:airbyte-workers:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-workers:spotlessSqlCheck UP-TO-DATE +:airbyte-workers:spotlessStylingCheck UP-TO-DATE +:airbyte-workers:spotlessCheck UP-TO-DATE +:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors +:airbyte-workload-launcher:dockerCopyDockerfile +:airbyte-workload-launcher:generateCatalogAsToml FROM-CACHE +:airbyte-workload-launcher:checkstyleCopyRules FROM-CACHE +:airbyte-workload-launcher:checkstyleCopySuppressions FROM-CACHE +:airbyte-workload-api-server:spotlessKotlinGradle FROM-CACHE +:airbyte-workload-launcher:spotbugsCopyRules +:airbyte-workload-api-server:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-workload-api-server:spotlessSql +:airbyte-workload-launcher:spotbugsCopyRules FROM-CACHE +:airbyte-workload-api-server:spotlessSql FROM-CACHE +:airbyte-workload-launcher:codeStyleCopyRules +:airbyte-workload-api-server:spotlessSqlApply UP-TO-DATE +:airbyte-workload-api-server:spotlessStyling +:airbyte-workload-launcher:codeStyleCopyRules FROM-CACHE +:airbyte-workload-launcher:spotlessGroovyGradle FROM-CACHE +:airbyte-workload-launcher:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-workload-launcher:spotlessJava FROM-CACHE +:airbyte-workload-launcher:spotlessJavaApply UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlin +:airbyte-workload-api-server:spotlessStyling FROM-CACHE +:airbyte-workload-api-server:spotlessStylingApply UP-TO-DATE +:airbyte-workload-api-server:spotlessApply UP-TO-DATE +:airbyte-workload-api-server:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessJavaCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlinCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessSqlCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessStylingCheck UP-TO-DATE +:airbyte-workload-api-server:spotlessCheck UP-TO-DATE +:airbyte-config:config-models:generateCatalogAsToml FROM-CACHE +:airbyte-workload-launcher:spotlessKotlin FROM-CACHE +:airbyte-config:config-models:assemble UP-TO-DATE +:airbyte-config:config-models:checkstyleCopyRules +:airbyte-workload-launcher:spotlessKotlinApply UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlinGradle +:airbyte-config:config-models:checkstyleCopyRules FROM-CACHE +:airbyte-config:config-models:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:config-models:spotbugsCopyRules FROM-CACHE +:airbyte-config:config-models:codeStyleCopyRules FROM-CACHE +:airbyte-config:config-models:spotlessGroovyGradle FROM-CACHE +:airbyte-config:config-models:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:config-models:spotlessJava +:airbyte-workload-launcher:spotlessKotlinGradle FROM-CACHE +:airbyte-workload-launcher:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-workload-launcher:spotlessSql FROM-CACHE +:airbyte-workload-launcher:spotlessSqlApply UP-TO-DATE +:airbyte-workload-launcher:spotlessStyling +:airbyte-config:config-models:spotlessJava FROM-CACHE +:airbyte-config:config-models:spotlessJavaApply UP-TO-DATE +:airbyte-config:config-models:spotlessKotlin +:airbyte-workload-launcher:spotlessStyling FROM-CACHE +:airbyte-workload-launcher:spotlessStylingApply UP-TO-DATE +:airbyte-workload-launcher:spotlessApply UP-TO-DATE +:airbyte-workload-launcher:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessJavaCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlinCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessSqlCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessStylingCheck UP-TO-DATE +:airbyte-workload-launcher:spotlessCheck UP-TO-DATE +:airbyte-config:config-persistence:generateCatalogAsToml FROM-CACHE +:airbyte-config:config-persistence:assemble UP-TO-DATE +:airbyte-config:config-persistence:checkstyleCopyRules FROM-CACHE +:airbyte-config:config-persistence:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:config-persistence:spotbugsCopyRules FROM-CACHE +:airbyte-config:config-persistence:codeStyleCopyRules FROM-CACHE +:airbyte-config:config-persistence:spotlessGroovyGradle FROM-CACHE +:airbyte-config:config-persistence:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessJava +:airbyte-config:config-models:spotlessKotlin FROM-CACHE +:airbyte-config:config-models:spotlessKotlinApply UP-TO-DATE +:airbyte-config:config-models:spotlessKotlinGradle +:airbyte-config:config-persistence:spotlessJava FROM-CACHE +:airbyte-config:config-models:spotlessKotlinGradle FROM-CACHE +:airbyte-config:config-persistence:spotlessJavaApply +:airbyte-config:config-models:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessJavaApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlin +:airbyte-config:config-models:spotlessSql FROM-CACHE +:airbyte-config:config-models:spotlessSqlApply UP-TO-DATE +:airbyte-config:config-models:spotlessStyling +:airbyte-config:config-persistence:spotlessKotlin FROM-CACHE +:airbyte-config:config-persistence:spotlessKotlinApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlinGradle +:airbyte-config:config-models:spotlessStyling FROM-CACHE +:airbyte-config:config-models:spotlessStylingApply UP-TO-DATE +:airbyte-config:config-models:spotlessApply UP-TO-DATE +:airbyte-config:config-models:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:config-models:spotlessJavaCheck UP-TO-DATE +:airbyte-config:config-models:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:config-models:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:config-models:spotlessSqlCheck UP-TO-DATE +:airbyte-config:config-models:spotlessStylingCheck UP-TO-DATE +:airbyte-config:config-models:spotlessCheck UP-TO-DATE +:airbyte-config:config-secrets:generateCatalogAsToml FROM-CACHE +:airbyte-config:config-secrets:assemble UP-TO-DATE +:airbyte-config:config-secrets:checkstyleCopyRules FROM-CACHE +:airbyte-config:config-secrets:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:config-secrets:spotbugsCopyRules FROM-CACHE +:airbyte-config:config-persistence:spotlessKotlinGradle FROM-CACHE +:airbyte-config:config-secrets:codeStyleCopyRules +:airbyte-config:config-persistence:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessSql +:airbyte-config:config-secrets:codeStyleCopyRules FROM-CACHE +:airbyte-config:config-secrets:spotlessGroovyGradle FROM-CACHE +:airbyte-config:config-persistence:spotlessSql FROM-CACHE +:airbyte-config:config-secrets:spotlessGroovyGradleApply +:airbyte-config:config-persistence:spotlessSqlApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessStyling +:airbyte-config:config-secrets:spotlessJava FROM-CACHE +:airbyte-config:config-persistence:spotlessStyling FROM-CACHE +:airbyte-config:config-secrets:spotlessJavaApply +:airbyte-config:config-persistence:spotlessStylingApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessJavaApply UP-TO-DATE +:airbyte-config:config-persistence:spotlessApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlin +:airbyte-config:config-persistence:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessJavaCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessSqlCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessStylingCheck UP-TO-DATE +:airbyte-config:config-persistence:spotlessCheck UP-TO-DATE +:airbyte-config:init:distTar NO-SOURCE +:airbyte-config:init:distZip SKIPPED +:airbyte-config:init:copyScripts +:airbyte-config:init:dockerCopyDistribution NO-SOURCE +:airbyte-config:init:dockerCopyDockerfile +:airbyte-config:init:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-config/init/build/airbyte/docker'. +Using images 'airbyte/init:0.63.8'. +Step 1/6 : ARG ALPINE_IMAGE=alpine:3.18 +Step 2/6 : FROM ${ALPINE_IMAGE} AS seed + ---> 8fd7cac70a4a +Step 3/6 : WORKDIR /app +:airbyte-config:config-secrets:spotlessKotlin FROM-CACHE +:airbyte-config:config-secrets:spotlessKotlinApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlinGradle FROM-CACHE +:airbyte-config:config-secrets:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessSql FROM-CACHE +:airbyte-config:config-secrets:spotlessSqlApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessStyling FROM-CACHE +:airbyte-config:config-secrets:spotlessStylingApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessApply UP-TO-DATE +:airbyte-config:config-secrets:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessJavaCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessSqlCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessStylingCheck UP-TO-DATE +:airbyte-config:config-secrets:spotlessCheck UP-TO-DATE +:airbyte-config:specs:generateCatalogAsToml FROM-CACHE +:airbyte-config:specs:assemble UP-TO-DATE +:airbyte-config:specs:checkstyleCopyRules FROM-CACHE +:airbyte-config:specs:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:specs:processIntegrationTestResources NO-SOURCE +:airbyte-config:specs:processTestResources +:airbyte-config:specs:spotbugsCopyRules FROM-CACHE +:airbyte-config:specs:codeStyleCopyRules FROM-CACHE +:airbyte-config:specs:spotlessGroovyGradle FROM-CACHE +:airbyte-config:specs:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:specs:spotlessJava + ---> Running in 5c067114bd9e +:airbyte-config:specs:spotlessJava FROM-CACHE +:airbyte-config:specs:spotlessJavaApply UP-TO-DATE +:airbyte-config:specs:spotlessKotlin FROM-CACHE +:airbyte-config:specs:spotlessKotlinApply UP-TO-DATE +:airbyte-config:specs:spotlessKotlinGradle FROM-CACHE +:airbyte-config:specs:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:specs:spotlessSql FROM-CACHE +:airbyte-config:specs:spotlessSqlApply UP-TO-DATE +:airbyte-config:specs:spotlessStyling FROM-CACHE +:airbyte-config:specs:spotlessStylingApply UP-TO-DATE +:airbyte-config:specs:spotlessApply UP-TO-DATE +:airbyte-config:specs:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:specs:spotlessJavaCheck UP-TO-DATE +:airbyte-config:specs:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:specs:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:specs:spotlessSqlCheck UP-TO-DATE +:airbyte-config:specs:spotlessStylingCheck UP-TO-DATE +:airbyte-config:specs:spotlessCheck UP-TO-DATE +:airbyte-db:db-lib:distTar NO-SOURCE +:airbyte-db:db-lib:distZip SKIPPED +:airbyte-db:db-lib:copyInitSql +:airbyte-db:db-lib:dockerCopyDistribution NO-SOURCE +:airbyte-db:db-lib:dockerCopyDockerfile +:airbyte-db:db-lib:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-db/db-lib/build/airbyte/docker'. +Using images 'airbyte/db:0.63.8'. +Step 1/4 : FROM postgres:13-alpine + ---> Removed intermediate container 5c067114bd9e + ---> 0e75dcb580f0 +Step 4/6 : COPY bin/scripts scripts + ---> 247f7abff9f7 +Step 2/20 : ARG VERSION=0.63.8 + ---> Running in a1ea8a7c1f98 + ---> f8a8d6f3ab55 +Step 5/6 : LABEL io.airbyte.app=init + ---> Removed intermediate container a1ea8a7c1f98 + ---> 90ea4a0c4c53 +Step 3/20 : ENV APPLICATION airbyte-proxy + ---> Running in 3445b640615f + ---> Running in c6855ea23ac6 + ---> 4e894b882ca1 +Step 2/9 : WORKDIR /opt/keycloak + ---> Running in 156e6e2a3d78 + ---> 84552a503ff6 +Step 2/6 : ENV TEMPORAL_HOME /etc/temporal + ---> Running in 99b9374cf892 +:airbyte-webapp:pnpmSetup + ---> Removed intermediate container c6855ea23ac6 + ---> Removed intermediate container 99b9374cf892 + ---> f297de5bf1dd + ---> 0f69efcb6961 +Step 4/20 : ENV VERSION ${VERSION} +Step 3/6 : COPY update-and-start-temporal.sh update-and-start-temporal.sh + ---> Removed intermediate container 156e6e2a3d78 + ---> 78927ca999e2 +Step 3/9 : COPY bin/password-blacklists/10k-most-common.txt data/password-blacklists/10k-most-common.txt + ---> Removed intermediate container 3445b640615f + ---> e8fc90f433ab +Step 6/6 : LABEL io.airbyte.version=0.63.8 + ---> Running in ff2cd81c98f0 + ---> Running in b66d6b20ffc1 + +added 1 package in 931ms + +1 package is looking for funding + run `npm fund` for details +:airbyte-webapp:pnpmInstall + ---> 31cf3b62f70d +Step 2/4 : COPY bin/init.sql /docker-entrypoint-initdb.d/000_init.sql + ---> Removed intermediate container b66d6b20ffc1 + ---> 7c1b824977da +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 7c1b824977da +Successfully tagged airbyte/init:0.63.8 +Created image with ID '7c1b824977da'. +:airbyte-config:init:generateCatalogAsToml FROM-CACHE +:airbyte-config:init:assemble +:airbyte-config:init:checkstyleCopyRules FROM-CACHE +:airbyte-config:init:checkstyleCopySuppressions FROM-CACHE +:airbyte-config:init:spotbugsCopyRules FROM-CACHE +:airbyte-config:init:codeStyleCopyRules FROM-CACHE +:airbyte-config:init:spotlessGroovyGradle FROM-CACHE +:airbyte-config:init:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-config:init:spotlessJava FROM-CACHE +:airbyte-config:init:spotlessJavaApply UP-TO-DATE +:airbyte-config:init:spotlessKotlin + ---> Removed intermediate container ff2cd81c98f0 + ---> f3c41bea22b2 +Step 5/20 : RUN apt-get update -y && apt-get install -y apache2-utils && rm -rf /var/lib/apt/lists/* + ---> Running in 0a2bdffb947e + ---> 65812d95a842 + ---> 7cfc1e0bc1c1 +Step 4/6 : ENTRYPOINT ["./update-and-start-temporal.sh"] +Step 4/9 : COPY bin/scripts/entrypoint.sh entrypoint.sh + ---> Running in 4f3c44245a36 +:airbyte-config:init:spotlessKotlin FROM-CACHE +:airbyte-config:init:spotlessKotlinApply UP-TO-DATE +:airbyte-config:init:spotlessKotlinGradle +Lockfile is up to date, resolution step is skipped +:airbyte-config:init:spotlessKotlinGradle FROM-CACHE +:airbyte-config:init:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-config:init:spotlessSql FROM-CACHE +:airbyte-config:init:spotlessSqlApply UP-TO-DATE +:airbyte-config:init:spotlessStyling +Progress: resolved 1, reused 0, downloaded 0, added 0 +:airbyte-config:init:spotlessStyling FROM-CACHE +:airbyte-config:init:spotlessStylingApply UP-TO-DATE +:airbyte-config:init:spotlessApply UP-TO-DATE +:airbyte-config:init:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-config:init:spotlessJavaCheck UP-TO-DATE +:airbyte-config:init:spotlessKotlinCheck UP-TO-DATE +:airbyte-config:init:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-config:init:spotlessSqlCheck UP-TO-DATE +:airbyte-config:init:spotlessStylingCheck UP-TO-DATE +:airbyte-config:init:spotlessCheck UP-TO-DATE +:airbyte-db:jooq:generateCatalogAsToml FROM-CACHE +:airbyte-db:jooq:assemble UP-TO-DATE +:airbyte-db:jooq:checkstyleCopyRules FROM-CACHE +:airbyte-db:jooq:checkstyleCopySuppressions FROM-CACHE +:airbyte-db:jooq:processIntegrationTestResources NO-SOURCE +:airbyte-db:jooq:processTestResources NO-SOURCE +:airbyte-db:jooq:spotbugsCopyRules FROM-CACHE +:airbyte-db:jooq:codeStyleCopyRules FROM-CACHE +:airbyte-db:jooq:spotlessGroovyGradle FROM-CACHE +:airbyte-db:jooq:spotlessGroovyGradleApply UP-TO-DATE + ---> 8afab6894c16 +:airbyte-db:jooq:spotlessJava +Step 3/4 : LABEL io.airbyte.app=db-lib +:airbyte-db:jooq:spotlessJava FROM-CACHE +:airbyte-db:jooq:spotlessJavaApply UP-TO-DATE +:airbyte-db:jooq:spotlessKotlin FROM-CACHE +:airbyte-db:jooq:spotlessKotlinApply UP-TO-DATE +:airbyte-db:jooq:spotlessKotlinGradle + ---> Running in 78e3dacfdaa0 +:airbyte-db:jooq:spotlessKotlinGradle FROM-CACHE +:airbyte-db:jooq:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-db:jooq:spotlessSql +Packages: +2108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +:airbyte-db:jooq:spotlessSql FROM-CACHE +:airbyte-db:jooq:spotlessSqlApply UP-TO-DATE +:airbyte-db:jooq:spotlessStyling FROM-CACHE +:airbyte-db:jooq:spotlessStylingApply UP-TO-DATE +:airbyte-db:jooq:spotlessApply UP-TO-DATE +:airbyte-db:jooq:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-db:jooq:spotlessJavaCheck UP-TO-DATE +:airbyte-db:jooq:spotlessKotlinCheck UP-TO-DATE +:airbyte-db:jooq:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-db:jooq:spotlessSqlCheck UP-TO-DATE +:airbyte-db:jooq:spotlessStylingCheck UP-TO-DATE +:airbyte-db:jooq:spotlessCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:generateCatalogAsToml FROM-CACHE +:airbyte-metrics:metrics-lib:assemble UP-TO-DATE +:airbyte-metrics:metrics-lib:checkstyleCopyRules FROM-CACHE +:airbyte-metrics:metrics-lib:checkstyleCopySuppressions FROM-CACHE +:airbyte-metrics:metrics-lib:spotbugsCopyRules FROM-CACHE +:airbyte-metrics:metrics-lib:codeStyleCopyRules FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessGroovyGradle FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessJava FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessJavaApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessKotlinApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlinGradle FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessSql FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessSqlApply UP-TO-DATE + ---> Removed intermediate container 4f3c44245a36 +:airbyte-metrics:metrics-lib:spotlessStyling + ---> Removed intermediate container 78e3dacfdaa0 + ---> c08b759b00c3 + ---> 78afa9512a64 +Step 5/6 : LABEL io.airbyte.app=airbyte-temporal +Step 4/4 : LABEL io.airbyte.version=0.63.8 +:airbyte-metrics:metrics-lib:spotlessStyling FROM-CACHE +:airbyte-metrics:metrics-lib:spotlessStylingApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessApply UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessJavaCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlinCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessSqlCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessStylingCheck UP-TO-DATE +:airbyte-metrics:metrics-lib:spotlessCheck UP-TO-DATE +:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors +:airbyte-metrics:reporter:processResources +:airbyte-metrics:reporter:dockerCopyDockerfile +:airbyte-metrics:reporter:generateCatalogAsToml FROM-CACHE +:airbyte-metrics:reporter:checkstyleCopyRules FROM-CACHE +:airbyte-metrics:reporter:checkstyleCopySuppressions FROM-CACHE +:airbyte-metrics:reporter:processIntegrationTestResources NO-SOURCE +:airbyte-metrics:reporter:processTestResources NO-SOURCE +:airbyte-metrics:reporter:spotbugsCopyRules FROM-CACHE +:airbyte-metrics:reporter:codeStyleCopyRules FROM-CACHE +:airbyte-metrics:reporter:spotlessGroovyGradle FROM-CACHE +:airbyte-metrics:reporter:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessJava +Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] +Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] +Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] + ---> 949d789cc250 +Step 5/9 : COPY bin/themes themes +Progress: resolved 2108, reused 0, downloaded 3, added 0 +:airbyte-metrics:reporter:spotlessJava FROM-CACHE +:airbyte-metrics:reporter:spotlessJavaApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlin FROM-CACHE +:airbyte-metrics:reporter:spotlessKotlinApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlinGradle + ---> Running in 796cd65e9f79 + ---> Running in 190acd246469 +Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8788 kB] +Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [13.8 kB] +:airbyte-metrics:reporter:spotlessKotlinGradle FROM-CACHE +Packages are hard linked from the content-addressable store to the virtual store. + Content-addressable store is at: /home/runner/.local/share/pnpm/store/v3 + Virtual store is at: node_modules/.pnpm +:airbyte-metrics:reporter:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessSql FROM-CACHE +:airbyte-metrics:reporter:spotlessSqlApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessStyling +Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [168 kB] +:airbyte-metrics:reporter:spotlessStyling FROM-CACHE +:airbyte-metrics:reporter:spotlessStylingApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessApply UP-TO-DATE +:airbyte-metrics:reporter:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessJavaCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlinCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessSqlCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessStylingCheck UP-TO-DATE +:airbyte-metrics:reporter:spotlessCheck UP-TO-DATE +:airbyte-persistence:job-persistence:generateCatalogAsToml FROM-CACHE +:airbyte-persistence:job-persistence:assemble UP-TO-DATE +:airbyte-persistence:job-persistence:checkstyleCopyRules FROM-CACHE +:airbyte-persistence:job-persistence:checkstyleCopySuppressions FROM-CACHE +:airbyte-persistence:job-persistence:spotbugsCopyRules FROM-CACHE +:airbyte-persistence:job-persistence:codeStyleCopyRules FROM-CACHE +:airbyte-persistence:job-persistence:spotlessGroovyGradle FROM-CACHE +:airbyte-persistence:job-persistence:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessJava FROM-CACHE +:airbyte-persistence:job-persistence:spotlessJavaApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlin FROM-CACHE +:airbyte-persistence:job-persistence:spotlessKotlinApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlinGradle + ---> 3f8415872b92 +Step 6/9 : RUN cp conf/cache-ispn.xml conf/cache-ispn-override.xml && sed -i conf/cache-ispn-override.xml -e 's///g' && sed -i conf/cache-ispn-override.xml -e 's///g' && grep '' conf/cache-ispn-override.xml -q && grep '' conf/cache-ispn-override.xml -q && mkdir -p /opt/keycloak/data/infinispan && sed -i '/<\/global-state>' conf/cache-ispn-override.xml && grep '' conf/cache-ispn-override.xml -q + ---> Removed intermediate container 190acd246469 + ---> Removed intermediate container 796cd65e9f79 + ---> c589c99a793d + ---> 483724a185c7 +Step 6/6 : LABEL io.airbyte.version=0.63.8 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 483724a185c7 +Successfully tagged airbyte/db:0.63.8 +Created image with ID '483724a185c7'. +:airbyte-db:db-lib:generateCatalogAsToml FROM-CACHE +:airbyte-db:db-lib:assemble +:airbyte-db:db-lib:checkstyleCopyRules FROM-CACHE +:airbyte-db:db-lib:checkstyleCopySuppressions FROM-CACHE +:airbyte-db:db-lib:processIntegrationTestResources NO-SOURCE +:airbyte-db:db-lib:processTestResources +:airbyte-db:db-lib:spotbugsCopyRules FROM-CACHE +:airbyte-db:db-lib:codeStyleCopyRules FROM-CACHE +:airbyte-db:db-lib:spotlessGroovyGradle + ---> Running in 07b162daa90c + ---> Running in f4cd0d4c9e9f +:airbyte-db:db-lib:spotlessGroovyGradle FROM-CACHE +:airbyte-db:db-lib:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-db:db-lib:spotlessJava +:airbyte-persistence:job-persistence:spotlessKotlinGradle FROM-CACHE +:airbyte-persistence:job-persistence:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessSql +Progress: resolved 2108, reused 0, downloaded 40, added 28 +:airbyte-persistence:job-persistence:spotlessSql FROM-CACHE +:airbyte-persistence:job-persistence:spotlessSqlApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessStyling +:airbyte-db:db-lib:spotlessJava FROM-CACHE +:airbyte-db:db-lib:spotlessJavaApply UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlin +:airbyte-persistence:job-persistence:spotlessStyling FROM-CACHE +:airbyte-persistence:job-persistence:spotlessStylingApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessApply UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessJavaCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlinCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessSqlCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessStylingCheck UP-TO-DATE +:airbyte-persistence:job-persistence:spotlessCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlin FROM-CACHE +:airbyte-db:db-lib:spotlessKotlinApply UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlinGradle FROM-CACHE +:airbyte-db:db-lib:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-db:db-lib:spotlessSql +Fetched 9224 kB in 2s (5934 kB/s) +:airbyte-db:db-lib:spotlessSql FROM-CACHE +:airbyte-db:db-lib:spotlessSqlApply UP-TO-DATE +:airbyte-db:db-lib:spotlessStyling FROM-CACHE +:airbyte-db:db-lib:spotlessStylingApply UP-TO-DATE +:airbyte-db:db-lib:spotlessApply UP-TO-DATE +:airbyte-db:db-lib:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessJavaCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlinCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessSqlCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessStylingCheck UP-TO-DATE +:airbyte-db:db-lib:spotlessCheck UP-TO-DATE + ---> Removed intermediate container 07b162daa90c + ---> fc1a0c0cef55 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built fc1a0c0cef55 +Successfully tagged airbyte/temporal:0.63.8 +Created image with ID 'fc1a0c0cef55'. +:airbyte-temporal:generateCatalogAsToml FROM-CACHE +:airbyte-temporal:assemble +:airbyte-temporal:checkstyleCopyRules FROM-CACHE +:airbyte-temporal:checkstyleCopySuppressions FROM-CACHE +:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors +:airbyte-temporal:compileKotlin NO-SOURCE +:airbyte-temporal:compileJava NO-SOURCE +:airbyte-temporal:compileIntegrationTestKotlin NO-SOURCE +:airbyte-temporal:compileIntegrationTestJava NO-SOURCE +:airbyte-temporal:processIntegrationTestResources NO-SOURCE +:airbyte-temporal:integrationTestClasses UP-TO-DATE +:airbyte-temporal:checkstyleIntegrationTest NO-SOURCE +:airbyte-temporal:processResources NO-SOURCE +:airbyte-temporal:classes UP-TO-DATE +:airbyte-temporal:checkstyleMain NO-SOURCE +:airbyte-temporal:compileTestKotlin NO-SOURCE +:airbyte-temporal:compileTestJava NO-SOURCE +:airbyte-temporal:processTestResources NO-SOURCE +:airbyte-temporal:testClasses UP-TO-DATE +:airbyte-temporal:checkstyleTest NO-SOURCE +:airbyte-temporal:spotbugsCopyRules FROM-CACHE +:airbyte-temporal:spotbugsIntegrationTest NO-SOURCE +:airbyte-temporal:spotbugsMain NO-SOURCE +:airbyte-temporal:spotbugsTest SKIPPED +:airbyte-temporal:codeStyleCopyRules FROM-CACHE +:airbyte-temporal:spotlessGroovyGradle FROM-CACHE +:airbyte-temporal:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-temporal:spotlessJava FROM-CACHE +:airbyte-temporal:spotlessJavaApply UP-TO-DATE +:airbyte-temporal:spotlessKotlin FROM-CACHE +:airbyte-temporal:spotlessKotlinApply UP-TO-DATE +:airbyte-temporal:spotlessKotlinGradle +Reading package lists... +Progress: resolved 2108, reused 0, downloaded 87, added 47 +:airbyte-temporal:spotlessKotlinGradle FROM-CACHE +:airbyte-temporal:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-temporal:spotlessSql FROM-CACHE +:airbyte-temporal:spotlessSqlApply UP-TO-DATE +:airbyte-temporal:spotlessStyling FROM-CACHE +:airbyte-temporal:spotlessStylingApply UP-TO-DATE +:airbyte-temporal:spotlessApply UP-TO-DATE +:airbyte-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-temporal:spotlessJavaCheck UP-TO-DATE +:airbyte-temporal:spotlessKotlinCheck UP-TO-DATE +:airbyte-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-temporal:spotlessSqlCheck UP-TO-DATE +:airbyte-temporal:spotlessStylingCheck UP-TO-DATE +:airbyte-temporal:spotlessCheck UP-TO-DATE +:airbyte-temporal:test NO-SOURCE +:airbyte-temporal:jacocoTestReport SKIPPED +:airbyte-temporal:check UP-TO-DATE +:airbyte-temporal:build +Reading package lists... +Building dependency tree... +Reading state information... +The following additional packages will be installed: + libapr1 libaprutil1 libgdbm6 +Suggested packages: + gdbm-l10n +The following NEW packages will be installed: + apache2-utils libapr1 libaprutil1 libgdbm6 +0 upgraded, 4 newly installed, 0 to remove and 26 not upgraded. +Need to get 471 kB of archives. +After this operation, 1162 kB of additional disk space will be used. +Get:1 http://deb.debian.org/debian bookworm/main amd64 libapr1 amd64 1.7.2-3 [102 kB] +Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB] +Get:3 http://deb.debian.org/debian bookworm/main amd64 libaprutil1 amd64 1.6.3-1 [87.8 kB] +Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 apache2-utils amd64 2.4.61-1~deb12u1 [209 kB] +Progress: resolved 2108, reused 0, downloaded 133, added 57 +debconf: delaying package configuration, since apt-utils is not installed + ---> Removed intermediate container f4cd0d4c9e9f + ---> 29953bc1d2f9 +Step 7/9 : ENTRYPOINT ["./entrypoint.sh"] +Fetched 471 kB in 0s (3125 kB/s) +Selecting previously unselected package libapr1:amd64. +(Reading database ... +(Reading database ... 5% +(Reading database ... 10% +(Reading database ... 15% +(Reading database ... 20% +(Reading database ... 25% +(Reading database ... 30% +(Reading database ... 35% +(Reading database ... 40% +(Reading database ... 45% +(Reading database ... 50% +(Reading database ... 55% +(Reading database ... 60% +(Reading database ... 65% +(Reading database ... 70% +(Reading database ... 75% +(Reading database ... 80% +(Reading database ... 85% +(Reading database ... 90% +(Reading database ... 95% +(Reading database ... 100% +(Reading database ... 7590 files and directories currently installed.) +Preparing to unpack .../libapr1_1.7.2-3_amd64.deb ... +Unpacking libapr1:amd64 (1.7.2-3) ... +Selecting previously unselected package libgdbm6:amd64. +Preparing to unpack .../libgdbm6_1.23-3_amd64.deb ... +Unpacking libgdbm6:amd64 (1.23-3) ... + ---> Running in 41ad01c64ab7 +Selecting previously unselected package libaprutil1:amd64. +Preparing to unpack .../libaprutil1_1.6.3-1_amd64.deb ... +Progress: resolved 2108, reused 0, downloaded 270, added 78 +Unpacking libaprutil1:amd64 (1.6.3-1) ... +Selecting previously unselected package apache2-utils. +Preparing to unpack .../apache2-utils_2.4.61-1~deb12u1_amd64.deb ... +Unpacking apache2-utils (2.4.61-1~deb12u1) ... +Setting up libapr1:amd64 (1.7.2-3) ... +Setting up libgdbm6:amd64 (1.23-3) ... +Setting up libaprutil1:amd64 (1.6.3-1) ... +Setting up apache2-utils (2.4.61-1~deb12u1) ... +Processing triggers for libc-bin (2.36-9+deb12u4) ... + ---> Removed intermediate container 41ad01c64ab7 + ---> 24312db94ac7 +Step 8/9 : LABEL io.airbyte.app=airbyte-keycloak +Progress: resolved 2108, reused 0, downloaded 346, added 100 + ---> Running in 87ca040c1152 + ---> Removed intermediate container 0a2bdffb947e + ---> 0c6867f77430 +Step 6/20 : ENV PROXY_PASS_WEB "http://airbyte-webapp:8080" + ---> Running in 24d2542455bb +Progress: resolved 2108, reused 0, downloaded 461, added 126 + ---> Removed intermediate container 24d2542455bb + ---> c5f08b7db018 + ---> Removed intermediate container 87ca040c1152 +Step 7/20 : ENV PROXY_PASS_API "http://airbyte-server:8001" + ---> 87f5f3f37c98 +Step 9/9 : LABEL io.airbyte.version=0.63.8 + ---> Running in e812c1d1f669 + ---> Running in 0944b2089077 +Progress: resolved 2108, reused 0, downloaded 594, added 343 + ---> Removed intermediate container e812c1d1f669 + ---> c93d557503a4 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed + ---> Removed intermediate container 0944b2089077 + ---> 7284d670d0c2 +Step 8/20 : ENV CONNECTOR_BUILDER_SERVER_API "http://airbyte-connector-builder-server:8080" +Successfully built c93d557503a4 +Progress: resolved 2108, reused 0, downloaded 662, added 374 +Successfully tagged airbyte/keycloak:0.63.8 +Created image with ID 'c93d557503a4'. +:airbyte-keycloak:generateCatalogAsToml FROM-CACHE +:airbyte-keycloak:assemble +:airbyte-keycloak:checkstyleCopyRules FROM-CACHE +:airbyte-keycloak:checkstyleCopySuppressions FROM-CACHE +:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors +:airbyte-keycloak:compileKotlin NO-SOURCE +:airbyte-keycloak:compileJava NO-SOURCE +:airbyte-keycloak:processResources NO-SOURCE +:airbyte-keycloak:classes UP-TO-DATE +:airbyte-keycloak:jar +:airbyte-keycloak:compileIntegrationTestKotlin NO-SOURCE +:airbyte-keycloak:compileIntegrationTestJava NO-SOURCE +:airbyte-keycloak:processIntegrationTestResources NO-SOURCE +:airbyte-keycloak:integrationTestClasses UP-TO-DATE +:airbyte-keycloak:checkstyleIntegrationTest NO-SOURCE +:airbyte-keycloak:checkstyleMain NO-SOURCE +:airbyte-keycloak:compileTestKotlin NO-SOURCE +:airbyte-keycloak:compileTestJava NO-SOURCE +:airbyte-keycloak:processTestResources NO-SOURCE +:airbyte-keycloak:testClasses UP-TO-DATE +:airbyte-keycloak:checkstyleTest NO-SOURCE +:airbyte-keycloak:spotbugsCopyRules FROM-CACHE +:airbyte-keycloak:spotbugsIntegrationTest NO-SOURCE +:airbyte-keycloak:spotbugsMain NO-SOURCE +:airbyte-keycloak:spotbugsTest SKIPPED +:airbyte-keycloak:codeStyleCopyRules FROM-CACHE +:airbyte-keycloak:spotlessGroovyGradle FROM-CACHE +:airbyte-keycloak:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-keycloak:spotlessJava FROM-CACHE +:airbyte-keycloak:spotlessJavaApply UP-TO-DATE +:airbyte-keycloak:spotlessKotlin FROM-CACHE +:airbyte-keycloak:spotlessKotlinApply UP-TO-DATE +:airbyte-keycloak:spotlessKotlinGradle FROM-CACHE +:airbyte-keycloak:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-keycloak:spotlessSql FROM-CACHE +:airbyte-keycloak:spotlessSqlApply UP-TO-DATE +:airbyte-keycloak:spotlessStyling FROM-CACHE +:airbyte-keycloak:spotlessStylingApply UP-TO-DATE +:airbyte-keycloak:spotlessApply UP-TO-DATE +:airbyte-keycloak:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-keycloak:spotlessJavaCheck UP-TO-DATE +:airbyte-keycloak:spotlessKotlinCheck UP-TO-DATE +:airbyte-keycloak:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-keycloak:spotlessSqlCheck UP-TO-DATE +:airbyte-keycloak:spotlessStylingCheck UP-TO-DATE +:airbyte-keycloak:spotlessCheck UP-TO-DATE +:airbyte-keycloak:test NO-SOURCE +:airbyte-keycloak:jacocoTestReport SKIPPED +:airbyte-keycloak:check UP-TO-DATE +:airbyte-keycloak:build +Progress: resolved 2108, reused 0, downloaded 713, added 377 + ---> Running in d9f3bc4ec8ce +Progress: resolved 2108, reused 0, downloaded 889, added 389 +Progress: resolved 2108, reused 0, downloaded 1076, added 395 +Progress: resolved 2108, reused 0, downloaded 1116, added 398 + ---> Removed intermediate container d9f3bc4ec8ce + ---> 7ce0877d58f2 +Step 9/20 : ENV PROXY_PASS_AIRBYTE_API_SERVER "http://airbyte-api-server:8006" +Progress: resolved 2108, reused 0, downloaded 1284, added 404 + ---> Running in d5cab1f7c3a8 +Progress: resolved 2108, reused 0, downloaded 1597, added 415 + ---> Removed intermediate container d5cab1f7c3a8 + ---> 5fe9a5b3fa8f +Step 10/20 : WORKDIR / + ---> Running in cdecde081dd3 +Progress: resolved 2108, reused 0, downloaded 1891, added 468 +Progress: resolved 2108, reused 0, downloaded 2053, added 510 + ---> Removed intermediate container cdecde081dd3 + ---> d147c2adb194 +Step 11/20 : RUN mkdir -p /etc/nginx/templates + ---> Running in 253bb15ae6b6 +Progress: resolved 2108, reused 0, downloaded 2107, added 1377 +:airbyte-featureflag:kspKotlin FROM-CACHE +:airbyte-featureflag:compileKotlin +:airbyte-commons:compileKotlin FROM-CACHE +:airbyte-commons:compileJava + ---> Removed intermediate container 253bb15ae6b6 + ---> bc7bdabcb066 +Step 12/20 : COPY nginx-auth.conf.template /etc/nginx/templates/nginx-auth.conf.template +Progress: resolved 2108, reused 0, downloaded 2107, added 1988 +:airbyte-featureflag:compileKotlin FROM-CACHE +:airbyte-featureflag:compileJava NO-SOURCE +:airbyte-featureflag:processResources +:airbyte-featureflag:classes +:airbyte-featureflag:jar +:airbyte-featureflag:generateCatalogAsToml FROM-CACHE +:airbyte-featureflag:assemble UP-TO-DATE +:airbyte-featureflag:checkstyleCopyRules FROM-CACHE +:airbyte-featureflag:checkstyleCopySuppressions FROM-CACHE +:airbyte-featureflag:kspIntegrationTestKotlin NO-SOURCE +:airbyte-featureflag:compileIntegrationTestKotlin NO-SOURCE +:airbyte-featureflag:compileIntegrationTestJava NO-SOURCE +:airbyte-featureflag:processIntegrationTestResources NO-SOURCE +:airbyte-featureflag:integrationTestClasses UP-TO-DATE +:airbyte-featureflag:checkstyleIntegrationTest NO-SOURCE +:airbyte-featureflag:checkstyleMain NO-SOURCE +:airbyte-featureflag:kspTestKotlin +Progress: resolved 2108, reused 0, downloaded 2107, added 2108, done + ---> 5e3ded0f84db +Step 13/20 : COPY nginx-no-auth.conf.template /etc/nginx/templates/nginx-no-auth.conf.template +.../@datadog/native-iast-taint-tracking install$ exit 0 +.../node_modules/@datadog/native-appsec install$ exit 0 +.../node_modules/@datadog/native-metrics install$ exit 0 +.../node_modules/@datadog/pprof install$ exit 0 +.../@datadog/native-iast-taint-tracking install: Done +.../node_modules/@datadog/native-metrics install: Done +.../node_modules/@datadog/native-appsec install: Done +.../node_modules/@datadog/pprof install: Done +.../node_modules/protobufjs postinstall$ node scripts/postinstall +.../node_modules/protobufjs postinstall: Done +.../esbuild@0.15.18/node_modules/esbuild postinstall$ node install.js +.../esbuild@0.18.20/node_modules/esbuild postinstall$ node install.js +.../esbuild@0.20.2/node_modules/esbuild postinstall$ node install.js +.../node_modules/dd-trace preinstall$ node scripts/preinstall.js +.../esbuild@0.15.18/node_modules/esbuild postinstall: Done +.../esbuild@0.18.20/node_modules/esbuild postinstall: Done +.../esbuild@0.20.2/node_modules/esbuild postinstall: Done +.../node_modules/dd-trace preinstall: Done +.../cypress@13.10.0/node_modules/cypress postinstall$ node index.js --exec install + ---> 988c25db3127 +Step 14/20 : COPY 401.html /etc/nginx/401.html +:airbyte-commons:compileJava FROM-CACHE +:airbyte-commons:downloadSpecSecretMask +:airbyte-json-validation:compileKotlin NO-SOURCE +:airbyte-json-validation:compileJava +Download https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yaml +:airbyte-commons:generateCatalogAsToml FROM-CACHE +:airbyte-commons:assemble UP-TO-DATE +:airbyte-commons:checkstyleCopyRules FROM-CACHE +:airbyte-commons:checkstyleCopySuppressions FROM-CACHE +:airbyte-commons-micronaut-security:compileKotlin +:airbyte-commons:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons:compileIntegrationTestJava +:airbyte-commons-micronaut-security:compileKotlin NO-SOURCE +:airbyte-commons:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-micronaut-security:compileJava +:airbyte-commons:processIntegrationTestResources NO-SOURCE +:airbyte-commons:integrationTestClasses UP-TO-DATE +:airbyte-commons:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons:processTestResources +:airbyte-commons:spotbugsCopyRules FROM-CACHE +:airbyte-commons:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons:codeStyleCopyRules FROM-CACHE +:airbyte-commons:spotlessGroovyGradle FROM-CACHE +:airbyte-commons:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-commons:spotlessJava +.../cypress@13.10.0/node_modules/cypress postinstall: Installing Cypress (version: 13.10.0) +.../cypress@13.10.0/node_modules/cypress postinstall: [STARTED] Task without title. +:airbyte-commons:spotlessJava FROM-CACHE +:airbyte-commons:processResources +:airbyte-commons:classes +:airbyte-commons:jar +:airbyte-commons:checkstyleMain + ---> 9808ca7ab42b +Step 15/20 : COPY run.sh ./ +.../cypress@13.10.0/node_modules/cypress postinstall: [SUCCESS] Task without title. +.../cypress@13.10.0/node_modules/cypress postinstall: [STARTED] Task without title. + ---> 29a6240df4f3 +Step 16/20 : RUN chmod 0755 ./run.sh + ---> Running in 227c87c686a2 +:airbyte-json-validation:compileJava FROM-CACHE +:airbyte-json-validation:classes UP-TO-DATE +:airbyte-config:config-models:kspKotlin +:airbyte-json-validation:jar +:airbyte-commons-protocol:compileKotlin NO-SOURCE +:airbyte-commons-protocol:compileJava +:airbyte-featureflag:kspTestKotlin FROM-CACHE +:airbyte-featureflag:compileTestKotlin +:airbyte-json-validation:compileIntegrationTestKotlin NO-SOURCE +:airbyte-json-validation:compileIntegrationTestJava NO-SOURCE +:airbyte-json-validation:integrationTestClasses UP-TO-DATE +:airbyte-json-validation:checkstyleIntegrationTest NO-SOURCE +:airbyte-json-validation:checkstyleMain + ---> Removed intermediate container 227c87c686a2 + ---> 50c6b0c97932 +Step 17/20 : CMD [ "./run.sh" ] + ---> Running in afab81e0c518 +:airbyte-featureflag:compileTestKotlin FROM-CACHE +:airbyte-featureflag:compileTestJava NO-SOURCE +:airbyte-featureflag:processTestResources +:airbyte-featureflag:testClasses +:airbyte-featureflag:checkstyleTest NO-SOURCE +:airbyte-featureflag:spotbugsCopyRules FROM-CACHE +:airbyte-featureflag:spotbugsIntegrationTest NO-SOURCE +:airbyte-featureflag:spotbugsMain + ---> Removed intermediate container afab81e0c518 + ---> 369e8da16d37 +Step 18/20 : ENTRYPOINT ["./run.sh"] + ---> Running in 942efa4f6fa3 + ---> Removed intermediate container 942efa4f6fa3 + ---> 8f7e54584f54 +Step 19/20 : LABEL io.airbyte.app=airbyte-proxy + ---> Running in 3be3b81455df +:airbyte-json-validation:checkstyleMain FROM-CACHE +:airbyte-json-validation:compileTestKotlin NO-SOURCE +:airbyte-json-validation:compileTestJava + ---> Removed intermediate container 3be3b81455df + ---> 950717eaead5 +Step 20/20 : LABEL io.airbyte.version=0.63.8 + ---> Running in 82e6e5daf431 +:airbyte-commons:checkstyleMain FROM-CACHE +:airbyte-commons:compileTestKotlin +:airbyte-commons-protocol:compileJava FROM-CACHE +:airbyte-commons-protocol:classes UP-TO-DATE +:airbyte-commons-protocol:jar +:airbyte-commons-protocol:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-protocol:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-protocol:integrationTestClasses UP-TO-DATE +:airbyte-commons-protocol:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-protocol:checkstyleMain FROM-CACHE +:airbyte-commons-protocol:compileTestKotlin NO-SOURCE +:airbyte-commons-protocol:compileTestJava + ---> Removed intermediate container 82e6e5daf431 + ---> f281b29ceda6 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built f281b29ceda6 +Successfully tagged airbyte/proxy:0.63.8 +Created image with ID 'f281b29ceda6'. +:airbyte-proxy:generateCatalogAsToml FROM-CACHE +:airbyte-proxy:assemble +:airbyte-proxy:checkstyleCopyRules FROM-CACHE +:airbyte-proxy:checkstyleCopySuppressions FROM-CACHE +:airbyte-proxy:checkKotlinGradlePluginConfigurationErrors +:airbyte-proxy:compileKotlin NO-SOURCE +:airbyte-proxy:compileJava NO-SOURCE +:airbyte-proxy:processResources NO-SOURCE +:airbyte-proxy:classes UP-TO-DATE +:airbyte-proxy:jar +:airbyte-proxy:compileIntegrationTestKotlin NO-SOURCE +:airbyte-proxy:compileIntegrationTestJava NO-SOURCE +:airbyte-proxy:processIntegrationTestResources NO-SOURCE +:airbyte-proxy:integrationTestClasses UP-TO-DATE +:airbyte-proxy:checkstyleIntegrationTest NO-SOURCE +:airbyte-proxy:checkstyleMain NO-SOURCE +:airbyte-proxy:compileTestKotlin NO-SOURCE +:airbyte-proxy:compileTestJava NO-SOURCE +:airbyte-proxy:processTestResources NO-SOURCE +:airbyte-proxy:testClasses UP-TO-DATE +:airbyte-proxy:checkstyleTest NO-SOURCE +:airbyte-proxy:spotbugsCopyRules FROM-CACHE +:airbyte-proxy:spotbugsIntegrationTest NO-SOURCE +:airbyte-proxy:spotbugsMain NO-SOURCE +:airbyte-proxy:spotbugsTest SKIPPED +:airbyte-proxy:codeStyleCopyRules FROM-CACHE +:airbyte-proxy:spotlessGroovyGradle FROM-CACHE +:airbyte-proxy:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-proxy:spotlessJava FROM-CACHE +:airbyte-proxy:spotlessJavaApply UP-TO-DATE +:airbyte-proxy:spotlessKotlin FROM-CACHE +:airbyte-proxy:spotlessKotlinApply UP-TO-DATE +:airbyte-proxy:spotlessKotlinGradle FROM-CACHE +:airbyte-featureflag:spotbugsTest SKIPPED +:airbyte-featureflag:codeStyleCopyRules FROM-CACHE +:airbyte-featureflag:spotlessGroovyGradle FROM-CACHE +:airbyte-featureflag:spotlessGroovyGradleApply UP-TO-DATE +:airbyte-featureflag:spotlessJava FROM-CACHE +:airbyte-featureflag:spotlessJavaApply UP-TO-DATE +:airbyte-featureflag:spotlessKotlin FROM-CACHE +:airbyte-featureflag:spotlessKotlinApply UP-TO-DATE +:airbyte-featureflag:spotlessKotlinGradle FROM-CACHE +:airbyte-featureflag:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-featureflag:spotlessSql FROM-CACHE +:airbyte-featureflag:spotlessSqlApply UP-TO-DATE +:airbyte-featureflag:spotlessStyling FROM-CACHE +:airbyte-featureflag:spotlessStylingApply UP-TO-DATE +:airbyte-featureflag:spotlessApply UP-TO-DATE +:airbyte-featureflag:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-featureflag:spotlessJavaCheck UP-TO-DATE +:airbyte-featureflag:spotlessKotlinCheck UP-TO-DATE +:airbyte-featureflag:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-featureflag:spotlessSqlCheck UP-TO-DATE +:airbyte-featureflag:spotlessStylingCheck UP-TO-DATE +:airbyte-featureflag:spotlessCheck UP-TO-DATE +:airbyte-featureflag:test +:airbyte-json-validation:compileTestJava FROM-CACHE +:airbyte-json-validation:testClasses UP-TO-DATE +:airbyte-json-validation:checkstyleTest +:airbyte-commons-protocol:compileTestJava FROM-CACHE +:airbyte-commons-protocol:testClasses +:airbyte-commons-protocol:checkstyleTest +:airbyte-commons:compileTestKotlin FROM-CACHE +:airbyte-commons:compileTestJava FROM-CACHE +:airbyte-commons:testClasses +:airbyte-commons:checkstyleTest +:airbyte-commons-protocol:checkstyleTest FROM-CACHE +:airbyte-commons-protocol:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-protocol:spotbugsMain +:airbyte-commons:checkstyleTest FROM-CACHE +:airbyte-commons:spotbugsMain +:airbyte-json-validation:checkstyleTest FROM-CACHE +:airbyte-json-validation:spotbugsIntegrationTest NO-SOURCE +:airbyte-json-validation:spotbugsMain +:airbyte-commons-micronaut-security:compileJava FROM-CACHE +:airbyte-commons:spotbugsTest SKIPPED +:airbyte-commons:spotlessJavaApply UP-TO-DATE +:airbyte-commons:spotlessKotlin FROM-CACHE +:airbyte-commons:spotlessKotlinApply UP-TO-DATE +:airbyte-commons:spotlessKotlinGradle FROM-CACHE +:airbyte-commons:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-commons:spotlessSql FROM-CACHE +:airbyte-commons:spotlessSqlApply UP-TO-DATE +:airbyte-commons:spotlessStyling FROM-CACHE +:airbyte-commons:spotlessStylingApply UP-TO-DATE +:airbyte-commons:spotlessApply UP-TO-DATE +:airbyte-commons:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-commons:spotlessJavaCheck UP-TO-DATE +:airbyte-commons:spotlessKotlinCheck UP-TO-DATE +:airbyte-commons:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-commons:spotlessSqlCheck UP-TO-DATE +:airbyte-commons:spotlessStylingCheck UP-TO-DATE +:airbyte-commons:spotlessCheck UP-TO-DATE +:airbyte-commons:test +.../cypress@13.10.0/node_modules/cypress postinstall: [SUCCESS] Task without title. +.../cypress@13.10.0/node_modules/cypress postinstall: [STARTED] Task without title. +.../cypress@13.10.0/node_modules/cypress postinstall: [SUCCESS] Task without title. +:airbyte-featureflag:test FROM-CACHE +:airbyte-commons-micronaut-security:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-micronaut-security:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-micronaut-security:integrationTestClasses UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-micronaut-security:classes UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleMain +.../cypress@13.10.0/node_modules/cypress postinstall: You can now open Cypress by running: node_modules/.bin/cypress open +.../cypress@13.10.0/node_modules/cypress postinstall: https://on.cypress.io/installing-cypress +.../cypress@13.10.0/node_modules/cypress postinstall: Done +:airbyte-commons-micronaut-security:checkstyleMain FROM-CACHE +:airbyte-commons-micronaut-security:compileTestKotlin NO-SOURCE +:airbyte-commons-micronaut-security:compileTestJava NO-SOURCE +:airbyte-commons-micronaut-security:testClasses UP-TO-DATE +:airbyte-commons-micronaut-security:checkstyleTest NO-SOURCE +:airbyte-commons-micronaut-security:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-micronaut-security:spotbugsMain + +dependencies: ++ @cfworker/json-schema 1.12.7 ++ @datadog/browser-rum 4.30.1 ++ @dnd-kit/core 6.0.8 ++ @dnd-kit/sortable 7.0.2 ++ @dnd-kit/utilities 3.2.1 ++ @floating-ui/react-dom 1.2.1 ++ @headlessui-float/react 0.11.2 ++ @headlessui/react 1.7.13 ++ @hookform/resolvers 2.9.11 ++ @monaco-editor/react 4.4.6 ++ @tanstack/react-query 4.29.5 ++ @tanstack/react-query-devtools 4.29.6 ++ @tanstack/react-table 8.7.6 ++ @types/diff 5.0.7 ++ @types/mdast 4.0.4 ++ @types/path-browserify 1.0.1 ++ @types/segment-analytics 0.0.36 ++ @types/semver 7.3.13 ++ @types/uuid 9.0.6 ++ anser 2.1.1 ++ any-base 1.1.0 ++ broadcast-channel 7.0.0 ++ classnames 2.3.2 ++ country-flag-icons 1.5.7 ++ cronstrue 2.47.0 ++ date-fns 2.29.3 ++ dayjs 1.11.7 ++ deep-diff 1.0.2 ++ diff 5.1.0 ++ escape-string-regexp 5.0.0 ++ framer-motion 6.5.1 ++ js-yaml 4.1.0 ++ json-schema 0.4.0 ++ jwt-decode 4.0.0 ++ keycloak-js 23.0.7 ++ launchdarkly-js-client-sdk 3.1.0 ++ lodash 4.17.21 ++ markdown-to-jsx 7.4.7 ++ monaco-editor 0.34.1 ++ normalize.css 8.0.1 ++ oidc-client-ts 2.4.0 ++ path-browserify 1.0.1 ++ query-string 8.1.0 ++ react 18.2.0 ++ react-datepicker 4.8.0 ++ react-dom 18.2.0 ++ react-helmet-async 2.0.4 ++ react-highlight-words 0.20.0 ++ react-hook-form 7.45.4 ++ react-hotkeys-hook 4.5.0 ++ react-intersection-observer 9.4.2 ++ react-intl 6.2.5 ++ react-lazylog 4.5.3 ++ react-markdown 7.1.2 ++ react-oidc-context 2.2.2 ++ react-paginate 8.1.4 ++ react-reflex 4.0.9 ++ react-resize-detector 8.0.3 ++ react-router-dom 6.14.2 ++ react-select 5.7.7 ++ react-use 17.4.0 ++ react-virtuoso 4.7.11 ++ react-widgets 4.6.1 ++ recharts 2.3.2 ++ remark 14.0.3 ++ remark-gfm 3.0.1 ++ rxjs 7.8.1 ++ sanitize-html 2.13.0 ++ semver 7.5.4 ++ ts-pattern 4.2.1 ++ typesafe-actions 5.1.0 ++ unified 10.1.2 ++ uuid 9.0.1 ++ victory-vendor 36.6.8 ++ yup 0.32.11 + +devDependencies: ++ @airbyte/eslint-plugin 0.0.0 <- packages/eslint-plugin ++ @babel/core 7.23.9 ++ @babel/preset-env 7.23.9 ++ @babel/preset-react 7.23.3 ++ @babel/preset-typescript 7.23.3 ++ @formatjs/icu-messageformat-parser 2.4.0 ++ @modyfi/vite-plugin-yaml 1.1.0 ++ @storybook/addon-actions 7.6.12 ++ @storybook/addon-docs 7.6.12 ++ @storybook/addon-essentials 7.6.12 ++ @storybook/addon-links 7.6.12 ++ @storybook/react 7.6.12 ++ @storybook/react-vite 7.6.12 ++ @storybook/theming 7.6.12 ++ @svgr/plugin-jsx 8.1.0 ++ @svgr/plugin-svgo 8.1.0 ++ @testing-library/jest-dom 6.4.2 ++ @testing-library/react 14.2.1 ++ @testing-library/user-event 14.5.2 ++ @types/byte-size 8.1.1 ++ @types/deep-diff 1.0.5 ++ @types/jest 29.5.12 ++ @types/js-yaml 4.0.8 ++ @types/json-schema 7.0.14 ++ @types/lodash 4.14.200 ++ @types/node 18.16.3 ++ @types/node-fetch 2.6.11 ++ @types/react 18.2.34 ++ @types/react-datepicker 4.8.0 ++ @types/react-dom 18.2.14 ++ @types/react-helmet 6.1.8 ++ @types/react-highlight-words 0.16.7 ++ @types/react-lazylog 4.5.3 ++ @types/react-paginate 7.1.3 ++ @types/react-slick 0.23.11 ++ @types/react-table 7.7.17 ++ @types/react-widgets 4.4.10 ++ @types/sanitize-html 2.9.3 ++ @types/unist 2.0.6 ++ @typescript-eslint/eslint-plugin 6.21.0 ++ @typescript-eslint/parser 6.21.0 ++ @vitejs/plugin-basic-ssl 1.1.0 ++ @vitejs/plugin-react 4.2.1 ++ babel-jest 29.7.0 ++ camelcase 8.0.0 ++ chalk 4.1.2 ++ cypress 13.10.0 ++ dd-trace 5.13.0 ++ dotenv 16.0.3 ++ eslint 8.57.0 ++ eslint-config-prettier 9.1.0 ++ eslint-import-resolver-typescript 3.6.1 ++ eslint-plugin-check-file 2.6.2 ++ eslint-plugin-css-modules 2.12.0 ++ eslint-plugin-cypress 2.15.1 ++ eslint-plugin-import 2.29.1 ++ eslint-plugin-jest 27.6.3 ++ eslint-plugin-jsx-a11y 6.8.0 ++ eslint-plugin-no-only-tests 3.1.0 ++ eslint-plugin-prettier 5.1.3 ++ eslint-plugin-react 7.33.2 ++ eslint-plugin-react-hooks 4.6.0 ++ eslint-plugin-unused-imports 3.0.0 ++ express 4.18.2 ++ glob 9.3.1 ++ history 5.3.0 ++ jest 29.7.0 ++ jest-environment-jsdom 29.7.0 ++ json-schema-traverse 1.0.0 ++ knip 5.2.2 ++ license-checker 25.0.1 ++ lint-staged 12.5.0 ++ meow 9.0.0 ++ mime-types 2.1.35 ++ node-fetch 2.6.9 ++ optionator 0.9.3 ++ orval 6.19.1 ++ pg-promise 10.15.4 ++ prettier 3.0.3 ++ react-select-event 5.5.1 ++ sass 1.70.0 ++ start-server-and-test 2.0.3 ++ storybook 7.6.12 ++ storybook-dark-mode 3.0.3 ++ stylelint 16.2.1 ++ stylelint-config-css-modules 4.4.0 ++ stylelint-config-prettier-scss 1.0.0 ++ stylelint-config-standard 36.0.0 ++ stylelint-config-standard-scss 13.0.0 ++ svgo 3.2.0 ++ tar 6.2.0 ++ tmpl 1.0.5 ++ ts-node 10.9.2 ++ typescript 5.0.2 ++ typescript-plugin-css-modules 5.0.2 ++ vite 5.2.12 ++ vite-plugin-checker 0.6.4 ++ vite-plugin-svgr 4.2.0 ++ vite-tsconfig-paths 4.3.2 + + +> airbyte-webapp@ prepare /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/install-githooks.sh + +Done in 32.7s +:airbyte-commons:test FROM-CACHE +:airbyte-commons:jacocoTestReport +:airbyte-config:config-models:kspKotlin FROM-CACHE +:airbyte-config:config-models:processResources +:airbyte-config:config-models:generateJsonSchema2Pojo +The following classes needed for analysis were missing: + makeConcatWithConstants + apply +:airbyte-commons-micronaut-security:spotbugsTest SKIPPED +:airbyte-commons-micronaut-security:jar +:airbyte-commons-micronaut-security:test +:airbyte-config:config-models:compileKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants +:airbyte-commons-protocol:spotbugsTest SKIPPED +:airbyte-commons-protocol:test FROM-CACHE +:airbyte-commons-protocol:jacocoTestReport +:airbyte-featureflag:jacocoTestReport +The following classes needed for analysis were missing: + makeConcatWithConstants + equals + toString + hashCode + accept + apply + test + get +:airbyte-json-validation:spotbugsTest SKIPPED +:airbyte-json-validation:test FROM-CACHE +:airbyte-json-validation:jacocoTestReport +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + applyAsInt + test + get + accept + run + equals + toString + hashCode + call +:airbyte-proxy:spotlessKotlinGradleApply UP-TO-DATE +:airbyte-proxy:spotlessSql FROM-CACHE +:airbyte-proxy:spotlessSqlApply UP-TO-DATE +:airbyte-proxy:spotlessStyling FROM-CACHE +:airbyte-proxy:spotlessStylingApply UP-TO-DATE +:airbyte-proxy:spotlessApply UP-TO-DATE +:airbyte-proxy:spotlessGroovyGradleCheck UP-TO-DATE +:airbyte-proxy:spotlessJavaCheck UP-TO-DATE +:airbyte-proxy:spotlessKotlinCheck UP-TO-DATE +:airbyte-proxy:spotlessKotlinGradleCheck UP-TO-DATE +:airbyte-proxy:spotlessSqlCheck UP-TO-DATE +:airbyte-proxy:spotlessStylingCheck UP-TO-DATE +:airbyte-proxy:spotlessCheck UP-TO-DATE +:airbyte-proxy:bashTest +testing with proxy container airbyte/proxy:0.63.8 +Testing airbyte proxy... +docker run -d -p 8000:8000 --env BASIC_AUTH_USERNAME=airbyte --env BASIC_AUTH_PASSWORD=password --env BASIC_AUTH_PROXY_TIMEOUT=120 --env PROXY_PASS_WEB=http://localhost --env PROXY_PASS_API=http://localhost --env CONNECTOR_BUILDER_SERVER_API=http://localhost --env PROXY_PASS_AIRBYTE_API_SERVER=http://localhost --name airbyte-proxy-test-container-8000 airbyte/proxy:0.63.8 +20c4b01cd9430dc3a5a0897b35c72e27af70992645009e2e3669e23c3e0e95e2 +Testing access without auth +* Trying 127.0.0.1:8000... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8000 (#0) +> GET / HTTP/1.1 +> Host: localhost:8000 +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 401 Unauthorized +< Server: nginx/1.25.3 +< Date: Fri, 12 Jul 2024 20:23:55 GMT +< Content-Type: text/html +< Content-Length: 701 +< Connection: keep-alive +< WWW-Authenticate: Basic realm="Welcome to Airbyte" +< ETag: "669190a4-2bd" +< +{ [701 bytes data] + 100 701 100 701 0 0 740k 0 --:--:-- --:--:-- --:--:-- 684k +* Connection #0 to host localhost left intact +✔️ access without auth blocked +Testing access with auth +* Trying 127.0.0.1:8000... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8000 (#0) +* Server auth using Basic with user 'airbyte' +> GET / HTTP/1.1 +> Host: localhost:8000 +> Authorization: Basic YWlyYnl0ZTpwYXNzd29yZA== +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 502 Bad Gateway +< Server: nginx/1.25.3 +< Date: Fri, 12 Jul 2024 20:23:55 GMT +< Content-Type: text/html +< Content-Length: 157 +< Connection: keep-alive +< +{ [157 bytes data] + 100 157 100 157 0 0 199k 0 --:--:-- --:--:-- --:--:-- 153k +* Connection #0 to host localhost left intact +✔️ access with auth worked +Stopping airbyte-proxy-test-container-8000 +airbyte-proxy-test-container-8000 +airbyte-proxy-test-container-8000 +docker run -d -p 8001:8000 --env BASIC_AUTH_USERNAME=airbyte --env BASIC_AUTH_PASSWORD=pa55w0rd --env BASIC_AUTH_PROXY_TIMEOUT=120 --env PROXY_PASS_WEB=http://localhost --env PROXY_PASS_API=http://localhost --env CONNECTOR_BUILDER_SERVER_API=http://localhost --env PROXY_PASS_AIRBYTE_API_SERVER=http://localhost --name airbyte-proxy-test-container-8001 airbyte/proxy:0.63.8 +34d0f730d607cc59fb2f3402fe80b96db7c6404d359badd01db94039cad90ede +:airbyte-commons-micronaut-security:test NO-SOURCE +:airbyte-commons-micronaut-security:jacocoTestReport SKIPPED +:airbyte-commons-micronaut-security:check +:airbyte-commons-micronaut-security:build +:airbyte-webapp:pnpmBuild +:airbyte-config:config-models:compileKotlin FROM-CACHE +:airbyte-config:config-models:compileJava +:airbyte-json-validation:jacocoTestReport FROM-CACHE +:airbyte-json-validation:check +:airbyte-json-validation:build +:airbyte-featureflag:jacocoTestReport FROM-CACHE +:airbyte-featureflag:check +:airbyte-featureflag:build +:airbyte-commons-protocol:jacocoTestReport FROM-CACHE +:airbyte-commons-protocol:check +:airbyte-commons-protocol:build +:airbyte-commons:jacocoTestReport FROM-CACHE +:airbyte-commons:check +:airbyte-commons:build + +> airbyte-webapp@ prebuild /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> pnpm run generate-client + +:airbyte-config:config-models:compileJava FROM-CACHE +:airbyte-config:config-models:classes +:airbyte-db:db-lib:compileKotlin +:airbyte-worker-models:compileKotlin +:airbyte-config:config-models:jar +:airbyte-commons-micronaut:kspKotlin +:airbyte-config:specs:compileKotlin NO-SOURCE +:airbyte-worker-models:compileKotlin NO-SOURCE +:airbyte-config:specs:compileJava +:airbyte-worker-models:compileJava +:airbyte-db:db-lib:compileKotlin NO-SOURCE +:airbyte-db:db-lib:compileJava + +> airbyte-webapp@ generate-client /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/load-declarative-schema.sh && orval + +Downloading CDK manifest schema 2.3.0 from pypi +:airbyte-config:config-models:kspIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-models:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-models:compileIntegrationTestJava NO-SOURCE +:airbyte-config:config-models:processIntegrationTestResources NO-SOURCE +:airbyte-config:config-models:integrationTestClasses UP-TO-DATE +:airbyte-config:config-models:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:config-models:checkstyleMain + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0:airbyte-worker-models:compileJava FROM-CACHE +:airbyte-worker-models:classes +:airbyte-worker-models:jar +:airbyte-worker-models:compileIntegrationTestKotlin NO-SOURCE +:airbyte-worker-models:compileIntegrationTestJava NO-SOURCE +:airbyte-worker-models:integrationTestClasses UP-TO-DATE +:airbyte-worker-models:checkstyleIntegrationTest + 100 282k 100 282k 0 0 4732k 0 --:--:-- --:--:-- --:--:-- 4789k +:airbyte-worker-models:checkstyleIntegrationTest NO-SOURCE +:airbyte-worker-models:checkstyleMain +Testing access with original password +* Trying 127.0.0.1:8001... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8001 (#0) +* Server auth using Basic with user 'airbyte' +> GET / HTTP/1.1 +> Host: localhost:8001 +> Authorization: Basic YWlyYnl0ZTpwYXNzd29yZA== +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 401 Unauthorized +< Server: nginx/1.25.3 +< Date: Fri, 12 Jul 2024 20:23:58 GMT +< Content-Type: text/html +< Content-Length: 701 +< Connection: keep-alive +* Authentication problem. Ignoring this. +< WWW-Authenticate: Basic realm="Welcome to Airbyte" +< ETag: "669190a4-2bd" +< +{ [701 bytes data] + 100 701 100 701 0 0 500k 0 --:--:-- --:--:-- --:--:-- 684k +* Connection #0 to host localhost left intact +✔️ access with original auth blocked +Testing access updated auth +* Trying 127.0.0.1:8001... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to localhost (127.0.0.1) port 8001 (#0) +* Server auth using Basic with user 'airbyte' +> GET / HTTP/1.1 +> Host: localhost:8001 +> Authorization: Basic YWlyYnl0ZTpwYTU1dzByZA== +> User-Agent: curl/7.81.0 +> Accept: */* +> +* Mark bundle as not supporting multiuse +< HTTP/1.1 502 Bad Gateway +< Server: nginx/1.25.3 +< Date: Fri, 12 Jul 2024 20:23:58 GMT +< Content-Type: text/html +< Content-Length: 157 +< Connection: keep-alive +< +{ [157 bytes data] + 100 157 100 157 0 0 168k 0 --:--:-- --:--:-- --:--:-- 153k +* Connection #0 to host localhost left intact +✔️ access with updated auth worked +Stopping airbyte-proxy-test-container-8001 +:airbyte-config:config-models:checkstyleMain FROM-CACHE +:airbyte-config:config-models:kspTestKotlin +:airbyte-worker-models:checkstyleMain FROM-CACHE +:airbyte-worker-models:compileTestKotlin NO-SOURCE +:airbyte-worker-models:compileTestJava NO-SOURCE +:airbyte-worker-models:testClasses UP-TO-DATE +:airbyte-worker-models:checkstyleTest NO-SOURCE +:airbyte-worker-models:spotbugsIntegrationTest NO-SOURCE +:airbyte-worker-models:spotbugsMain +:airbyte-worker-models:spotbugsTest SKIPPED +:airbyte-worker-models:test NO-SOURCE +:airbyte-worker-models:jacocoTestReport SKIPPED +airbyte-proxy-test-container-8001 +airbyte-proxy-test-container-8001 +docker run -d -p 8002:8000 --env BASIC_AUTH_USERNAME= --env BASIC_AUTH_PASSWORD= --env BASIC_AUTH_PROXY_TIMEOUT= --env PROXY_PASS_WEB=http://localhost --env PROXY_PASS_API=http://localhost --env CONNECTOR_BUILDER_SERVER_API=http://localhost --env PROXY_PASS_AIRBYTE_API_SERVER=http://localhost --name airbyte-proxy-test-container-8002 airbyte/proxy:0.63.8 +879e0e7b36febea58c1cd9b190688ba79ee519297eabf0ff585a56cf12baea1f +🍻 Start orval v6.19.1 - A swagger client generator for typescript +:airbyte-config:config-models:kspTestKotlin FROM-CACHE +:airbyte-config:config-models:compileTestKotlin +:airbyte-commons-micronaut:kspKotlin FROM-CACHE +:airbyte-commons-micronaut:compileKotlin FROM-CACHE +:airbyte-commons-micronaut:compileJava +:airbyte-config:config-models:compileTestKotlin FROM-CACHE +:airbyte-config:config-models:compileTestJava +:airbyte-commons-micronaut:compileJava FROM-CACHE +:airbyte-commons-auth:kspKotlin +:airbyte-commons-micronaut:processResources +:airbyte-commons-micronaut:classes +:airbyte-commons-micronaut:jar +:airbyte-commons-license:compileKotlin NO-SOURCE +:airbyte-commons-license:compileJava +:airbyte-config:config-models:compileTestJava FROM-CACHE +:airbyte-commons-micronaut:kspIntegrationTestKotlin NO-SOURCE +:airbyte-commons-micronaut:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-micronaut:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-micronaut:processIntegrationTestResources NO-SOURCE +:airbyte-commons-micronaut:integrationTestClasses UP-TO-DATE +:airbyte-commons-micronaut:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-micronaut:checkstyleMain FROM-CACHE +:airbyte-commons-micronaut:kspTestKotlin NO-SOURCE +:airbyte-commons-micronaut:compileTestKotlin NO-SOURCE +:airbyte-commons-micronaut:compileTestJava NO-SOURCE +:airbyte-commons-micronaut:processTestResources NO-SOURCE +:airbyte-commons-micronaut:testClasses UP-TO-DATE +:airbyte-commons-micronaut:checkstyleTest NO-SOURCE +:airbyte-commons-micronaut:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-micronaut:spotbugsMain +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... +:airbyte-commons-license:compileJava FROM-CACHE +:airbyte-commons-license:classes UP-TO-DATE +:airbyte-commons-license:jar +:airbyte-commons-license:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-license:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-license:integrationTestClasses UP-TO-DATE +:airbyte-commons-license:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-license:checkstyleMain FROM-CACHE +:airbyte-commons-license:compileTestKotlin NO-SOURCE +:airbyte-commons-license:compileTestJava +:airbyte-config:specs:compileJava FROM-CACHE +:airbyte-config:specs:classes +:airbyte-config:specs:jar +:airbyte-commons-micronaut:spotbugsTest SKIPPED +:airbyte-commons-micronaut:test NO-SOURCE +:airbyte-commons-micronaut:jacocoTestReport SKIPPED +:airbyte-config:config-models:processTestResources +:airbyte-config:config-models:testClasses +:airbyte-config:config-models:checkstyleTest FROM-CACHE +:airbyte-config:config-models:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:config-models:spotbugsMain +:airbyte-commons-license:compileTestJava FROM-CACHE +:airbyte-commons-license:testClasses UP-TO-DATE +:airbyte-commons-license:checkstyleTest +Testing access without auth +* Trying 127.0.0.1:8002... + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* connect to 127.0.0.1 port 8002 failed: Connection refused +* Trying ::1:8002... +* connect to ::1 port 8002 failed: Connection refused +* Failed to connect to localhost port 8002 after 20 ms: Connection refused + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 +* Closing connection 0 +curl: (7) Failed to connect to localhost port 8002 after 20 ms: Connection refused +✔️ access without auth allowed when configured +Stopping airbyte-proxy-test-container-8002 +Error response from daemon: cannot kill container: airbyte-proxy-test-container-8002: container 879e0e7b36febea58c1cd9b190688ba79ee519297eabf0ff585a56cf12baea1f is not running +:airbyte-commons-license:checkstyleTest FROM-CACHE +:airbyte-commons-license:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-license:spotbugsMain +airbyte-proxy-test-container-8002 +Tests Passed ✅ +:airbyte-proxy:test NO-SOURCE +:airbyte-proxy:jacocoTestReport SKIPPED +:airbyte-proxy:check UP-TO-DATE +:airbyte-proxy:build +:airbyte-config:config-models:spotbugsTest SKIPPED +:airbyte-config:config-models:test +🎉 api - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... +The following classes needed for analysis were missing: + makeConcatWithConstants +:airbyte-commons-license:spotbugsTest SKIPPED +:airbyte-commons-license:test +:airbyte-db:db-lib:compileJava FROM-CACHE +:airbyte-db:db-lib:classes +:airbyte-db:db-lib:jar +:airbyte-db:jooq:generateConfigsDatabaseJooq +🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorBuilderClient.ts... +Write type re-export file for ConnectorBuilderClient... +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! +:airbyte-db:jooq:generateConfigsDatabaseJooq FROM-CACHE +:airbyte-db:jooq:generateJobsDatabaseJooq +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... +:airbyte-db:jooq:generateJobsDatabaseJooq FROM-CACHE +:airbyte-db:jooq:compileKotlin NO-SOURCE +:airbyte-db:jooq:compileJava +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! +:airbyte-db:jooq:compileJava FROM-CACHE +:airbyte-metrics:metrics-lib:kspKotlin +🎉 apiErrorTypes - Your OpenAPI spec has been converted into ready to use orval! + +> airbyte-webapp@ build /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> . ./scripts/calculate-source-hash.sh && vite build + +🔨 Use build hash cc49072cb7d185b39895bea6e568a68150e53f8b + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +The following classes needed for analysis were missing: + makeConcatWithConstants + get + test + apply +Replacing the following process.env values in the frontend code: + { + 'process.env.REACT_APP_VERSION': '"0.63.8"', + 'process.env.NODE_ENV': '"production"', + 'process.env.REACT_APP_SEGMENT_TOKEN': '"6cxNSmQyGSKcATLdJ2pL6WsawkzEMDAN"', + 'process.env.REACT_APP_OSANO': '"16A0CTTE7vE8m1Qif/67beec9b-e563-4736-bdb4-4fe4adc39d48"' +} +:airbyte-db:jooq:classes UP-TO-DATE +:airbyte-db:jooq:jar +:airbyte-commons-micronaut:check +:airbyte-commons-micronaut:build +:airbyte-worker-models:check +:airbyte-worker-models:build +:airbyte-config:specs:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:specs:compileIntegrationTestJava NO-SOURCE +:airbyte-config:specs:integrationTestClasses UP-TO-DATE +:airbyte-config:specs:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:specs:checkstyleMain +vite v5.2.12 building for production... +:airbyte-config:specs:checkstyleMain FROM-CACHE +:airbyte-config:specs:compileTestKotlin NO-SOURCE +:airbyte-config:specs:compileTestJava +transforming... +:airbyte-config:specs:compileTestJava FROM-CACHE +:airbyte-config:specs:testClasses +:airbyte-config:specs:checkstyleTest FROM-CACHE +:airbyte-config:specs:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:specs:spotbugsMain +The following classes needed for analysis were missing: + makeConcatWithConstants + get + test + toString + hashCode + equals + apply +:airbyte-commons-license:test FROM-CACHE +:airbyte-commons-license:jacocoTestReport +:airbyte-config:config-models:test FROM-CACHE +:airbyte-config:config-models:jacocoTestReport +:airbyte-commons-license:jacocoTestReport FROM-CACHE +:airbyte-config:specs:spotbugsTest SKIPPED +:airbyte-config:specs:test +:airbyte-commons-license:check +:airbyte-commons-license:build +:airbyte-db:db-lib:checkstyleMain FROM-CACHE +:airbyte-db:db-lib:spotbugsMain +:airbyte-config:config-models:jacocoTestReport FROM-CACHE +:airbyte-db:jooq:compileIntegrationTestKotlin NO-SOURCE +:airbyte-db:jooq:compileIntegrationTestJava NO-SOURCE +:airbyte-db:jooq:integrationTestClasses UP-TO-DATE +:airbyte-db:jooq:checkstyleIntegrationTest NO-SOURCE +:airbyte-db:jooq:checkstyleMain NO-SOURCE +:airbyte-db:jooq:compileTestKotlin NO-SOURCE +:airbyte-db:jooq:compileTestJava NO-SOURCE +:airbyte-db:jooq:testClasses UP-TO-DATE +:airbyte-db:jooq:checkstyleTest NO-SOURCE +:airbyte-db:jooq:spotbugsIntegrationTest NO-SOURCE +:airbyte-db:jooq:spotbugsMain +:airbyte-config:specs:test FROM-CACHE +:airbyte-config:specs:jacocoTestReport FROM-CACHE +:airbyte-db:jooq:spotbugsTest SKIPPED +:airbyte-db:jooq:test NO-SOURCE +:airbyte-db:jooq:jacocoTestReport SKIPPED +:airbyte-commons-auth:kspKotlin FROM-CACHE +:airbyte-commons-auth:compileKotlin +:airbyte-metrics:metrics-lib:kspKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileKotlin +:airbyte-commons-auth:compileKotlin FROM-CACHE +:airbyte-commons-auth:compileJava +:airbyte-metrics:metrics-lib:compileKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileJava FROM-CACHE +:airbyte-commons-temporal-core:kspKotlin +:airbyte-config:config-secrets:kspKotlin +:airbyte-commons-auth:compileJava FROM-CACHE +:airbyte-commons-auth:processResources +:airbyte-commons-auth:classes +:airbyte-commons-auth:jar +:airbyte-metrics:metrics-lib:processResources +:airbyte-metrics:metrics-lib:classes +:airbyte-metrics:metrics-lib:jar +:airbyte-commons-auth:kspIntegrationTestKotlin NO-SOURCE +:airbyte-commons-auth:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-auth:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-auth:processIntegrationTestResources NO-SOURCE +:airbyte-commons-auth:integrationTestClasses UP-TO-DATE +:airbyte-commons-auth:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-auth:checkstyleMain FROM-CACHE +:airbyte-commons-auth:kspTestKotlin FROM-CACHE +:airbyte-commons-auth:compileTestKotlin FROM-CACHE +:airbyte-commons-auth:compileTestJava FROM-CACHE +:airbyte-commons-auth:processTestResources +:airbyte-commons-auth:testClasses +:airbyte-commons-auth:checkstyleTest FROM-CACHE +:airbyte-commons-auth:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-auth:spotbugsMain +:airbyte-config:config-secrets:kspKotlin FROM-CACHE +:airbyte-config:config-secrets:compileKotlin FROM-CACHE +:airbyte-config:config-secrets:compileJava NO-SOURCE +:airbyte-data:kspKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + apply +:airbyte-config:config-secrets:processResources +:airbyte-config:config-secrets:classes +:airbyte-config:config-secrets:jar +:airbyte-commons-auth:spotbugsTest SKIPPED +:airbyte-commons-auth:test FROM-CACHE +:airbyte-commons-auth:jacocoTestReport FROM-CACHE +:airbyte-config:config-secrets:kspTestFixturesKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestFixturesKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestFixturesJava NO-SOURCE +:airbyte-config:config-secrets:checkstyleMain NO-SOURCE +:airbyte-config:config-secrets:processTestFixturesResources NO-SOURCE +:airbyte-config:config-secrets:testFixturesClasses UP-TO-DATE +:airbyte-config:config-secrets:checkstyleTestFixtures +:airbyte-commons-temporal-core:kspKotlin FROM-CACHE +:airbyte-config:config-secrets:checkstyleTestFixtures NO-SOURCE +:airbyte-config:config-secrets:spotbugsMain +:airbyte-commons-temporal-core:compileKotlin FROM-CACHE +:airbyte-commons-temporal-core:compileJava FROM-CACHE +:airbyte-workload-api-server:kspKotlin +:airbyte-data:kspKotlin FROM-CACHE +:airbyte-data:compileKotlin FROM-CACHE +:airbyte-data:compileJava FROM-CACHE +:airbyte-config:config-persistence:kspKotlin FROM-CACHE +:airbyte-config:config-persistence:compileKotlin FROM-CACHE +:airbyte-config:config-persistence:compileJava FROM-CACHE +:airbyte-oauth:compileKotlin NO-SOURCE +:airbyte-oauth:compileJava FROM-CACHE +:airbyte-commons-temporal-core:processResources +:airbyte-commons-temporal-core:classes +:airbyte-commons-temporal-core:jar +:airbyte-data:processResources +:airbyte-data:classes +:airbyte-data:jar +:airbyte-oauth:classes UP-TO-DATE +:airbyte-oauth:jar +:airbyte-config:config-persistence:processResources +:airbyte-config:config-persistence:classes +:airbyte-config:config-persistence:jar +:airbyte-commons-temporal-core:kspIntegrationTestKotlin NO-SOURCE +:airbyte-commons-temporal-core:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-temporal-core:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-temporal-core:processIntegrationTestResources NO-SOURCE +:airbyte-commons-temporal-core:integrationTestClasses UP-TO-DATE +:airbyte-commons-temporal-core:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-temporal-core:checkstyleMain FROM-CACHE +:airbyte-commons-temporal-core:kspTestKotlin FROM-CACHE +:airbyte-commons-temporal-core:compileTestKotlin FROM-CACHE +:airbyte-commons-temporal-core:compileTestJava FROM-CACHE +:airbyte-commons-temporal-core:processTestResources NO-SOURCE +:airbyte-commons-temporal-core:testClasses UP-TO-DATE +:airbyte-commons-temporal-core:checkstyleTest FROM-CACHE +:airbyte-commons-temporal-core:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-temporal-core:spotbugsMain +:airbyte-workload-api-server:kspKotlin FROM-CACHE +:airbyte-workload-api-server:compileKotlin +The following classes needed for analysis were missing: + equals + hashCode + toString + makeConcatWithConstants + resolveCredentials + accept + apply + test + get + call +:airbyte-workload-api-server:compileKotlin FROM-CACHE +:airbyte-api:genWorkloadApiClient FROM-CACHE +:airbyte-api:kspKotlin +:airbyte-commons-temporal-core:spotbugsTest SKIPPED +:airbyte-commons-temporal-core:test +The following classes needed for analysis were missing: + makeConcatWithConstants + get +:airbyte-commons-auth:check +:airbyte-commons-auth:build +:airbyte-data:kspTestFixturesKotlin NO-SOURCE +:airbyte-data:compileTestFixturesKotlin NO-SOURCE +:airbyte-data:compileTestFixturesJava NO-SOURCE +:airbyte-config:config-persistence:kspTestFixturesKotlin FROM-CACHE +:airbyte-config:config-persistence:compileTestFixturesKotlin NO-SOURCE +:airbyte-config:config-persistence:compileTestFixturesJava FROM-CACHE +:airbyte-data:checkstyleMain FROM-CACHE +:airbyte-data:processTestFixturesResources NO-SOURCE +:airbyte-data:testFixturesClasses UP-TO-DATE +:airbyte-data:checkstyleTestFixtures NO-SOURCE +:airbyte-data:spotbugsMain SKIPPED +:airbyte-data:spotbugsTestFixtures NO-SOURCE +:airbyte-data:testFixturesJar +:airbyte-config:config-persistence:processTestFixturesResources NO-SOURCE +:airbyte-config:config-persistence:testFixturesClasses UP-TO-DATE +:airbyte-config:config-persistence:testFixturesJar +:airbyte-keycloak-setup:compileKotlin NO-SOURCE +:airbyte-keycloak-setup:compileJava FROM-CACHE +:airbyte-keycloak-setup:classes +:airbyte-keycloak-setup:jar +:airbyte-keycloak-setup:startScripts +The following classes needed for analysis were missing: + apply + run + accept + hashCode + equals + toString + map + makeConcatWithConstants + query + test + compare +:airbyte-micronaut-temporal:compileKotlin NO-SOURCE +:airbyte-micronaut-temporal:compileJava +:airbyte-api:kspKotlin FROM-CACHE +:airbyte-api:compileKotlin +:airbyte-commons-temporal-core:test FROM-CACHE +:airbyte-commons-temporal-core:jacocoTestReport +:airbyte-micronaut-temporal:compileJava FROM-CACHE +:airbyte-micronaut-temporal:compileIntegrationTestKotlin NO-SOURCE +:airbyte-micronaut-temporal:compileIntegrationTestJava NO-SOURCE +:airbyte-micronaut-temporal:integrationTestClasses UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleIntegrationTest NO-SOURCE +:airbyte-micronaut-temporal:classes UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleMain +:airbyte-keycloak-setup:distTar +:airbyte-commons-temporal-core:jacocoTestReport FROM-CACHE +:airbyte-oauth:compileIntegrationTestKotlin NO-SOURCE +:airbyte-oauth:compileIntegrationTestJava +:airbyte-micronaut-temporal:checkstyleMain FROM-CACHE +:airbyte-micronaut-temporal:compileTestKotlin NO-SOURCE +:airbyte-micronaut-temporal:compileTestJava +:airbyte-oauth:compileIntegrationTestJava FROM-CACHE +:airbyte-oauth:integrationTestClasses UP-TO-DATE +:airbyte-oauth:checkstyleIntegrationTest +:airbyte-micronaut-temporal:compileTestJava FROM-CACHE +:airbyte-micronaut-temporal:testClasses UP-TO-DATE +:airbyte-micronaut-temporal:checkstyleTest +:airbyte-oauth:checkstyleIntegrationTest FROM-CACHE +:airbyte-oauth:checkstyleMain +:airbyte-micronaut-temporal:checkstyleTest FROM-CACHE +:airbyte-micronaut-temporal:spotbugsIntegrationTest NO-SOURCE +:airbyte-micronaut-temporal:spotbugsMain +:airbyte-oauth:checkstyleMain FROM-CACHE +:airbyte-oauth:compileTestKotlin NO-SOURCE +:airbyte-oauth:compileTestJava +:airbyte-api:compileKotlin FROM-CACHE +:airbyte-api:compileJava +:airbyte-oauth:compileTestJava FROM-CACHE +:airbyte-micronaut-temporal:spotbugsTest SKIPPED +:airbyte-micronaut-temporal:jar +:airbyte-micronaut-temporal:test +:airbyte-oauth:testClasses UP-TO-DATE +:airbyte-oauth:checkstyleTest FROM-CACHE +:airbyte-oauth:spotbugsIntegrationTest +The following classes needed for analysis were missing: + makeConcatWithConstants + test + apply + accept + get +:airbyte-oauth:spotbugsMain +:airbyte-api:compileJava FROM-CACHE +:airbyte-analytics:kspKotlin +:airbyte-api:processResources +:airbyte-micronaut-temporal:test FROM-CACHE +:airbyte-notification:kspKotlin +:airbyte-api:classes +:airbyte-api:jar +:airbyte-api:kspIntegrationTestKotlin NO-SOURCE +:airbyte-api:compileIntegrationTestKotlin NO-SOURCE +:airbyte-api:compileIntegrationTestJava NO-SOURCE +:airbyte-api:processIntegrationTestResources NO-SOURCE +:airbyte-api:integrationTestClasses UP-TO-DATE +:airbyte-api:checkstyleIntegrationTest NO-SOURCE +:airbyte-api:checkstyleMain +:airbyte-notification:kspKotlin FROM-CACHE +:airbyte-notification:compileKotlin +:airbyte-api:checkstyleMain FROM-CACHE +:airbyte-api:kspTestKotlin +:airbyte-analytics:kspKotlin FROM-CACHE +:airbyte-analytics:compileKotlin +:airbyte-notification:compileKotlin FROM-CACHE +:airbyte-notification:compileJava +The following classes needed for analysis were missing: + makeConcatWithConstants + run + test + accept + get + apply +:airbyte-analytics:compileKotlin FROM-CACHE +:airbyte-analytics:compileJava NO-SOURCE +:airbyte-analytics:kspIntegrationTestKotlin NO-SOURCE +:airbyte-analytics:compileIntegrationTestKotlin NO-SOURCE +:airbyte-analytics:compileIntegrationTestJava NO-SOURCE +:airbyte-analytics:processIntegrationTestResources NO-SOURCE +:airbyte-analytics:integrationTestClasses UP-TO-DATE +:airbyte-analytics:checkstyleIntegrationTest NO-SOURCE +:airbyte-analytics:processResources +:airbyte-analytics:classes +:airbyte-analytics:checkstyleMain NO-SOURCE +:airbyte-analytics:kspTestKotlin +:airbyte-api-server:kspKotlin +:airbyte-notification:compileJava FROM-CACHE +:airbyte-persistence:job-persistence:kspKotlin +:airbyte-api-server:kspKotlin FROM-CACHE +:airbyte-api-server:compileKotlin +:airbyte-persistence:job-persistence:kspKotlin FROM-CACHE +:airbyte-persistence:job-persistence:compileKotlin FROM-CACHE +:airbyte-persistence:job-persistence:compileJava +:airbyte-api-server:compileKotlin FROM-CACHE +:airbyte-api-server:compileJava NO-SOURCE +:airbyte-api-server:processResources +:airbyte-api-server:classes +:airbyte-api-server:jar +:airbyte-api-server:checkstyleMain NO-SOURCE +:airbyte-api-server:spotbugsMain SKIPPED +:airbyte-notification:processResources +:airbyte-notification:classes +:airbyte-notification:jar +:airbyte-commons-temporal-core:check +:airbyte-commons-temporal-core:build +:airbyte-keycloak-setup:distZip SKIPPED +:airbyte-keycloak-setup:dockerCopyDistribution +:airbyte-persistence:job-persistence:compileJava FROM-CACHE +:airbyte-commons-temporal:compileKotlin FROM-CACHE +:airbyte-commons-temporal:compileJava +:airbyte-commons-converters:compileKotlin NO-SOURCE +:airbyte-commons-converters:compileJava +:airbyte-commons-temporal:compileJava FROM-CACHE +:airbyte-commons-with-dependencies:compileKotlin NO-SOURCE +:airbyte-commons-with-dependencies:compileJava FROM-CACHE +:airbyte-commons-temporal:classes +:airbyte-commons-temporal:jar +:airbyte-commons-with-dependencies:classes UP-TO-DATE +:airbyte-commons-with-dependencies:jar +:airbyte-persistence:job-persistence:processResources +:airbyte-persistence:job-persistence:classes +:airbyte-persistence:job-persistence:jar +:airbyte-config:init:kspKotlin +:airbyte-commons-converters:compileJava FROM-CACHE +:airbyte-commons-worker:kspKotlin +The following classes needed for analysis were missing: + apply + test + makeConcatWithConstants + matches + accept + call +:airbyte-commons-converters:classes UP-TO-DATE +:airbyte-commons-converters:jar +:airbyte-commons-converters:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-converters:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-converters:integrationTestClasses UP-TO-DATE +:airbyte-commons-converters:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-converters:checkstyleMain FROM-CACHE +:airbyte-commons-converters:compileTestKotlin NO-SOURCE +:airbyte-commons-converters:compileTestJava +:airbyte-config:init:kspKotlin FROM-CACHE +:airbyte-config:init:compileKotlin +:airbyte-analytics:kspTestKotlin FROM-CACHE +:airbyte-analytics:compileTestKotlin +:airbyte-api:kspTestKotlin FROM-CACHE +:airbyte-api:compileTestKotlin +:airbyte-analytics:compileTestKotlin FROM-CACHE +:airbyte-analytics:compileTestJava NO-SOURCE +:airbyte-analytics:processTestResources NO-SOURCE +:airbyte-analytics:testClasses UP-TO-DATE +:airbyte-analytics:checkstyleTest NO-SOURCE +:airbyte-analytics:spotbugsIntegrationTest NO-SOURCE +:airbyte-analytics:spotbugsMain +:airbyte-api:compileTestKotlin FROM-CACHE +:airbyte-api:compileTestJava +:airbyte-config:init:compileKotlin FROM-CACHE +:airbyte-analytics:spotbugsTest SKIPPED +:airbyte-analytics:jar +:airbyte-analytics:test +:airbyte-api:compileTestJava FROM-CACHE +:airbyte-api:processTestResources +:airbyte-api:testClasses +:airbyte-api:checkstyleTest FROM-CACHE +:airbyte-api:spotbugsIntegrationTest NO-SOURCE +:airbyte-api:spotbugsMain SKIPPED +:airbyte-api:spotbugsTest SKIPPED +:airbyte-api:test +:airbyte-commons-converters:compileTestJava FROM-CACHE +:airbyte-api-server:startScripts +:airbyte-config:init:compileJava NO-SOURCE +:airbyte-bootloader:compileKotlin NO-SOURCE +:airbyte-bootloader:compileJava FROM-CACHE +:airbyte-bootloader:classes +:airbyte-bootloader:jar +:airbyte-config:init:processResources +:airbyte-config:init:classes +:airbyte-api-server:distTar +:airbyte-config:init:jar +:airbyte-bootloader:startScripts +:airbyte-bootloader:distTar +The following classes needed for analysis were missing: + makeConcatWithConstants + accept + apply + get +:airbyte-commons-converters:testClasses UP-TO-DATE +:airbyte-commons-converters:checkstyleTest FROM-CACHE +:airbyte-commons-converters:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-converters:spotbugsMain +:airbyte-api-server:distZip SKIPPED +:airbyte-api-server:dockerCopyDistribution +:airbyte-api-server:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-api-server/build/airbyte/docker'. +:airbyte-bootloader:distZip SKIPPED +:airbyte-bootloader:dockerCopyDistribution +:airbyte-bootloader:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-bootloader/build/airbyte/docker'. + +StreamDescriptorUtilsTest > testBuildFullyQualifiedNameNoNamespace() STARTED + +StreamDescriptorUtilsTest > testBuildFullyQualifiedNameNoNamespace() PASSED + +StreamDescriptorUtilsTest > testBuildFullyQualifiedNameWithNamespace() STARTED + +StreamDescriptorUtilsTest > testBuildFullyQualifiedNameWithNamespace() PASSED + +StreamDescriptorUtilsTest > testBuildFieldName() STARTED + +StreamDescriptorUtilsTest > testBuildFieldName() PASSED + +AirbyteApiClientTest > test that the Airbyte API client creates the underlying API objects with the provided configuration() STARTED + +BlockingShutdownAnalyticsPluginTest > test that all in-flight messages are flushed before shutdown() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:airbyte-commons-worker:kspKotlin FROM-CACHE +:airbyte-commons-worker:compileKotlin FROM-CACHE +:airbyte-commons-worker:compileJava FROM-CACHE +:airbyte-test-utils:compileKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + get + transform + apply +:airbyte-commons-worker:processResources +:airbyte-commons-worker:classes +:airbyte-commons-worker:jar +:airbyte-commons-converters:spotbugsTest SKIPPED +:airbyte-commons-converters:test + +AirbyteApiClientTest > test that the Airbyte API client creates the underlying API objects with the provided configuration() PASSED + +ThrowOn5xxInterceptorTest > test that when the response is not an error, an exception is not thrown$io_airbyte_airbyte_api_test() STARTED +Using images 'airbyte/airbyte-api-server:0.63.8'. + +ThrowOn5xxInterceptorTest > test that when the response is not an error, an exception is not thrown$io_airbyte_airbyte_api_test() PASSED + +ThrowOn5xxInterceptorTest > test that when the response has an error status code, an exception is thrown$io_airbyte_airbyte_api_test() STARTED + +ThrowOn5xxInterceptorTest > test that when the response has an error status code, an exception is thrown$io_airbyte_airbyte_api_test() PASSED + +UserAgentInterceptorTest > test that the user agent header is not overwritten if already present on the request$io_airbyte_airbyte_api_test() STARTED + +UserAgentInterceptorTest > test that the user agent header is not overwritten if already present on the request$io_airbyte_airbyte_api_test() PASSED + +UserAgentInterceptorTest > test that the user agent header is added if not present on the request$io_airbyte_airbyte_api_test() STARTED + +UserAgentInterceptorTest > test that the user agent header is added if not present on the request$io_airbyte_airbyte_api_test() PASSED + +WorkloadApiClientTest > test that the workload API client creates the underlying Workload API object with the provided configuration() STARTED + +BlockingShutdownAnalyticsPluginTest > test that all in-flight messages are flushed before shutdown() PASSED + +BlockingShutdownAnalyticsPluginTest > test that the plugin handles the timeout waiting on the client to flush messages() STARTED + +WorkloadApiClientTest > test that the workload API client creates the underlying Workload API object with the provided configuration() PASSED + +BlockingShutdownAnalyticsPluginTest > test that the plugin handles the timeout waiting on the client to flush messages() PASSED + +WorkloadApiTest > test client exception null http response body() STARTED + +DeploymentFetcherTest > testRetrievingDeploymentMetadata() STARTED + +DeploymentFetcherTest > testRetrievingDeploymentMetadata() PASSED + +SegmentAnalyticsClientTest > test that the client blocks to ensure all enqueued messages are flushed on shutdown() STARTED + +WorkloadApiTest > test client exception null http response body() PASSED + +WorkloadApiTest > test client exception includes http response body() STARTED + +WorkloadApiTest > test client exception includes http response body() PASSED + +AirbyteAuthHeaderInterceptorTest > test that when the Airbyte auth header is not provided, the authentication header is not added$io_airbyte_airbyte_api_test() STARTED +:airbyte-test-utils:compileKotlin FROM-CACHE +:airbyte-test-utils:compileJava + +AirbyteAuthHeaderInterceptorTest > test that when the Airbyte auth header is not provided, the authentication header is not added$io_airbyte_airbyte_api_test() PASSED + +AirbyteAuthHeaderInterceptorTest > test that when the Airbyte auth header is provided, the authentication header is added$io_airbyte_airbyte_api_test() STARTED + +AirbyteAuthHeaderInterceptorTest > test that when the Airbyte auth header is provided, the authentication header is added$io_airbyte_airbyte_api_test() PASSED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is not blank but the token value is missing, the authentication header is not added$io_airbyte_airbyte_api_test() STARTED + +SegmentAnalyticsClientTest > test that the client blocks to ensure all enqueued messages are flushed on shutdown() PASSED +Step 1/14 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.3 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app +:airbyte-test-utils:compileJava FROM-CACHE +:airbyte-test-utils:classes UP-TO-DATE +:airbyte-test-utils:jar +:airbyte-commons-server:kspKotlin + +SegmentTrackingClientTest > testTrack() STARTED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is not blank but the token value is missing, the authentication header is not added$io_airbyte_airbyte_api_test() PASSED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is not blank, the authentication header is added$io_airbyte_airbyte_api_test() STARTED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is not blank, the authentication header is added$io_airbyte_airbyte_api_test() PASSED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is blank, the authentication header is not added$io_airbyte_airbyte_api_test() STARTED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is blank, the authentication header is not added$io_airbyte_airbyte_api_test() PASSED + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is not blank, the authentication header is added$io_airbyte_airbyte_api_test() STARTED + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is not blank, the authentication header is added$io_airbyte_airbyte_api_test() PASSED + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is blank, the authentication header is not added$io_airbyte_airbyte_api_test() STARTED + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is blank, the authentication header is not added$io_airbyte_airbyte_api_test() PASSED + ---> Running in b211d1c2dc7f + +CatalogClientConvertersTest > testConvertToClientAPI() STARTED + +CatalogClientConvertersTest > testConvertToClientAPI() PASSED + +CatalogClientConvertersTest > testIsResumableExport() STARTED + +CatalogClientConvertersTest > testIsResumableExport() PASSED + +CatalogClientConvertersTest > testIsResumableImport() STARTED + +CatalogClientConvertersTest > testIsResumableImport() PASSED + +CatalogClientConvertersTest > testConvertToProtocol() STARTED + +CatalogClientConvertersTest > testConvertToProtocol() PASSED + +SegmentTrackingClientTest > testTrack() PASSED + +SegmentTrackingClientTest > testIdentifyWithRole() STARTED + +SegmentTrackingClientTest > testIdentifyWithRole() PASSED + +SegmentTrackingClientTest > testTrackWithInstallationId() STARTED + +SegmentTrackingClientTest > testTrackWithInstallationId() PASSED + +SegmentTrackingClientTest > testIdentifyWithInstallationId() STARTED + +SegmentTrackingClientTest > testIdentifyWithInstallationId() PASSED + +SegmentTrackingClientTest > testTrackWithMetadata() STARTED + +SegmentTrackingClientTest > testTrackWithMetadata() PASSED + +SegmentTrackingClientTest > testIdentify() STARTED + +SegmentTrackingClientTest > testIdentify() PASSED + +SegmentTrackingClientTest > testTrackAirbyteAnalyticSource() STARTED + ---> Removed intermediate container b211d1c2dc7f + ---> 90b79e2a87ef +Step 4/14 : ADD airbyte-app.tar /app +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:airbyte-api:jacocoTestReport + ---> b0d540a6bd60 +Step 5/14 : FROM ${JDK_IMAGE} +Using images 'airbyte/bootloader:0.63.8'. +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + toString + +SegmentTrackingClientTest > testTrackAirbyteAnalyticSource() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityRespectsWorkspaceId() STARTED +:airbyte-commons-server:kspKotlin FROM-CACHE +:airbyte-commons-server:compileKotlin +:airbyte-commons-temporal:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-temporal:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-temporal:integrationTestClasses UP-TO-DATE +:airbyte-commons-temporal:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-temporal:checkstyleMain FROM-CACHE +:airbyte-commons-temporal:compileTestKotlin NO-SOURCE +:airbyte-commons-temporal:compileTestJava +:airbyte-commons-server:compileKotlin FROM-CACHE +:airbyte-commons-server:compileJava + +TrackingIdentityFetcherTest > testGetTrackingIdentityRespectsWorkspaceId() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityNonAnonymous() STARTED + +TrackingIdentityFetcherTest > testGetTrackingIdentityNonAnonymous() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityAnonymous() STARTED + +TrackingIdentityFetcherTest > testGetTrackingIdentityAnonymous() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityInitialSetupNotComplete() STARTED + +TrackingIdentityFetcherTest > testGetTrackingIdentityInitialSetupNotComplete() PASSED +:airbyte-commons-temporal:compileTestJava FROM-CACHE +:airbyte-commons-temporal:testClasses UP-TO-DATE +:airbyte-commons-temporal:checkstyleTest FROM-CACHE +:airbyte-commons-temporal:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-temporal:spotbugsMain +:airbyte-commons-server:compileJava FROM-CACHE +:airbyte-commons-server:kspIntegrationTestKotlin NO-SOURCE +:airbyte-commons-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-server:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-server:processIntegrationTestResources NO-SOURCE +:airbyte-commons-server:integrationTestClasses UP-TO-DATE +:airbyte-commons-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-server:processResources +:airbyte-commons-server:classes +:airbyte-commons-server:checkstyleMain FROM-CACHE +:airbyte-commons-server:kspTestKotlin +:airbyte-analytics:jacocoTestReport +✓ 5488 modules transformed. + +ConnectorConfigUpdaterTest > testPersistDestinationConfig() STARTED +:airbyte-analytics:check +:airbyte-analytics:build +:airbyte-commons-temporal:spotbugsTest SKIPPED +:airbyte-commons-temporal:test +:airbyte-commons-server:kspTestKotlin FROM-CACHE +:airbyte-commons-server:compileTestKotlin +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.3 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/11 : ADD airbyte-app.tar /app +:airbyte-commons-server:compileTestKotlin FROM-CACHE +:airbyte-commons-server:compileTestJava + +ConnectorConfigUpdaterTest > testPersistDestinationConfig() PASSED + +ConnectorConfigUpdaterTest > testPersistSourceConfig() STARTED + +ConnectorConfigUpdaterTest > testPersistSourceConfig() PASSED +rendering chunks... +:airbyte-commons-converters:jacocoTestReport +:airbyte-commons-server:compileTestJava FROM-CACHE +:airbyte-commons-server:processTestResources +:airbyte-commons-server:testClasses +:airbyte-commons-server:checkstyleTest FROM-CACHE +:airbyte-commons-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-server:spotbugsMain SKIPPED +:airbyte-commons-server:spotbugsTest SKIPPED +:airbyte-commons-server:jar +:airbyte-commons-converters:check +:airbyte-commons-converters:build +:airbyte-commons-with-dependencies:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-with-dependencies:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-with-dependencies:integrationTestClasses UP-TO-DATE +:airbyte-commons-with-dependencies:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-with-dependencies:checkstyleMain + +ConnectionManageUtilsTest > signalAndRepairIfNeceesaryWhenNoWorkflowWillCreate() STARTED +:airbyte-commons-server:test +:airbyte-commons-with-dependencies:checkstyleMain FROM-CACHE +:airbyte-commons-with-dependencies:compileTestKotlin NO-SOURCE +:airbyte-commons-with-dependencies:compileTestJava + ---> 6c5161b58a9a +Step 5/11 : FROM ${JDK_IMAGE} +computing gzip size... +:airbyte-commons-with-dependencies:compileTestJava FROM-CACHE +:airbyte-commons-with-dependencies:testClasses +:airbyte-commons-with-dependencies:checkstyleTest +build/app/oauth-callback.html  1.76 kB │ gzip: 0.81 kB +build/app/assets/rw-widgets-f0dl0vjasm.svg  2.77 kB │ gzip: 1.21 kB +build/app/assets/pixel-octavia-fo58ms9ery.png  4.32 kB +build/app/assets/googleAuthButton-d924lhxxj1.svg  4.36 kB │ gzip: 1.37 kB +build/app/assets/rw-widgets-4x4r1op1ni.ttf  6.23 kB +build/app/assets/rw-widgets-l4t1anyg3q.eot  6.41 kB +build/app/assets/quickbooksAuthButton-e4wcusudw2.svg  6.64 kB │ gzip: 2.42 kB +build/app/assets/quickbooksAuthButtonHover-7n78um8f0t.svg  6.72 kB │ gzip: 2.44 kB +build/app/assets/octavia-worker-e57xygy4gw.png  14.41 kB +build/app/index.html  17.90 kB │ gzip: 3.56 kB +build/app/assets/biting-nails-jwdx1fmxoe.png  19.05 kB +build/app/assets/loader-big-jygbkg4j7p.gif  23.28 kB +build/app/assets/SchemaWorker-DjWM6I9N.js  28.53 kB +build/app/assets/codicon-bdhn1dupw6.ttf  72.50 kB +build/app/assets/cartdotcom-person-photo-m2gcghriwv.png  268.49 kB +build/app/assets/add-stream-screenshot-dark-tlnyfhecs0.png  291.90 kB +build/app/assets/add-stream-screenshot-light-l28ap14dhd.png  425.83 kB +build/app/assets/zendesk-gck9lhp8tf.css  0.03 kB │ gzip: 0.05 kB +build/app/assets/DataResidencyDropdown-f3j1ps08p5.css  0.06 kB │ gzip: 0.08 kB +build/app/assets/HelpDropdown-ecyq7ncgqe.css  0.06 kB │ gzip: 0.08 kB +build/app/assets/SourceConnectionTable-bru33px9l8.css  0.06 kB │ gzip: 0.08 kB +build/app/assets/index-e4nnr8c4cy.css  0.07 kB │ gzip: 0.09 kB +build/app/assets/index-hto829bgzz.css  0.07 kB │ gzip: 0.09 kB +build/app/assets/index-7pruebfs0b.css  0.07 kB │ gzip: 0.09 kB +build/app/assets/index-j6v4kug3a7.css  0.08 kB │ gzip: 0.09 kB +build/app/assets/index-jj9cuytk60.css  0.08 kB │ gzip: 0.10 kB +build/app/assets/ConnectorDefinitionBranding-gvy1yaslme.css  0.08 kB │ gzip: 0.10 kB +build/app/assets/index-c5qk7g1daf.css  0.09 kB │ gzip: 0.10 kB +build/app/assets/index-d8c7iszzb4.css  0.09 kB │ gzip: 0.10 kB +build/app/assets/ConnectorIcon-pa06scrjcb.css  0.09 kB │ gzip: 0.11 kB +build/app/assets/FormPageContent-nnxsjydi00.css  0.10 kB │ gzip: 0.12 kB +build/app/assets/Breadcrumbs-mptssne2bx.css  0.10 kB │ gzip: 0.11 kB +build/app/assets/PageContainer-b5eaiu1vf7.css  0.15 kB │ gzip: 0.12 kB +build/app/assets/UpcomingFeaturesPage-kf5hm0zd4m.css  0.18 kB │ gzip: 0.13 kB +build/app/assets/ConnectionSyncButtons-b5bnba5bx8.css  0.20 kB │ gzip: 0.17 kB +build/app/assets/index-j1k3qbluu5.css  0.20 kB │ gzip: 0.16 kB +build/app/assets/FormDevToolsInternal-ccrxfuwo19.css  0.22 kB │ gzip: 0.19 kB +build/app/assets/index-iq8ddu7cqu.css  0.27 kB │ gzip: 0.19 kB +build/app/assets/PageHeaderWithNavigation-hvzmi79gy1.css  0.29 kB │ gzip: 0.20 kB +build/app/assets/index-gtin0km6c8.css  0.30 kB │ gzip: 0.21 kB +build/app/assets/ConnectorDocumentationWrapper-cshunhvau8.css  0.33 kB │ gzip: 0.21 kB +build/app/assets/index-cvg090o2jk.css  0.36 kB │ gzip: 0.20 kB +build/app/assets/ConnectorCard-dvxarumc1d.css  0.36 kB │ gzip: 0.24 kB +build/app/assets/index-dzjms5ih3p.css  0.36 kB │ gzip: 0.21 kB +build/app/assets/index-ho222hkhqw.css  0.38 kB │ gzip: 0.23 kB +build/app/assets/ConnectorEmptyStateContent-i4sbtmvas3.css  0.40 kB │ gzip: 0.23 kB +build/app/assets/index-o0yqcgtkzn.css  0.46 kB │ gzip: 0.25 kB +build/app/assets/CreateConnectionTitleBlock-knymu4xj9w.css  0.48 kB │ gzip: 0.24 kB +build/app/assets/useCreateAndNavigate-d1zn06team.css  0.48 kB │ gzip: 0.25 kB +build/app/assets/index-ekyrb4ydsp.css  0.48 kB │ gzip: 0.24 kB +build/app/assets/App-efsjqimndm.css  0.50 kB │ gzip: 0.28 kB +build/app/assets/ConnectionRefreshModal-d77fq3xb9n.css  0.53 kB │ gzip: 0.25 kB +build/app/assets/index-o7hahho1uy.css  0.55 kB │ gzip: 0.27 kB +build/app/assets/index-da4xwstlgp.css  0.59 kB │ gzip: 0.25 kB +build/app/assets/index-op4fuopn4m.css  0.60 kB │ gzip: 0.34 kB +build/app/assets/useTrackConnectionFrequency-kwxxsewj7q.css  0.60 kB │ gzip: 0.25 kB +build/app/assets/ImplementationTable-o2807j6tnb.css  0.64 kB │ gzip: 0.31 kB +build/app/assets/DocumentationPanel-fhp1yovlgw.css  0.64 kB │ gzip: 0.32 kB +build/app/assets/ButtonTab-cxmxq35rhr.css  0.68 kB │ gzip: 0.28 kB +build/app/assets/index-hzj9ryexh8.css  0.70 kB │ gzip: 0.32 kB +build/app/assets/index-f8k6zgp581.css  0.71 kB │ gzip: 0.38 kB +build/app/assets/LinkTab-diu38p7xk9.css  0.71 kB │ gzip: 0.30 kB +build/app/assets/ConnectionTable-l2ailxz9zi.css  0.72 kB │ gzip: 0.34 kB +build/app/assets/ConnectorQualityMetrics-e3uyxq9tc2.css  0.76 kB │ gzip: 0.36 kB +build/app/assets/App-izguoemogo.css  0.85 kB │ gzip: 0.42 kB +build/app/assets/ConnectorTitleBlock-ee8b7ygb3x.css  0.89 kB │ gzip: 0.34 kB +build/app/assets/CreateNewSource-o4808u100z.css  0.98 kB │ gzip: 0.37 kB +build/app/assets/NumberBadge-dpom4kojjz.css  1.14 kB │ gzip: 0.36 kB +build/app/assets/index-b3fk1zpg8u.css  1.15 kB │ gzip: 0.49 kB +build/app/assets/ProgressBar-2bgebk4sq5.css  1.16 kB │ gzip: 0.51 kB +build/app/assets/RadioButtonTiles-isg5vaismy.css  1.32 kB │ gzip: 0.49 kB +build/app/assets/LoginButtons-fi2nikdqck.css  1.33 kB │ gzip: 0.48 kB +build/app/assets/ResizablePanels-ethl9x13nc.css  1.33 kB │ gzip: 0.56 kB +build/app/assets/SimplifiedConnectionSettingsCard-on289kjdx5.css  1.54 kB │ gzip: 0.60 kB +build/app/assets/index-nar5ci5fyf.css  1.60 kB │ gzip: 0.58 kB +build/app/assets/AdminWorkspaceWarning-kwolmmhbtz.css  1.77 kB │ gzip: 0.60 kB +build/app/assets/index-fgvb4warp6.css  1.79 kB │ gzip: 0.66 kB +build/app/assets/SettingsNavigation-oeig0ye61t.css  1.92 kB │ gzip: 0.63 kB +build/app/assets/index-n5iltzjj87.css  1.97 kB │ gzip: 0.67 kB +build/app/assets/StatusIcon-jrr7yb41qr.css  2.00 kB │ gzip: 0.48 kB +build/app/assets/index-dzfjrmy8a0.css  2.05 kB │ gzip: 0.69 kB +build/app/assets/index-e1va510y0l.css  2.63 kB │ gzip: 0.87 kB +build/app/assets/SideBar-bdl1g12rfg.css  2.64 kB │ gzip: 0.81 kB +build/app/assets/utils-j8dpsivv4f.css  2.86 kB │ gzip: 0.66 kB +build/app/assets/Markdown-dlyb2ey4ol.css  2.90 kB │ gzip: 0.85 kB +build/app/assets/index-djvko3ek28.css  3.41 kB │ gzip: 1.05 kB +build/app/assets/StreamStatusIndicator-fvj8q4i5l2.css  3.94 kB │ gzip: 0.90 kB +build/app/assets/JobLogsModal-h63u58qfoy.css  3.98 kB │ gzip: 1.09 kB +build/app/assets/SelectConnector-gpjkk7izp4.css  5.96 kB │ gzip: 1.53 kB +build/app/assets/index-jgxfvc6dbm.css  11.01 kB │ gzip: 1.84 kB +build/app/assets/ConnectionOnboarding-jigtqmwne5.css  12.72 kB │ gzip: 1.76 kB +build/app/assets/main-b51w6akm8a.css  13.63 kB │ gzip: 3.13 kB +build/app/assets/index-b8ss1pnwt2.css  25.15 kB │ gzip: 5.77 kB +build/app/assets/index-gmwwe9kcxv.css  26.85 kB │ gzip: 3.75 kB +build/app/assets/ConnectionConfigurationCard-i26o775xzj.css  28.77 kB │ gzip: 4.31 kB +build/app/assets/ConnectorForm-es1pf0kcjg.css  29.99 kB │ gzip: 9.95 kB +build/app/assets/CodeEditor-7v3d92lyp1.css  39.45 kB │ gzip: 7.05 kB +build/app/assets/WorkspaceAccessManagementSection-mcxsg924sk.css  49.82 kB │ gzip: 8.60 kB +build/app/assets/core-j140lmjsvb.css  58.79 kB │ gzip: 9.30 kB +build/app/assets/oauthConstants-hgibzoz7o0.js  0.05 kB │ gzip: 0.07 kB +build/app/assets/cloneDeep-myxam36qcm.js  0.13 kB │ gzip: 0.14 kB +build/app/assets/isBoolean-npurvv4fxc.js  0.18 kB │ gzip: 0.16 kB +build/app/assets/FormPageContent-i1apby0uwj.js  0.19 kB │ gzip: 0.17 kB +build/app/assets/Tabs-hpe2ckvjbn.js  0.19 kB │ gzip: 0.17 kB +build/app/assets/ConnectorIcon-elyv5vguvm.js  0.27 kB │ gzip: 0.22 kB +build/app/assets/_baseEach-f7bfci9k6v.js  0.27 kB │ gzip: 0.22 kB +build/app/assets/CloudDefaultView-ggtyzu9lws.js  0.29 kB │ gzip: 0.23 kB +build/app/assets/ClearFiltersButton-fjgfxr6hwm.js  0.29 kB │ gzip: 0.23 kB +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +build/app/assets/oauthCallback-dmy8vtqk.js  0.30 kB │ gzip: 0.24 kB +build/app/assets/PageContainer-h3a79nzupc.js  0.34 kB │ gzip: 0.22 kB +build/app/assets/DefaultView-o5zmbcpnpp.js  0.39 kB │ gzip: 0.30 kB +build/app/assets/ConnectorBuilderLocalStorageService-mo34xukfg5.js  0.42 kB │ gzip: 0.28 kB +build/app/assets/Breadcrumbs-j5nbw7ge93.js  0.45 kB │ gzip: 0.28 kB +build/app/assets/isEmpty-orm3lqdvlm.js  0.50 kB │ gzip: 0.34 kB +build/app/assets/DocumentationPanelContext-efljxyc9py.js  0.54 kB │ gzip: 0.32 kB +build/app/assets/_baseUniq-oy3wv7rdpy.js  0.58 kB │ gzip: 0.41 kB +build/app/assets/useDeleteModal-kzcoz5fjje.js  0.60 kB │ gzip: 0.38 kB +build/app/assets/PageHeaderWithNavigation-c8ilxzveyr.js  0.64 kB │ gzip: 0.34 kB +build/app/assets/SourceConnectionTable-d9a4131waq.js  0.69 kB │ gzip: 0.41 kB +build/app/assets/modulepreload-polyfill-cm6ok5jwih.js  0.71 kB │ gzip: 0.40 kB +build/app/assets/FormDevToolsInternal-crkp2tnl90.js  0.71 kB │ gzip: 0.42 kB +build/app/assets/ButtonTab-n5r2hz7nw0.js  0.76 kB │ gzip: 0.42 kB +build/app/assets/UpcomingFeaturesPage-e5vzmo6rak.js  0.76 kB │ gzip: 0.45 kB +build/app/assets/LinkTab-coquemww43.js  0.88 kB │ gzip: 0.42 kB +build/app/assets/LoginPage-k10y5ay7mg.js  0.97 kB │ gzip: 0.56 kB +build/app/assets/HelpDropdown-fpep9sa6j0.js  1.05 kB │ gzip: 0.54 kB +build/app/assets/SelectSourcePage-g60yuk58lc.js  1.05 kB │ gzip: 0.58 kB +build/app/assets/NumberBadge-i6jctjqonj.js  1.05 kB │ gzip: 0.53 kB +build/app/assets/SelectDestinationPage-l0g5qw4w0u.js  1.07 kB │ gzip: 0.58 kB +build/app/assets/InviteUsersHint-ejh7giq4kj.js  1.11 kB │ gzip: 0.63 kB +build/app/assets/SourceForm-kyqzl80mze.js  1.14 kB │ gzip: 0.61 kB +build/app/assets/CloudHelpDropdown-je64uxnzsn.js  1.19 kB │ gzip: 0.62 kB +build/app/assets/DestinationForm-pe8bgdcwln.js  1.24 kB │ gzip: 0.64 kB +build/app/assets/SignupPage-dl679ks8v4.js  1.34 kB │ gzip: 0.62 kB +build/app/assets/sortBy-kxb8dqdfec.js  1.35 kB │ gzip: 0.76 kB +build/app/assets/SourceItemPage-eof8qb2dfv.js  1.43 kB │ gzip: 0.77 kB +build/app/assets/AuthLayout-ck5yidkidz.js  1.43 kB │ gzip: 0.73 kB +build/app/assets/DestinationItemPage-ckns1jj80g.js  1.47 kB │ gzip: 0.78 kB +build/app/assets/useCreateAndNavigate-bazbzfoys8.js  1.51 kB │ gzip: 0.78 kB +build/app/assets/StatusIcon-d4d7rbjcu7.js  1.57 kB │ gzip: 0.73 kB +build/app/assets/AdvancedSettingsPage-jharg7rnvc.js  1.66 kB │ gzip: 0.64 kB +build/app/assets/ConnectorDefinitionBranding-gs1p9t04vl.js  1.73 kB │ gzip: 0.75 kB +build/app/assets/RadioButtonTiles-d4j9o12jk4.js  1.74 kB │ gzip: 0.69 kB +build/app/assets/SpeakeasyRedirectPage-fd0rupnyig.js  1.75 kB │ gzip: 0.90 kB +build/app/assets/RangeDatePicker-e2eal76mau.js  1.77 kB │ gzip: 0.85 kB +build/app/assets/SourceSettingsPage-nh35dzoba4.js  1.87 kB │ gzip: 1.03 kB +build/app/assets/ConnectorDocumentationWrapper-oh569mc8c6.js  1.91 kB │ gzip: 0.93 kB +build/app/assets/DestinationSettingsPage-mgxezm8j4a.js  1.95 kB │ gzip: 1.03 kB +build/app/assets/SettingsPage-mbd94noas6.js  2.02 kB │ gzip: 0.77 kB +build/app/assets/CloudSettingsPage-lq80mgf6dp.js  2.09 kB │ gzip: 0.85 kB +build/app/assets/AllSourcesPage-cs6aj7v1xa.js  2.15 kB │ gzip: 1.13 kB +build/app/assets/CreateSourcePage-xnwgtkav3q.js  2.16 kB │ gzip: 1.17 kB +build/app/assets/CreateDestinationPage-bl5vn76vix.js  2.20 kB │ gzip: 1.15 kB +build/app/assets/AllDestinationsPage-ngodj0uh7x.js  2.23 kB │ gzip: 1.13 kB +build/app/assets/CreateConnectionPage-ohyyz38f12.js  2.27 kB │ gzip: 1.14 kB +build/app/assets/DestinationConnectionsPage-er6tbkb9tj.js  2.33 kB │ gzip: 1.18 kB +build/app/assets/ConnectorBuilderForkPage-eve1bh6b4y.js  2.37 kB │ gzip: 1.09 kB +build/app/assets/CloudMainView-c3fn8cpkhz.js  2.37 kB │ gzip: 1.12 kB +build/app/assets/ConnectionSyncButtons-n1wm3zl7hh.js  2.46 kB │ gzip: 1.12 kB +build/app/assets/SettingsNavigation-klp9no2g86.js  2.74 kB │ gzip: 0.98 kB +build/app/assets/ConnectorEmptyStateContent-fieziuwt3z.js  2.82 kB │ gzip: 1.20 kB +build/app/assets/airbyte-logo-ceu3fcd9y3.js  2.96 kB │ gzip: 1.46 kB +build/app/assets/SourceConnectionsPage-j8wrsfbdel.js  3.02 kB │ gzip: 1.38 kB +build/app/assets/AdminWorkspaceWarning-b8tshzrlxz.js  3.32 kB │ gzip: 1.36 kB +build/app/assets/ProgressBar-l6nyeb4zju.js  3.45 kB │ gzip: 1.36 kB +build/app/assets/ConnectorQualityMetrics-fdyr5jnewd.js  3.78 kB │ gzip: 1.36 kB +build/app/assets/ImplementationTable-j0zhra8dou.js  3.95 kB │ gzip: 1.37 kB +build/app/assets/CloudWorkspacesPage-e6tcfk6i0v.js  3.97 kB │ gzip: 1.65 kB +build/app/assets/CreateNewSource-nmlai2l56s.js  4.13 kB │ gzip: 1.75 kB +build/app/assets/ConnectionRefreshModal-mc0xlxsef5.js  4.78 kB │ gzip: 1.47 kB +build/app/assets/SetupPage-icybf44tjq.js  5.02 kB │ gzip: 1.97 kB +build/app/assets/PersonQuoteCover-kkwa8kd250.js  5.62 kB │ gzip: 2.35 kB +build/app/assets/ConnectorTitleBlock-ffu2qsg2g6.js  6.43 kB │ gzip: 2.22 kB +build/app/assets/CreateConnectionTitleBlock-d4ij8afgb9.js  6.59 kB │ gzip: 2.42 kB +build/app/assets/LoginButtons-eyy7fd42fn.js  6.80 kB │ gzip: 2.73 kB +build/app/assets/ConnectionsRoutes-28640dr5t8.js  6.91 kB │ gzip: 2.38 kB +build/app/assets/ConnectionTable-eebct888my.js  7.29 kB │ gzip: 2.48 kB +build/app/assets/utils-lmsh088hjx.js  7.56 kB │ gzip: 2.71 kB +build/app/assets/StreamStatusIndicator-no8r4c09ne.js  7.95 kB │ gzip: 2.43 kB +build/app/assets/DocumentationPanel-gaeyf0ydcx.js  7.96 kB │ gzip: 3.29 kB +build/app/assets/ConnectorCard-tgtz0gdx2r.js  8.05 kB │ gzip: 3.20 kB +build/app/assets/AllConnectionsPage-meu7vy6let.js  8.63 kB │ gzip: 2.97 kB +build/app/assets/ConnectionTransformationPage-ms7ozqb48i.js  10.67 kB │ gzip: 3.50 kB +build/app/assets/broadcast-channel-d2aggzsa1i.js  10.67 kB │ gzip: 3.80 kB +build/app/assets/SideBar-gwoqys9h4y.js  10.82 kB │ gzip: 4.26 kB +build/app/assets/ConnectionPage-l1zdiicn1x.js  12.00 kB │ gzip: 4.12 kB +build/app/assets/ConnectionJobHistoryPage-c9qhljkamu.js  12.36 kB │ gzip: 4.44 kB +build/app/assets/ConnectionSettingsPage-n5oeqhamiz.js  13.11 kB │ gzip: 4.00 kB +build/app/assets/useTrackConnectionFrequency-idgdye8tzg.js  13.32 kB │ gzip: 4.84 kB +build/app/assets/ConfigureConnectionPage-fsw9ct5rpj.js  13.50 kB │ gzip: 4.65 kB +build/app/assets/SelectConnector-gj099n5v0w.js  14.52 kB │ gzip: 4.61 kB +build/app/assets/ConnectionOnboarding-k9odp6dkal.js  15.04 kB │ gzip: 5.18 kB +build/app/assets/main-mxcgi4jm.js  15.12 kB │ gzip: 6.00 kB +build/app/assets/SimplifiedConnectionSettingsCard-dfswv1gu3i.js  16.83 kB │ gzip: 4.49 kB +build/app/assets/App-jeqqz4m8kf.js  18.74 kB │ gzip: 5.85 kB +build/app/assets/ConnectionTimelinePage-cxpemiqijb.js  19.31 kB │ gzip: 4.13 kB +build/app/assets/JobLogsModal-loa7x9061y.js  20.96 kB │ gzip: 7.41 kB +build/app/assets/convertManifestToBuilderForm-l5oxu4dgck.js  23.57 kB │ gzip: 7.36 kB +build/app/assets/StreamStatusPage-c03a28bb89.js  26.93 kB │ gzip: 9.13 kB +build/app/assets/BillingPage-e975k2wbbz.js  30.52 kB │ gzip: 9.92 kB +build/app/assets/ConnectionReplicationPage-ir0oto51v0.js  31.08 kB │ gzip: 9.14 kB +build/app/assets/ResizablePanels-i2jeosrv84.js  33.29 kB │ gzip: 9.59 kB +build/app/assets/Markdown-n0c735bzxu.js  62.72 kB │ gzip: 20.77 kB +build/app/assets/index-fy6u4b62i9.js  68.60 kB │ gzip: 21.03 kB +build/app/assets/App-hwlv8nrrev.js  82.74 kB │ gzip: 29.00 kB +build/app/assets/ConnectionConfigurationCard-jugbn6at48.js  87.71 kB │ gzip: 25.22 kB +build/app/assets/DataResidencyDropdown-o0as3lvew1.js  236.00 kB │ gzip: 53.15 kB +build/app/assets/ConnectorBuilderCreatePage-ldy1gsoxpn.js  274.83 kB │ gzip: 38.63 kB +build/app/assets/ConnectorForm-9r14104wa8.js  296.01 kB │ gzip: 91.58 kB +build/app/assets/WorkspacesPage-izrypv4dxb.js  296.44 kB │ gzip: 220.65 kB +build/app/assets/ConnectorBuilderEditPage-k84i0v9sko.js  301.78 kB │ gzip: 83.55 kB +build/app/assets/BarChart-nn0afbyjw5.js  338.84 kB │ gzip: 94.87 kB +build/app/assets/WorkspaceAccessManagementSection-kfaszmyn0f.js  490.82 kB │ gzip: 126.65 kB +build/app/assets/CodeEditor-mkbn5uwnqg.js 1,864.14 kB │ gzip: 479.63 kB +build/app/assets/core-gnlepmoz11.js 2,072.06 kB │ gzip: 628.93 kB + +(!) Some chunks are larger than 500 kB after minification. Consider: +- Using dynamic import() to code-split the application +- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks +- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. +✓ built in 1m 14s +:airbyte-commons-with-dependencies:checkstyleTest FROM-CACHE +:airbyte-commons-with-dependencies:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-with-dependencies:spotbugsMain +:airbyte-api:check +:airbyte-api:build +:airbyte-commons-with-dependencies:spotbugsTest SKIPPED +:airbyte-commons-with-dependencies:test + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> 74fbabbc6f02 +Step 6/14 : EXPOSE 8006 5005 + ---> Running in 0bc2c6254dc7 + ---> Running in fbc35363c11e + ---> Removed intermediate container 0bc2c6254dc7 + ---> 1071fb5657dc +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Removed intermediate container fbc35363c11e + ---> 683c84a32f69 +Step 7/14 : ENV APPLICATION airbyte-api-server + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorAndPrimaryKey() STARTED + ---> Running in 6105d63aebd4 + ---> Removed intermediate container 6105d63aebd4 + ---> 32d0ba558c73 +Step 8/14 : ENV VERSION ${VERSION} + ---> Running in 4a53b55b73a3 + ---> Removed intermediate container 4a53b55b73a3 + ---> 5158c81d85e6 +Step 9/14 : WORKDIR /app + ---> Running in 92e987845a00 + +ConnectionManageUtilsTest > signalAndRepairIfNeceesaryWhenNoWorkflowWillCreate() PASSED + +StreamResetRecordsHelperTest > testDeleteStreamResetRecordsForJob() STARTED + ---> Removed intermediate container 92e987845a00 + ---> 596de7fd7f9d +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app +The following classes needed for analysis were missing: + makeConcatWithConstants + call + get + apply + accept + test +:airbyte-commons-worker:kspIntegrationTestKotlin NO-SOURCE +:airbyte-commons-worker:compileIntegrationTestKotlin NO-SOURCE +:airbyte-commons-worker:compileIntegrationTestJava NO-SOURCE +:airbyte-commons-worker:processIntegrationTestResources NO-SOURCE +:airbyte-commons-worker:integrationTestClasses UP-TO-DATE +:airbyte-commons-worker:checkstyleIntegrationTest NO-SOURCE +:airbyte-commons-worker:checkstyleMain FROM-CACHE +:airbyte-commons-worker:kspTestKotlin + ---> 322c473827a4 +Step 8/11 : USER airbyte:airbyte + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [1] hello:1, hello STARTED + ---> Running in 91e3858d43c9 + +StreamResetRecordsHelperTest > testDeleteStreamResetRecordsForJob() PASSED + +StreamResetRecordsHelperTest > testIncorrectConfigType() STARTED + +StreamResetRecordsHelperTest > testIncorrectConfigType() PASSED + +StreamResetRecordsHelperTest > testNoJobId() STARTED + +StreamResetRecordsHelperTest > testNoJobId() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorAndPrimaryKey() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoPrimaryKey() STARTED + +TemporalClientTest > Test manual operation on completed workflow causes a restart STARTED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoPrimaryKey() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesNoSourceCursor() STARTED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesNoSourceCursor() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoFullRefresh() STARTED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoFullRefresh() PASSED + +CatalogConverterTest > testConvertToProtocolFieldSelection() STARTED + +CatalogConverterTest > testConvertToProtocolFieldSelection() PASSED + +CatalogConverterTest > testConvertToProtocolColumnSelectionValidation() STARTED + +CatalogConverterTest > testConvertToProtocolColumnSelectionValidation() PASSED + +CatalogConverterTest > testEnumConversion() STARTED + +CatalogConverterTest > testEnumConversion() PASSED + +CatalogConverterTest > testConvertToProtocol() STARTED + +CatalogConverterTest > testConvertToProtocol() PASSED + +CatalogConverterTest > testConvertToAPI() STARTED + +CatalogConverterTest > testConvertToAPI() PASSED + +CatalogDiffConvertersTest > testEnumConversion() STARTED + +CatalogDiffConvertersTest > testEnumConversion() PASSED + +ConfigurationUpdateTest > testSourceUpdate() STARTED + ---> Removed intermediate container 91e3858d43c9 + ---> 3b354cc8da72 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-bootloader"] + ---> Running in ea8e014323af +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + ---> Removed intermediate container ea8e014323af + ---> 751369a44dd0 +Step 10/11 : LABEL io.airbyte.app=airbyte-bootloader + ---> Running in 7a61e9e9ab97 + ---> 88a65e295eb6 +Step 11/14 : USER airbyte:airbyte + ---> Running in d81c8788239d + +TemporalClientTest > Test manual operation on completed workflow causes a restart PASSED + +TemporalClientTest > Test reset connection behavior > Test resetConnection repairs the workflow if it is in a bad state STARTED + +TemporalClientTest > Test reset connection behavior > Test resetConnection repairs the workflow if it is in a bad state PASSED + +TemporalClientTest > Test reset connection behavior > Test resetConnection successful STARTED + +TemporalClientTest > Test reset connection behavior > Test resetConnection successful PASSED + +TemporalClientTest > Test reset connection behavior > Test resetConnection returns a failure reason when connection is deleted STARTED + ---> Removed intermediate container 7a61e9e9ab97 + ---> 0e57c79907c1 +Step 11/11 : LABEL io.airbyte.version=0.63.8 + +TemporalClientTest > Test reset connection behavior > Test resetConnection returns a failure reason when connection is deleted PASSED + ---> Running in dee3100a3094 + +TemporalClientTest > Test refresh connection behavior > Test refreshConnectionAsync saves the stream to refresh and signals workflow STARTED + ---> Removed intermediate container d81c8788239d + ---> 522576dc09d2 +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in 542ccedc810c + +TemporalClientTest > Test refresh connection behavior > Test refreshConnectionAsync saves the stream to refresh and signals workflow PASSED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation repairs the workflow if it is in a bad state STARTED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [1] hello:1, hello PASSED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [2] hello/world:2, world STARTED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation repairs the workflow if it is in a bad state PASSED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [2] hello/world:2, world PASSED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [3] foo/bar/fizz/buzz:3, buzz STARTED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [3] foo/bar/fizz/buzz:3, buzz PASSED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [4] hello, hello STARTED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [4] hello, hello PASSED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation successful STARTED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [1] hello:1.1.1, Version{version='1.1.1', major='1', minor='1', patch='1'} STARTED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [1] hello:1.1.1, Version{version='1.1.1', major='1', minor='1', patch='1'} PASSED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [2] hello:1, null STARTED +The following classes needed for analysis were missing: + test + apply + hashCode + toString + equals + makeConcatWithConstants + get + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation successful PASSED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation returns a failure reason when connection is deleted STARTED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [2] hello:1, null PASSED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [3] hello:dev, Version{version='dev', major='null', minor='null', patch='null'} STARTED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [3] hello:dev, Version{version='dev', major='null', minor='null', patch='null'} PASSED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [4] hello, null STARTED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [4] hello, null PASSED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation returns a failure reason when connection is deleted PASSED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [5] hello/foo/bar:1.2.3, Version{version='1.2.3', major='1', minor='2', patch='3'} STARTED + +DockerImageNameHelperTest > testExtractImageVersion(String, Version) > [5] hello/foo/bar:1.2.3, Version{version='1.2.3', major='1', minor='2', patch='3'} PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync fails if job is already running STARTED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [1] hello:1, 1 STARTED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [1] hello:1, 1 PASSED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [2] hello/world:2, 2 STARTED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [2] hello/world:2, 2 PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync fails if job is already running PASSED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [3] foo/bar/fizz/buzz:3, 3 STARTED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [3] foo/bar/fizz/buzz:3, 3 PASSED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [4] hello, null STARTED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [4] hello, null PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync successful STARTED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [5] hello:1.1-foo, 1.1-foo STARTED + +DockerImageNameHelperTest > testExtractImageVersionString(String, String) > [5] hello:1.1-foo, 1.1-foo PASSED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [1] hello:1, hello STARTED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [1] hello:1, hello PASSED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [2] hello/world:2, hello/world STARTED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [2] hello/world:2, hello/world PASSED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [3] foo/bar/fizz/buzz:3, foo/bar/fizz/buzz STARTED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [3] foo/bar/fizz/buzz:3, foo/bar/fizz/buzz PASSED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [4] hello, hello STARTED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [4] hello, hello PASSED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [5] hello:1.1-foo, hello STARTED + +DockerImageNameHelperTest > testExtractImageNameWithoutVersion(String, String) > [5] hello:1.1-foo, hello PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync successful PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync returns a failure reason when connection is deleted STARTED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync returns a failure reason when connection is deleted PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync repairs the workflow if it is in a bad state STARTED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync repairs the workflow if it is in a bad state PASSED + +TemporalClientTest > Test update connection behavior > Test update connection method does nothing when connection is deleted STARTED + +TemporalClientTest > Test update connection behavior > Test update connection method does nothing when connection is deleted PASSED + +TemporalClientTest > Test update connection behavior > Test update connection method starts a new workflow when workflow is in an unexpected state STARTED + +TemporalClientTest > Test update connection behavior > Test update connection method starts a new workflow when workflow is in an unexpected state PASSED + +TemporalClientTest > Test update connection behavior > Test update connection when workflow is running STARTED + +TemporalClientTest > Test update connection behavior > Test update connection when workflow is running PASSED +:airbyte-connector-builder-server:compileKotlin NO-SOURCE +:airbyte-connector-builder-server:compileJava + +TemporalClientTest > Test delete connection method. > Forcing a workflow deletion delegates to the connection manager. STARTED + +TemporalClientTest > Test delete connection method. > Forcing a workflow deletion delegates to the connection manager. PASSED + +TemporalClientTest > Test related to the migration to the new scheduler > Test that the migration is properly done if needed STARTED + +TemporalClientTest > Test related to the migration to the new scheduler > Test that the migration is properly done if needed PASSED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitDiscoverSchema() STARTED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitDiscoverSchema() PASSED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitCheckConnection() STARTED + ---> Removed intermediate container 542ccedc810c + ---> 5d58f72246a5 +Step 13/14 : LABEL io.airbyte.app=airbyte-api-server + ---> Removed intermediate container dee3100a3094 + ---> 2254f08dcdbd +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed + ---> Running in 3e051f677bee + +TemporalClientTest > Test job creation for each configuration type. > testSubmitCheckConnection() PASSED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitGetSpec() STARTED +Successfully built 2254f08dcdbd +Successfully tagged airbyte/bootloader:0.63.8 +Created image with ID '2254f08dcdbd'. +:airbyte-bootloader:assemble +:airbyte-bootloader:compileIntegrationTestKotlin NO-SOURCE +:airbyte-bootloader:compileIntegrationTestJava NO-SOURCE +:airbyte-bootloader:integrationTestClasses UP-TO-DATE +:airbyte-bootloader:checkstyleIntegrationTest NO-SOURCE +:airbyte-bootloader:checkstyleMain + +TemporalClientTest > Test job creation for each configuration type. > testSubmitGetSpec() PASSED + +TemporalClientTest > Test execute method. > testExecute() STARTED + +TemporalClientTest > Test execute method. > testExecute() PASSED + +TemporalClientTest > Test execute method. > testExecuteWithException() STARTED +:airbyte-bootloader:checkstyleMain FROM-CACHE +:airbyte-bootloader:compileTestKotlin NO-SOURCE +:airbyte-bootloader:compileTestJava + +TemporalClientTest > Test execute method. > testExecuteWithException() PASSED + +TemporalClientTest > Test execute method. > testExecuteWithConnectorJobFailure() STARTED + +TemporalClientTest > Test execute method. > testExecuteWithConnectorJobFailure() PASSED + +TemporalClientTest > RestartPerStatus > testRestartFailed() STARTED + +TemporalClientTest > RestartPerStatus > testRestartFailed() PASSED + +TemporalUtilsTest > testWaitThatTimesOut() STARTED + ---> Removed intermediate container 3e051f677bee + ---> 18e9cf98fbbb +Step 14/14 : LABEL io.airbyte.version=0.63.8 + ---> Running in 29016879df5a +:airbyte-bootloader:compileTestJava FROM-CACHE +:airbyte-bootloader:testClasses UP-TO-DATE +:airbyte-bootloader:checkstyleTest + +TemporalUtilsTest > testWaitThatTimesOut() PASSED + +TemporalUtilsTest > testWorkerExceptionOnHeartbeatWrapper() STARTED +:airbyte-bootloader:checkstyleTest FROM-CACHE +:airbyte-bootloader:spotbugsIntegrationTest NO-SOURCE +:airbyte-bootloader:spotbugsMain + ---> Removed intermediate container 29016879df5a + ---> c35fb130f22c +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built c35fb130f22c +Successfully tagged airbyte/airbyte-api-server:0.63.8 +Created image with ID 'c35fb130f22c'. +:airbyte-api-server:assemble +:airbyte-api-server:kspIntegrationTestKotlin NO-SOURCE +:airbyte-api-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-api-server:compileIntegrationTestJava NO-SOURCE +:airbyte-api-server:processIntegrationTestResources NO-SOURCE +:airbyte-api-server:integrationTestClasses UP-TO-DATE +:airbyte-api-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-api-server:kspTestKotlin FROM-CACHE +:airbyte-api-server:compileTestKotlin FROM-CACHE +:airbyte-api-server:compileTestJava NO-SOURCE +:airbyte-api-server:processTestResources +:airbyte-api-server:testClasses +:airbyte-api-server:checkstyleTest NO-SOURCE +:airbyte-api-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-api-server:spotbugsTest SKIPPED +:airbyte-api-server:test + +TemporalUtilsTest > testWorkerExceptionOnHeartbeatWrapper() PASSED + +TemporalUtilsTest > testRuntimeExceptionOnHeartbeatWrapper() STARTED + +ConfigurationUpdateTest > testSourceUpdate() PASSED + +ConfigurationUpdateTest > testDestinationUpdate() STARTED + +TemporalUtilsTest > testRuntimeExceptionOnHeartbeatWrapper() PASSED + +TemporalUtilsTest > testWaitForTemporalServerAndLogThrowsException() STARTED + +TemporalUtilsTest > testWaitForTemporalServerAndLogThrowsException() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeouts() STARTED + +ConfigurationUpdateTest > testDestinationUpdate() PASSED + +ConfigurationUpdateTest > testPartialUpdateSourceName() STARTED + +ConfigurationUpdateTest > testPartialUpdateSourceName() PASSED + +ConfigurationUpdateTest > testPartialUpdateSourcePartialConfig() STARTED + +ConfigurationUpdateTest > testPartialUpdateSourcePartialConfig() PASSED + +ConfigurationUpdateTest > testPartialUpdateSourceConfig() STARTED + +ConfigurationUpdateTest > testPartialUpdateSourceConfig() PASSED + +ConfigurationUpdateTest > testPartialUpdateSourceNoUpdate() STARTED + +ConfigurationUpdateTest > testPartialUpdateSourceNoUpdate() PASSED + +WorkerConfigProviderMicronautTest > checkSourceResourceRequirements() STARTED + +JobConverterTest > testExtractRefresh(Job, Optional) > [1] Job{id=1, scope='null', config=null, config_type=sync, status=null, startedAtInSecond=null, createdAtInSecond=13, updatedAtInSecond=37, attempts=null}, Optional.empty STARTED + +WorkerConfigProviderMicronautTest > checkSourceResourceRequirements() PASSED + +WorkerConfigProviderMicronautTest > testUnknownVariantFallsBackToDefaultVariant() STARTED + +WorkerConfigProviderMicronautTest > testUnknownVariantFallsBackToDefaultVariant() PASSED + +WorkerConfigProviderMicronautTest > testDefaultFieldBehavior() STARTED + +WorkerConfigProviderMicronautTest > testDefaultFieldBehavior() PASSED + +WorkerConfigProviderMicronautTest > checkWorkerConfigProvider() STARTED + +JobConverterTest > testExtractRefresh(Job, Optional) > [1] Job{id=1, scope='null', config=null, config_type=sync, status=null, startedAtInSecond=null, createdAtInSecond=13, updatedAtInSecond=37, attempts=null}, Optional.empty PASSED + +JobConverterTest > testExtractRefresh(Job, Optional) > [2] Job{id=1, scope='null', config=null, config_type=resetConnection, status=null, startedAtInSecond=null, createdAtInSecond=13, updatedAtInSecond=37, attempts=null}, Optional.empty STARTED + +WorkerConfigProviderMicronautTest > checkWorkerConfigProvider() PASSED + +JobConverterTest > testExtractRefresh(Job, Optional) > [2] Job{id=1, scope='null', config=null, config_type=resetConnection, status=null, startedAtInSecond=null, createdAtInSecond=13, updatedAtInSecond=37, attempts=null}, Optional.empty PASSED + +JobConverterTest > testExtractRefresh(Job, Optional) > [3] Job{id=1, scope='null', config=io.airbyte.config.JobConfig@3593747f[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@1e6e59d8[streamsToRefresh=[io.airbyte.config.RefreshStream@21084cbe[streamDescriptor=io.airbyte.protocol.models.StreamDescriptor@55204c19[name=test,namespace=,additionalProperties={}],refreshType=,additionalProperties={}]],namespaceDefinition=source,namespaceFormat=,pref…, Optional[class JobRefreshConfig { + streamsToRefresh: [class StreamDescriptor { + name: test + namespace: null + }] +}] STARTED + +JobConverterTest > testExtractRefresh(Job, Optional) > [3] Job{id=1, scope='null', config=io.airbyte.config.JobConfig@3593747f[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@1e6e59d8[streamsToRefresh=[io.airbyte.config.RefreshStream@21084cbe[streamDescriptor=io.airbyte.protocol.models.StreamDescriptor@55204c19[name=test,namespace=,additionalProperties={}],refreshType=,additionalProperties={}]],namespaceDefinition=source,namespaceFormat=,pref…, Optional[class JobRefreshConfig { + streamsToRefresh: [class StreamDescriptor { + name: test + namespace: null + }] +}] PASSED + +WorkerConfigProviderMicronautTest > checkDatabaseSourceResourceRequirements() STARTED + +WorkerConfigProviderMicronautTest > checkDatabaseSourceResourceRequirements() PASSED + +WorkerConfigProviderMicronautTest > testSubTypeLookup() STARTED + +JobConverterTest > testExtractRefresh(Job, Optional) > [4] Job{id=1, scope='null', config=io.airbyte.config.JobConfig@513ad29e[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@15eefe02[streamsToRefresh=[io.airbyte.config.RefreshStream@2ee6196f[streamDescriptor=,refreshType=,additionalProperties={}]],namespaceDefinition=source,namespaceFormat=,prefix=,configuredAirbyteCatalog=,sourceDockerImage=,sourceProtocolVersion=,de…, Optional.empty STARTED + +JobConverterTest > testExtractRefresh(Job, Optional) > [4] Job{id=1, scope='null', config=io.airbyte.config.JobConfig@513ad29e[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@15eefe02[streamsToRefresh=[io.airbyte.config.RefreshStream@2ee6196f[streamDescriptor=,refreshType=,additionalProperties={}]],namespaceDefinition=source,namespaceFormat=,prefix=,configuredAirbyteCatalog=,sourceDockerImage=,sourceProtocolVersion=,de…, Optional.empty PASSED + +JobConverterTest > testEnumConversion() STARTED + +JobConverterTest > testEnumConversion() PASSED + +WorkerConfigProviderMicronautTest > testSubTypeLookup() PASSED + +WorkerConfigProviderMicronautTest > verifyTestConfigIsLoaded() STARTED + +JobConverterTest > TestSynchronousJob > testSynchronousJobRead() STARTED + +WorkerConfigProviderMicronautTest > verifyTestConfigIsLoaded() PASSED + +WorkerConfigProviderMicronautTest > testKubeConfigIsReadingAllTheFields() STARTED + +WorkerConfigProviderMicronautTest > testKubeConfigIsReadingAllTheFields() PASSED + +WorkerConfigProviderMicronautTest > testResourceTypeMapping() STARTED + +WorkerConfigProviderMicronautTest > testResourceTypeMapping() PASSED + +WorkerConfigProviderMicronautTest > testVariantLookups() STARTED + +WorkerConfigProviderMicronautTest > testVariantLookups() PASSED + +JobConverterTest > TestSynchronousJob > testSynchronousJobRead() PASSED + +JobConverterTest > TestJob > testResetJobExcludesConfigIfNull() STARTED + +JobConverterTest > TestJob > testResetJobExcludesConfigIfNull() PASSED + +WorkerConfigsTest > default workerConfigs use default resourceRequirements STARTED + +JobConverterTest > TestJob > testGetJobInfoRead() STARTED + +JobConverterTest > TestJob > testGetJobInfoRead() PASSED + +JobConverterTest > TestJob > testGetJobWithAttemptsRead() STARTED + +JobConverterTest > TestJob > testGetJobWithAttemptsRead() PASSED + +JobConverterTest > TestJob > testGetDebugJobInfoRead() STARTED + +JobConverterTest > TestJob > testGetDebugJobInfoRead() PASSED + +JobConverterTest > TestJob > testGetJobInfoLightRead() STARTED + +JobConverterTest > TestJob > testGetJobInfoLightRead() PASSED + +JobConverterTest > TestJob > testResetJobIncludesResetConfig() STARTED + +JobConverterTest > TestJob > testResetJobIncludesResetConfig() PASSED + +NotificationSettingsConverterTest > testConvertToPrototype() STARTED + +NotificationSettingsConverterTest > testConvertToPrototype() PASSED + +NotificationSettingsConverterTest > testConvertToApiWithNullValues() STARTED + +NotificationSettingsConverterTest > testConvertToApiWithNullValues() PASSED + +NotificationSettingsConverterTest > testConvertToApi() STARTED + +NotificationSettingsConverterTest > testConvertToApi() PASSED + +OauthModelConverterTest > testIt(AuthFlowType, List, String, JsonNode, JsonNode, JsonNode, JsonNode) > [1] oauth1.0, [auth_type], OAuth, {"app_id":{"type":"string","path_in_connector_config":["app_id"]}}, {"refresh_token":{"type":"string","path_in_connector_config":["refresh_token"]}}, {"client_id":{"type":"string"},"client_secret":{"type":"string"}}, {"client_id":{"type":"string","path_in_connector_config":["client_id"]},"client_secret":{"type":"string","path_in_connector_config":["client_secret"]}} STARTED + +OauthModelConverterTest > testIt(AuthFlowType, List, String, JsonNode, JsonNode, JsonNode, JsonNode) > [1] oauth1.0, [auth_type], OAuth, {"app_id":{"type":"string","path_in_connector_config":["app_id"]}}, {"refresh_token":{"type":"string","path_in_connector_config":["refresh_token"]}}, {"client_id":{"type":"string"},"client_secret":{"type":"string"}}, {"client_id":{"type":"string","path_in_connector_config":["client_id"]},"client_secret":{"type":"string","path_in_connector_config":["client_secret"]}} PASSED + +OauthModelConverterTest > testIt(AuthFlowType, List, String, JsonNode, JsonNode, JsonNode, JsonNode) > [2] oauth2.0, [credentials, auth_type], OAuth, {"app_id":{"type":"string","path_in_connector_config":["credentials","app_id"]}}, {"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}, {"client_id":{"type":"string"},"client_secret":{"type":"string"}}, {"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}} STARTED + +OauthModelConverterTest > testIt(AuthFlowType, List, String, JsonNode, JsonNode, JsonNode, JsonNode) > [2] oauth2.0, [credentials, auth_type], OAuth, {"app_id":{"type":"string","path_in_connector_config":["credentials","app_id"]}}, {"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}, {"client_id":{"type":"string"},"client_secret":{"type":"string"}}, {"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}} PASSED + +ActorDefinitionVersionHandlerTest > testCreateActorDefinitionVersionReadWithBreakingChange() STARTED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeouts() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsEmptyValues() STARTED +Note: /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/build/generated/api/server/src/gen/java/io/airbyte/connector_builder/api/generated/V1Api.java uses or overrides a deprecated API. +Note: Recompile with -Xlint:deprecation for details. + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsEmptyValues() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsWithDefaults() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsWithDefaults() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsStringValues() STARTED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsStringValues() PASSED + +BackoffPolicyTest > getBackoffLowBase() STARTED + +BackoffPolicyTest > getBackoffLowBase() PASSED + +BackoffPolicyTest > getBackoffHighBase() STARTED + +BackoffPolicyTest > getBackoffHighBase() PASSED + +ActorDefinitionVersionHandlerTest > testCreateActorDefinitionVersionReadWithBreakingChange() PASSED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestinationWithNormalization(boolean) > [1] true STARTED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestinationWithNormalization(boolean) > [1] true PASSED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestinationWithNormalization(boolean) > [2] false STARTED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestinationWithNormalization(boolean) > [2] false PASSED + +ActorDefinitionVersionHandlerTest > testResolveMissingActorDefinitionVersionByTag() STARTED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [1] Mock for BackoffPolicy, hashCode: 1602611177, Mock for BackoffPolicy, hashCode: 743713322, true, 0, 1 STARTED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [1] Mock for BackoffPolicy, hashCode: 1602611177, Mock for BackoffPolicy, hashCode: 743713322, true, 0, 1 PASSED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [2] Mock for BackoffPolicy, hashCode: 745359474, Mock for BackoffPolicy, hashCode: 1554471097, false, 1, 0 STARTED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [2] Mock for BackoffPolicy, hashCode: 745359474, Mock for BackoffPolicy, hashCode: 1554471097, false, 1, 0 PASSED + +RetryManagerTest > noBackoffIfNoMatchingBackoffPolicy() STARTED + +RetryManagerTest > noBackoffIfNoMatchingBackoffPolicy() PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [1] 1, 10, 10, 10, false, false, false, true, false, true STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [1] 1, 10, 10, 10, false, false, false, true, false, true PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [2] 3, 10, 10, 10, true, false, true, true, true, true STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [2] 3, 10, 10, 10, true, false, true, true, true, true PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [3] 10, 2, 10, 10, true, true, true, false, true, true STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [3] 10, 2, 10, 10, true, true, true, false, true, true PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [4] 10, 10, 10, 6, true, true, true, true, true, false STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [4] 10, 10, 10, 6, true, true, true, true, true, false PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [5] 10, 10, 5, 10, true, true, true, true, false, false STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [5] 10, 10, 5, 10, true, true, true, true, false, false PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [6] 10, 5, 10, 10, true, true, true, true, true, true STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [6] 10, 5, 10, 10, true, true, true, true, true, true PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [7] 10, 10, 1, 10, false, false, false, false, false, false STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [7] 10, 10, 1, 10, false, false, false, false, false, false PASSED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [8] 10, 10, 10, 5, true, true, true, false, false, false STARTED + +RetryManagerTest > checksConfiguredLimits(int, int, int, int, boolean, boolean, boolean, boolean, boolean, boolean) > [8] 10, 10, 10, 5, true, true, true, false, false, false PASSED + +ActorDefinitionVersionHandlerTest > testResolveMissingActorDefinitionVersionByTag() PASSED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestination(boolean) > [1] true STARTED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestination(boolean) > [1] true PASSED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestination(boolean) > [2] false STARTED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForDestination(boolean) > [2] false PASSED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForSource(boolean) > [1] true STARTED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForSource(boolean) > [1] true PASSED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForSource(boolean) > [2] false STARTED + +ActorDefinitionVersionHandlerTest > testGetActorDefinitionVersionForSource(boolean) > [2] false PASSED + +ActorDefinitionVersionHandlerTest > testResolveActorDefinitionVersionByTag() STARTED + +ActorDefinitionVersionHandlerTest > testResolveActorDefinitionVersionByTag() PASSED + +AttemptHandlerTest > createAttemptNumberWithUnknownJobId() STARTED + +AttemptHandlerTest > createAttemptNumberWithUnknownJobId() PASSED + +AttemptHandlerTest > getAttemptCombinedStatsReturnsStats() STARTED + +AttemptHandlerTest > getAttemptCombinedStatsReturnsStats() PASSED + +AttemptHandlerTest > failAttemptSyncSummaryOutputNotPresent() STARTED + +AttemptHandlerTest > failAttemptSyncSummaryOutputNotPresent() PASSED + +AttemptHandlerTest > createAttemptNumberForClear() STARTED + +WorkerConfigsTest > default workerConfigs use default resourceRequirements PASSED + +WorkerConfigsTest > default workerConfigs use default node selectors STARTED + +WorkerConfigsTest > default workerConfigs use default node selectors PASSED + +AttemptHandlerTest > createAttemptNumberForClear() PASSED + +AttemptHandlerTest > failAttemptSyncSummaryNotPresent() STARTED + +AttemptHandlerTest > failAttemptSyncSummaryNotPresent() PASSED + +AttemptHandlerTest > getAttemptReturnsAttempt() STARTED + +AttemptHandlerTest > getAttemptReturnsAttempt() PASSED + +AttemptHandlerTest > createAttemptNumberForSync(boolean) > [1] true STARTED + +AttemptHandlerTest > createAttemptNumberForSync(boolean) > [1] true PASSED + +AttemptHandlerTest > createAttemptNumberForSync(boolean) > [2] false STARTED + +AttemptHandlerTest > createAttemptNumberForSync(boolean) > [2] false PASSED + +AttemptHandlerTest > getAttemptThrowsNotFound() STARTED + +AttemptHandlerTest > getAttemptThrowsNotFound() PASSED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [1] 123 STARTED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [1] 123 PASSED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [2] true STARTED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [2] true PASSED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [3] [123, 123] STARTED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [3] [123, 123] PASSED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [4] a string STARTED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [4] a string PASSED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [5] 543.0 STARTED + +AttemptHandlerTest > failAttemptValidatesFailureSummary(Object) > [5] 543.0 PASSED + +AttemptHandlerTest > testInternalWorkerHandlerSetsTemporalWorkflowId() STARTED + +AttemptHandlerTest > testInternalWorkerHandlerSetsTemporalWorkflowId() PASSED + +AttemptHandlerTest > getAttemptCombinedStatsThrowsNotFound() STARTED + +AttemptHandlerTest > getAttemptCombinedStatsThrowsNotFound() PASSED + +AttemptHandlerTest > failAttemptSyncSummaryOutputPresent() STARTED + +AttemptHandlerTest > failAttemptSyncSummaryOutputPresent() PASSED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [1] 123 STARTED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [1] 123 PASSED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [2] true STARTED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [2] true PASSED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [3] [123, 123] STARTED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [3] [123, 123] PASSED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [4] a string STARTED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [4] a string PASSED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [5] 543.0 STARTED + +AttemptHandlerTest > failAttemptValidatesSyncOutput(Object) > [5] 543.0 PASSED + +AttemptHandlerTest > saveStreamMetadata() STARTED + +AttemptHandlerTest > saveStreamMetadata() PASSED + +AttemptHandlerTest > testInternalWorkerHandlerSetsTemporalWorkflowIdThrows() STARTED + +AttemptHandlerTest > testInternalWorkerHandlerSetsTemporalWorkflowIdThrows() PASSED + +AttemptHandlerTest > createAttemptNumberForRefresh(int) > [1] 0 STARTED + +AttemptHandlerTest > createAttemptNumberForRefresh(int) > [1] 0 PASSED + +AttemptHandlerTest > createAttemptNumberForRefresh(int) > [2] 2 STARTED + +AttemptHandlerTest > createAttemptNumberForRefresh(int) > [2] 2 PASSED + +AttemptHandlerTest > saveStreamMetadataFailure() STARTED + +AttemptHandlerTest > saveStreamMetadataFailure() PASSED + +AttemptHandlerTest > testInternalHandlerSetsAttemptSyncConfig() STARTED + +AttemptHandlerTest > testInternalHandlerSetsAttemptSyncConfig() PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > getFullRefreshStreamsShouldOnlyReturnFullRefreshStreams(boolean) > [1] true STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > getFullRefreshStreamsShouldOnlyReturnFullRefreshStreams(boolean) > [1] true PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > getFullRefreshStreamsShouldOnlyReturnFullRefreshStreams(boolean) > [2] false STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > getFullRefreshStreamsShouldOnlyReturnFullRefreshStreams(boolean) > [2] false PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [1] 0, true STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [1] 0, true PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [2] 1, true STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [2] 1, true PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [3] 2, true STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [3] 2, true PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [4] 3, true STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [4] 3, true PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [5] 0, false STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [5] 0, false PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [6] 1, false STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [6] 1, false PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [7] 2, false STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [7] 2, false PASSED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [8] 3, false STARTED + +AttemptHandlerTest > ClearFullRefreshStreamStateFirstAttempt > createAttemptShouldAlwaysDeleteFullRefreshStreamState(int, boolean) > [8] 3, false PASSED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromCron() STARTED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromCron() PASSED + +ConnectionSchedulerHelperTest > testScheduleValidation() STARTED + +ConnectionSchedulerHelperTest > testScheduleValidation() PASSED + +ConnectionSchedulerHelperTest > testAvailableCronTimeZonesStayTheSame() STARTED + +ConnectionSchedulerHelperTest > testAvailableCronTimeZonesStayTheSame() PASSED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromManualType() STARTED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromManualType() PASSED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromBasicType() STARTED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromBasicType() PASSED + +ConnectionsHandlerTest > ConnectionLastJobPerStream > testGetConnectionLastJobPerStream() STARTED + +ConnectionsHandlerTest > ConnectionLastJobPerStream > testGetConnectionLastJobPerStream() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > testAutoPropagateSchemaChange() STARTED +The following classes needed for analysis were missing: + apply + test + accept + +ConnectionsHandlerTest > ApplySchemaChanges > testAutoPropagateSchemaChange() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > postprocessDiscoveredComposesDiffingAndSchemaPropagation() STARTED + +ConnectionsHandlerTest > ApplySchemaChanges > postprocessDiscoveredComposesDiffingAndSchemaPropagation() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > diffCatalogDisablesForNonBreakingChangeIfConfiguredSo() STARTED + +ConnectionsHandlerTest > ApplySchemaChanges > diffCatalogDisablesForNonBreakingChangeIfConfiguredSo() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > testAutoPropagateColumnsOnly() STARTED + +ConnectionsHandlerTest > ApplySchemaChanges > testAutoPropagateColumnsOnly() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > diffCatalogGeneratesADiffAndUpdatesTheConnection() STARTED + +ConnectionsHandlerTest > ApplySchemaChanges > diffCatalogGeneratesADiffAndUpdatesTheConnection() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > diffCatalogADisablesForBreakingChange() STARTED +:airbyte-bootloader:spotbugsTest SKIPPED +:airbyte-bootloader:test + +ConnectionsHandlerTest > ApplySchemaChanges > diffCatalogADisablesForBreakingChange() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentDestinationSyncMode() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentDestinationSyncMode() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testGetCatalogDiffHandlesInvalidTypes() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testGetCatalogDiffHandlesInvalidTypes() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testNoDiffIfStreamAdded() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testNoDiffIfStreamAdded() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentSyncMode() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentSyncMode() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testConnectionStatus() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testConnectionStatus() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffIfDifferentPrimaryKey() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffIfDifferentPrimaryKey() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testPkOrderDoesntMatter() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testPkOrderDoesntMatter() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentCursor() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentCursor() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testCursorOrderDoesMatter() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testCursorOrderDoesMatter() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testNoDiff() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testNoDiff() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testNoDiffIfStreamRemove() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testNoDiffIfStreamRemove() PASSED + +ConnectionsHandlerTest > ConnectionHistory > GetConnectionStreamHistory > Aggregates data correctly STARTED + +ConnectionsHandlerTest > ConnectionHistory > GetConnectionStreamHistory > Aggregates data correctly PASSED + +ConnectionsHandlerTest > ConnectionHistory > GetConnectionStreamHistory > Handles empty history response STARTED + +ConnectionsHandlerTest > ConnectionHistory > GetConnectionStreamHistory > Handles empty history response PASSED + +ConnectionsHandlerTest > ConnectionHistory > GetConnectionDataHistory > testGetConnectionDataHistory() STARTED + +ConnectionsHandlerTest > ConnectionHistory > GetConnectionDataHistory > testGetConnectionDataHistory() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > failOnUnmatchedWorkspacesInCreate() STARTED +:airbyte-commons-worker:kspTestKotlin FROM-CACHE +:airbyte-commons-worker:compileTestKotlin + +ConnectionsHandlerTest > UnMockedConnectionHelper > failOnUnmatchedWorkspacesInCreate() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testListConnections() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testListConnections() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testListConnectionsForWorkspace() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testListConnectionsForWorkspace() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testListConnectionsByActorDefinition() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testListConnectionsByActorDefinition() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForClearJob() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForClearJob() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testEnumConversion() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testEnumConversion() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnection() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnection() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testDeleteConnection() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testDeleteConnection() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForJob() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForJob() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testSearchConnections() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testSearchConnections() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForJobWithRefresh() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForJobWithRefresh() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchBasicSchedule() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchBasicSchedule() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchingSeveralFieldsAndReplaceAStream() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchingSeveralFieldsAndReplaceAStream() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchSingleField() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchSingleField() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchEditExistingStreamWhileAddingNewStream() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchEditExistingStreamWhileAddingNewStream() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchAddingNewStream() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchAddingNewStream() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchScheduleToManual() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchScheduleToManual() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > throwsBadRequestExceptionOnCatalogSizeValidationError() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > throwsBadRequestExceptionOnCatalogSizeValidationError() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchColumnSelection() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchColumnSelection() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchScheduleToCron() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchScheduleToCron() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testValidateConnectionUpdateOperationInDifferentWorkspace() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testValidateConnectionUpdateOperationInDifferentWorkspace() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionWithDuplicateStreamsShouldThrowException() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionWithDuplicateStreamsShouldThrowException() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testFieldSelectionRemovePrimaryKeyFails() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testFieldSelectionRemovePrimaryKeyFails() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testValidateConnectionCreateSourceAndDestinationInDifferenceWorkspace() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testValidateConnectionCreateSourceAndDestinationInDifferenceWorkspace() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionWithDuplicateStreamsShouldThrowException() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionWithDuplicateStreamsShouldThrowException() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testFieldSelectionRemoveCursorFails() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testFieldSelectionRemoveCursorFails() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnection() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnection() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testValidateConnectionCreateOperationInDifferentWorkspace() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testValidateConnectionCreateOperationInDifferentWorkspace() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionWithBadDefinitionIds() STARTED +:airbyte-connector-builder-server:classes +:airbyte-connector-builder-server:jar +:airbyte-connector-builder-server:startScripts +:airbyte-commons-with-dependencies:jacocoTestReport +:airbyte-commons-temporal:jacocoTestReport + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionWithBadDefinitionIds() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > throwsBadRequestExceptionOnCatalogSizeValidationError() STARTED +:airbyte-connector-builder-server:distTar +:airbyte-commons-worker:compileTestKotlin FROM-CACHE +:airbyte-commons-worker:compileTestJava + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > throwsBadRequestExceptionOnCatalogSizeValidationError() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionWithSelectedFields() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionWithSelectedFields() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateFullRefreshConnectionWithSelectedFields() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateFullRefreshConnectionWithSelectedFields() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionUsesDefaultGeographyFromWorkspace() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionUsesDefaultGeographyFromWorkspace() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and no warning is sent after one was just sent for consecutive failures STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and no warning is sent after one was just sent for consecutive failures PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled and no warning is sent after only failed jobs and oldest job is less than `MAX_DAYS_OF_STRAIGHT_FAILURE / 2 `days old STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled and no warning is sent after only failed jobs and oldest job is less than `MAX_DAYS_OF_STRAIGHT_FAILURE / 2 `days old PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is disabled after only failed jobs in last MAX_DAYS_OF_STRAIGHT_FAILURE days STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is disabled after only failed jobs in last MAX_DAYS_OF_STRAIGHT_FAILURE days PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and warning is sent after only failed jobs in last `MAX_DAYS_OF_STRAIGHT_FAILURE / 2` days STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and warning is sent after only failed jobs in last `MAX_DAYS_OF_STRAIGHT_FAILURE / 2` days PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled after only cancelled jobs STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled after only cancelled jobs PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled after MAX_FAILURE_JOBS_IN_A_ROW - 1 straight failures STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled after MAX_FAILURE_JOBS_IN_A_ROW - 1 straight failures PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled after 0 jobs in last MAX_DAYS_OF_STRAIGHT_FAILURE days STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is _not_ disabled after 0 jobs in last MAX_DAYS_OF_STRAIGHT_FAILURE days PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and warning is sent for connections that have failed `MAX_FAILURE_JOBS_IN_A_ROW / 2` times STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and warning is sent for connections that have failed `MAX_FAILURE_JOBS_IN_A_ROW / 2` times PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is disabled after MAX_FAILURE_JOBS_IN_A_ROW straight failures STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is disabled after MAX_FAILURE_JOBS_IN_A_ROW straight failures PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and no warning is sent after one was just sent for failing multiple days STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > AutoDisableConnection > Test that the connection is __not__ disabled and no warning is sent after one was just sent for failing multiple days PASSED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project with draft and retain object structures without primitive leafs STARTED + +HealthControllerTest > testHealthEndpoint() STARTED +:airbyte-commons-with-dependencies:check +:airbyte-commons-with-dependencies:build +:airbyte-connector-sidecar:kspKotlin +:airbyte-commons-temporal:check +:airbyte-commons-temporal:build +:airbyte-container-orchestrator:compileKotlin NO-SOURCE +:airbyte-container-orchestrator:compileJava +:airbyte-connector-sidecar:kspKotlin FROM-CACHE +:airbyte-connector-sidecar:compileKotlin + +HealthControllerTest > testHealthEndpoint() PASSED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project with draft and retain object structures without primitive leafs PASSED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project even if there is no draft STARTED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project even if there is no draft PASSED + +ConnectorBuilderProjectsHandlerTest > deleteConnectorBuilderProject should delete an existing project STARTED + +ConnectorBuilderProjectsHandlerTest > deleteConnectorBuilderProject should delete an existing project PASSED + +ConnectorBuilderProjectsHandlerTest > testReadStreamWithNoExistingTestingValues() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source defined cursor field is also valid$io_airbyte_airbyte_api_server_test() STARTED + +ConnectorBuilderProjectsHandlerTest > testReadStreamWithNoExistingTestingValues() PASSED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenUpdateConnectorBuilderProject() STARTED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenUpdateConnectorBuilderProject() PASSED + +ConnectorBuilderProjectsHandlerTest > updateConnectorBuilderProject should validate whether the workspace does not match STARTED + +ConnectorBuilderProjectsHandlerTest > updateConnectorBuilderProject should validate whether the workspace does not match PASSED + +ConnectorBuilderProjectsHandlerTest > listConnectorBuilderProject should list all projects without drafts STARTED + +ConnectorBuilderProjectsHandlerTest > listConnectorBuilderProject should list all projects without drafts PASSED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project with draft and null testing values if it doesn't have any STARTED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project with draft and null testing values if it doesn't have any PASSED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenReturnActorDefinition() STARTED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenReturnActorDefinition() PASSED + +ConnectorBuilderProjectsHandlerTest > updateConnectorBuilderProject should update an existing project STARTED + +ConnectorBuilderProjectsHandlerTest > updateConnectorBuilderProject should update an existing project PASSED + +ConnectorBuilderProjectsHandlerTest > testReadStreamWithExistingTestingValues() STARTED + +ConnectorBuilderProjectsHandlerTest > testReadStreamWithExistingTestingValues() PASSED + +ConnectorBuilderProjectsHandlerTest > publishConnectorBuilderProject throws a helpful error if no associated CDK version is found STARTED + +ConnectorBuilderProjectsHandlerTest > publishConnectorBuilderProject throws a helpful error if no associated CDK version is found PASSED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenDraftDeleted() STARTED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenDraftDeleted() PASSED + +ConnectorBuilderProjectsHandlerTest > testUpdateTestingValuesOnProjectWithNoExistingValues() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source defined cursor field is also valid$io_airbyte_airbyte_api_server_test() PASSED + +ConnectorBuilderProjectsHandlerTest > testUpdateTestingValuesOnProjectWithNoExistingValues() PASSED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source cursor field and primary key field are also valid$io_airbyte_airbyte_api_server_test() STARTED + +ConnectorBuilderProjectsHandlerTest > testUpdateTestingValuesOnProjectWithExistingValues() STARTED + +ConnectorBuilderProjectsHandlerTest > testUpdateTestingValuesOnProjectWithExistingValues() PASSED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source cursor field and primary key field are also valid$io_airbyte_airbyte_api_server_test() PASSED + +ConnectorBuilderProjectsHandlerTest > createConnectorBuilderProject should create a new project and return the id STARTED + +ConnectorBuilderProjectsHandlerTest > createConnectorBuilderProject should create a new project and return the id PASSED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenCreateActorDefinition() STARTED + +ConnectorBuilderProjectsHandlerTest > whenPublishConnectorBuilderProjectThenCreateActorDefinition() PASSED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project even if there is no draft STARTED + +ConnectorBuilderProjectsHandlerTest > getConnectorBuilderProject should return a builder project even if there is no draft PASSED + +ConnectorBuilderProjectsHandlerTest > deleteConnectorBuilderProject should validate whether the workspace does not match STARTED + +ConnectorBuilderProjectsHandlerTest > deleteConnectorBuilderProject should validate whether the workspace does not match PASSED + +ConnectorBuilderProjectsHandlerTest > givenVersionWhenGetConnectorBuilderProjectWithManifestThenReturnSpecificVersion() STARTED + +ConnectorBuilderProjectsHandlerTest > givenVersionWhenGetConnectorBuilderProjectWithManifestThenReturnSpecificVersion() PASSED + +ConnectorBuilderProjectsHandlerTest > testReadStreamUpdatesPersistedTestingValues() STARTED + +ConnectorBuilderProjectsHandlerTest > testReadStreamUpdatesPersistedTestingValues() PASSED + +ConnectorDocumentationHandlerTest > testGetLatestExistingDestinationDocumentation() STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [1] full_refresh_overwrite STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [1] full_refresh_overwrite PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [2] full_refresh_append STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [2] full_refresh_append PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [3] incremental_append STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [3] incremental_append PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [4] incremental_deduped_history STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_api_server_test(ConnectionSyncModeEnum) > [4] incremental_deduped_history PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration does not have a configured sync mode, the updated configuration uses full refresh overwrite$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration does not have a configured sync mode, the updated configuration uses full refresh overwrite$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if there is no cursor field$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if there is no cursor field$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteCatalog is returned when all of its streams are updated to full refresh overwrite mode$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteCatalog is returned when all of its streams are updated to full refresh overwrite mode$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression length is invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression length is invalid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that streams can be validated$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that streams can be validated$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that if the stream configuration contains an invalid sync mode, the stream is considered invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that if the stream configuration contains an invalid sync mode, the stream is considered invalid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that streams with duplicate streams is considered to be invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that streams with duplicate streams is considered to be invalid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source defined cursor and primary key field are also valid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source defined cursor and primary key field are also valid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration is empty$io_airbyte_airbyte_api_server_test() STARTED +:airbyte-connector-sidecar:compileKotlin FROM-CACHE +:airbyte-connector-sidecar:compileJava NO-SOURCE +:airbyte-connector-sidecar:processResources +:airbyte-connector-sidecar:classes +:airbyte-connector-sidecar:jar +:airbyte-connector-sidecar:startScripts + +ConnectorDocumentationHandlerTest > testGetLatestExistingDestinationDocumentation() PASSED + +ConnectorDocumentationHandlerTest > testGetVersionedNewSourceDocumentation() STARTED + +ConnectorDocumentationHandlerTest > testGetVersionedNewSourceDocumentation() PASSED + +ConnectorDocumentationHandlerTest > testGetLatestNewDestinationDocumentation() STARTED + +ConnectorDocumentationHandlerTest > testGetLatestNewDestinationDocumentation() PASSED + +ConnectorDocumentationHandlerTest > testNoSourceDocumentationFound() STARTED + +ConnectorDocumentationHandlerTest > testNoSourceDocumentationFound() PASSED + +ConnectorDocumentationHandlerTest > testGetVersionedNewDestinationDocumentation() STARTED + +ConnectorDocumentationHandlerTest > testGetVersionedNewDestinationDocumentation() PASSED + +ConnectorDocumentationHandlerTest > testGetLatestNewSourceDocumentation() STARTED + +ConnectorDocumentationHandlerTest > testGetLatestNewSourceDocumentation() PASSED + +ConnectorDocumentationHandlerTest > testGetLatestExistingSourceDocumentation() STARTED + +ConnectorDocumentationHandlerTest > testGetLatestExistingSourceDocumentation() PASSED + +ConnectorDocumentationHandlerTest > testGetVersionedExistingSourceDocumentation() STARTED + +ConnectorDocumentationHandlerTest > testGetVersionedExistingSourceDocumentation() PASSED + +ConnectorDocumentationHandlerTest > testNoDestinationDocumentationFound() STARTED + +ConnectorDocumentationHandlerTest > testNoDestinationDocumentationFound() PASSED + +ConnectorDocumentationHandlerTest > testGetVersionedExistingDestinationDocumentation() STARTED + +ConnectorDocumentationHandlerTest > testGetVersionedExistingDestinationDocumentation() PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenNotSetAsActiveWhenCreateDeclarativeSourceDefinitionManifestThenCreateDeclarativeManifest() STARTED +:airbyte-commons-worker:compileTestJava FROM-CACHE +:airbyte-commons-worker:processTestResources +:airbyte-commons-worker:testClasses +:airbyte-commons-worker:checkstyleTest + +DeclarativeSourceDefinitionsHandlerTest > givenNotSetAsActiveWhenCreateDeclarativeSourceDefinitionManifestThenCreateDeclarativeManifest() PASSED + +DeclarativeSourceDefinitionsHandlerTest > updateDeclarativeManifest throws a helpful error if no associated CDK version is found STARTED + +DeclarativeSourceDefinitionsHandlerTest > updateDeclarativeManifest throws a helpful error if no associated CDK version is found PASSED + +DeclarativeSourceDefinitionsHandlerTest > listManifestVersions should return a list of all manifest versions with their descriptions and status STARTED + +DeclarativeSourceDefinitionsHandlerTest > listManifestVersions should return a list of all manifest versions with their descriptions and status PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenNoDeclarativeManifestForSourceDefinitionIdWhenCreateDeclarativeSourceDefinitionManifestThenThrowException() STARTED + +DeclarativeSourceDefinitionsHandlerTest > givenNoDeclarativeManifestForSourceDefinitionIdWhenCreateDeclarativeSourceDefinitionManifestThenThrowException() PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenSourceNotAvailableInWorkspaceWhenCreateDeclarativeSourceDefinitionManifestThenThrowException() STARTED + +DeclarativeSourceDefinitionsHandlerTest > givenSourceNotAvailableInWorkspaceWhenCreateDeclarativeSourceDefinitionManifestThenThrowException() PASSED + +DeclarativeSourceDefinitionsHandlerTest > whenCreateDeclarativeSourceDefinitionManifestThenManifestDraftDeleted() STARTED + +DeclarativeSourceDefinitionsHandlerTest > whenCreateDeclarativeSourceDefinitionManifestThenManifestDraftDeleted() PASSED + +DeclarativeSourceDefinitionsHandlerTest > whenUpdateDeclarativeManifestVersionThenSetDeclarativeSourceActiveVersion() STARTED + +DeclarativeSourceDefinitionsHandlerTest > whenUpdateDeclarativeManifestVersionThenSetDeclarativeSourceActiveVersion() PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenNotFoundWhenUpdateDeclarativeManifestVersionThenThrowException() STARTED + +DeclarativeSourceDefinitionsHandlerTest > givenNotFoundWhenUpdateDeclarativeManifestVersionThenThrowException() PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenSourceNotAvailableInWorkspaceWhenUpdateDeclarativeManifestVersionThenThrowException() STARTED + +DeclarativeSourceDefinitionsHandlerTest > givenSourceNotAvailableInWorkspaceWhenUpdateDeclarativeManifestVersionThenThrowException() PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenNoDeclarativeManifestForSourceDefinitionIdWhenUpdateDeclarativeManifestVersionThenThrowException() STARTED + +DeclarativeSourceDefinitionsHandlerTest > givenNoDeclarativeManifestForSourceDefinitionIdWhenUpdateDeclarativeManifestVersionThenThrowException() PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenVersionAlreadyExistsWhenCreateDeclarativeSourceDefinitionManifestThenThrowException() STARTED + +DeclarativeSourceDefinitionsHandlerTest > givenVersionAlreadyExistsWhenCreateDeclarativeSourceDefinitionManifestThenThrowException() PASSED + +DeclarativeSourceDefinitionsHandlerTest > givenSetAsActiveWhenCreateDeclarativeSourceDefinitionManifestThenCreateDeclarativeManifest() STARTED + +DeclarativeSourceDefinitionsHandlerTest > givenSetAsActiveWhenCreateDeclarativeSourceDefinitionManifestThenCreateDeclarativeManifest() PASSED + +DeploymentMetadataHandlerTest > testRetrievingDeploymentMetadata(String) > [1] k8s STARTED +:airbyte-commons-worker:checkstyleTest FROM-CACHE +:airbyte-commons-worker:spotbugsIntegrationTest NO-SOURCE +:airbyte-commons-worker:spotbugsMain +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:airbyte-container-orchestrator:compileJava FROM-CACHE +:airbyte-commons-worker:spotbugsTest SKIPPED +:airbyte-commons-worker:test +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:airbyte-connector-sidecar:distTar +:airbyte-connector-builder-server:distZip SKIPPED +:airbyte-connector-builder-server:dockerCopyDistribution +:airbyte-connector-builder-server:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/build/airbyte/docker'. + +BootloaderTest > testRequiredVersionUpgradePredicate() STARTED + +DeploymentMetadataHandlerTest > testRetrievingDeploymentMetadata(String) > [1] k8s PASSED + +DeploymentMetadataHandlerTest > testRetrievingDeploymentMetadata(String) > [2] test STARTED + +DeploymentMetadataHandlerTest > testRetrievingDeploymentMetadata(String) > [2] test PASSED + +DestinationDefinitionsHandlerTest > createCustomDestinationDefinition should not create a destinationDefinition if defaultDefinitionVersionFromCreate throws unsupported protocol version error STARTED + +DestinationDefinitionsHandlerTest > createCustomDestinationDefinition should not create a destinationDefinition if defaultDefinitionVersionFromCreate throws unsupported protocol version error PASSED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should not update a destinationDefinition if defaultDefinitionVersionFromUpdate throws unsupported protocol version error STARTED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should not update a destinationDefinition if defaultDefinitionVersionFromUpdate throws unsupported protocol version error PASSED + +DestinationDefinitionsHandlerTest > revokeDestinationDefinitionFromWorkspace should correctly delete a workspace grant STARTED + +DestinationDefinitionsHandlerTest > revokeDestinationDefinitionFromWorkspace should correctly delete a workspace grant PASSED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForScope should return the destination definition if the grant exists STARTED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForScope should return the destination definition if the grant exists PASSED + +DestinationDefinitionsHandlerTest > grantDestinationDefinitionToWorkspace should correctly create a workspace grant STARTED + +DestinationDefinitionsHandlerTest > grantDestinationDefinitionToWorkspace should correctly create a workspace grant PASSED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should correctly update a destinationDefinition > [1] true STARTED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should correctly update a destinationDefinition > [1] true PASSED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should correctly update a destinationDefinition > [2] false STARTED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should correctly update a destinationDefinition > [2] false PASSED + +DestinationDefinitionsHandlerTest > listDestinationDefinition should return the right list STARTED + +DestinationDefinitionsHandlerTest > listDestinationDefinition should return the right list PASSED + +DestinationDefinitionsHandlerTest > listDestinationDefinitionsForWorkspace should return the right list, filtering out hidden connectors STARTED + +DestinationDefinitionsHandlerTest > listDestinationDefinitionsForWorkspace should return the right list, filtering out hidden connectors PASSED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForWorkspace should return the destination definition if the grant exists STARTED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForWorkspace should return the destination definition if the grant exists PASSED + +DestinationDefinitionsHandlerTest > listDestinationDefinitionsForWorkspace should return the right list STARTED + +DestinationDefinitionsHandlerTest > listDestinationDefinitionsForWorkspace should return the right list PASSED + +DestinationDefinitionsHandlerTest > grantDestinationDefinitionToWorkspaceOrOrganization should correctly create an organization grant STARTED + +DestinationDefinitionsHandlerTest > grantDestinationDefinitionToWorkspaceOrOrganization should correctly create an organization grant PASSED + +DestinationDefinitionsHandlerTest > createCustomDestinationDefinition should correctly create a destinationDefinition for a workspace and organization using scopes STARTED + +DestinationDefinitionsHandlerTest > createCustomDestinationDefinition should correctly create a destinationDefinition for a workspace and organization using scopes PASSED + +DestinationDefinitionsHandlerTest > deleteDestinationDefinition should correctly delete a sourceDefinition STARTED + +DestinationDefinitionsHandlerTest > deleteDestinationDefinition should correctly delete a sourceDefinition PASSED + +DestinationDefinitionsHandlerTest > getDestinationDefinition should return the right destination STARTED + +DestinationDefinitionsHandlerTest > getDestinationDefinition should return the right destination PASSED + +DestinationDefinitionsHandlerTest > createCustomDestinationDefinition should correctly create a destinationDefinition STARTED + +DestinationDefinitionsHandlerTest > createCustomDestinationDefinition should correctly create a destinationDefinition PASSED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForWorkspace should throw an exception for a missing grant STARTED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForWorkspace should throw an exception for a missing grant PASSED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForScope should throw an exception for a missing grant STARTED + +DestinationDefinitionsHandlerTest > getDestinationDefinitionForScope should throw an exception for a missing grant PASSED + +DestinationDefinitionsHandlerTest > listPrivateDestinationDefinitions should return the right list STARTED + +DestinationDefinitionsHandlerTest > listPrivateDestinationDefinitions should return the right list PASSED + +DestinationDefinitionsHandlerTest > listLatest > returns empty collection if cannot find latest definitions STARTED + +DestinationDefinitionsHandlerTest > listLatest > returns empty collection if cannot find latest definitions PASSED + +DestinationDefinitionsHandlerTest > listLatest > should return the latest list STARTED + +DestinationDefinitionsHandlerTest > listLatest > should return the latest list PASSED + +DestinationHandlerTest > testCloneDestinationWithoutConfiguration() STARTED + +DestinationHandlerTest > testCloneDestinationWithoutConfiguration() PASSED + +DestinationHandlerTest > testCloneDestinationWithConfiguration() STARTED + +DestinationHandlerTest > testCloneDestinationWithConfiguration() PASSED + +DestinationHandlerTest > testUpgradeDestinationVersion() STARTED + +DestinationHandlerTest > testUpgradeDestinationVersion() PASSED + +DestinationHandlerTest > testUpdateDestination() STARTED + +DestinationHandlerTest > testUpdateDestination() PASSED + +DestinationHandlerTest > testDeleteDestinationAndDeleteSecrets() STARTED + +DestinationHandlerTest > testDeleteDestinationAndDeleteSecrets() PASSED + +DestinationHandlerTest > testDeleteDestination() STARTED + +DestinationHandlerTest > testDeleteDestination() PASSED + +DestinationHandlerTest > testSearchDestinations() STARTED + +DestinationHandlerTest > testSearchDestinations() PASSED + +DestinationHandlerTest > testListDestinationForWorkspace() STARTED + +DestinationHandlerTest > testListDestinationForWorkspace() PASSED + +DestinationHandlerTest > testGetDestination() STARTED + +DestinationHandlerTest > testGetDestination() PASSED + +DestinationHandlerTest > testCreateDestination() STARTED + +DestinationHandlerTest > testCreateDestination() PASSED + +HealthCheckHandlerTest > testDbHealthFail() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration is empty$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_OVERWRITE is always considered to be valid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_OVERWRITE is always considered to be valid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteStreamConfiguration is returned when it is updated to full refresh overwrite mode$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteStreamConfiguration is returned when it is updated to full refresh overwrite mode$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source cursor field is invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source cursor field is invalid$io_airbyte_airbyte_api_server_test() PASSED + +HealthCheckHandlerTest > testDbHealthFail() PASSED + +HealthCheckHandlerTest > testDbHealthSucceed() STARTED + +HealthCheckHandlerTest > testDbHealthSucceed() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source defined cursor field is invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source defined cursor field is invalid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that the combined sync modes are valid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that the combined sync modes are valid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration can be validated$io_airbyte_airbyte_api_server_test() STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [1] logging, LOGGING STARTED + +AirbyteCatalogHelperTest > test that the cron configuration can be validated$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration is not empty$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration is not empty$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that when validating a stream without a sync mode, the sync mode is set to full refresh and the stream is considered valid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that when validating a stream without a sync mode, the sync mode is set to full refresh and the stream is considered valid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration with a missing cron expression is invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron configuration with a missing cron expression is invalid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_APPEND is always considered to be valid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_APPEND is always considered to be valid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression is invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression is invalid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream with an invalid name is considered to be invalid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream with an invalid name is considered to be invalid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source cursor field is also valid$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source cursor field is also valid$io_airbyte_airbyte_api_server_test() PASSED + +AirbyteCatalogHelperTest > test that valid streams can be retrieved from the AirbyteCatalog$io_airbyte_airbyte_api_server_test() STARTED + +AirbyteCatalogHelperTest > test that valid streams can be retrieved from the AirbyteCatalog$io_airbyte_airbyte_api_server_test() PASSED + +ConnectionHelperTest > testConvertNonBreakingSchemaUpdatesBehaviorEnum() STARTED + +ConnectionHelperTest > testConvertNonBreakingSchemaUpdatesBehaviorEnum() PASSED + +ConnectionHelperTest > testConvertNamespaceDefinitionEnum() STARTED + +ConnectionHelperTest > testConvertNamespaceDefinitionEnum() PASSED + +ConnectionCreateMapperTest > testFrom() STARTED + +ConnectionCreateMapperTest > testFrom() PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [1] logging, LOGGING PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [2] LOGGING, LOGGING STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [2] LOGGING, LOGGING PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [3] segment, SEGMENT STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [3] segment, SEGMENT PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [4] SEGMENT, SEGMENT STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [4] SEGMENT, SEGMENT PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [5] , LOGGING STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [5] , LOGGING PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [6] unknownValue, LOGGING STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [6] unknownValue, LOGGING PASSED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [1] true, true STARTED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [1] true, true PASSED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [2] true, false STARTED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [2] true, false PASSED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [3] false, true STARTED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [3] false, true PASSED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [4] false, false STARTED + +InstanceConfigurationHandlerTest > testSetupInstanceConfiguration(boolean, boolean) > [4] false, false PASSED + +InstanceConfigurationHandlerTest > testSetupInstanceConfigurationAlreadySetup() STARTED + +InstanceConfigurationHandlerTest > testSetupInstanceConfigurationAlreadySetup() PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [1] true, true STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [1] true, true PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [2] true, false STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [2] true, false PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [3] false, true STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [3] false, true PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [4] false, false STARTED + +InstanceConfigurationHandlerTest > testGetInstanceConfiguration(boolean, boolean) > [4] false, false PASSED + +Job History Handler > Should return the latest sync job STARTED +:airbyte-connector-sidecar:distZip SKIPPED +:airbyte-connector-sidecar:dockerCopyDistribution + +Job History Handler > Should return the latest sync job PASSED + +Job History Handler > Should return the latest running sync job STARTED + +Job History Handler > Should return the latest running sync job PASSED + +Job History Handler > Should return the right job info STARTED + +Job History Handler > Should return the right job info PASSED + +Job History Handler > Should test to ensure that JobInfoReadWithoutLogs includes the bytes and records committed STARTED + +Job History Handler > Should test to ensure that JobInfoReadWithoutLogs includes the bytes and records committed PASSED + +Job History Handler > Should return an empty optional if no running sync job STARTED + +Job History Handler > Should return an empty optional if no running sync job PASSED + +Job History Handler > Should have compatible config enums STARTED + +Job History Handler > Should have compatible config enums PASSED + +Job History Handler > Should return the right info to debug this job STARTED + +Job History Handler > Should return the right info to debug this job PASSED + +Job History Handler > Should return the right job info without attempt information STARTED + +Job History Handler > Should return the right job info without attempt information PASSED + +Job History Handler > Sync progress > Should return data for a running clear STARTED + +Job History Handler > Sync progress > Should return data for a running clear PASSED + +Job History Handler > Sync progress > Should return data for a running sync STARTED + +Job History Handler > Sync progress > Should return data for a running sync PASSED + +Job History Handler > Sync progress > Should return data for a running refresh STARTED + +Job History Handler > Sync progress > Should return data for a running refresh PASSED + +Job History Handler > Sync progress > Should not throw with no running sync STARTED + +Job History Handler > Sync progress > Should not throw with no running sync PASSED + +Job History Handler > When listing jobs > Should return jobs in descending order regardless of type STARTED + +Job History Handler > When listing jobs > Should return jobs in descending order regardless of type PASSED + +Job History Handler > When listing jobs > Should return jobs including specified job id STARTED + +Job History Handler > When listing jobs > Should return jobs including specified job id PASSED + +Job History Handler > When listing jobs > Should return jobs with/without attempts in descending order STARTED + +Job History Handler > When listing jobs > Should return jobs with/without attempts in descending order PASSED + +JobInputHandlerTest > testGetResetSyncWorkflowInput() STARTED +:airbyte-api-server:jacocoTestReport +:airbyte-connector-sidecar:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-sidecar/build/airbyte/docker'. + +JobInputHandlerTest > testGetResetSyncWorkflowInput() PASSED + +JobInputHandlerTest > testGetCheckConnectionInputs() STARTED + +JobInputHandlerTest > testGetCheckConnectionInputs() PASSED + +JobInputHandlerTest > testGetSyncWorkflowInput() STARTED + +JobInputHandlerTest > testGetSyncWorkflowInput() PASSED + +JobsHandlerTest > persistJobCancellationIOException() STARTED + +JobsHandlerTest > persistJobCancellationIOException() PASSED + +JobsHandlerTest > persistJobCancellationSuccess() STARTED + +JobsHandlerTest > persistJobCancellationSuccess() PASSED + +JobsHandlerTest > testGetLoadedStats() STARTED + +JobsHandlerTest > testGetLoadedStats() PASSED + +JobsHandlerTest > setJobFailureWithNullJobSyncConfig() STARTED + +JobsHandlerTest > setJobFailureWithNullJobSyncConfig() PASSED + +JobsHandlerTest > testReportJobStart() STARTED + +JobsHandlerTest > testReportJobStart() PASSED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [1] 123 STARTED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [1] 123 PASSED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [2] true STARTED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [2] true PASSED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [3] [123, 123] STARTED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [3] [123, 123] PASSED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [4] a string STARTED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [4] a string PASSED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [5] 543.0 STARTED + +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [5] 543.0 PASSED + +JobsHandlerTest > didPreviousJobSucceedReturnsFalseIfPreviousJobNotInSucceededState() STARTED + +JobsHandlerTest > didPreviousJobSucceedReturnsFalseIfPreviousJobNotInSucceededState() PASSED + +JobsHandlerTest > testResetJobNoNotification() STARTED + +JobsHandlerTest > testResetJobNoNotification() PASSED + +JobsHandlerTest > testCancelledJobsDoNotNotify() STARTED + +JobsHandlerTest > testCancelledJobsDoNotNotify() PASSED + +JobsHandlerTest > didPreviousJobSucceedReturnsFalseIfNoPreviousJob() STARTED + +JobsHandlerTest > didPreviousJobSucceedReturnsFalseIfNoPreviousJob() PASSED + +JobsHandlerTest > didPreviousJobSucceedReturnsTrueIfPreviousJobSucceeded() STARTED + +JobsHandlerTest > didPreviousJobSucceedReturnsTrueIfPreviousJobSucceeded() PASSED + +JobsHandlerTest > testJobSuccessWithAttemptNumber() STARTED + +JobsHandlerTest > testJobSuccessWithAttemptNumber() PASSED + +JobsHandlerTest > setJobFailure() STARTED + +JobsHandlerTest > setJobFailure() PASSED + +JobsHandlerTest > setJobSuccessWrapException() STARTED + +JobsHandlerTest > setJobSuccessWrapException() PASSED + +OAuthHandlerTest > resetDestinationInstancewideOauthParams() STARTED +:airbyte-api-server:check +:airbyte-api-server:build +:airbyte-container-orchestrator:classes +:airbyte-container-orchestrator:jar +:airbyte-container-orchestrator:startScripts +:airbyte-container-orchestrator:distTar + +OAuthHandlerTest > resetDestinationInstancewideOauthParams() PASSED + +OAuthHandlerTest > setDestinationInstancewideOauthParams() STARTED + +OAuthHandlerTest > setDestinationInstancewideOauthParams() PASSED + +OAuthHandlerTest > testGetSourceOAuthParamConfigFeatureFlagNoOverride() STARTED + +OAuthHandlerTest > testGetSourceOAuthParamConfigFeatureFlagNoOverride() PASSED + +OAuthHandlerTest > testGetOauthFromDBIfNeeded() STARTED + +OAuthHandlerTest > testGetOauthFromDBIfNeeded() PASSED + +OAuthHandlerTest > resetSourceInstancewideOauthParams() STARTED + +OAuthHandlerTest > resetSourceInstancewideOauthParams() PASSED + +OAuthHandlerTest > testBuildJsonPathFromOAuthFlowInitParameters() STARTED + +OAuthHandlerTest > testBuildJsonPathFromOAuthFlowInitParameters() PASSED + +OAuthHandlerTest > testGetSourceOAuthParamConfigNoFeatureFlag() STARTED + +OAuthHandlerTest > testGetSourceOAuthParamConfigNoFeatureFlag() PASSED + +OAuthHandlerTest > setSourceInstancewideOauthParams() STARTED + +OAuthHandlerTest > setSourceInstancewideOauthParams() PASSED + +OAuthHandlerTest > testCompleteSourceOAuthHandleReturnSecret() STARTED + +OAuthHandlerTest > testCompleteSourceOAuthHandleReturnSecret() PASSED + +OAuthHandlerTest > testGetOAuthInputConfiguration() STARTED + +OAuthHandlerTest > testGetOAuthInputConfiguration() PASSED + +OpenApiConfigHandlerTest > testGetFile() STARTED + +OpenApiConfigHandlerTest > testGetFile() PASSED + +OperationsHandlerTest > testDeleteOperation() STARTED + +OperationsHandlerTest > testDeleteOperation() PASSED + +OperationsHandlerTest > testUpdateWebhookOperation() STARTED + +OperationsHandlerTest > testUpdateWebhookOperation() PASSED + +OperationsHandlerTest > testGetOperation() STARTED + +OperationsHandlerTest > testGetOperation() PASSED + +OperationsHandlerTest > testDeleteOperationsForConnection() STARTED + +OperationsHandlerTest > testDeleteOperationsForConnection() PASSED + +OperationsHandlerTest > testListOperationsForConnection() STARTED + +OperationsHandlerTest > testListOperationsForConnection() PASSED + +OperationsHandlerTest > testEnumConversion() STARTED + +OperationsHandlerTest > testEnumConversion() PASSED + +OperationsHandlerTest > testCreateWebhookOperation() STARTED + +OperationsHandlerTest > testCreateWebhookOperation() PASSED + +OperationsHandlerTest > testDbtCloudRegex() STARTED + +OperationsHandlerTest > testDbtCloudRegex() PASSED + +OrganizationsHandlerTest > testGetOrganization() STARTED + +OrganizationsHandlerTest > testGetOrganization() PASSED + +OrganizationsHandlerTest > testUpdateOrganization() STARTED + +OrganizationsHandlerTest > testUpdateOrganization() PASSED + +OrganizationsHandlerTest > testListOrganizationsByUserWithPagination() STARTED + +OrganizationsHandlerTest > testListOrganizationsByUserWithPagination() PASSED + +OrganizationsHandlerTest > testCreateOrganization() STARTED + +OrganizationsHandlerTest > testCreateOrganization() PASSED + +OrganizationsHandlerTest > testListOrganizationsByUserWithoutPagination() STARTED + +OrganizationsHandlerTest > testListOrganizationsByUserWithoutPagination() PASSED + +PermissionHandlerTest > isUserInstanceAdmin() STARTED + +PermissionHandlerTest > isUserInstanceAdmin() PASSED + +PermissionHandlerTest > DeleteUserFromWorkspace > testDeleteUserFromWorkspace() STARTED + +PermissionHandlerTest > DeleteUserFromWorkspace > testDeleteUserFromWorkspace() PASSED + +PermissionHandlerTest > CheckPermissions > workspaceNotInOrganization() STARTED + +PermissionHandlerTest > CheckPermissions > workspaceNotInOrganization() PASSED + +PermissionHandlerTest > CheckPermissions > instanceAdminPermissions() STARTED + +PermissionHandlerTest > CheckPermissions > instanceAdminPermissions() PASSED + +PermissionHandlerTest > CheckPermissions > mismatchedOrganizationId() STARTED + +PermissionHandlerTest > CheckPermissions > mismatchedOrganizationId() PASSED + +PermissionHandlerTest > CheckPermissions > ensureAllPermissionTypesAreCovered() STARTED + +PermissionHandlerTest > CheckPermissions > ensureAllPermissionTypesAreCovered() PASSED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [1] organization_admin STARTED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [1] organization_admin PASSED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [2] organization_editor STARTED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [2] organization_editor PASSED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [3] organization_reader STARTED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [3] organization_reader PASSED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [4] organization_member STARTED + +PermissionHandlerTest > CheckPermissions > organizationLevelPermissions(PermissionType) > [4] organization_member PASSED + +PermissionHandlerTest > CheckPermissions > permissionsCheckMultipleWorkspaces() STARTED + +PermissionHandlerTest > CheckPermissions > permissionsCheckMultipleWorkspaces() PASSED + +PermissionHandlerTest > CheckPermissions > mismatchedUserId() STARTED + +PermissionHandlerTest > CheckPermissions > mismatchedUserId() PASSED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [1] workspace_owner STARTED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [1] workspace_owner PASSED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [2] workspace_admin STARTED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [2] workspace_admin PASSED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [3] workspace_editor STARTED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [3] workspace_editor PASSED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [4] workspace_reader STARTED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [4] workspace_reader PASSED + +PermissionHandlerTest > CheckPermissions > ensureFailedPermissionCheckForWorkspaceOutsideTheOrg() STARTED + +PermissionHandlerTest > CheckPermissions > ensureFailedPermissionCheckForWorkspaceOutsideTheOrg() PASSED + +PermissionHandlerTest > CheckPermissions > mismatchedWorkspaceId() STARTED + +PermissionHandlerTest > CheckPermissions > mismatchedWorkspaceId() PASSED + +PermissionHandlerTest > CheckPermissions > ensureNoExceptionOnOrgPermissionCheckForWorkspaceOutsideTheOrg() STARTED + +PermissionHandlerTest > CheckPermissions > ensureNoExceptionOnOrgPermissionCheckForWorkspaceOutsideTheOrg() PASSED + +PermissionHandlerTest > CheckPermissions > permissionsCheckMultipleWorkspacesOrgPermission() STARTED + +PermissionHandlerTest > CheckPermissions > permissionsCheckMultipleWorkspacesOrgPermission() PASSED + +PermissionHandlerTest > DeletePermission > throwsConflictIfPersistenceBlocks() STARTED + +PermissionHandlerTest > DeletePermission > throwsConflictIfPersistenceBlocks() PASSED + +PermissionHandlerTest > DeletePermission > deletesPermission() STARTED + +PermissionHandlerTest > DeletePermission > deletesPermission() PASSED + +PermissionHandlerTest > UpdatePermission > organizationPermissionUpdatesDoNotModifyIdFields() STARTED + +PermissionHandlerTest > UpdatePermission > organizationPermissionUpdatesDoNotModifyIdFields() PASSED + +PermissionHandlerTest > UpdatePermission > updatesPermission() STARTED + +PermissionHandlerTest > UpdatePermission > updatesPermission() PASSED + +PermissionHandlerTest > UpdatePermission > testUpdateToInstanceAdminPermissionThrows() STARTED + +PermissionHandlerTest > UpdatePermission > testUpdateToInstanceAdminPermissionThrows() PASSED + +PermissionHandlerTest > UpdatePermission > workspacePermissionUpdatesDoNotModifyIdFields() STARTED + +PermissionHandlerTest > UpdatePermission > workspacePermissionUpdatesDoNotModifyIdFields() PASSED + +PermissionHandlerTest > UpdatePermission > throwsConflictExceptionIfServiceBlocksUpdate() STARTED + +PermissionHandlerTest > UpdatePermission > throwsConflictExceptionIfServiceBlocksUpdate() PASSED + +PermissionHandlerTest > CreatePermission > testCreateInstanceAdminPermissionThrows() STARTED + +PermissionHandlerTest > CreatePermission > testCreateInstanceAdminPermissionThrows() PASSED + +PermissionHandlerTest > CreatePermission > testCreatePermission() STARTED + +PermissionHandlerTest > CreatePermission > testCreatePermission() PASSED + +SchedulerHandlerTest > testCheckDestinationConnectionFromDestinationCreate() STARTED + +RecordSchemaValidatorTest > testMigrationOfIdPropertyToEscapedVersion() STARTED + +SchedulerHandlerTest > testCheckDestinationConnectionFromDestinationCreate() PASSED + +SchedulerHandlerTest > testResetConnectionStream() STARTED + +SchedulerHandlerTest > testResetConnectionStream() PASSED + +SchedulerHandlerTest > testSchemaPropagatedEmptyDiff() STARTED + +SchedulerHandlerTest > testSchemaPropagatedEmptyDiff() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeWithIgnoreMode() STARTED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeWithIgnoreMode() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [1] true STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [1] true PASSED +:airbyte-container-orchestrator:distZip SKIPPED +:airbyte-container-orchestrator:dockerCopyDistribution + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [2] false STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [2] false PASSED + +SchedulerHandlerTest > testSyncConnectionFailWithOtherSyncRunning() STARTED + +SchedulerHandlerTest > testSyncConnectionFailWithOtherSyncRunning() PASSED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdBreaking() STARTED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdBreaking() PASSED + +SchedulerHandlerTest > testResetConnectionStreamWithEmptyList() STARTED + +SchedulerHandlerTest > testResetConnectionStreamWithEmptyList() PASSED + +SchedulerHandlerTest > testCheckDestinationConnectionFromUpdate() STARTED + +SchedulerHandlerTest > testCheckDestinationConnectionFromUpdate() PASSED + +SchedulerHandlerTest > testCheckSourceConnectionFromSourceId() STARTED + +SchedulerHandlerTest > testCheckSourceConnectionFromSourceId() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceCreate() STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceCreate() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdDisableCache(boolean) > [1] true STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdDisableCache(boolean) > [1] true PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdDisableCache(boolean) > [2] false STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdDisableCache(boolean) > [2] false PASSED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreaking() STARTED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreaking() PASSED + +SchedulerHandlerTest > testCheckSourceConnectionFromSourceCreate() STARTED + +SchedulerHandlerTest > testCheckSourceConnectionFromSourceCreate() PASSED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreakingDisableConnectionPreferenceNoFeatureFlag() STARTED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreakingDisableConnectionPreferenceNoFeatureFlag() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeAddStream() STARTED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeAddStream() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeUpdateStream() STARTED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeUpdateStream() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeRemoveStream() STARTED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeRemoveStream() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceMultipleConnectionsFeatureFlagOn() STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceMultipleConnectionsFeatureFlagOn() PASSED + +SchedulerHandlerTest > testResetConnection() STARTED + +SchedulerHandlerTest > testResetConnection() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeEarlyExits() STARTED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeEarlyExits() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceId(boolean) > [1] true STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceId(boolean) > [1] true PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceId(boolean) > [2] false STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceId(boolean) > [2] false PASSED + +SchedulerHandlerTest > testSyncConnection() STARTED + +SchedulerHandlerTest > testSyncConnection() PASSED + +SchedulerHandlerTest > deprecatedSyncThrows() STARTED + +SchedulerHandlerTest > deprecatedSyncThrows() PASSED + +SchedulerHandlerTest > testCheckDestinationConnectionFromDestinationId() STARTED + +SchedulerHandlerTest > testCheckDestinationConnectionFromDestinationId() PASSED + +SchedulerHandlerTest > Test reset job creation STARTED + +SchedulerHandlerTest > Test reset job creation PASSED + +SchedulerHandlerTest > Test job creation STARTED + +SchedulerHandlerTest > Test job creation PASSED + +SchedulerHandlerTest > testEnumConversion() STARTED + +SchedulerHandlerTest > testEnumConversion() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceCreateFailed() STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceCreateFailed() PASSED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionUpdateNonSuccessResponse() STARTED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionUpdateNonSuccessResponse() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdFailed(boolean) > [1] true STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdFailed(boolean) > [1] true PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdFailed(boolean) > [2] false STARTED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdFailed(boolean) > [2] false PASSED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [1] Optional[succeeded], false, class CheckConnectionRead { + status: succeeded + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: true + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: null + } +} STARTED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [1] Optional[succeeded], false, class CheckConnectionRead { + status: succeeded + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: true + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: null + } +} PASSED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [2] Optional[succeeded], true, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: class FailureReason { + … STARTED +:airbyte-container-orchestrator:dockerBuildImage + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [2] Optional[succeeded], true, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: class FailureReason { + … PASSED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [3] Optional[failed], false, class CheckConnectionRead { + status: failed + message: Something went wrong - check connection failure + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: true + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failu… STARTED +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-container-orchestrator/build/airbyte/docker'. + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [3] Optional[failed], false, class CheckConnectionRead { + status: failed + message: Something went wrong - check connection failure + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: true + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failu… PASSED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [4] Optional[failed], true, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: class FailureReason { + … STARTED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [4] Optional[failed], true, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: class FailureReason { + … PASSED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [5] Optional.empty, false, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: null + } +} STARTED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [5] Optional.empty, false, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: null + } +} PASSED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [6] Optional.empty, true, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: class FailureReason { + … STARTED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [6] Optional.empty, true, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: c771bd6d-f430-40e8-8e27-5a995c4f212b + configType: check_connection_source + configId: Optional[ee8c0bc5-f519-4500-80ea-e220b90e4100] + createdAt: 1720815964 + endedAt: 1720815964 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: class FailureReason { + … PASSED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreakingDisableConnectionPreferenceFeatureFlag() STARTED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreakingDisableConnectionPreferenceFeatureFlag() PASSED + +SchedulerHandlerTest > testCancelJob() STARTED + +SchedulerHandlerTest > testCancelJob() PASSED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreakingDisableConnectionPreferenceFeatureFlagNoDiff() STARTED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdNonBreakingDisableConnectionPreferenceFeatureFlagNoDiff() PASSED + +SchedulerHandlerTest > testCheckSourceConnectionFromUpdate() STARTED + +SchedulerHandlerTest > testCheckSourceConnectionFromUpdate() PASSED + +SchedulerHandlerTest > Test refresh job creation STARTED + +SchedulerHandlerTest > Test refresh job creation PASSED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdBreakingFeatureFlagOn() STARTED + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdBreakingFeatureFlagOn() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeColumnsOnly() STARTED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeColumnsOnly() PASSED + +SchedulerHandlerTest > testEmptyDiffIsAlwaysPropagated() STARTED + +SchedulerHandlerTest > testEmptyDiffIsAlwaysPropagated() PASSED + +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [1] true STARTED + +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [1] true PASSED + +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [2] false STARTED + +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [2] false PASSED + +SchedulerHandlerTest > disabledSyncThrows() STARTED + +SchedulerHandlerTest > disabledSyncThrows() PASSED + +SourceDefinitionsHandlerTest > getSourceDefinitionForScope should return the source definition if the grant exists STARTED + +SourceDefinitionsHandlerTest > getSourceDefinitionForScope should return the source definition if the grant exists PASSED + +SourceDefinitionsHandlerTest > deleteSourceDefinition should correctly delete a sourceDefinition STARTED + +SourceDefinitionsHandlerTest > deleteSourceDefinition should correctly delete a sourceDefinition PASSED + +SourceDefinitionsHandlerTest > listSourceDefinition should return the right list STARTED + +SourceDefinitionsHandlerTest > listSourceDefinition should return the right list PASSED + +SourceDefinitionsHandlerTest > grantSourceDefinitionToWorkspace should correctly create a workspace grant STARTED + +SourceDefinitionsHandlerTest > grantSourceDefinitionToWorkspace should correctly create a workspace grant PASSED + +SourceDefinitionsHandlerTest > getSourceDefinition should return the right source STARTED + +SourceDefinitionsHandlerTest > getSourceDefinition should return the right source PASSED + +SourceDefinitionsHandlerTest > listPrivateSourceDefinitions should return the right list STARTED + +SourceDefinitionsHandlerTest > listPrivateSourceDefinitions should return the right list PASSED + +SourceDefinitionsHandlerTest > updateSourceDefinition should correctly update a sourceDefinition > [1] true STARTED + +SourceDefinitionsHandlerTest > updateSourceDefinition should correctly update a sourceDefinition > [1] true PASSED + +SourceDefinitionsHandlerTest > updateSourceDefinition should correctly update a sourceDefinition > [2] false STARTED + +SourceDefinitionsHandlerTest > updateSourceDefinition should correctly update a sourceDefinition > [2] false PASSED + +SourceDefinitionsHandlerTest > createCustomSourceDefinition should correctly create a sourceDefinition for a workspace and organization using scopes STARTED + +SourceDefinitionsHandlerTest > createCustomSourceDefinition should correctly create a sourceDefinition for a workspace and organization using scopes PASSED + +SourceDefinitionsHandlerTest > createCustomSourceDefinition should correctly create a sourceDefinition STARTED + +SourceDefinitionsHandlerTest > createCustomSourceDefinition should correctly create a sourceDefinition PASSED + +SourceDefinitionsHandlerTest > updateSourceDefinition should not update a sourceDefinition if defaultDefinitionVersionFromUpdate throws unsupported protocol version error STARTED + +SourceDefinitionsHandlerTest > updateSourceDefinition should not update a sourceDefinition if defaultDefinitionVersionFromUpdate throws unsupported protocol version error PASSED + +SourceDefinitionsHandlerTest > listSourceDefinitionsForWorkspace should return the right list STARTED + +SourceDefinitionsHandlerTest > listSourceDefinitionsForWorkspace should return the right list PASSED + +SourceDefinitionsHandlerTest > getSourceDefinitionForWorkspace should return the source definition if the grant exists STARTED + +SourceDefinitionsHandlerTest > getSourceDefinitionForWorkspace should return the source definition if the grant exists PASSED + +SourceDefinitionsHandlerTest > listSourceDefinitionsForWorkspace should return the right list, filtering out hidden connectors STARTED + +SourceDefinitionsHandlerTest > listSourceDefinitionsForWorkspace should return the right list, filtering out hidden connectors PASSED + +SourceDefinitionsHandlerTest > grantSourceDefinitionToWorkspace should correctly create an organization grant STARTED + +SourceDefinitionsHandlerTest > grantSourceDefinitionToWorkspace should correctly create an organization grant PASSED + +SourceDefinitionsHandlerTest > revokeSourceDefinition should correctly delete a workspace grant and organization grant STARTED + +SourceDefinitionsHandlerTest > revokeSourceDefinition should correctly delete a workspace grant and organization grant PASSED + +SourceDefinitionsHandlerTest > getSourceDefinitionForWorkspace should throw an exception for a missing grant STARTED + +SourceDefinitionsHandlerTest > getSourceDefinitionForWorkspace should throw an exception for a missing grant PASSED + +SourceDefinitionsHandlerTest > createCustomSourceDefinition should not create a sourceDefinition if defaultDefinitionVersionFromCreate throws unsupported protocol version error STARTED + +SourceDefinitionsHandlerTest > createCustomSourceDefinition should not create a sourceDefinition if defaultDefinitionVersionFromCreate throws unsupported protocol version error PASSED + +SourceDefinitionsHandlerTest > should transform support level none to none STARTED + +SourceDefinitionsHandlerTest > should transform support level none to none PASSED + +SourceDefinitionsHandlerTest > getSourceDefinitionForScope should throw an exception for a missing grant STARTED + +SourceDefinitionsHandlerTest > getSourceDefinitionForScope should throw an exception for a missing grant PASSED + +SourceDefinitionsHandlerTest > listLatest > Icon should be an SVG icon STARTED + +SourceDefinitionsHandlerTest > listLatest > Icon should be an SVG icon PASSED + +SourceDefinitionsHandlerTest > listLatest > returns empty collection if cannot find latest definitions STARTED + +SourceDefinitionsHandlerTest > listLatest > returns empty collection if cannot find latest definitions PASSED + +SourceDefinitionsHandlerTest > listLatest > should return the latest list STARTED + +SourceDefinitionsHandlerTest > listLatest > should return the latest list PASSED + +SourceHandlerTest > testCloneSourceWithoutConfigChange() STARTED + +SourceHandlerTest > testCloneSourceWithoutConfigChange() PASSED + +SourceHandlerTest > testCreateSource() STARTED + +SourceHandlerTest > testCreateSource() PASSED + +SourceHandlerTest > testWriteDiscoverCatalogResult() STARTED + +SourceHandlerTest > testWriteDiscoverCatalogResult() PASSED + +SourceHandlerTest > testUpdateSource() STARTED + +SourceHandlerTest > testUpdateSource() PASSED + +SourceHandlerTest > testDeleteSourceAndDeleteSecrets() STARTED + +SourceHandlerTest > testDeleteSourceAndDeleteSecrets() PASSED + +SourceHandlerTest > testDeleteSource() STARTED + +SourceHandlerTest > testDeleteSource() PASSED + +SourceHandlerTest > testCloneSourceWithConfigChange() STARTED + +SourceHandlerTest > testCloneSourceWithConfigChange() PASSED + +SourceHandlerTest > testSearchSources() STARTED + +SourceHandlerTest > testSearchSources() PASSED + +SourceHandlerTest > testListSourcesForSourceDefinition() STARTED + +SourceHandlerTest > testListSourcesForSourceDefinition() PASSED + +SourceHandlerTest > testGetSource() STARTED + +SourceHandlerTest > testGetSource() PASSED + +SourceHandlerTest > testCatalogResultSelectedStreams() STARTED + +SourceHandlerTest > testCatalogResultSelectedStreams() PASSED + +SourceHandlerTest > testCreateSourceHandleSecret() STARTED + +SourceHandlerTest > testCreateSourceHandleSecret() PASSED + +SourceHandlerTest > testUpgradeSourceVersion() STARTED + +SourceHandlerTest > testUpgradeSourceVersion() PASSED + +SourceHandlerTest > testListSourcesForWorkspace() STARTED + +SourceHandlerTest > testListSourcesForWorkspace() PASSED + +StateHandlerTest > testCreateOrUpdateStateSafeThrowsWhenSyncRunning() STARTED + +StateHandlerTest > testCreateOrUpdateStateSafeThrowsWhenSyncRunning() PASSED + +StateHandlerTest > testGetStreamState() STARTED + +StateHandlerTest > testGetStreamState() PASSED + +StateHandlerTest > testCreateOrUpdateStateSafe() STARTED + +StateHandlerTest > testCreateOrUpdateStateSafe() PASSED + +StateHandlerTest > testGetLegacyState() STARTED + +StateHandlerTest > testGetLegacyState() PASSED + +StateHandlerTest > testCreateOrUpdateState() STARTED + +StateHandlerTest > testCreateOrUpdateState() PASSED + +StateHandlerTest > testGetCurrentStateEmpty() STARTED + +StateHandlerTest > testGetCurrentStateEmpty() PASSED + +StateHandlerTest > testEnumConversion() STARTED + +StateHandlerTest > testEnumConversion() PASSED + +StateHandlerTest > testGetGlobalState() STARTED + +StateHandlerTest > testGetGlobalState() PASSED + +UserHandlerTest > testListInstanceAdminUser() STARTED + +UserHandlerTest > testListInstanceAdminUser() PASSED + +UserHandlerTest > testListUsersInWorkspace() STARTED + +UserHandlerTest > testListUsersInWorkspace() PASSED + +UserHandlerTest > testListUsersInOrg() STARTED + +UserHandlerTest > testListUsersInOrg() PASSED + +UserHandlerTest > testListAccessInfoByWorkspaceId() STARTED + +UserHandlerTest > testListAccessInfoByWorkspaceId() PASSED + +UserHandlerTest > testCreateUser() STARTED + +UserHandlerTest > testCreateUser() PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > authIdExists(AuthProvider) > [1] airbyte STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > authIdExists(AuthProvider) > [1] airbyte PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > authIdExists(AuthProvider) > [2] google_identity_platform STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > authIdExists(AuthProvider) > [2] google_identity_platform PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > authIdExists(AuthProvider) > [3] keycloak STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > authIdExists(AuthProvider) > [3] keycloak PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [1] airbyte, airbyte-realm, null, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [1] airbyte, airbyte-realm, null, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [2] airbyte, airbyte-realm, null, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [2] airbyte, airbyte-realm, null, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [3] airbyte, airbyte-realm, null, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [3] airbyte, airbyte-realm, null, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [4] airbyte, airbyte-realm, null, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [4] airbyte, airbyte-realm, null, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [5] airbyte, airbyte-realm, null, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [5] airbyte, airbyte-realm, null, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [6] airbyte, airbyte-realm, null, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [6] airbyte, airbyte-realm, null, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [7] airbyte, airbyte-realm, null, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [7] airbyte, airbyte-realm, null, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [8] airbyte, airbyte-realm, null, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [8] airbyte, airbyte-realm, null, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [9] airbyte, airbyte-realm, , true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [9] airbyte, airbyte-realm, , true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [10] airbyte, airbyte-realm, , true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [10] airbyte, airbyte-realm, , true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [11] airbyte, airbyte-realm, , true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [11] airbyte, airbyte-realm, , true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [12] airbyte, airbyte-realm, , true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [12] airbyte, airbyte-realm, , true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [13] airbyte, airbyte-realm, , false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [13] airbyte, airbyte-realm, , false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [14] airbyte, airbyte-realm, , false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [14] airbyte, airbyte-realm, , false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [15] airbyte, airbyte-realm, , false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [15] airbyte, airbyte-realm, , false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [16] airbyte, airbyte-realm, , false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [16] airbyte, airbyte-realm, , false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [17] airbyte, airbyte-realm, other@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [17] airbyte, airbyte-realm, other@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [18] airbyte, airbyte-realm, other@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [18] airbyte, airbyte-realm, other@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [19] airbyte, airbyte-realm, other@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [19] airbyte, airbyte-realm, other@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [20] airbyte, airbyte-realm, other@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [20] airbyte, airbyte-realm, other@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [21] airbyte, airbyte-realm, other@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [21] airbyte, airbyte-realm, other@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [22] airbyte, airbyte-realm, other@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [22] airbyte, airbyte-realm, other@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [23] airbyte, airbyte-realm, other@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [23] airbyte, airbyte-realm, other@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [24] airbyte, airbyte-realm, other@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [24] airbyte, airbyte-realm, other@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [25] airbyte, airbyte-realm, new@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [25] airbyte, airbyte-realm, new@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [26] airbyte, airbyte-realm, new@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [26] airbyte, airbyte-realm, new@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [27] airbyte, airbyte-realm, new@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [27] airbyte, airbyte-realm, new@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [28] airbyte, airbyte-realm, new@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [28] airbyte, airbyte-realm, new@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [29] airbyte, airbyte-realm, new@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [29] airbyte, airbyte-realm, new@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [30] airbyte, airbyte-realm, new@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [30] airbyte, airbyte-realm, new@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [31] airbyte, airbyte-realm, new@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [31] airbyte, airbyte-realm, new@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [32] airbyte, airbyte-realm, new@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [32] airbyte, airbyte-realm, new@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [33] airbyte, null, null, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [33] airbyte, null, null, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [34] airbyte, null, null, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [34] airbyte, null, null, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [35] airbyte, null, null, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [35] airbyte, null, null, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [36] airbyte, null, null, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [36] airbyte, null, null, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [37] airbyte, null, null, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [37] airbyte, null, null, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [38] airbyte, null, null, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [38] airbyte, null, null, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [39] airbyte, null, null, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [39] airbyte, null, null, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [40] airbyte, null, null, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [40] airbyte, null, null, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [41] airbyte, null, , true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [41] airbyte, null, , true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [42] airbyte, null, , true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [42] airbyte, null, , true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [43] airbyte, null, , true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [43] airbyte, null, , true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [44] airbyte, null, , true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [44] airbyte, null, , true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [45] airbyte, null, , false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [45] airbyte, null, , false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [46] airbyte, null, , false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [46] airbyte, null, , false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [47] airbyte, null, , false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [47] airbyte, null, , false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [48] airbyte, null, , false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [48] airbyte, null, , false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [49] airbyte, null, other@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [49] airbyte, null, other@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [50] airbyte, null, other@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [50] airbyte, null, other@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [51] airbyte, null, other@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [51] airbyte, null, other@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [52] airbyte, null, other@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [52] airbyte, null, other@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [53] airbyte, null, other@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [53] airbyte, null, other@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [54] airbyte, null, other@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [54] airbyte, null, other@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [55] airbyte, null, other@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [55] airbyte, null, other@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [56] airbyte, null, other@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [56] airbyte, null, other@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [57] airbyte, null, new@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [57] airbyte, null, new@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [58] airbyte, null, new@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [58] airbyte, null, new@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [59] airbyte, null, new@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [59] airbyte, null, new@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [60] airbyte, null, new@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [60] airbyte, null, new@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [61] airbyte, null, new@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [61] airbyte, null, new@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [62] airbyte, null, new@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [62] airbyte, null, new@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [63] airbyte, null, new@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [63] airbyte, null, new@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [64] airbyte, null, new@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [64] airbyte, null, new@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [65] google_identity_platform, airbyte-realm, null, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [65] google_identity_platform, airbyte-realm, null, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [66] google_identity_platform, airbyte-realm, null, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [66] google_identity_platform, airbyte-realm, null, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [67] google_identity_platform, airbyte-realm, null, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [67] google_identity_platform, airbyte-realm, null, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [68] google_identity_platform, airbyte-realm, null, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [68] google_identity_platform, airbyte-realm, null, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [69] google_identity_platform, airbyte-realm, null, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [69] google_identity_platform, airbyte-realm, null, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [70] google_identity_platform, airbyte-realm, null, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [70] google_identity_platform, airbyte-realm, null, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [71] google_identity_platform, airbyte-realm, null, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [71] google_identity_platform, airbyte-realm, null, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [72] google_identity_platform, airbyte-realm, null, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [72] google_identity_platform, airbyte-realm, null, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [73] google_identity_platform, airbyte-realm, , true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [73] google_identity_platform, airbyte-realm, , true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [74] google_identity_platform, airbyte-realm, , true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [74] google_identity_platform, airbyte-realm, , true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [75] google_identity_platform, airbyte-realm, , true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [75] google_identity_platform, airbyte-realm, , true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [76] google_identity_platform, airbyte-realm, , true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [76] google_identity_platform, airbyte-realm, , true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [77] google_identity_platform, airbyte-realm, , false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [77] google_identity_platform, airbyte-realm, , false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [78] google_identity_platform, airbyte-realm, , false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [78] google_identity_platform, airbyte-realm, , false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [79] google_identity_platform, airbyte-realm, , false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [79] google_identity_platform, airbyte-realm, , false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [80] google_identity_platform, airbyte-realm, , false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [80] google_identity_platform, airbyte-realm, , false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [81] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [81] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [82] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [82] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [83] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [83] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [84] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [84] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [85] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [85] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [86] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [86] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [87] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [87] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [88] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [88] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [89] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [89] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [90] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [90] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [91] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [91] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [92] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [92] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [93] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [93] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [94] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [94] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [95] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [95] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [96] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [96] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [97] google_identity_platform, null, null, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [97] google_identity_platform, null, null, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [98] google_identity_platform, null, null, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [98] google_identity_platform, null, null, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [99] google_identity_platform, null, null, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [99] google_identity_platform, null, null, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [100] google_identity_platform, null, null, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [100] google_identity_platform, null, null, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [101] google_identity_platform, null, null, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [101] google_identity_platform, null, null, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [102] google_identity_platform, null, null, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [102] google_identity_platform, null, null, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [103] google_identity_platform, null, null, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [103] google_identity_platform, null, null, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [104] google_identity_platform, null, null, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [104] google_identity_platform, null, null, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [105] google_identity_platform, null, , true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [105] google_identity_platform, null, , true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [106] google_identity_platform, null, , true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [106] google_identity_platform, null, , true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [107] google_identity_platform, null, , true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [107] google_identity_platform, null, , true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [108] google_identity_platform, null, , true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [108] google_identity_platform, null, , true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [109] google_identity_platform, null, , false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [109] google_identity_platform, null, , false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [110] google_identity_platform, null, , false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [110] google_identity_platform, null, , false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [111] google_identity_platform, null, , false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [111] google_identity_platform, null, , false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [112] google_identity_platform, null, , false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [112] google_identity_platform, null, , false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [113] google_identity_platform, null, other@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [113] google_identity_platform, null, other@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [114] google_identity_platform, null, other@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [114] google_identity_platform, null, other@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [115] google_identity_platform, null, other@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [115] google_identity_platform, null, other@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [116] google_identity_platform, null, other@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [116] google_identity_platform, null, other@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [117] google_identity_platform, null, other@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [117] google_identity_platform, null, other@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [118] google_identity_platform, null, other@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [118] google_identity_platform, null, other@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [119] google_identity_platform, null, other@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [119] google_identity_platform, null, other@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [120] google_identity_platform, null, other@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [120] google_identity_platform, null, other@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [121] google_identity_platform, null, new@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [121] google_identity_platform, null, new@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [122] google_identity_platform, null, new@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [122] google_identity_platform, null, new@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [123] google_identity_platform, null, new@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [123] google_identity_platform, null, new@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [124] google_identity_platform, null, new@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [124] google_identity_platform, null, new@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [125] google_identity_platform, null, new@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [125] google_identity_platform, null, new@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [126] google_identity_platform, null, new@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [126] google_identity_platform, null, new@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [127] google_identity_platform, null, new@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [127] google_identity_platform, null, new@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [128] google_identity_platform, null, new@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [128] google_identity_platform, null, new@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [129] keycloak, airbyte-realm, null, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [129] keycloak, airbyte-realm, null, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [130] keycloak, airbyte-realm, null, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [130] keycloak, airbyte-realm, null, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [131] keycloak, airbyte-realm, null, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [131] keycloak, airbyte-realm, null, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [132] keycloak, airbyte-realm, null, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [132] keycloak, airbyte-realm, null, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [133] keycloak, airbyte-realm, null, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [133] keycloak, airbyte-realm, null, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [134] keycloak, airbyte-realm, null, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [134] keycloak, airbyte-realm, null, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [135] keycloak, airbyte-realm, null, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [135] keycloak, airbyte-realm, null, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [136] keycloak, airbyte-realm, null, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [136] keycloak, airbyte-realm, null, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [137] keycloak, airbyte-realm, , true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [137] keycloak, airbyte-realm, , true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [138] keycloak, airbyte-realm, , true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [138] keycloak, airbyte-realm, , true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [139] keycloak, airbyte-realm, , true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [139] keycloak, airbyte-realm, , true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [140] keycloak, airbyte-realm, , true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [140] keycloak, airbyte-realm, , true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [141] keycloak, airbyte-realm, , false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [141] keycloak, airbyte-realm, , false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [142] keycloak, airbyte-realm, , false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [142] keycloak, airbyte-realm, , false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [143] keycloak, airbyte-realm, , false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [143] keycloak, airbyte-realm, , false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [144] keycloak, airbyte-realm, , false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [144] keycloak, airbyte-realm, , false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [145] keycloak, airbyte-realm, other@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [145] keycloak, airbyte-realm, other@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [146] keycloak, airbyte-realm, other@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [146] keycloak, airbyte-realm, other@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [147] keycloak, airbyte-realm, other@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [147] keycloak, airbyte-realm, other@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [148] keycloak, airbyte-realm, other@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [148] keycloak, airbyte-realm, other@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [149] keycloak, airbyte-realm, other@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [149] keycloak, airbyte-realm, other@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [150] keycloak, airbyte-realm, other@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [150] keycloak, airbyte-realm, other@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [151] keycloak, airbyte-realm, other@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [151] keycloak, airbyte-realm, other@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [152] keycloak, airbyte-realm, other@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [152] keycloak, airbyte-realm, other@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [153] keycloak, airbyte-realm, new@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [153] keycloak, airbyte-realm, new@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [154] keycloak, airbyte-realm, new@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [154] keycloak, airbyte-realm, new@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [155] keycloak, airbyte-realm, new@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [155] keycloak, airbyte-realm, new@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [156] keycloak, airbyte-realm, new@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [156] keycloak, airbyte-realm, new@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [157] keycloak, airbyte-realm, new@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [157] keycloak, airbyte-realm, new@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [158] keycloak, airbyte-realm, new@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [158] keycloak, airbyte-realm, new@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [159] keycloak, airbyte-realm, new@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [159] keycloak, airbyte-realm, new@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [160] keycloak, airbyte-realm, new@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [160] keycloak, airbyte-realm, new@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [161] keycloak, null, null, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [161] keycloak, null, null, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [162] keycloak, null, null, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [162] keycloak, null, null, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [163] keycloak, null, null, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [163] keycloak, null, null, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [164] keycloak, null, null, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [164] keycloak, null, null, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [165] keycloak, null, null, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [165] keycloak, null, null, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [166] keycloak, null, null, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [166] keycloak, null, null, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [167] keycloak, null, null, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [167] keycloak, null, null, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [168] keycloak, null, null, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [168] keycloak, null, null, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [169] keycloak, null, , true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [169] keycloak, null, , true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [170] keycloak, null, , true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [170] keycloak, null, , true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [171] keycloak, null, , true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [171] keycloak, null, , true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [172] keycloak, null, , true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [172] keycloak, null, , true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [173] keycloak, null, , false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [173] keycloak, null, , false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [174] keycloak, null, , false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [174] keycloak, null, , false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [175] keycloak, null, , false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [175] keycloak, null, , false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [176] keycloak, null, , false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [176] keycloak, null, , false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [177] keycloak, null, other@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [177] keycloak, null, other@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [178] keycloak, null, other@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [178] keycloak, null, other@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [179] keycloak, null, other@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [179] keycloak, null, other@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [180] keycloak, null, other@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [180] keycloak, null, other@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [181] keycloak, null, other@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [181] keycloak, null, other@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [182] keycloak, null, other@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [182] keycloak, null, other@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [183] keycloak, null, other@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [183] keycloak, null, other@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [184] keycloak, null, other@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [184] keycloak, null, other@gmail.com, false, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [185] keycloak, null, new@gmail.com, true, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [185] keycloak, null, new@gmail.com, true, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [186] keycloak, null, new@gmail.com, true, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [186] keycloak, null, new@gmail.com, true, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [187] keycloak, null, new@gmail.com, true, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [187] keycloak, null, new@gmail.com, true, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [188] keycloak, null, new@gmail.com, true, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [188] keycloak, null, new@gmail.com, true, false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [189] keycloak, null, new@gmail.com, false, true, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [189] keycloak, null, new@gmail.com, false, true, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [190] keycloak, null, new@gmail.com, false, true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [190] keycloak, null, new@gmail.com, false, true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [191] keycloak, null, new@gmail.com, false, false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [191] keycloak, null, new@gmail.com, false, false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [192] keycloak, null, new@gmail.com, false, false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean) > [192] keycloak, null, new@gmail.com, false, false, false PASSED + +WebBackendCheckUpdatesHandlerTest > testCheckWithUpdate() STARTED + +WebBackendCheckUpdatesHandlerTest > testCheckWithUpdate() PASSED + +WebBackendCheckUpdatesHandlerTest > testCheckWithoutUpdate() STARTED + +WebBackendCheckUpdatesHandlerTest > testCheckWithoutUpdate() PASSED + +WebBackendCheckUpdatesHandlerTest > testCheckErrorNoCurrentSources() STARTED + +WebBackendCheckUpdatesHandlerTest > testCheckErrorNoCurrentSources() PASSED + +WebBackendCheckUpdatesHandlerTest > testCheckWithMissingActorDefFromLatest() STARTED + +WebBackendCheckUpdatesHandlerTest > testCheckWithMissingActorDefFromLatest() PASSED + +WebBackendCheckUpdatesHandlerTest > testCheckErrorNoCurrentDestinations() STARTED + +WebBackendCheckUpdatesHandlerTest > testCheckErrorNoCurrentDestinations() PASSED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryMergeNewStream() STARTED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryMergeNewStream() PASSED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryWithNoSourceDefinedPK() STARTED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryWithNoSourceDefinedPK() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnection() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnection() PASSED + +WebBackendConnectionsHandlerTest > testToConnectionCreate() STARTED + +WebBackendConnectionsHandlerTest > testToConnectionCreate() PASSED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithUpdatedSchemaPerStream(Boolean) > [1] true STARTED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithUpdatedSchemaPerStream(Boolean) > [1] true PASSED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithUpdatedSchemaPerStream(Boolean) > [2] false STARTED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithUpdatedSchemaPerStream(Boolean) > [2] false PASSED + +WebBackendConnectionsHandlerTest > testGetStreamsToReset() STARTED + +WebBackendConnectionsHandlerTest > testGetStreamsToReset() PASSED + +WebBackendConnectionsHandlerTest > testGetWorkspaceState() STARTED + +WebBackendConnectionsHandlerTest > testGetWorkspaceState() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionNoRefreshCatalog() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionNoRefreshCatalog() PASSED + +WebBackendConnectionsHandlerTest > testGetSchemaChangeNotBreaking() STARTED + +WebBackendConnectionsHandlerTest > testGetSchemaChangeNotBreaking() PASSED + +WebBackendConnectionsHandlerTest > testForConnectionCreateCompleteness() STARTED + +WebBackendConnectionsHandlerTest > testForConnectionCreateCompleteness() PASSED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithSkipReset() STARTED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithSkipReset() PASSED + +WebBackendConnectionsHandlerTest > testGetSchemaChangeBreaking() STARTED + +WebBackendConnectionsHandlerTest > testGetSchemaChangeBreaking() PASSED + +WebBackendConnectionsHandlerTest > testToConnectionPatch() STARTED + +WebBackendConnectionsHandlerTest > testToConnectionPatch() PASSED + +WebBackendConnectionsHandlerTest > testGetSchemaChangeNoChange() STARTED + +WebBackendConnectionsHandlerTest > testGetSchemaChangeNoChange() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndFieldSelectionRemoveField() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndFieldSelectionRemoveField() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendListConnectionsForWorkspace() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendListConnectionsForWorkspace() PASSED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithOperations() STARTED + +WebBackendConnectionsHandlerTest > testUpdateConnectionWithOperations() PASSED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryResetStream() STARTED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryResetStream() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionNoDiscoveryWithNewSchema() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionNoDiscoveryWithNewSchema() PASSED + +WebBackendConnectionsHandlerTest > testGetWorkspaceStateEmpty() STARTED + +WebBackendConnectionsHandlerTest > testGetWorkspaceStateEmpty() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndNewSchemaBreakingChange() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndNewSchemaBreakingChange() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryMissingCatalogUsedToMakeConfiguredCatalog() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryMissingCatalogUsedToMakeConfiguredCatalog() PASSED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryWithChangedSourceDefinedPK() STARTED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryWithChangedSourceDefinedPK() PASSED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryFromEmpty() STARTED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithDiscoveryFromEmpty() PASSED + +WebBackendConnectionsHandlerTest > testUpdateConnectionFixingBreakingSchemaChange() STARTED + +WebBackendConnectionsHandlerTest > testUpdateConnectionFixingBreakingSchemaChange() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionNoDiscoveryWithNewSchemaBreaking() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionNoDiscoveryWithNewSchemaBreaking() PASSED + +WebBackendConnectionsHandlerTest > testUpdateConnection() STARTED + +WebBackendConnectionsHandlerTest > testUpdateConnection() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndFieldSelectionAddField() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndFieldSelectionAddField() PASSED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithNamespacedStreams() STARTED + +WebBackendConnectionsHandlerTest > testUpdateSchemaWithNamespacedStreams() PASSED + +WebBackendConnectionsHandlerTest > testForConnectionPatchCompleteness() STARTED + +WebBackendConnectionsHandlerTest > testForConnectionPatchCompleteness() PASSED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndNewSchema() STARTED + +WebBackendConnectionsHandlerTest > testWebBackendGetConnectionWithDiscoveryAndNewSchema() PASSED + +WebBackendConnectionsHandlerTest > testUpdateConnectionNoStreamsToReset() STARTED + +WebBackendConnectionsHandlerTest > testUpdateConnectionNoStreamsToReset() PASSED + +WebBackendGeographiesHandlerTest > testListGeographiesCloud() STARTED + +WebBackendGeographiesHandlerTest > testListGeographiesCloud() PASSED + +WebBackendGeographiesHandlerTest > testListGeographiesOSS() STARTED + +WebBackendGeographiesHandlerTest > testListGeographiesOSS() PASSED + +WorkspacesHandlerTest > testGerWorkspaceOrganizationInfoConfigNotFound() STARTED + +RecordSchemaValidatorTest > testMigrationOfIdPropertyToEscapedVersion() PASSED + +RecordSchemaValidatorTest > testValidateInvalidSchema() STARTED + +WorkspacesHandlerTest > testGerWorkspaceOrganizationInfoConfigNotFound() PASSED + +WorkspacesHandlerTest > testGetWorkspaceByConnectionId() STARTED + +WorkspacesHandlerTest > testGetWorkspaceByConnectionId() PASSED + +WorkspacesHandlerTest > Partial patch update should preserve unchanged fields STARTED + +WorkspacesHandlerTest > Partial patch update should preserve unchanged fields PASSED + +WorkspacesHandlerTest > testListWorkspacesInOrgWithKeyword() STARTED + +WorkspacesHandlerTest > testListWorkspacesInOrgWithKeyword() PASSED + +WorkspacesHandlerTest > testGetWorkspaceOrganizationInfo(Boolean) > [1] true STARTED + +WorkspacesHandlerTest > testGetWorkspaceOrganizationInfo(Boolean) > [1] true PASSED + +WorkspacesHandlerTest > testGetWorkspaceOrganizationInfo(Boolean) > [2] false STARTED + +WorkspacesHandlerTest > testGetWorkspaceOrganizationInfo(Boolean) > [2] false PASSED + +WorkspacesHandlerTest > testCreateWorkspace() STARTED + +WorkspacesHandlerTest > testCreateWorkspace() PASSED + +WorkspacesHandlerTest > testCreateWorkspaceDuplicateSlug() STARTED + +WorkspacesHandlerTest > testCreateWorkspaceDuplicateSlug() PASSED + +WorkspacesHandlerTest > testListWorkspacesInOrgNoKeyword() STARTED + +WorkspacesHandlerTest > testListWorkspacesInOrgNoKeyword() PASSED + +WorkspacesHandlerTest > Update organization in workspace STARTED + +WorkspacesHandlerTest > Update organization in workspace PASSED + +WorkspacesHandlerTest > testGetWorkspaceBySlug() STARTED + +WorkspacesHandlerTest > testGetWorkspaceBySlug() PASSED + +WorkspacesHandlerTest > testSetFeedbackDone() STARTED + +WorkspacesHandlerTest > testSetFeedbackDone() PASSED + +WorkspacesHandlerTest > Updating workspace name should update name and slug STARTED + +WorkspacesHandlerTest > Updating workspace name should update name and slug PASSED + +WorkspacesHandlerTest > testCreateWorkspaceIfNotExist() STARTED + +WorkspacesHandlerTest > testCreateWorkspaceIfNotExist() PASSED + +WorkspacesHandlerTest > testListWorkspaces() STARTED + +WorkspacesHandlerTest > testListWorkspaces() PASSED + +WorkspacesHandlerTest > testCreateWorkspaceWithMinimumInput() STARTED + +WorkspacesHandlerTest > testCreateWorkspaceWithMinimumInput() PASSED + +WorkspacesHandlerTest > testGetWorkspaceByConnectionIdOnConfigNotFound() STARTED + +WorkspacesHandlerTest > testGetWorkspaceByConnectionIdOnConfigNotFound() PASSED + +WorkspacesHandlerTest > testWorkspaceIsWrittenThroughSecretsWriter() STARTED + +WorkspacesHandlerTest > testWorkspaceIsWrittenThroughSecretsWriter() PASSED + +WorkspacesHandlerTest > testDeleteWorkspace() STARTED + +WorkspacesHandlerTest > testDeleteWorkspace() PASSED + +WorkspacesHandlerTest > testUpdateWorkspaceWithoutWebhookConfigs() STARTED + +WorkspacesHandlerTest > testUpdateWorkspaceWithoutWebhookConfigs() PASSED + +WorkspacesHandlerTest > testGetWorkspace() STARTED + +WorkspacesHandlerTest > testGetWorkspace() PASSED + +WorkspacesHandlerTest > testUpdateWorkspace() STARTED + +WorkspacesHandlerTest > testUpdateWorkspace() PASSED + +ActorDefinitionHandlerHelperTest > testGetBreakingChangesIfDefinitionNotFound() STARTED + +ActorDefinitionHandlerHelperTest > testGetBreakingChangesIfDefinitionNotFound() PASSED + +ActorDefinitionHandlerHelperTest > testGetNoBreakingChangesAvailable() STARTED + +ActorDefinitionHandlerHelperTest > testGetNoBreakingChangesAvailable() PASSED + +ActorDefinitionHandlerHelperTest > TestGetVersionBreakingChanges > testGetVersionBreakingChangesNoBreakingChanges() STARTED + +ActorDefinitionHandlerHelperTest > TestGetVersionBreakingChanges > testGetVersionBreakingChangesNoBreakingChanges() PASSED + +ActorDefinitionHandlerHelperTest > TestGetVersionBreakingChanges > testGetVersionBreakingChanges() STARTED + +ActorDefinitionHandlerHelperTest > TestGetVersionBreakingChanges > testGetVersionBreakingChanges() PASSED + +ActorDefinitionHandlerHelperTest > TestGetBreakingChanges > testGetBreakingChanges() STARTED + +ActorDefinitionHandlerHelperTest > TestGetBreakingChanges > testGetBreakingChanges() PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with an invalid protocol version should throw an exception > [1] true STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with an invalid protocol version should throw an exception > [1] true PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with an invalid protocol version should throw an exception > [2] false STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with an invalid protocol version should throw an exception > [2] false PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Always fetch specs for dev versions > [1] true STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Always fetch specs for dev versions > [1] true PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Always fetch specs for dev versions > [2] false STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Always fetch specs for dev versions > [2] false PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with a new version gets a new spec and new protocol version > [1] true STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with a new version gets a new spec and new protocol version > [1] true PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with a new version gets a new spec and new protocol version > [2] false STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update with a new version gets a new spec and new protocol version > [2] false PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Re-fetch spec for dev versions resolved from the db > [1] true STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Re-fetch spec for dev versions resolved from the db > [1] true PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Re-fetch spec for dev versions resolved from the db > [2] false STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Re-fetch spec for dev versions resolved from the db > [2] false PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update should return an already existing one from db/remote before creating a new one > [1] true STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update should return an already existing one from db/remote before creating a new one > [1] true PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update should return an already existing one from db/remote before creating a new one > [2] false STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > Creating an ActorDefinitionVersion from update should return an already existing one from db/remote before creating a new one > [2] false PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > If the 'new' version has the same dockerImageTag, we don't attempt to fetch a new spec > [1] true STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > If the 'new' version has the same dockerImageTag, we don't attempt to fetch a new spec > [1] true PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > If the 'new' version has the same dockerImageTag, we don't attempt to fetch a new spec > [2] false STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromUpdate > If the 'new' version has the same dockerImageTag, we don't attempt to fetch a new spec > [2] false PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromCreate > The ActorDefinitionVersion created fromCreate should always be custom STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromCreate > The ActorDefinitionVersion created fromCreate should always be custom PASSED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromCreate > Creating an ActorDefinitionVersion from create with an invalid protocol version should throw an exception STARTED + +ActorDefinitionHandlerHelperTest > TestDefaultDefinitionVersionFromCreate > Creating an ActorDefinitionVersion from create with an invalid protocol version should throw an exception PASSED + +AutoPropagateSchemaChangeHelperTest > applyAddWithSourceDefinedCursor() STARTED + +AutoPropagateSchemaChangeHelperTest > applyAddWithSourceDefinedCursor() PASSED + +AutoPropagateSchemaChangeHelperTest > applyRemove() STARTED + +AutoPropagateSchemaChangeHelperTest > applyRemove() PASSED + +AutoPropagateSchemaChangeHelperTest > newColumnInStreamFormat() STARTED + +AutoPropagateSchemaChangeHelperTest > newColumnInStreamFormat() PASSED + +AutoPropagateSchemaChangeHelperTest > applyUpdate() STARTED + +AutoPropagateSchemaChangeHelperTest > applyUpdate() PASSED + +AutoPropagateSchemaChangeHelperTest > applyRemoveNotFully() STARTED + +AutoPropagateSchemaChangeHelperTest > applyRemoveNotFully() PASSED + +AutoPropagateSchemaChangeHelperTest > applyAddWithSourceDefinedCursorNoPrimaryKeyNoFullRefresh() STARTED + +AutoPropagateSchemaChangeHelperTest > applyAddWithSourceDefinedCursorNoPrimaryKeyNoFullRefresh() PASSED + +AutoPropagateSchemaChangeHelperTest > applyAddNoFlag() STARTED + +AutoPropagateSchemaChangeHelperTest > applyAddNoFlag() PASSED + +AutoPropagateSchemaChangeHelperTest > addStreamFormat() STARTED + +AutoPropagateSchemaChangeHelperTest > addStreamFormat() PASSED + +AutoPropagateSchemaChangeHelperTest > mixedChangesInStreamFormat() STARTED + +AutoPropagateSchemaChangeHelperTest > mixedChangesInStreamFormat() PASSED + +AutoPropagateSchemaChangeHelperTest > removeStreamFormat() STARTED + +AutoPropagateSchemaChangeHelperTest > removeStreamFormat() PASSED + +AutoPropagateSchemaChangeHelperTest > testContainsBreakingChange() STARTED + +AutoPropagateSchemaChangeHelperTest > testContainsBreakingChange() PASSED + +AutoPropagateSchemaChangeHelperTest > applyAdd() STARTED + +AutoPropagateSchemaChangeHelperTest > applyAdd() PASSED + +AutoPropagateSchemaChangeHelperTest > emptyDiffShouldAlwaysPropagate() STARTED + +AutoPropagateSchemaChangeHelperTest > emptyDiffShouldAlwaysPropagate() PASSED + +AutoPropagateSchemaChangeHelperTest > extractStreamAndConfigPerStreamDescriptorTest() STARTED + +AutoPropagateSchemaChangeHelperTest > extractStreamAndConfigPerStreamDescriptorTest() PASSED + +AutoPropagateSchemaChangeHelperTest > emptyDiffCanBeApplied() STARTED + +AutoPropagateSchemaChangeHelperTest > emptyDiffCanBeApplied() PASSED + +AutoPropagateSchemaChangeHelperTest > applyAddNotFully() STARTED + +AutoPropagateSchemaChangeHelperTest > applyAddNotFully() PASSED + +AutoPropagateSchemaChangeHelperTest > applyAddWithSourceDefinedCursorNoPrimaryKey() STARTED + +AutoPropagateSchemaChangeHelperTest > applyAddWithSourceDefinedCursorNoPrimaryKey() PASSED + +AutoPropagateSchemaChangeHelperTest > removedColumnsInStreamFormat() STARTED + +AutoPropagateSchemaChangeHelperTest > removedColumnsInStreamFormat() PASSED + +AutoPropagateSchemaChangeHelperTest > extractStreamAndConfigPerStreamDescriptorNoNamespaceTest() STARTED + +AutoPropagateSchemaChangeHelperTest > extractStreamAndConfigPerStreamDescriptorNoNamespaceTest() PASSED + +AutoPropagateSchemaChangeHelperTest > updatedColumnInStreamFormat() STARTED + +AutoPropagateSchemaChangeHelperTest > updatedColumnInStreamFormat() PASSED + +ConfigRepositoryBuilderProjectUpdaterTest > updateConnectorBuilderProject should update an existing project removing the draft STARTED + +ConfigRepositoryBuilderProjectUpdaterTest > updateConnectorBuilderProject should update an existing project removing the draft PASSED + +ConfigRepositoryBuilderProjectUpdaterTest > updateConnectorBuilderProject should update an existing project STARTED + +ConfigRepositoryBuilderProjectUpdaterTest > updateConnectorBuilderProject should update an existing project PASSED + +ConfigRepositoryBuilderProjectUpdaterTest > givenActorDefinitionAssociatedWithProjectWhenUpdateConnectorBuilderProjectThenUpdateProjectAndDefinition() STARTED + +ConfigRepositoryBuilderProjectUpdaterTest > givenActorDefinitionAssociatedWithProjectWhenUpdateConnectorBuilderProjectThenUpdateProjectAndDefinition() PASSED + +ConnectorDefinitionSpecificationHandlerTest > testGetDestinationSpecForDestinationId() STARTED + +ConnectorDefinitionSpecificationHandlerTest > testGetDestinationSpecForDestinationId() PASSED + +ConnectorDefinitionSpecificationHandlerTest > testGetSourceSpecWithoutDocs() STARTED + +ConnectorDefinitionSpecificationHandlerTest > testGetSourceSpecWithoutDocs() PASSED + +ConnectorDefinitionSpecificationHandlerTest > testGetSourceSpecForSourceId() STARTED + +ConnectorDefinitionSpecificationHandlerTest > testGetSourceSpecForSourceId() PASSED + +ConnectorDefinitionSpecificationHandlerTest > testGetDestinationSpec() STARTED + +ConnectorDefinitionSpecificationHandlerTest > testGetDestinationSpec() PASSED + +ConnectorDefinitionSpecificationHandlerTest > testGetSourceSpec() STARTED + +ConnectorDefinitionSpecificationHandlerTest > testGetSourceSpec() PASSED + +DeclarativeSourceManifestInjectorTest > givenDocumentationUrlWhenAdaptDeclarativeManifestThenReturnConnectorSpecificationHasDocumentationUrl() STARTED + +DeclarativeSourceManifestInjectorTest > givenDocumentationUrlWhenAdaptDeclarativeManifestThenReturnConnectorSpecificationHasDocumentationUrl() PASSED + +DeclarativeSourceManifestInjectorTest > whenCreateConfigInjectionThenReturnConfigInjection() STARTED + +DeclarativeSourceManifestInjectorTest > whenCreateConfigInjectionThenReturnConfigInjection() PASSED + +DeclarativeSourceManifestInjectorTest > testGetCdkVersion() STARTED + +DeclarativeSourceManifestInjectorTest > testGetCdkVersion() PASSED + +DeclarativeSourceManifestInjectorTest > whenAdaptDeclarativeManifestThenReturnConnectorSpecification() STARTED + +DeclarativeSourceManifestInjectorTest > whenAdaptDeclarativeManifestThenReturnConnectorSpecification() PASSED + +DeclarativeSourceManifestInjectorTest > whenAddInjectedDeclarativeManifestThenJsonHasInjectedDeclarativeManifestProperty() STARTED + +DeclarativeSourceManifestInjectorTest > whenAddInjectedDeclarativeManifestThenJsonHasInjectedDeclarativeManifestProperty() PASSED + +JobCreationAndStatusUpdateHelperTest > failNonTerminalJobs() STARTED + +JobCreationAndStatusUpdateHelperTest > failNonTerminalJobs() PASSED + +JobCreationAndStatusUpdateHelperTest > testReportJobStart() STARTED + +JobCreationAndStatusUpdateHelperTest > testReportJobStart() PASSED + +JobCreationAndStatusUpdateHelperTest > testReleaseStageOrdering() STARTED + +JobCreationAndStatusUpdateHelperTest > testReleaseStageOrdering() PASSED + +JobCreationAndStatusUpdateHelperTest > findPreviousJob() STARTED + +JobCreationAndStatusUpdateHelperTest > findPreviousJob() PASSED + +JobCreationAndStatusUpdateHelperTest > didJobSucceed() STARTED + +JobCreationAndStatusUpdateHelperTest > didJobSucceed() PASSED + +JobCreationAndStatusUpdateHelperTest > testGetSyncJobToReleaseStages() STARTED + +JobCreationAndStatusUpdateHelperTest > testGetSyncJobToReleaseStages() PASSED + +JobCreationAndStatusUpdateHelperTest > testGetResetJobToReleaseStages() STARTED + +JobCreationAndStatusUpdateHelperTest > testGetResetJobToReleaseStages() PASSED + +OAuthPathExtractorTest > testExtract() STARTED + +OAuthPathExtractorTest > testExtract() PASSED + +OAuthSecretHelperTest > testGetOAuthConfigPaths() STARTED + +OAuthSecretHelperTest > testGetOAuthConfigPaths() PASSED + +OAuthSecretHelperTest > testGetOAuthInputPathsForNestedAdvancedAuth() STARTED + +OAuthSecretHelperTest > testGetOAuthInputPathsForNestedAdvancedAuth() PASSED + +OAuthSecretHelperTest > testGetOAuthInputPathsForAdvancedAuth() STARTED + +OAuthSecretHelperTest > testGetOAuthInputPathsForAdvancedAuth() PASSED + +OAuthSecretHelperTest > testSetSecretsInConnectionConfigurationForAdvancedAuth() STARTED + +OAuthSecretHelperTest > testSetSecretsInConnectionConfigurationForAdvancedAuth() PASSED + +OAuthSecretHelperTest > testValidateOauthParamConfigAndReturnAdvancedAuthSecretSpec() STARTED + +OAuthSecretHelperTest > testValidateOauthParamConfigAndReturnAdvancedAuthSecretSpec() PASSED + +StatsAggregationHelperTest > testAggregatedStatsResumedFullRefreshEdgeCaseWithNonResumedStatsMixedEndingWithNonResumed() STARTED + +StatsAggregationHelperTest > testAggregatedStatsResumedFullRefreshEdgeCaseWithNonResumedStatsMixedEndingWithNonResumed() PASSED + +StatsAggregationHelperTest > testFullRefreshWithNullStats() STARTED + +StatsAggregationHelperTest > testFullRefreshWithNullStats() PASSED + +StatsAggregationHelperTest > testAggregatedStatsResumedFullRefreshEdgeCaseWithNonResumedStatsMixed() STARTED + +StatsAggregationHelperTest > testAggregatedStatsResumedFullRefreshEdgeCaseWithNonResumedStatsMixed() PASSED + +StatsAggregationHelperTest > testStreamWasNotBackfilled() STARTED + +StatsAggregationHelperTest > testStreamWasNotBackfilled() PASSED + +StatsAggregationHelperTest > testIncremental() STARTED + +StatsAggregationHelperTest > testIncremental() PASSED + +StatsAggregationHelperTest > testIncrementalIgnoresWasResumed() STARTED + +StatsAggregationHelperTest > testIncrementalIgnoresWasResumed() PASSED + +StatsAggregationHelperTest > testIncrementalWithNullStats() STARTED + +StatsAggregationHelperTest > testIncrementalWithNullStats() PASSED + +StatsAggregationHelperTest > testStreamWasBackfilled() STARTED + +StatsAggregationHelperTest > testStreamWasBackfilled() PASSED + +StatsAggregationHelperTest > testBackfillNotSpecified() STARTED + +StatsAggregationHelperTest > testBackfillNotSpecified() PASSED + +StatsAggregationHelperTest > testAggregatedStatsFullRefresh() STARTED + +StatsAggregationHelperTest > testAggregatedStatsFullRefresh() PASSED + +StatsAggregationHelperTest > testAggregatedStatsResumedFullRefresh() STARTED + +StatsAggregationHelperTest > testAggregatedStatsResumedFullRefresh() PASSED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateDestinationCheckConnectionJob() STARTED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateDestinationCheckConnectionJob() PASSED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateDiscoverSchemaJob() STARTED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateDiscoverSchemaJob() PASSED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateSourceCheckConnectionJobWithConfigInjection() STARTED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateSourceCheckConnectionJobWithConfigInjection() PASSED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateGetSpecJob() STARTED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateGetSpecJob() PASSED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateSourceCheckConnectionJob() STARTED + +DefaultSynchronousSchedulerClientTest > Test job creation for each configuration type. > testCreateSourceCheckConnectionJob() PASSED + +DefaultSynchronousSchedulerClientTest > Test execute method. > testExecuteJobSuccess() STARTED + +DefaultSynchronousSchedulerClientTest > Test execute method. > testExecuteJobSuccess() PASSED + +DefaultSynchronousSchedulerClientTest > Test execute method. > testExecuteJobFailure() STARTED + +DefaultSynchronousSchedulerClientTest > Test execute method. > testExecuteJobFailure() PASSED + +DefaultSynchronousSchedulerClientTest > Test execute method. > testExecuteRuntimeException() STARTED + +DefaultSynchronousSchedulerClientTest > Test execute method. > testExecuteRuntimeException() PASSED + +AirbyteHttpRequestFieldExtractorTest > testWorkspaceIdsExtraction() STARTED + +AirbyteHttpRequestFieldExtractorTest > testWorkspaceIdsExtraction() PASSED + +AirbyteHttpRequestFieldExtractorTest > testExtractionUUID() STARTED + +AirbyteHttpRequestFieldExtractorTest > testExtractionUUID() PASSED + +AirbyteHttpRequestFieldExtractorTest > testWorkspaceIdsExtractionWithNullWorkspaceIds() STARTED + +AirbyteHttpRequestFieldExtractorTest > testWorkspaceIdsExtractionWithNullWorkspaceIds() PASSED + +AirbyteHttpRequestFieldExtractorTest > testExtractionWithMissingField() STARTED + +AirbyteHttpRequestFieldExtractorTest > testExtractionWithMissingField() PASSED + +AirbyteHttpRequestFieldExtractorTest > testExtractionNonUUID() STARTED + +AirbyteHttpRequestFieldExtractorTest > testExtractionNonUUID() PASSED + +AirbyteHttpRequestFieldExtractorTest > testExtractionWithNoMatch() STARTED + +AirbyteHttpRequestFieldExtractorTest > testExtractionWithNoMatch() PASSED + +AirbyteHttpRequestFieldExtractorTest > testContentToJson() STARTED + +AirbyteHttpRequestFieldExtractorTest > testContentToJson() PASSED + +AirbyteHttpRequestFieldExtractorTest > testExtractionWithEmptyContent() STARTED + +AirbyteHttpRequestFieldExtractorTest > testExtractionWithEmptyContent() PASSED + +AuthNettyServerCustomizerTest > testCustomizerRegisteredOnCreation() STARTED + +AuthNettyServerCustomizerTest > testCustomizerRegisteredOnCreation() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromConnectionIds() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromConnectionIds() PASSED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromEmail() STARTED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromEmail() PASSED + +AuthenticationHeaderResolverTest > testResolvingWorkspaceFromPermissionHeader() STARTED + +AuthenticationHeaderResolverTest > testResolvingWorkspaceFromPermissionHeader() PASSED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromCreatorUserId() STARTED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromCreatorUserId() PASSED + +AuthenticationHeaderResolverTest > testResolvingMultiple() STARTED + +AuthenticationHeaderResolverTest > testResolvingMultiple() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromConnectionId() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromConnectionId() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromDestinationId() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromDestinationId() PASSED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromUserId() STARTED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromUserId() PASSED + +AuthenticationHeaderResolverTest > testResolvingWithException() STARTED + +AuthenticationHeaderResolverTest > testResolvingWithException() PASSED + +AuthenticationHeaderResolverTest > testResolvingOrganizationDirectlyFromHeader() STARTED + +AuthenticationHeaderResolverTest > testResolvingOrganizationDirectlyFromHeader() PASSED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromExternalAuthUserId() STARTED + +AuthenticationHeaderResolverTest > testResolvingAuthUserFromExternalAuthUserId() PASSED + +AuthenticationHeaderResolverTest > testResolvingOrganizationIdFromScopeTypeAndScopeId() STARTED + +AuthenticationHeaderResolverTest > testResolvingOrganizationIdFromScopeTypeAndScopeId() PASSED + +AuthenticationHeaderResolverTest > testResolvingOrganizationFromWorkspaceHeader() STARTED + +AuthenticationHeaderResolverTest > testResolvingOrganizationFromWorkspaceHeader() PASSED + +AuthenticationHeaderResolverTest > testResolvingWorkspaceIdFromScopeTypeAndScopeId() STARTED + +AuthenticationHeaderResolverTest > testResolvingWorkspaceIdFromScopeTypeAndScopeId() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromOperationId() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromOperationId() PASSED + +AuthenticationHeaderResolverTest > testResolvingOrganizationFromPermissionHeader() STARTED + +AuthenticationHeaderResolverTest > testResolvingOrganizationFromPermissionHeader() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromSourceAndDestinationId() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromSourceAndDestinationId() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromWorkspaceId() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromWorkspaceId() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromJobId() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromJobId() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromNoMatchingProperties() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromNoMatchingProperties() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromSourceId() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromSourceId() PASSED +Using images 'airbyte/connector-builder-server:0.63.8'. +:airbyte-cron:kaptGenerateStubsKotlin + +RecordSchemaValidatorTest > testValidateInvalidSchema() PASSED + +RecordSchemaValidatorTest > testValidateValidSchemaWithoutCounting() STARTED + +RecordSchemaValidatorTest > testValidateValidSchemaWithoutCounting() PASSED + +RecordSchemaValidatorTest > testValidateValidSchema() STARTED + +RecordSchemaValidatorTest > testValidateValidSchema() PASSED + +RecordSchemaValidatorTest > testValidateInvalidSchemaWithoutCounting() STARTED +Using images 'airbyte/connector-sidecar:0.63.8'. +:airbyte-cron:kaptGenerateStubsKotlin FROM-CACHE +:airbyte-cron:kaptKotlin + +CommunityCurrentUserServiceTest > testGetCurrentUser() STARTED + +CommunityCurrentUserServiceTest > testGetCurrentUser() PASSED + +JwtTokenParserTest > testResolveSsoRealm_firebase() STARTED + +JwtTokenParserTest > testResolveSsoRealm_firebase() PASSED + +JwtTokenParserTest > testResolveUser_firebase() STARTED + +JwtTokenParserTest > testResolveUser_firebase() PASSED + +JwtTokenParserTest > testResolveSsoRealm_keycloak() STARTED + +JwtTokenParserTest > testResolveSsoRealm_keycloak() PASSED + +JwtTokenParserTest > testResolveUser_keycloak() STARTED + +JwtTokenParserTest > testResolveUser_keycloak() PASSED + +JwtUserAuthenticationResolverTest > testResolveSsoRealm_firebase() STARTED + +JwtUserAuthenticationResolverTest > testResolveSsoRealm_firebase() PASSED + +JwtUserAuthenticationResolverTest > testResolveUser_firebase() STARTED + +JwtUserAuthenticationResolverTest > testResolveUser_firebase() PASSED + +JwtUserAuthenticationResolverTest > testResolveSsoRealm_keycloak() STARTED + +JwtUserAuthenticationResolverTest > testResolveSsoRealm_keycloak() PASSED + +RbacRoleHelperTest > getRbacRolesMultipleIdsAndCombinationsWithNull() STARTED +Step 1/21 : ARG JAVA_PYTHON_BASE_IMAGE_VERSION=2.1.3 +Step 2/21 : FROM airbyte/airbyte-base-java-python-image:${JAVA_PYTHON_BASE_IMAGE_VERSION} AS connector-builder-server + +RbacRoleHelperTest > getRbacRolesMultipleIdsAndCombinationsWithNull() PASSED + +RbacRoleHelperTest > getInstanceAdminRoles() STARTED + +RbacRoleHelperTest > getInstanceAdminRoles() PASSED + +RbacRoleHelperTest > getRbacRolesMultipleIdsAndCombinations() STARTED + +RbacRoleHelperTest > getRbacRolesMultipleIdsAndCombinations() PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [1] true, true, true, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [1] true, true, true, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [2] true, true, true, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [2] true, true, true, false PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [3] true, true, false, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [3] true, true, false, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [4] true, true, false, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [4] true, true, false, false PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [5] true, false, true, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [5] true, false, true, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [6] true, false, true, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [6] true, false, true, false PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [7] true, false, false, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [7] true, false, false, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [8] true, false, false, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [8] true, false, false, false PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [9] false, true, true, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [9] false, true, true, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [10] false, true, true, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [10] false, true, true, false PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [11] false, true, false, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [11] false, true, false, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [12] false, true, false, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [12] false, true, false, false PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [13] false, false, true, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [13] false, false, true, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [14] false, false, true, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [14] false, false, true, false PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [15] false, false, false, true STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [15] false, false, false, true PASSED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [16] false, false, false, false STARTED + +RbacRoleHelperTest > getRbacRolesBasic(Boolean, Boolean, Boolean, Boolean) > [16] false, false, false, false PASSED + +RbacRoleHelperTest > getRbacRolesFromOrganizationLevel() STARTED + +RbacRoleHelperTest > getRbacRolesFromOrganizationLevel() PASSED + +SecurityAwareCurrentUserServiceTest > testGetCurrentUser() STARTED + +SecurityAwareCurrentUserServiceTest > testGetCurrentUser() PASSED + +EnterpriseActorDefinitionAccessValidatorTest > otherwiseThrows() STARTED + +EnterpriseActorDefinitionAccessValidatorTest > otherwiseThrows() PASSED + +EnterpriseActorDefinitionAccessValidatorTest > ValidateWriteAccess > instanceAdminAllowed() STARTED + +EnterpriseActorDefinitionAccessValidatorTest > ValidateWriteAccess > instanceAdminAllowed() PASSED + +EnterpriseActorDefinitionAccessValidatorTest > ValidateWriteAccess > defaultOrgAdminAllowed() STARTED + +EnterpriseActorDefinitionAccessValidatorTest > ValidateWriteAccess > defaultOrgAdminAllowed() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +Step 1/15 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.2 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/15 : ADD airbyte-app.tar /app + +RecordSchemaValidatorTest > testValidateInvalidSchemaWithoutCounting() PASSED + +ApiAuthorizationHelperTest > test ensureUserHasAnyRequiredRoleOrThrow for common required roles() STARTED +Using images 'airbyte/container-orchestrator:0.63.8'. + ---> 2011a99491a4 +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + +ApiAuthorizationHelperTest > test ensureUserHasAnyRequiredRoleOrThrow for common required roles() PASSED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions for passing and failing permission checks() STARTED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions for passing and failing permission checks() PASSED + +ApiAuthorizationHelperTest > test ensureUserHasAnyRequiredRoleOrThrow for org ID() STARTED + +ApiAuthorizationHelperTest > test ensureUserHasAnyRequiredRoleOrThrow for org ID() PASSED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions with null workspace Ids() STARTED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions with null workspace Ids() PASSED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions for instance admin() STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [1] true STARTED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions for instance admin() PASSED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions with empty workspace Ids() STARTED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions with empty workspace Ids() PASSED + +AbstractThrowableProblemHandlerTest > testHandle() STARTED + +AbstractThrowableProblemHandlerTest > testHandle() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +BootloaderTest > testRequiredVersionUpgradePredicate() PASSED + +BootloaderTest > testPostLoadExecutionExecutes() STARTED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist() STARTED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist() PASSED + +ScopedConfigurationHandlerTest > test listScopedConfigurations() STARTED + +ScopedConfigurationHandlerTest > test listScopedConfigurations() PASSED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing actor definition version() STARTED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing actor definition version() PASSED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing origin() STARTED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing origin() PASSED + +ScopedConfigurationHandlerTest > test insertScopedConfiguration all fields() STARTED + +ScopedConfigurationHandlerTest > test insertScopedConfiguration all fields() PASSED + +ScopedConfigurationHandlerTest > test insertScopedConfiguration only required() STARTED + +ScopedConfigurationHandlerTest > test insertScopedConfiguration only required() PASSED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing resource() STARTED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing resource() PASSED + +ScopedConfigurationHandlerTest > test deleteScopedConfiguration() STARTED + +ScopedConfigurationHandlerTest > test deleteScopedConfiguration() PASSED + +ScopedConfigurationHandlerTest > test getScopedConfiguration() STARTED + +ScopedConfigurationHandlerTest > test getScopedConfiguration() PASSED + +ScopedConfigurationHandlerTest > test get scoped configuration context() STARTED + +ScopedConfigurationHandlerTest > test get scoped configuration context() PASSED + +ScopedConfigurationHandlerTest > test updateScopedConfiguration() STARTED + +ScopedConfigurationHandlerTest > test updateScopedConfiguration() PASSED + +ScopedConfigurationHandlerTest > test get scoped configuration context for non-existent key throws() STARTED + +ScopedConfigurationHandlerTest > test get scoped configuration context for non-existent key throws() PASSED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing scope() STARTED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing scope() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + accept + test + toString + hashCode + equals + run + apply + applyAsLong + resolveCredentials + get + load + call + voidCall +Step 1/15 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.2 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/15 : ADD airbyte-app.tar /app + +StreamRefreshesHandlerTest > test that nothing is submitted if refreshes is not supported() STARTED + +StreamRefreshesHandlerTest > test that nothing is submitted if refreshes is not supported() PASSED + +StreamRefreshesHandlerTest > test that the refreshes entries are properly created() STARTED + +StreamRefreshesHandlerTest > test that the refreshes entries are properly created() PASSED + +StreamRefreshesHandlerTest > test the conversion from connection stream to stream descriptors() STARTED + +StreamRefreshesHandlerTest > test the conversion from connection stream to stream descriptors() PASSED + +StreamRefreshesHandlerTest > test delete() STARTED +:airbyte-data:kspIntegrationTestKotlin NO-SOURCE +:airbyte-data:compileIntegrationTestKotlin NO-SOURCE +:airbyte-data:compileIntegrationTestJava NO-SOURCE +:airbyte-data:processIntegrationTestResources NO-SOURCE +:airbyte-data:integrationTestClasses UP-TO-DATE +:airbyte-data:checkstyleIntegrationTest NO-SOURCE +:airbyte-data:kspTestKotlin + +StreamRefreshesHandlerTest > test delete() PASSED + +StreamRefreshesHandlerTest > test that the refreshes entries are properly created for all the streams if the provided list is empty() STARTED + +StreamRefreshesHandlerTest > test that the refreshes entries are properly created for all the streams if the provided list is empty() PASSED + +ContextBuilderTest > test the creation of the connection context() STARTED + +ContextBuilderTest > test the creation of the connection context() PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [1] true PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [2] false STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [2] false PASSED + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutResume() STARTED + +ScopedConfigurationRelationshipResolverTest > test get all ancestor scopes() STARTED + +ScopedConfigurationRelationshipResolverTest > test get all ancestor scopes() PASSED + +ScopedConfigurationRelationshipResolverTest > test get child for unsupported child scope type throws() STARTED + +ScopedConfigurationRelationshipResolverTest > test get child for unsupported child scope type throws() PASSED + +ScopedConfigurationRelationshipResolverTest > test get organization child workspaces() STARTED + +ScopedConfigurationRelationshipResolverTest > test get organization child workspaces() PASSED + +ScopedConfigurationRelationshipResolverTest > test get workspace child actors() STARTED + +ScopedConfigurationRelationshipResolverTest > test get workspace child actors() PASSED + +ScopedConfigurationRelationshipResolverTest > test get destination parent workspace() STARTED + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutResume() PASSED + +ReplicationInputHydratorTest > testTrackBackfillAndResume() STARTED + +ScopedConfigurationRelationshipResolverTest > test get destination parent workspace() PASSED + +ScopedConfigurationRelationshipResolverTest > test get source parent workspace() STARTED + +ScopedConfigurationRelationshipResolverTest > test get source parent workspace() PASSED + +ScopedConfigurationRelationshipResolverTest > test get parent for unsupported parent scope type throws() STARTED + +ReplicationInputHydratorTest > testTrackBackfillAndResume() PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [1] true STARTED + +ScopedConfigurationRelationshipResolverTest > test get parent for unsupported parent scope type throws() PASSED + +ScopedConfigurationRelationshipResolverTest > test get workspace parent organization() STARTED + +ScopedConfigurationRelationshipResolverTest > test get workspace parent organization() PASSED + +ScopedConfigurationRelationshipResolverTest > test get all descendant scopes() STARTED + +ScopedConfigurationRelationshipResolverTest > test get all descendant scopes() PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [1] true PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [2] false STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [2] false PASSED + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutBackfill() STARTED + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutBackfill() PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [1] true STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [1] true PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [2] false STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [2] false PASSED + +StateWithIdTest > globalStateTest(String) > [1] {"{\"schema\":null,\"payload\":[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} STARTED + +CatalogValidatorTest > test getting the field count when no fields are present$io_airbyte_airbyte_commons_server_test() STARTED + +StateWithIdTest > globalStateTest(String) > [1] {"{\"schema\":null,\"payload\":[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} PASSED + +StateWithIdTest > globalStateTest(String) > [2] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} STARTED + +StateWithIdTest > globalStateTest(String) > [2] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]}":"{\"last_snapshot_record\":true,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1659422332985000,\"snapshot\":true}"} PASSED + +StateWithIdTest > globalStateTest(String) > [3] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]":"{\"transaction_id\":null,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1677520006097984}"} STARTED + +StateWithIdTest > globalStateTest(String) > [3] {"[\"db_jagkjrgxhw\",{\"server\":\"db_jagkjrgxhw\"}]":"{\"transaction_id\":null,\"lsn\":23896935,\"txId\":505,\"ts_usec\":1677520006097984}"} PASSED + +StateWithIdTest > streamStateTest() STARTED + +StateWithIdTest > streamStateTest() PASSED + +CatalogValidatorTest > test getting the field count when no fields are present$io_airbyte_airbyte_commons_server_test() PASSED + +WorkerMetricReporterTest > trackStateMetricTrackerError() STARTED + +WorkerMetricReporterTest > trackStateMetricTrackerError() PASSED + +WorkerMetricReporterTest > trackUnexpectedFields() STARTED + +WorkerMetricReporterTest > trackUnexpectedFields() PASSED + +WorkerMetricReporterTest > trackSchemaValidationErrors() STARTED + +WorkerMetricReporterTest > trackSchemaValidationErrors() PASSED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithMultipleNamespaces() STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [1] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithMultipleNamespaces() PASSED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithNullNamespace() STARTED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithNullNamespace() PASSED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [1] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and graceful shutdown. STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [2] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0}} + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + … STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [2] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0}} + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + … PASSED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [3] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [3] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and graceful shutdown. PASSED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [4] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [4] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [5] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test process dies. STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [5] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test process dies. PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and shutdown is forced. STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [6] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [6] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + ---> 309f881e87f8 +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [7] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [7] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and shutdown is forced. PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Verify that shutdown waits indefinitely when heartbeat and process are healthy. STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [8] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Verify that shutdown waits indefinitely when heartbeat and process are healthy. PASSED + +AttemptContextTest > addTagsToTrace() STARTED + +CatalogValidatorTest > returns ValidationError if catalog field count over limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [8] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… PASSED + +CatalogValidatorTest > allows runtime override for max field limit$io_airbyte_airbyte_commons_server_test() STARTED + +CatalogValidatorTest > allows runtime override for max field limit$io_airbyte_airbyte_commons_server_test() PASSED + +CatalogValidatorTest > ignores unselected streams$io_airbyte_airbyte_commons_server_test() STARTED + +CatalogValidatorTest > ignores unselected streams$io_airbyte_airbyte_commons_server_test() PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [1] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [1] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +AttemptContextTest > addTagsToTrace() PASSED + +AttemptContextTest > addTagsToTraceShouldIgnoreNullValues() STARTED + +AttemptContextTest > addTagsToTraceShouldIgnoreNullValues() PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [2] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0}} + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + … STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [2] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0}} + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + … PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [3] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [3] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [4] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [4] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + +BufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() STARTED + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [5] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0}} + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + … STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [5] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0}} + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + … PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [6] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [6] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [7] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [7] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [8] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [8] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: {"properties":{"col-0":0,"col-1":1,"col-2":2,"col-3":3,"col-4":4,"col-5":5,"col-6":6,"col-7":7,"col-8":8,"col-9":9,"col-10":10,"col-11":11,"col-12":12,"col-13":13,"col-14":14,"col-15":15,"col-16":16,"col-17":17,"col-18":18,"col-19":19,"col-20":20,"col-21":21,"col-22":22,"col-23":23,"col-24":24,"col-25":25,"col-26":26,"col-27":27,"col-28":28,"col-29"… PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [9] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [9] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… PASSED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [10] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… STARTED + +CatalogValidatorTest > returns null if catalog field count under limit$io_airbyte_airbyte_commons_server_test(AirbyteCatalog) > [10] class AirbyteCatalog { + streams: [class AirbyteStreamAndConfiguration { + stream: class AirbyteStream { + name: null + jsonSchema: null + supportedSyncModes: [] + sourceDefinedCursor: null + defaultCursorField: [] + sourceDefinedPrimaryKey: [] + namespace: null + isResumable: null + } + config: class AirbyteStreamConfiguration { + syncMode: null + cursorField: [] + destinationS… PASSED + ---> 5e836a93a7f3 +Step 6/15 : ARG VERSION=0.63.8 + ---> 5e836a93a7f3 +Step 6/15 : ARG DOCKER_BUILD_ARCH=amd64 + ---> Running in b485d0263b96 + ---> Running in c7c8278a23bd + +BootloaderTest > testPostLoadExecutionExecutes() PASSED + +BootloaderTest > testBootloaderAppBlankDb() STARTED + ---> Removed intermediate container b485d0263b96 + ---> c775cc78be5d +Step 7/15 : ENV APPLICATION airbyte-container-orchestrator + ---> Removed intermediate container c7c8278a23bd + ---> c5054be4d56e +Step 7/15 : ARG VERSION=dev + ---> Running in 07228245bd6d + ---> Running in 9e7b2c39d5b0 +:airbyte-data:kspTestKotlin FROM-CACHE +:airbyte-data:compileTestKotlin + ---> Removed intermediate container 9e7b2c39d5b0 + ---> d38c336b6277 +Step 8/15 : ENV APPLICATION airbyte-connector-sidecar + ---> Removed intermediate container 07228245bd6d + ---> 2c197b8eb295 +Step 8/15 : ENV VERSION=${VERSION} + ---> Running in 527a7a8571d4 + ---> Running in 62dc85f5c6c9 +:airbyte-data:compileTestKotlin FROM-CACHE +:airbyte-data:compileTestJava +:airbyte-cron:kaptKotlin FROM-CACHE +:airbyte-cron:compileKotlin +:airbyte-data:compileTestJava FROM-CACHE +:airbyte-data:processTestResources +:airbyte-data:testClasses +:airbyte-data:checkstyleTest +:airbyte-cron:compileKotlin FROM-CACHE +:airbyte-cron:compileJava +:airbyte-data:checkstyleTest FROM-CACHE +:airbyte-data:spotbugsIntegrationTest NO-SOURCE +:airbyte-data:spotbugsTest SKIPPED +:airbyte-data:test +:airbyte-cron:compileJava FROM-CACHE +:airbyte-cron:classes +:airbyte-cron:jar +:airbyte-cron:startScripts +:airbyte-cron:distTar +:airbyte-commons-server:jacocoTestReport + ---> Removed intermediate container 527a7a8571d4 + ---> d303c75f1105 +Step 9/15 : ENV VERSION=${VERSION} + ---> Removed intermediate container 62dc85f5c6c9 + ---> c9f9b9b1830e +Step 9/15 : WORKDIR /app + ---> Running in 4c3c80437f11 + ---> Running in ff85e3a2e89d + +BufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() PASSED + +BufferedReplicationWorkerTest > testReplicationTimesAreUpdated() STARTED + +BufferedReplicationWorkerTest > testReplicationTimesAreUpdated() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() STARTED +:airbyte-commons-server:check +:airbyte-commons-server:build +:airbyte-keycloak-setup:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-keycloak-setup/build/airbyte/docker'. + ---> Removed intermediate container ff85e3a2e89d + ---> 4ea9805d0cff +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app + ---> Removed intermediate container 4c3c80437f11 + ---> c41929d2a4c9 +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app + +BufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() PASSED + +BufferedReplicationWorkerTest > testSourceConfigPersistError() STARTED + ---> a32af8afcec8 +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> f4c962a961f4 +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app +:airbyte-cron:distZip SKIPPED +:airbyte-cron:dockerCopyDistribution + +BufferedReplicationWorkerTest > testSourceConfigPersistError() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() PASSED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTracking() STARTED +:airbyte-cron:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-cron/build/airbyte/docker'. + +BufferedReplicationWorkerTest > testStreamStatusCompletionTracking() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() STARTED + ---> f854e93ec117 +Step 12/15 : USER airbyte:airbyte + ---> Running in aaaeca38bdfd + ---> f95a24e71649 +Step 12/15 : USER airbyte:airbyte + ---> Running in 3e1f898301ca + +BufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() STARTED + +BootloaderTest > testBootloaderAppBlankDb() PASSED + +DefaultPostLoadExecutorTest > testPostLoadExecutionWithException() STARTED + ---> Removed intermediate container aaaeca38bdfd + ---> 5331d6b697e6 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "/app/airbyte-app/bin/${APPLICATION}"] + ---> Running in 4f97a4e3a83a + +DefaultPostLoadExecutorTest > testPostLoadExecutionWithException() PASSED + +DefaultPostLoadExecutorTest > testPostLoadExecution() STARTED + +DefaultPostLoadExecutorTest > testPostLoadExecution() PASSED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingDestination(boolean) > [1] true STARTED + ---> Removed intermediate container 3e1f898301ca + ---> d4708296d6d8 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "/app/airbyte-app/bin/${APPLICATION}"] + ---> Running in 7a919e22cc60 + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingDestination(boolean) > [1] true PASSED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingDestination(boolean) > [2] false STARTED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingDestination(boolean) > [2] false PASSED + +ProtocolVersionCheckerTest > testProjectRemainingDestinationConflicts() STARTED + +ProtocolVersionCheckerTest > testProjectRemainingDestinationConflicts() PASSED + +ProtocolVersionCheckerTest > testRetrievingCurrentConflicts() STARTED + +ProtocolVersionCheckerTest > testRetrievingCurrentConflicts() PASSED + +ProtocolVersionCheckerTest > testValidateAllConnectorsAreUpgraded(boolean) > [1] true STARTED + +ProtocolVersionCheckerTest > testValidateAllConnectorsAreUpgraded(boolean) > [1] true PASSED + +ProtocolVersionCheckerTest > testValidateAllConnectorsAreUpgraded(boolean) > [2] false STARTED + ---> Removed intermediate container 4f97a4e3a83a + ---> 024f344cb52c +Step 14/15 : LABEL io.airbyte.app=airbyte-container-orchestrator + +ProtocolVersionCheckerTest > testValidateAllConnectorsAreUpgraded(boolean) > [2] false PASSED + ---> Running in b732e04fde7f + +ProtocolVersionCheckerTest > testProjectRemainingSourceConflicts() STARTED + +ProtocolVersionCheckerTest > testProjectRemainingSourceConflicts() PASSED + +ProtocolVersionCheckerTest > testGetTargetRange() STARTED + +ProtocolVersionCheckerTest > testGetTargetRange() PASSED + +ProtocolVersionCheckerTest > testFirstInstallCheck(boolean) > [1] true STARTED + +ProtocolVersionCheckerTest > testFirstInstallCheck(boolean) > [1] true PASSED + +ProtocolVersionCheckerTest > testFirstInstallCheck(boolean) > [2] false STARTED + +ProtocolVersionCheckerTest > testFirstInstallCheck(boolean) > [2] false PASSED + +ProtocolVersionCheckerTest > testValidateSameRange(boolean) > [1] true STARTED + +ProtocolVersionCheckerTest > testValidateSameRange(boolean) > [1] true PASSED + +ProtocolVersionCheckerTest > testValidateSameRange(boolean) > [2] false STARTED + +ProtocolVersionCheckerTest > testValidateSameRange(boolean) > [2] false PASSED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingSource(boolean) > [1] true STARTED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingSource(boolean) > [1] true PASSED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingSource(boolean) > [2] false STARTED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingSource(boolean) > [2] false PASSED + +ProtocolVersionCheckerTest > testRetrievingCurrentConflictsWhenNoConflicts() STARTED + +ProtocolVersionCheckerTest > testRetrievingCurrentConflictsWhenNoConflicts() PASSED + ---> Removed intermediate container 7a919e22cc60 + ---> 4668e0b3539f +Step 14/15 : LABEL io.airbyte.app=airbyte-connector-sidecar + ---> Running in cd57deeb4ed9 + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() PASSED + +BufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() STARTED + ---> Removed intermediate container b732e04fde7f + ---> 49c18e669c5b +Step 15/15 : LABEL io.airbyte.version=0.63.8 + ---> Running in 58c4e7d2b7cd +:airbyte-bootloader:jacocoTestReport + ---> Removed intermediate container cd57deeb4ed9 + ---> c3648b8208fd +Step 15/15 : LABEL io.airbyte.version=0.63.8 + ---> Running in fb96934da59e +Using images 'airbyte/keycloak-setup:0.63.8'. + ---> Removed intermediate container 58c4e7d2b7cd + ---> c229c51b836d +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built c229c51b836d +Successfully tagged airbyte/container-orchestrator:0.63.8 +Created image with ID 'c229c51b836d'. +:airbyte-container-orchestrator:assemble +:airbyte-container-orchestrator:compileIntegrationTestKotlin NO-SOURCE +:airbyte-container-orchestrator:compileIntegrationTestJava NO-SOURCE +:airbyte-container-orchestrator:integrationTestClasses UP-TO-DATE +:airbyte-container-orchestrator:checkstyleIntegrationTest NO-SOURCE +:airbyte-container-orchestrator:checkstyleMain +:airbyte-bootloader:check +:airbyte-bootloader:build +:airbyte-micronaut-temporal:jacocoTestReport +:airbyte-container-orchestrator:checkstyleMain FROM-CACHE +:airbyte-container-orchestrator:compileTestKotlin NO-SOURCE +:airbyte-container-orchestrator:compileTestJava +:airbyte-micronaut-temporal:jacocoTestReport FROM-CACHE +:airbyte-micronaut-temporal:check +:airbyte-micronaut-temporal:build +:airbyte-notification:kspIntegrationTestKotlin NO-SOURCE +:airbyte-notification:compileIntegrationTestKotlin NO-SOURCE +:airbyte-notification:compileIntegrationTestJava NO-SOURCE +:airbyte-notification:processIntegrationTestResources NO-SOURCE +:airbyte-notification:integrationTestClasses UP-TO-DATE +:airbyte-notification:checkstyleIntegrationTest NO-SOURCE +:airbyte-notification:checkstyleMain FROM-CACHE +:airbyte-notification:kspTestKotlin + ---> Removed intermediate container fb96934da59e + ---> 10c8e3e9ce09 +[Warning] One or more build-args [APPLICATION JDK_VERSION] were not consumed +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.3 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app +Successfully built 10c8e3e9ce09 +Successfully tagged airbyte/connector-sidecar:0.63.8 +Created image with ID '10c8e3e9ce09'. +:airbyte-connector-sidecar:assemble +:airbyte-connector-sidecar:kspIntegrationTestKotlin NO-SOURCE +:airbyte-connector-sidecar:compileIntegrationTestKotlin NO-SOURCE +:airbyte-connector-sidecar:compileIntegrationTestJava NO-SOURCE +:airbyte-connector-sidecar:processIntegrationTestResources NO-SOURCE +:airbyte-connector-sidecar:integrationTestClasses UP-TO-DATE +:airbyte-connector-sidecar:checkstyleIntegrationTest NO-SOURCE +:airbyte-connector-sidecar:checkstyleMain NO-SOURCE +:airbyte-connector-sidecar:kspTestKotlin + ---> Using cache + ---> 90b79e2a87ef +Step 4/11 : ADD airbyte-app.tar /app +:airbyte-notification:kspTestKotlin FROM-CACHE +:airbyte-notification:compileTestKotlin FROM-CACHE +:airbyte-notification:compileTestJava +:airbyte-container-orchestrator:compileTestJava FROM-CACHE +:airbyte-container-orchestrator:testClasses +:airbyte-container-orchestrator:checkstyleTest +:airbyte-notification:compileTestJava FROM-CACHE +:airbyte-notification:processTestResources +:airbyte-notification:testClasses +:airbyte-notification:checkstyleTest FROM-CACHE +:airbyte-notification:spotbugsIntegrationTest NO-SOURCE +:airbyte-notification:spotbugsMain +:airbyte-container-orchestrator:checkstyleTest FROM-CACHE +:airbyte-container-orchestrator:spotbugsIntegrationTest NO-SOURCE +:airbyte-container-orchestrator:spotbugsMain +:airbyte-connector-sidecar:kspTestKotlin FROM-CACHE +:airbyte-connector-sidecar:compileTestKotlin FROM-CACHE +:airbyte-connector-sidecar:compileTestJava NO-SOURCE +:airbyte-connector-sidecar:processTestResources +:airbyte-connector-sidecar:testClasses +:airbyte-connector-sidecar:checkstyleTest NO-SOURCE +:airbyte-connector-sidecar:spotbugsIntegrationTest NO-SOURCE +:airbyte-connector-sidecar:spotbugsMain + ---> a1c22299d6e2 +Step 5/11 : FROM ${JDK_IMAGE} AS keycloak-setup + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> Using cache + ---> 1071fb5657dc +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + +BufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() PASSED + +BufferedReplicationWorkerTest > testLogMaskRegex() STARTED + +BufferedReplicationWorkerTest > testLogMaskRegex() PASSED + +BufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() STARTED + +BufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() PASSED + +BufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() STARTED +Using images 'airbyte/cron:0.63.8'. + +BufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() PASSED + +BufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() STARTED + +BufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() SKIPPED + +BufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() STARTED + ---> 4fd893594d39 +Step 8/11 : USER airbyte:airbyte + ---> Running in 264d0c3c6fb6 + +ActorDefinitionServiceJooqImplTest > testGetActorIdsForDefinition() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +BufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() PASSED + +BufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() STARTED + ---> Removed intermediate container 264d0c3c6fb6 + ---> db09da2155f2 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-keycloak-setup"] + ---> Running in cadafc6dcb3e + ---> Removed intermediate container cadafc6dcb3e + ---> 35f884fbeb7c +Step 10/11 : LABEL io.airbyte.app=airbyte-keycloak-setup + ---> Running in a14d3aba6319 + +BufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() PASSED + +BufferedReplicationWorkerTest > testCancellation() STARTED + +BufferedReplicationWorkerTest > testCancellation() PASSED + +BufferedReplicationWorkerTest > testCallHeartbeat() STARTED + ---> Removed intermediate container a14d3aba6319 + ---> a9a44842d0f9 +Step 11/11 : LABEL io.airbyte.version=0.63.8 + ---> Running in f388bf263725 + +BufferedReplicationWorkerTest > testCallHeartbeat() PASSED + +BufferedReplicationWorkerTest > test() STARTED + +BufferedReplicationWorkerTest > test() PASSED + +BufferedReplicationWorkerTest > testDestinationConfigPersistError() STARTED + +BufferedReplicationWorkerTest > testDestinationConfigPersistError() PASSED + +BufferedReplicationWorkerTest > testGetFailureReason() STARTED + +BufferedReplicationWorkerTest > testGetFailureReason() PASSED + +BufferedReplicationWorkerTest > testLoggingInThreads() STARTED + ---> Removed intermediate container f388bf263725 + ---> 31f2d88adca6 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 31f2d88adca6 +Successfully tagged airbyte/keycloak-setup:0.63.8 +Created image with ID '31f2d88adca6'. +:airbyte-connector-sidecar:spotbugsTest SKIPPED +:airbyte-connector-sidecar:test + +BufferedReplicationWorkerTest > testLoggingInThreads() PASSED + +BufferedReplicationWorkerTest > testDestinationNonZeroExitValue() STARTED +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.3 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/11 : ADD airbyte-app.tar /app + +BufferedReplicationWorkerTest > testDestinationNonZeroExitValue() PASSED + +BufferedReplicationWorkerTest > testInvalidSchema() STARTED + +BufferedReplicationWorkerTest > testInvalidSchema() PASSED + +BufferedReplicationWorkerTest > testSourceNonZeroExitValue() STARTED + +BufferedReplicationWorkerTest > testSourceNonZeroExitValue() PASSED + +BufferedReplicationWorkerTest > testSourceFailingTimeout() STARTED + +BufferedReplicationWorkerTest > testSourceFailingTimeout() PASSED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() STARTED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() PASSED + +BufferedReplicationWorkerTest > testDestinationAcceptTimeout() STARTED + ---> aba578001406 +Step 5/11 : FROM ${JDK_IMAGE} + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> Using cache + ---> 1071fb5657dc +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + +BufferedReplicationWorkerTest > testDestinationAcceptTimeout() PASSED + +BufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() STARTED + +BufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() PASSED + +BufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() STARTED + ---> cad1f4a4c3b2 +Step 3/21 : ARG CDK_VERSION=2.3.0 + ---> Running in efa6fbbe03f4 + +BufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() PASSED + +BufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() STARTED + +ActorDefinitionServiceJooqImplTest > testGetActorIdsForDefinition() PASSED + +ActorDefinitionServiceJooqImplTest > updateActorDefinitionDefaultVersionId() STARTED + +ActorDefinitionServiceJooqImplTest > updateActorDefinitionDefaultVersionId() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + call + test + apply + compare + +BufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() PASSED + +BufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() STARTED + +BufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() STARTED + ---> bb2dfb868e43 +Step 8/11 : USER airbyte:airbyte + ---> Running in c17a6e6da6a7 +The following classes needed for analysis were missing: + test + accept + apply + makeConcatWithConstants + voidCall +:airbyte-container-orchestrator:spotbugsTest SKIPPED +:airbyte-container-orchestrator:test +:airbyte-keycloak-setup:assemble +:airbyte-keycloak-setup:compileIntegrationTestKotlin NO-SOURCE +:airbyte-keycloak-setup:compileIntegrationTestJava NO-SOURCE +:airbyte-keycloak-setup:integrationTestClasses UP-TO-DATE +:airbyte-keycloak-setup:checkstyleIntegrationTest NO-SOURCE +:airbyte-keycloak-setup:checkstyleMain FROM-CACHE +:airbyte-keycloak-setup:compileTestKotlin NO-SOURCE +:airbyte-keycloak-setup:compileTestJava +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + test + ---> Removed intermediate container c17a6e6da6a7 + ---> 15ddba87d21a +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-cron"] + ---> Running in cb262331bf3d +:airbyte-keycloak-setup:compileTestJava FROM-CACHE +:airbyte-keycloak-setup:testClasses UP-TO-DATE +:airbyte-keycloak-setup:checkstyleTest + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() PASSED + +BufferedReplicationWorkerTest > testDontCallHeartbeat() STARTED +:airbyte-notification:spotbugsTest SKIPPED +:airbyte-notification:test +:airbyte-keycloak-setup:checkstyleTest FROM-CACHE +:airbyte-keycloak-setup:spotbugsIntegrationTest NO-SOURCE +:airbyte-keycloak-setup:spotbugsMain + ---> Removed intermediate container efa6fbbe03f4 + ---> f7993dbbac27 +Step 4/21 : ENV CDK_PYTHON=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/python + ---> Running in 97c334247961 + ---> Removed intermediate container cb262331bf3d + ---> a3afc956d045 +Step 10/11 : LABEL io.airbyte.app=airbyte-cron + ---> Running in a03d54397fd4 + ---> Removed intermediate container a03d54397fd4 + ---> c7ab65a2979e +Step 11/11 : LABEL io.airbyte.version=0.63.8 + ---> Running in 525e815881f3 + +BufferedReplicationWorkerTest > testDontCallHeartbeat() PASSED + +BufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() STARTED + +BufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() STARTED + ---> Removed intermediate container 525e815881f3 + ---> d52eabae7f39 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built d52eabae7f39 +Successfully tagged airbyte/cron:0.63.8 +Created image with ID 'd52eabae7f39'. +:airbyte-cron:assemble +:airbyte-cron:kaptGenerateStubsIntegrationTestKotlin + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() STARTED + +ApplicationTest > testHappyPath() STARTED +:airbyte-cron:kaptGenerateStubsIntegrationTestKotlin FROM-CACHE +:airbyte-cron:kaptIntegrationTestKotlin + +CustomerIoEmailConfigFetcherTest > testReturnTheRightConfig() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationTimesAreUpdated() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationTimesAreUpdated() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceConfigPersistError() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceConfigPersistError() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTracking() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTracking() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() STARTED + ---> Removed intermediate container 97c334247961 + ---> c09ddab42ae5 +Step 5/21 : ENV CDK_ENTRYPOINT ${PYENV_ROOT}/versions/${PYTHON_VERSION}/lib/python3.9/site-packages/airbyte_cdk/connector_builder/main.py + ---> Running in 0e2d9147ea62 + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() STARTED + +ConnectorMessageProcessorTest > properly update destination() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testLogMaskRegex() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testLogMaskRegex() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [1] [], [stream_a], false STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() STARTED +:airbyte-cron:kaptIntegrationTestKotlin FROM-CACHE +:airbyte-cron:compileIntegrationTestKotlin NO-SOURCE +:airbyte-cron:compileIntegrationTestJava NO-SOURCE +:airbyte-cron:integrationTestClasses UP-TO-DATE +:airbyte-cron:checkstyleIntegrationTest NO-SOURCE +:airbyte-cron:checkstyleMain + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [1] [], [stream_a], false PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [2] [[stream_a]], [stream_a], true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() STARTED +:airbyte-cron:checkstyleMain FROM-CACHE +:airbyte-cron:kaptGenerateStubsTestKotlin + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() SKIPPED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() STARTED +:airbyte-cron:kaptGenerateStubsTestKotlin FROM-CACHE +:airbyte-cron:kaptTestKotlin + +ConnectorMessageProcessorTest > properly update destination() PASSED + +ConnectorMessageProcessorTest > properly make connection failed() STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [2] [[stream_a]], [stream_a], true PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [3] [[stream_b]], [stream_a], false STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [3] [[stream_b]], [stream_a], false PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [4] [[stream_a, stream_b]], [stream_a], true STARTED +:airbyte-cron:kaptTestKotlin FROM-CACHE +:airbyte-cron:compileTestKotlin + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [4] [[stream_a, stream_b]], [stream_a], true PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [5] [[stream_a], [stream_b]], [stream_a], true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [5] [[stream_a], [stream_b]], [stream_a], true PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [6] [], [stream_a, stream_b], false STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [6] [], [stream_a, stream_b], false PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [7] [[stream_a]], [stream_a, stream_b], true STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testCancellation() STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [7] [[stream_a]], [stream_a, stream_b], true PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [8] [[stream_b]], [stream_a, stream_b], true STARTED +:airbyte-cron:compileTestKotlin FROM-CACHE +:airbyte-cron:compileTestJava NO-SOURCE +:airbyte-cron:testClasses UP-TO-DATE +:airbyte-cron:checkstyleTest NO-SOURCE +:airbyte-cron:spotbugsIntegrationTest NO-SOURCE +:airbyte-cron:spotbugsMain + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [8] [[stream_b]], [stream_a, stream_b], true PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [9] [[stream_a, stream_b]], [stream_a, stream_b], true STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [9] [[stream_a, stream_b]], [stream_a, stream_b], true PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testCancellation() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testCallHeartbeat() STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [10] [[stream_a], [stream_b]], [stream_a, stream_b], true STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [10] [[stream_a], [stream_b]], [stream_a, stream_b], true PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testCallHeartbeat() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > test() STARTED + +ConnectorMessageProcessorTest > properly make connection failed() PASSED + +ConnectorMessageProcessorTest > properly discover schema() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > test() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationConfigPersistError() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationConfigPersistError() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testGetFailureReason() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testGetFailureReason() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testLoggingInThreads() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testLoggingInThreads() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNonZeroExitValue() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationNonZeroExitValue() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testInvalidSchema() STARTED + +ConnectorMessageProcessorTest > properly discover schema() PASSED + +ConnectorMessageProcessorTest > properly spec connector() STARTED + +ConnectorMessageProcessorTest > properly spec connector() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testInvalidSchema() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceNonZeroExitValue() STARTED + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [1] CHECK STARTED + ---> Removed intermediate container 0e2d9147ea62 + ---> 68638b1c4e89 +Step 6/21 : ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceNonZeroExitValue() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceFailingTimeout() STARTED + ---> Running in 02b1312505cf + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [1] CHECK PASSED + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [2] DISCOVER STARTED + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [2] DISCOVER PASSED + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [3] SPEC STARTED + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [3] SPEC PASSED + +ConnectorMessageProcessorTest > test find specs() STARTED + +ConnectorMessageProcessorTest > test find specs() PASSED + +ConnectorMessageProcessorTest > properly update source() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testSourceFailingTimeout() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() PASSED + +ConnectorMessageProcessorTest > properly update source() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationAcceptTimeout() STARTED + +ConnectorMessageProcessorTest > test find catalog discovery() STARTED + +ConnectorMessageProcessorTest > test find catalog discovery() PASSED + +ConnectorMessageProcessorTest > don't update connector if there is no change() STARTED + +ConnectorMessageProcessorTest > don't update connector if there is no change() PASSED + +ConnectorMessageProcessorTest > test that message are properly aggregated by type() STARTED + +ConnectorMessageProcessorTest > test that message are properly aggregated by type() PASSED + +ConnectorMessageProcessorTest > fail if non 0 exit code() STARTED + +ConnectorMessageProcessorTest > fail if non 0 exit code() PASSED + +ConnectorMessageProcessorTest > test find first trace message() STARTED + +ConnectorMessageProcessorTest > test find first trace message() PASSED + +ConnectorMessageProcessorTest > properly make connection successful() STARTED + +ConnectorMessageProcessorTest > properly make connection successful() PASSED + +ConnectorMessageProcessorTest > test find connection status() STARTED + +ConnectorMessageProcessorTest > test find connection status() PASSED + +ApplicationServiceKeycloakImplTests > testNoMoreThanTwoApiKeys() STARTED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [1] CHECK STARTED + +ApplicationTest > testHappyPath() PASSED + +ApplicationTest > testJobFailedWritesFailedStatus() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationAcceptTimeout() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() STARTED + +ApplicationTest > testJobFailedWritesFailedStatus() PASSED + +AsyncStateManagerTest > testEmptyWrite() STARTED + +ApplicationServiceKeycloakImplTests > testNoMoreThanTwoApiKeys() PASSED + +ApplicationServiceKeycloakImplTests > testBadKeycloakCreateResponse() STARTED + +ApplicationServiceKeycloakImplTests > testBadKeycloakCreateResponse() PASSED + +ApplicationServiceKeycloakImplTests > testListKeysForUser() STARTED + +ApplicationServiceKeycloakImplTests > testListKeysForUser() PASSED + +ApplicationServiceKeycloakImplTests > testApiKeyNameAlreadyExists() STARTED + +ApplicationServiceKeycloakImplTests > testApiKeyNameAlreadyExists() PASSED + +ApplicationServiceMicronautImplTests > testListingApplications() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() STARTED + +ApplicationServiceMicronautImplTests > testListingApplications() PASSED + +ApplicationServiceMicronautImplTests > testGetToken() STARTED + +ApplicationServiceMicronautImplTests > testGetToken() PASSED + +ApplicationServiceMicronautImplTests > testDeleteApplication() STARTED + +ApplicationServiceMicronautImplTests > testDeleteApplication() PASSED + +ApplicationServiceMicronautImplTests > testCreateApplication() STARTED + +ApplicationServiceMicronautImplTests > testCreateApplication() PASSED + +ApplicationServiceMicronautImplTests > testGetTokenWithInvalidCredentials() STARTED + +ApplicationServiceMicronautImplTests > testGetTokenWithInvalidCredentials() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +AsyncStateManagerTest > testEmptyWrite() PASSED + +AsyncStateManagerTest > testSuccessfulStatusRetrievalLifecycle() STARTED + +AsyncStateManagerTest > testSuccessfulStatusRetrievalLifecycle() PASSED + +AsyncStateManagerTest > testReadingOutputWhenItExists() STARTED + +AsyncStateManagerTest > testReadingOutputWhenItExists() PASSED + +AsyncStateManagerTest > testContentfulWrite() STARTED + +AsyncStateManagerTest > testContentfulWrite() PASSED + +AsyncStateManagerTest > testReadingOutputWhenItDoesNotExist() STARTED + +AsyncStateManagerTest > testReadingOutputWhenItDoesNotExist() PASSED + +AsyncStateManagerTest > testFailureStatusRetrievalLifecycle() STARTED + +AsyncStateManagerTest > testFailureStatusRetrievalLifecycle() PASSED + +EventListenersTest > setEnvVars() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDontCallHeartbeat() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDontCallHeartbeat() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() STARTED + +EventListenersTest > setEnvVars() PASSED + ---> Removed intermediate container 02b1312505cf + ---> 21298c2717d3 +Step 7/21 : COPY requirements.txt requirements.txt + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() PASSED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() STARTED + +ConcurrentQueueBufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() PASSED + +DefaultReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() STARTED + +ActorDefinitionVersionUpdaterTest > testGetUpgradeCandidates() STARTED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [1] CHECK PASSED + +DefaultReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() PASSED + +DefaultReplicationWorkerTest > testReplicationTimesAreUpdated() STARTED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [2] DISCOVER STARTED + +DefaultReplicationWorkerTest > testReplicationTimesAreUpdated() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableWorkerFailure() STARTED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [2] DISCOVER PASSED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [3] SPEC STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + query + test + +DefaultReplicationWorkerTest > testReplicationRunnableWorkerFailure() PASSED + +DefaultReplicationWorkerTest > testSourceConfigPersistError() STARTED + +DefaultReplicationWorkerTest > testSourceConfigPersistError() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailure() STARTED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [3] SPEC PASSED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [1] CHECK STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailure() PASSED + +DefaultReplicationWorkerTest > testStreamStatusCompletionTracking() STARTED + +DefaultReplicationWorkerTest > testStreamStatusCompletionTracking() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() STARTED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [1] CHECK PASSED +:airbyte-cron:spotbugsTest SKIPPED +:airbyte-cron:test + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [2] DISCOVER STARTED + +CustomerIoEmailConfigFetcherTest > testReturnTheRightConfig() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() PASSED + +DefaultReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() STARTED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [2] DISCOVER PASSED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [3] SPEC STARTED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [3] SPEC PASSED + +ConnectorWatchTest > run for failed check(OperationType) > [1] CHECK STARTED + +ConnectorWatchTest > run for failed check(OperationType) > [1] CHECK PASSED + +ConnectorWatchTest > run for failed check(OperationType) > [2] DISCOVER STARTED + +CustomerIoNotificationSenderTest > testUnsuccessfulSend() STARTED + +ConnectorWatchTest > run for failed check(OperationType) > [2] DISCOVER PASSED + +ConnectorWatchTest > run for failed check(OperationType) > [3] SPEC STARTED + +ConnectorWatchTest > run for failed check(OperationType) > [3] SPEC PASSED + +ConnectorWatchTest > run for successful check(OperationType) > [1] CHECK STARTED + +ConnectorWatchTest > run for successful check(OperationType) > [1] CHECK PASSED + +ConnectorWatchTest > run for successful check(OperationType) > [2] DISCOVER STARTED + +ActorDefinitionVersionUpdaterTest > testGetUpgradeCandidates() PASSED + +ConnectorWatchTest > run for successful check(OperationType) > [2] DISCOVER PASSED + +ConnectorWatchTest > run for successful check(OperationType) > [3] SPEC STARTED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithNoPins() STARTED + +ConnectorWatchTest > run for successful check(OperationType) > [3] SPEC PASSED + +DefaultReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() PASSED + +DefaultReplicationWorkerTest > testLogMaskRegex() STARTED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithNoPins() PASSED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithBCPin() STARTED + +DefaultReplicationWorkerTest > testLogMaskRegex() PASSED + +DefaultReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() STARTED + +DefaultReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() PASSED + +DefaultReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() STARTED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithBCPin() PASSED + +DefaultReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceFailure() STARTED + +ActorDefinitionVersionUpdaterTest > testScopedImpactAffectsBreakingChangeImpact(boolean) > [1] true STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableSourceFailure() PASSED + +DefaultReplicationWorkerTest > testDestinationRunnableWorkerFailure() STARTED + +DefaultReplicationWorkerTest > testDestinationRunnableWorkerFailure() SKIPPED + +DefaultReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() STARTED + +CustomerIoNotificationSenderTest > testUnsuccessfulSend() PASSED + +CustomerIoNotificationSenderTest > testSuccessfulSend() STARTED + +CustomerIoNotificationSenderTest > testSuccessfulSend() PASSED + +CustomerioNotificationClientTest > testNotifyConnectionDisabled() STARTED +:airbyte-connector-sidecar:jacocoTestReport + +ActorDefinitionVersionUpdaterTest > testScopedImpactAffectsBreakingChangeImpact(boolean) > [1] true PASSED + +ActorDefinitionVersionUpdaterTest > testScopedImpactAffectsBreakingChangeImpact(boolean) > [2] false STARTED + +ActorDefinitionVersionUpdaterTest > testScopedImpactAffectsBreakingChangeImpact(boolean) > [2] false PASSED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithManualPinThrowsError() STARTED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithManualPinThrowsError() PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [1] 0.0.1, 2.0.0, [1.0.0, 2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [1] 0.0.1, 2.0.0, [1.0.0, 2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [2] 1.0.0, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [2] 1.0.0, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [3] 1.0.0, 1.1.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [3] 1.0.0, 1.1.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [4] 1.0.1, 1.1.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [4] 1.0.1, 1.1.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [5] 1.0.0, 2.0.1, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [5] 1.0.0, 2.0.1, [2.0.0] PASSED + +DefaultReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() PASSED + +DefaultReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [6] 1.0.1, 2.0.0, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [6] 1.0.1, 2.0.0, [2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [7] 1.0.0, 2.0.1, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [7] 1.0.0, 2.0.1, [2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [8] 1.0.1, 2.0.1, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [8] 1.0.1, 2.0.1, [2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [9] 2.0.0, 2.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [9] 2.0.0, 2.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [10] 2.0.0, 0.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [10] 2.0.0, 0.0.1, [] PASSED + +CustomerioNotificationClientTest > testNotifyConnectionDisabled() PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [11] 1.0.1, 1.0.0, [] STARTED +:airbyte-connector-sidecar:check +:airbyte-connector-sidecar:build +:airbyte-keycloak-setup:spotbugsTest SKIPPED +:airbyte-keycloak-setup:test + +CustomerioNotificationClientTest > testNotifyBreakingChangeSyncsDisabled() STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [11] 1.0.1, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [12] 1.1.0, 1.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [12] 1.1.0, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [13] 1.1.0, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [13] 1.1.0, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [14] 2.0.0, 1.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [14] 2.0.0, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [15] 2.0.0, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [15] 2.0.0, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [16] 2.0.1, 1.0.0, [] STARTED + +DefaultReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() PASSED + +DefaultReplicationWorkerTest > testCancellation() STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [16] 2.0.1, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [17] 2.0.1, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [17] 2.0.1, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [18] 2.0.0, 2.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [18] 2.0.0, 2.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetActorsAffectedByBreakingChange(boolean) > [1] true STARTED + +ActorDefinitionVersionUpdaterTest > testGetActorsAffectedByBreakingChange(boolean) > [1] true PASSED + +ActorDefinitionVersionUpdaterTest > testGetActorsAffectedByBreakingChange(boolean) > [2] false STARTED + +ActorDefinitionVersionUpdaterTest > testGetActorsAffectedByBreakingChange(boolean) > [2] false PASSED + +ActorDefinitionVersionUpdaterTest > testCreateBreakingChangePinsForActors() STARTED + +ActorDefinitionVersionUpdaterTest > testCreateBreakingChangePinsForActors() PASSED + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangePinRollbacks() STARTED + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangePinRollbacks() PASSED + ---> 271872d25fa7 +Step 8/21 : RUN ${PIP} install -r requirements.txt + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangesForUpgrade() STARTED + ---> Running in b92a53706c1b + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangesForUpgrade() PASSED + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangePinRollbacksWithNoBCsToRollBack() STARTED + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangePinRollbacksWithNoBCsToRollBack() PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersionWithNoBreakingChanges() STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersionWithNoBreakingChanges() PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [1] 0.0.1, 2.0.0, [1.0.0, 2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [1] 0.0.1, 2.0.0, [1.0.0, 2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [2] 1.0.0, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [2] 1.0.0, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [3] 1.0.0, 1.1.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [3] 1.0.0, 1.1.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [4] 1.0.1, 1.1.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [4] 1.0.1, 1.1.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [5] 1.0.0, 2.0.1, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [5] 1.0.0, 2.0.1, [2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [6] 1.0.1, 2.0.0, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [6] 1.0.1, 2.0.0, [2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [7] 1.0.0, 2.0.1, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [7] 1.0.0, 2.0.1, [2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [8] 1.0.1, 2.0.1, [2.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [8] 1.0.1, 2.0.1, [2.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [9] 2.0.0, 2.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [9] 2.0.0, 2.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [10] 2.0.0, 0.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [10] 2.0.0, 0.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [11] 1.0.1, 1.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [11] 1.0.1, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [12] 1.1.0, 1.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [12] 1.1.0, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [13] 1.1.0, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [13] 1.1.0, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [14] 2.0.0, 1.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [14] 2.0.0, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [15] 2.0.0, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [15] 2.0.0, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [16] 2.0.1, 1.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [16] 2.0.1, 1.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [17] 2.0.1, 1.0.1, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [17] 2.0.1, 1.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [18] 2.0.0, 2.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithNoActorDefinitionBreakingChanges(String, String, List) > [18] 2.0.0, 2.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [1] 0.1.0, [1.0.0, 2.0.0, 3.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [1] 0.1.0, [1.0.0, 2.0.0, 3.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [2] 1.0.0, [2.0.0, 3.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [2] 1.0.0, [2.0.0, 3.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [3] 2.0.0, [3.0.0] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [3] 2.0.0, [3.0.0] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [4] 3.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [4] 3.0.0, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [5] 4.0.0, [] STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesAfterVersion(String, List) > [5] 4.0.0, [] PASSED +Collecting airbyte-cdk==2.3.0 (from -r requirements.txt (line 7)) + Downloading airbyte_cdk-2.3.0-py3-none-any.whl.metadata (12 kB) +Collecting airbyte-protocol-models-pdv2==0.12.2 (from -r requirements.txt (line 9)) + Downloading airbyte_protocol_models_pdv2-0.12.2-py3-none-any.whl.metadata (3.6 kB) +Collecting annotated-types==0.7.0 (from -r requirements.txt (line 11)) + Downloading annotated_types-0.7.0-py3-none-any.whl.metadata (15 kB) +Collecting attrs==23.2.0 (from -r requirements.txt (line 13)) + Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB) +Collecting backoff==2.2.1 (from -r requirements.txt (line 18)) + Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB) + +WorkloadMonitorTest > test cancel timeout sync workload() STARTED +Collecting bracex==2.4 (from -r requirements.txt (line 20)) + Downloading bracex-2.4-py3-none-any.whl.metadata (3.6 kB) +Collecting cachetools==5.3.3 (from -r requirements.txt (line 22)) + Downloading cachetools-5.3.3-py3-none-any.whl.metadata (5.3 kB) +Collecting cattrs==23.2.3 (from -r requirements.txt (line 24)) + Downloading cattrs-23.2.3-py3-none-any.whl.metadata (10 kB) +Collecting certifi==2024.7.4 (from -r requirements.txt (line 26)) + Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) +Collecting cffi==1.16.0 (from -r requirements.txt (line 28)) + Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) +Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 30)) + Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) + +HeartbeatControllerTest > testHeartbeat() STARTED +Collecting cryptography==42.0.8 (from -r requirements.txt (line 32)) + Downloading cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.3 kB) +Collecting deprecated==1.2.14 (from -r requirements.txt (line 34)) + Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB) +Collecting dpath==2.2.0 (from -r requirements.txt (line 36)) + Downloading dpath-2.2.0-py3-none-any.whl.metadata (15 kB) +Collecting exceptiongroup==1.2.1 (from -r requirements.txt (line 38)) + Downloading exceptiongroup-1.2.1-py3-none-any.whl.metadata (6.6 kB) +Collecting genson==1.2.2 (from -r requirements.txt (line 40)) + Downloading genson-1.2.2.tar.gz (34 kB) + Installing build dependencies: started + +HeartbeatControllerTest > testHeartbeat() PASSED + +ConfigFactoryTest > envVars() STARTED + +ConfigFactoryTest > envVars() PASSED + +ConfigFactoryTest > configDir() STARTED + +ConfigFactoryTest > configDir() PASSED + +ConfigFactoryTest > kubePodInfo() STARTED + +ConfigFactoryTest > kubePodInfo() PASSED + +ConfigFactoryTest > application() STARTED + +ConfigFactoryTest > application() PASSED + +ConfigFactoryTest > jobRunConfig() STARTED + +ConfigFactoryTest > jobRunConfig() PASSED + Installing build dependencies: finished with status 'done' + Getting requirements to build wheel: started +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + Getting requirements to build wheel: finished with status 'done' + Preparing metadata (pyproject.toml): started + +ContainerOrchestratorFactoryK8sTest > processFactory() STARTED + Preparing metadata (pyproject.toml): finished with status 'done' +Collecting idna==3.7 (from -r requirements.txt (line 42)) + Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) +Collecting isodate==0.6.1 (from -r requirements.txt (line 44)) + Downloading isodate-0.6.1-py2.py3-none-any.whl.metadata (9.6 kB) +Collecting jinja2==3.1.4 (from -r requirements.txt (line 46)) + Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) +Collecting jsonpatch==1.33 (from -r requirements.txt (line 48)) + Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB) +Collecting jsonpointer==3.0.0 (from -r requirements.txt (line 50)) + Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) +Collecting jsonref==0.2 (from -r requirements.txt (line 52)) + Downloading jsonref-0.2-py3-none-any.whl.metadata (3.4 kB) + +ContainerOrchestratorFactoryK8sTest > processFactory() PASSED +Collecting jsonschema==3.2.0 (from -r requirements.txt (line 54)) + Downloading jsonschema-3.2.0-py2.py3-none-any.whl.metadata (7.8 kB) +Collecting langchain-core==0.1.42 (from -r requirements.txt (line 56)) + Downloading langchain_core-0.1.42-py3-none-any.whl.metadata (5.9 kB) +Collecting langsmith==0.1.83 (from -r requirements.txt (line 58)) + Downloading langsmith-0.1.83-py3-none-any.whl.metadata (13 kB) +Collecting markupsafe==2.1.5 (from -r requirements.txt (line 60)) + Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) + +ContainerOrchestratorFactoryTest > envConfigs() STARTED +Collecting orjson==3.10.6 (from -r requirements.txt (line 62)) + Downloading orjson-3.10.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (50 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.4/50.4 kB 9.5 MB/s eta 0:00:00 +Collecting packaging==23.2 (from -r requirements.txt (line 64)) + Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) +Collecting pendulum==2.1.2 (from -r requirements.txt (line 66)) + Downloading pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl.metadata (8.5 kB) +Collecting platformdirs==4.2.2 (from -r requirements.txt (line 68)) + Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) +Collecting pycparser==2.22 (from -r requirements.txt (line 70)) + Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) +Collecting pydantic==2.8.2 (from -r requirements.txt (line 72)) + Downloading pydantic-2.8.2-py3-none-any.whl.metadata (125 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/125.2 kB 24.7 MB/s eta 0:00:00 +The following classes needed for analysis were missing: + makeConcatWithConstants + invoke + apply + test + accept + +ContainerOrchestratorFactoryTest > envConfigs() PASSED + +ContainerOrchestratorFactoryTest > processFactory() STARTED + +ContainerOrchestratorFactoryTest > processFactory() PASSED + +ContainerOrchestratorFactoryTest > workerConfigs() STARTED + +ContainerOrchestratorFactoryTest > workerConfigs() PASSED + +ContainerOrchestratorFactoryTest > featureFlags() STARTED + +ContainerOrchestratorFactoryTest > featureFlags() PASSED + +ContainerOrchestratorFactoryTest > jobOrchestrator() STARTED + +ContainerOrchestratorFactoryTest > jobOrchestrator() PASSED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCancelled() STARTED +:airbyte-oauth:spotbugsTest SKIPPED +:airbyte-oauth:test +Collecting pydantic-core==2.20.1 (from -r requirements.txt (line 78)) + Downloading pydantic_core-2.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) +Collecting pyjwt==2.8.0 (from -r requirements.txt (line 80)) + Downloading PyJWT-2.8.0-py3-none-any.whl.metadata (4.2 kB) +Collecting pyrate-limiter==3.1.1 (from -r requirements.txt (line 82)) + Downloading pyrate_limiter-3.1.1-py3-none-any.whl.metadata (22 kB) +Collecting pyrsistent==0.20.0 (from -r requirements.txt (line 84)) + Downloading pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) +Collecting python-dateutil==2.9.0.post0 (from -r requirements.txt (line 86)) + Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) + +DefaultReplicationWorkerTest > testCancellation() PASSED + +DefaultReplicationWorkerTest > testCallHeartbeat() STARTED + +DefaultReplicationWorkerTest > testCallHeartbeat() PASSED + +DefaultReplicationWorkerTest > test() STARTED + +DefaultReplicationWorkerTest > test() PASSED + +DefaultReplicationWorkerTest > testDestinationConfigPersistError() STARTED +Collecting pytz==2024.1 (from -r requirements.txt (line 90)) + Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) +Collecting pytzdata==2020.1 (from -r requirements.txt (line 92)) + +DefaultReplicationWorkerTest > testDestinationConfigPersistError() PASSED + +DefaultReplicationWorkerTest > testGetFailureReason() STARTED + Downloading pytzdata-2020.1-py2.py3-none-any.whl.metadata (2.3 kB) + +DefaultReplicationWorkerTest > testGetFailureReason() PASSED + +DefaultReplicationWorkerTest > testLoggingInThreads() STARTED +Collecting pyyaml==6.0.1 (from -r requirements.txt (line 94)) + Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) + +DefaultReplicationWorkerTest > testLoggingInThreads() PASSED + +DefaultReplicationWorkerTest > testDestinationNonZeroExitValue() STARTED + +DefaultReplicationWorkerTest > testDestinationNonZeroExitValue() PASSED + +DefaultReplicationWorkerTest > testInvalidSchema() STARTED + +DefaultReplicationWorkerTest > testInvalidSchema() PASSED + +DefaultReplicationWorkerTest > testSourceNonZeroExitValue() STARTED +Collecting requests==2.32.3 (from -r requirements.txt (line 98)) + Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) + +DefaultReplicationWorkerTest > testSourceNonZeroExitValue() PASSED + +DefaultReplicationWorkerTest > testSourceFailingTimeout() STARTED +Collecting requests-cache==1.2.1 (from -r requirements.txt (line 103)) + Downloading requests_cache-1.2.1-py3-none-any.whl.metadata (9.9 kB) +Collecting six==1.16.0 (from -r requirements.txt (line 105)) + Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) +Collecting tenacity==8.5.0 (from -r requirements.txt (line 111)) + Downloading tenacity-8.5.0-py3-none-any.whl.metadata (1.2 kB) +Collecting typing-extensions==4.12.2 (from -r requirements.txt (line 113)) + Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) +Collecting url-normalize==1.4.3 (from -r requirements.txt (line 118)) + Downloading url_normalize-1.4.3-py2.py3-none-any.whl.metadata (3.1 kB) +Collecting urllib3==2.2.2 (from -r requirements.txt (line 120)) + Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) +Collecting wcmatch==8.4 (from -r requirements.txt (line 124)) + Downloading wcmatch-8.4-py3-none-any.whl.metadata (5.9 kB) +Collecting wrapt==1.16.0 (from -r requirements.txt (line 126)) + Downloading wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCancelled() PASSED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunThrowsException() STARTED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunThrowsException() PASSED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCompleted() STARTED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCompleted() PASSED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunFailed() STARTED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunFailed() PASSED +The dependency resolution engine wasn't able to find a version of module com.fasterxml.jackson:jackson-bom which satisfied all requirements because the graph wasn't stable enough. The highest version was selected in order to stabilize selection. +Features available in a stable graph like version alignment are not guaranteed in this case. +Requirement already satisfied: setuptools in /home/airbyte/.pyenv/versions/3.9.19/lib/python3.9/site-packages (from jsonschema==3.2.0->-r requirements.txt (line 54)) (70.0.0) +:airbyte-oauth:test FROM-CACHE +:airbyte-oauth:jacocoTestReport FROM-CACHE +:airbyte-oauth:check +:airbyte-oauth:build +:airbyte-server:copySeed +:airbyte-server:kspKotlin + +ConnectionTimelineEventRepositoryTest > test db insertion() STARTED + +ConnectionTimelineEventRepositoryTest > test db insertion() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with row offset() STARTED +Downloading airbyte_cdk-2.3.0-py3-none-any.whl (428 kB) + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with row offset() PASSED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 428.6/428.6 kB 43.4 MB/s eta 0:00:00 +Downloading airbyte_protocol_models_pdv2-0.12.2-py3-none-any.whl (10.0 kB) + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list STARTED events only() STARTED +Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) +Downloading attrs-23.2.0-py3-none-any.whl (60 kB) + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list STARTED events only() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with limit() STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 13.3 MB/s eta 0:00:00 +Downloading backoff-2.2.1-py3-none-any.whl (15 kB) + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with limit() PASSED +Downloading bracex-2.4-py3-none-any.whl (11 kB) +Downloading cachetools-5.3.3-py3-none-any.whl (9.3 kB) + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list ALL events order by timestamp() STARTED +Downloading cattrs-23.2.3-py3-none-any.whl (57 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 12.6 MB/s eta 0:00:00 + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list ALL events order by timestamp() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events after given time range() STARTED +Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.0/163.0 kB 33.7 MB/s eta 0:00:00 + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events after given time range() PASSED +Downloading cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (443 kB) + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events between a given time range() STARTED +:airbyte-container-orchestrator:jacocoTestReport + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 443.4/443.4 kB 58.2 MB/s eta 0:00:00 + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events between a given time range() PASSED +Downloading charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 142.3/142.3 kB 27.3 MB/s eta 0:00:00 +Downloading cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB) +:airbyte-server:kspKotlin FROM-CACHE + +WorkloadMonitorTest > test cancel timeout sync workload() PASSED +:airbyte-server:compileKotlin + +WorkloadMonitorTest > test cancel not heartbeating workloads() STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 62.7 MB/s eta 0:00:00 +Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) +Downloading dpath-2.2.0-py3-none-any.whl (17 kB) +Downloading exceptiongroup-1.2.1-py3-none-any.whl (16 kB) +Downloading idna-3.7-py3-none-any.whl (66 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.8/66.8 kB 13.6 MB/s eta 0:00:00 +Downloading isodate-0.6.1-py2.py3-none-any.whl (41 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/41.7 kB 9.8 MB/s eta 0:00:00 +Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.3/133.3 kB 26.3 MB/s eta 0:00:00 + +WorkloadMonitorTest > test cancel not heartbeating workloads() PASSED +Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) + +WorkloadMonitorTest > test cancel not started workloads() STARTED +Downloading jsonpointer-3.0.0-py2.py3-none-any.whl (7.6 kB) +Downloading jsonref-0.2-py3-none-any.whl (9.3 kB) +Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.3/56.3 kB 14.7 MB/s eta 0:00:00 +Downloading langchain_core-0.1.42-py3-none-any.whl (287 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 287.5/287.5 kB 37.3 MB/s eta 0:00:00 +Downloading langsmith-0.1.83-py3-none-any.whl (127 kB) + +WorkloadMonitorTest > test cancel not started workloads() PASSED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.5/127.5 kB 23.8 MB/s eta 0:00:00 + +WorkloadMonitorTest > test cancel timeout non sync workload() STARTED +Downloading MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) +Downloading orjson-3.10.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (140 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 kB 26.0 MB/s eta 0:00:00 +Downloading packaging-23.2-py3-none-any.whl (53 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 10.2 MB/s eta 0:00:00 +Downloading pendulum-2.1.2-cp39-cp39-manylinux1_x86_64.whl (155 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.3/155.3 kB 26.6 MB/s eta 0:00:00 +Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) +Downloading pycparser-2.22-py3-none-any.whl (117 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 kB 31.5 MB/s eta 0:00:00 +Downloading pydantic-2.8.2-py3-none-any.whl (423 kB) + +WorkloadMonitorTest > test cancel timeout non sync workload() PASSED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 423.9/423.9 kB 40.1 MB/s eta 0:00:00 + +WorkloadMonitorTest > test cancel not claimed workloads() STARTED +Downloading pydantic_core-2.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 57.6 MB/s eta 0:00:00 +Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB) + +WorkloadMonitorTest > test cancel not claimed workloads() PASSED +Downloading pyrate_limiter-3.1.1-py3-none-any.whl (23 kB) +:airbyte-server:compileKotlin FROM-CACHE +:airbyte-server:compileJava +Downloading pyrsistent-0.20.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.5/117.5 kB 10.3 MB/s eta 0:00:00 +Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 32.6 MB/s eta 0:00:00 +Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 63.5 MB/s eta 0:00:00 +Downloading pytzdata-2020.1-py2.py3-none-any.whl (489 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 490.0/490.0 kB 47.9 MB/s eta 0:00:00 +Downloading PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (738 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 738.9/738.9 kB 45.8 MB/s eta 0:00:00 +Downloading requests-2.32.3-py3-none-any.whl (64 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 11.3 MB/s eta 0:00:00 +Downloading requests_cache-1.2.1-py3-none-any.whl (61 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.4/61.4 kB 12.6 MB/s eta 0:00:00 +Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) +Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) +Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) +Downloading url_normalize-1.4.3-py2.py3-none-any.whl (6.8 kB) +Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.4/121.4 kB 23.5 MB/s eta 0:00:00 +Downloading wcmatch-8.4-py3-none-any.whl (40 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.0/40.0 kB 8.8 MB/s eta 0:00:00 +Downloading wrapt-1.16.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.1/80.1 kB 17.6 MB/s eta 0:00:00 +:airbyte-container-orchestrator:check +:airbyte-container-orchestrator:build +:airbyte-test-utils:compileIntegrationTestKotlin NO-SOURCE +:airbyte-test-utils:compileIntegrationTestJava NO-SOURCE +:airbyte-test-utils:integrationTestClasses UP-TO-DATE +:airbyte-test-utils:checkstyleIntegrationTest NO-SOURCE +:airbyte-test-utils:checkstyleMain +:airbyte-server:compileJava FROM-CACHE +:airbyte-server:processResources +Building wheels for collected packages: genson + Building wheel for genson (pyproject.toml): started +:airbyte-server:classes +:airbyte-server:jar +:airbyte-test-utils:checkstyleMain FROM-CACHE +:airbyte-test-utils:compileTestKotlin NO-SOURCE +:airbyte-test-utils:compileTestJava +:airbyte-cron:jacocoTestReport +:airbyte-server:startScripts +:airbyte-server:distTar +:airbyte-test-utils:compileTestJava FROM-CACHE +:airbyte-test-utils:testClasses UP-TO-DATE +:airbyte-test-utils:checkstyleTest + Building wheel for genson (pyproject.toml): finished with status 'done' + Created wheel for genson: filename=genson-1.2.2-py2.py3-none-any.whl size=21270 sha256=2156762eedeea0e276d3ec80a337e3473982e8a569a5e0399a9b4c79676f840c + Stored in directory: /home/airbyte/.cache/pip/wheels/3c/d7/98/a29f29e3861092e784c4c4994b0b30304c79da1bcbc8284af1 +Successfully built genson +:airbyte-test-utils:checkstyleTest FROM-CACHE +:airbyte-test-utils:spotbugsIntegrationTest NO-SOURCE +:airbyte-test-utils:spotbugsMain +Installing collected packages: pytz, jsonref, genson, wrapt, urllib3, typing-extensions, tenacity, six, pyyaml, pytzdata, pyrsistent, pyrate-limiter, pyjwt, pycparser, platformdirs, packaging, orjson, markupsafe, jsonpointer, idna, exceptiongroup, dpath, charset-normalizer, certifi, cachetools, bracex, backoff, attrs, annotated-types, wcmatch, url-normalize, requests, python-dateutil, pydantic-core, jsonschema, jsonpatch, jinja2, isodate, deprecated, cffi, cattrs, requests-cache, pydantic, pendulum, cryptography, langsmith, airbyte-protocol-models-pdv2, langchain-core, airbyte-cdk +:airbyte-cron:check +:airbyte-cron:build +:airbyte-test-utils:spotbugsTest SKIPPED +:airbyte-test-utils:test +:airbyte-server:distZip SKIPPED +:airbyte-server:dockerCopyDistribution +:airbyte-server:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-server/build/airbyte/docker'. + +WaitingUtilsTest > testWaitForConditionTimeout() STARTED + +DeclarativeManifestImageVersionRepositoryTest > test create declarative manifest image version and get by version() STARTED + +DeclarativeManifestImageVersionRepositoryTest > test create declarative manifest image version and get by version() PASSED + +DeclarativeManifestImageVersionRepositoryTest > test get multiple active versions() STARTED + +DeclarativeManifestImageVersionRepositoryTest > test get multiple active versions() PASSED + +DeclarativeManifestImageVersionRepositoryTest > test update active version() STARTED + +DeclarativeManifestImageVersionRepositoryTest > test update active version() PASSED + +DeclarativeManifestImageVersionRepositoryTest > test get for nonexistent version() STARTED + +DeclarativeManifestImageVersionRepositoryTest > test get for nonexistent version() PASSED + +DeclarativeManifestImageVersionRepositoryTest > test insert multiple active versions() STARTED + +DeclarativeManifestImageVersionRepositoryTest > test insert multiple active versions() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +Successfully installed airbyte-cdk-2.3.0 airbyte-protocol-models-pdv2-0.12.2 annotated-types-0.7.0 attrs-23.2.0 backoff-2.2.1 bracex-2.4 cachetools-5.3.3 cattrs-23.2.3 certifi-2024.7.4 cffi-1.16.0 charset-normalizer-3.3.2 cryptography-42.0.8 deprecated-1.2.14 dpath-2.2.0 exceptiongroup-1.2.1 genson-1.2.2 idna-3.7 isodate-0.6.1 jinja2-3.1.4 jsonpatch-1.33 jsonpointer-3.0.0 jsonref-0.2 jsonschema-3.2.0 langchain-core-0.1.42 langsmith-0.1.83 markupsafe-2.1.5 orjson-3.10.6 packaging-23.2 pendulum-2.1.2 platformdirs-4.2.2 pycparser-2.22 pydantic-2.8.2 pydantic-core-2.20.1 pyjwt-2.8.0 pyrate-limiter-3.1.1 pyrsistent-0.20.0 python-dateutil-2.9.0.post0 pytz-2024.1 pytzdata-2020.1 pyyaml-6.0.1 requests-2.32.3 requests-cache-1.2.1 six-1.16.0 tenacity-8.5.0 typing-extensions-4.12.2 url-normalize-1.4.3 urllib3-2.2.2 wcmatch-8.4 wrapt-1.16.0 + +[notice] A new release of pip is available: 24.0 -> 24.1.2 +[notice] To update, run: /home/airbyte/.pyenv/versions/3.9.19/bin/python -m pip install --upgrade pip + +ConfigDbResetHelperTest > deleteConfigDbUsers_KeycloakUsersExist_UsersAndPermissionsDeleted() STARTED + +ConfigDbResetHelperTest > deleteConfigDbUsers_KeycloakUsersExist_UsersAndPermissionsDeleted() PASSED + +ConfigDbResetHelperTest > throwsIfMultipleOrgsDetected() STARTED + +ConfigDbResetHelperTest > throwsIfMultipleOrgsDetected() PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [1] trial-577.okta.com STARTED + +CustomerioNotificationClientTest > testNotifyBreakingChangeSyncsDisabled() PASSED + +CustomerioNotificationClientTest > testSendNotifyRequest() STARTED + +CustomerioNotificationClientTest > testSendNotifyRequest() PASSED + +CustomerioNotificationClientTest > testNotifyBreakingChangeWarning() STARTED + +CustomerioNotificationClientTest > testNotifyBreakingChangeWarning() PASSED + +CustomerioNotificationClientTest > testNotifyByEmailBroadcast() STARTED + +CustomerioNotificationClientTest > testNotifyByEmailBroadcast() PASSED + +CustomerioNotificationClientTest > testSendNotifyRequestFailureThrowsException() STARTED + +CustomerioNotificationClientTest > testSendNotifyRequestFailureThrowsException() PASSED + +CustomerioNotificationClientTest > testBuildSchemaNotificationMessageData() STARTED + +CustomerioNotificationClientTest > testBuildSchemaNotificationMessageData() PASSED + +CustomerioNotificationClientTest > testBuildJobSuccessNotificationMessageData() STARTED + +CustomerioNotificationClientTest > testBuildJobSuccessNotificationMessageData() PASSED + +SlackNotificationClientTest > testNotifyConnectionDisabled() STARTED + +WaitingUtilsTest > testWaitForConditionTimeout() PASSED + +WaitingUtilsTest > testWaitForConditionConditionMet() STARTED + +WaitingUtilsTest > testWaitForConditionConditionMet() PASSED + +CloudSqlDatabaseProvisionerTest > testOneRetry() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DefaultReplicationWorkerTest > testSourceFailingTimeout() PASSED + +DefaultReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() STARTED + +DefaultReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() PASSED + +DefaultReplicationWorkerTest > testDestinationAcceptTimeout() STARTED + +SlackNotificationClientTest > testNotifyConnectionDisabled() PASSED + +SlackNotificationClientTest > testNotifySchemaPropagated() STARTED + +DefaultReplicationWorkerTest > testDestinationAcceptTimeout() PASSED + +DefaultReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() STARTED + +DefaultReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() PASSED + +DefaultReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() STARTED + +DefaultReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() PASSED + +DefaultReplicationWorkerTest > testPopulatesOutputOnSuccess() STARTED + +DefaultReplicationWorkerTest > testPopulatesOutputOnSuccess() PASSED + +DefaultReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() STARTED + +DefaultReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() PASSED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() STARTED + +DefaultReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() PASSED + +DefaultReplicationWorkerTest > testDontCallHeartbeat() STARTED + +DefaultReplicationWorkerTest > testDontCallHeartbeat() PASSED + +DefaultReplicationWorkerTest > testDestinationRunnableDestinationFailure() STARTED + +DefaultReplicationWorkerTest > testDestinationRunnableDestinationFailure() PASSED + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [1] true STARTED + +SlackNotificationClientTest > testNotifySchemaPropagated() PASSED + +SlackNotificationClientTest > buildSummaryComplexChangeTest() STARTED + +PermissionRepositoryTest > test db insertion and find() STARTED + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [1] true PASSED + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [2] false STARTED + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [2] false PASSED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnDestinationMessage() STARTED + +PermissionRepositoryTest > test db insertion and find() PASSED + +PermissionRepositoryTest > test deleteByIdIn() STARTED + +PermissionRepositoryTest > test deleteByIdIn() PASSED + +PermissionRepositoryTest > test findByOrganizationId() STARTED + +PermissionRepositoryTest > test findByOrganizationId() PASSED + +PermissionRepositoryTest > test findByIdIn() STARTED + +PermissionRepositoryTest > test findByIdIn() PASSED + +PermissionRepositoryTest > test findByUserId() STARTED + +PermissionRepositoryTest > test findByUserId() PASSED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnDestinationMessage() PASSED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnSourceMessage() STARTED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnSourceMessage() PASSED + +ReplicationWorkerHelperTest > testMessageIsMappedAfterProcessing() STARTED + +ReplicationWorkerHelperTest > testMessageIsMappedAfterProcessing() PASSED + +ReplicationWorkerHelperTest > testMessageMapIsRevertedBeforeProcessing() STARTED + +ReplicationWorkerHelperTest > testMessageMapIsRevertedBeforeProcessing() PASSED + +SlackNotificationClientTest > buildSummaryComplexChangeTest() PASSED + +SlackNotificationClientTest > testNotifyJobSuccess() STARTED + +ReplicationWorkerHelperTest > testAnalyticsMessageHandling() STARTED + +ReplicationWorkerHelperTest > testAnalyticsMessageHandling() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessageWithoutStream() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessageWithoutStream() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStateMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorEstimateTraceMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorEstimateTraceMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorControlMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorControlMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorErrorTraceMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorErrorTraceMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStreamStatusTraceMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorStreamStatusTraceMessage() PASSED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorRecordMessage() STARTED + +AirbyteMessageDataExtractorTest > testExtractStreamDescriptorRecordMessage() PASSED + +BackfillHelperTest > testGetStreamsToBackfillWithNewColumn() STARTED + +BackfillHelperTest > testGetStreamsToBackfillWithNewColumn() PASSED + +BackfillHelperTest > testClearStateForStreamsToBackfill() STARTED + +BackfillHelperTest > testClearStateForStreamsToBackfill() PASSED + +BackfillHelperTest > testGetStreamsToBackfillExcludesFullRefresh() STARTED + +BackfillHelperTest > testGetStreamsToBackfillExcludesFullRefresh() PASSED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullImage() STARTED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullImage() PASSED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVars() STARTED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVars() PASSED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromImageName() STARTED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromImageName() PASSED + +ConnectorApmSupportHelperTest > testAddApmEnvVarsMissingEnvVars() STARTED + +SlackNotificationClientTest > testNotifyJobSuccess() PASSED + +SlackNotificationClientTest > testNotifyConnectionDisabledWarning() STARTED + +ConnectorApmSupportHelperTest > testAddApmEnvVarsMissingEnvVars() PASSED + +ConnectorApmSupportHelperTest > testAddApmEnvVars() STARTED + +ConnectorApmSupportHelperTest > testAddApmEnvVars() PASSED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullEnvVars() STARTED + +ConnectorApmSupportHelperTest > testAddServerNameAndVersionToEnvVarsNullEnvVars() PASSED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromBlankImageName() STARTED + +ConnectorApmSupportHelperTest > testExtractAirbyteVersionFromBlankImageName() PASSED + +FailureHelperTest > testExceptionChainContains() STARTED + +FailureHelperTest > testExceptionChainContains() PASSED + +FailureHelperTest > testFailureWithTransientFailureType() STARTED + +FailureHelperTest > testFailureWithTransientFailureType() PASSED + +FailureHelperTest > testConnectorCommandFailure() STARTED + +FailureHelperTest > testConnectorCommandFailure() PASSED + +FailureHelperTest > testExtractStreamDescriptorNoNamespace() STARTED + +FailureHelperTest > testExtractStreamDescriptorNoNamespace() PASSED + +FailureHelperTest > testGenericFailureFromTrace() STARTED + +FailureHelperTest > testGenericFailureFromTrace() PASSED + +FailureHelperTest > truncateWithPlatformMessageHandlesSmallStrings() STARTED + +FailureHelperTest > truncateWithPlatformMessageHandlesSmallStrings() PASSED + +FailureHelperTest > testExtractStreamDescriptor() STARTED + +FailureHelperTest > testExtractStreamDescriptor() PASSED + +FailureHelperTest > testDestinationFailureFromTrace() STARTED + +FailureHelperTest > testDestinationFailureFromTrace() PASSED + +FailureHelperTest > testSourceFailureFromTrace() STARTED + +FailureHelperTest > testSourceFailureFromTrace() PASSED + +FailureHelperTest > truncateWithPlatformMessageTruncatesStrings() STARTED + +FailureHelperTest > truncateWithPlatformMessageTruncatesStrings() PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [1] trial-577.okta.com PASSED + +FailureHelperTest > testCheckFailure() STARTED + +FailureHelperTest > testCheckFailure() PASSED + +FailureHelperTest > testDestinationFailure() STARTED + +FailureHelperTest > testDestinationFailure() PASSED + +FailureHelperTest > genericFailureFromTraceTruncatesStrings() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [2] https://trial-577.okta.com STARTED + +FailureHelperTest > genericFailureFromTraceTruncatesStrings() PASSED + +FailureHelperTest > testSourceHeartbeatFailure() STARTED + +FailureHelperTest > testSourceHeartbeatFailure() PASSED + +FailureHelperTest > testSourceFailure() STARTED + +FailureHelperTest > testSourceFailure() PASSED + +FailureHelperTest > testUnknownOriginFailure() STARTED + +FailureHelperTest > testUnknownOriginFailure() PASSED + +FailureHelperTest > testConnectorCommandFailureFromTrace() STARTED + +FailureHelperTest > testConnectorCommandFailureFromTrace() PASSED + +FailureHelperTest > testGenericFailureFromTraceNoFailureType() STARTED + +FailureHelperTest > testGenericFailureFromTraceNoFailureType() PASSED + +FailureHelperTest > testOrderedFailures() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [2] https://trial-577.okta.com PASSED + +FailureHelperTest > testOrderedFailures() PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [3] trial-577.okta.com/.well-known/openid-configuration STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [3] trial-577.okta.com/.well-known/openid-configuration PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [4] https://trial-577.okta.com/.well-known/openid-configuration STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [4] https://trial-577.okta.com/.well-known/openid-configuration PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [5] trial-577.okta.com/ STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [5] trial-577.okta.com/ PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [6] https://trial-577.okta.com/ STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [6] https://trial-577.okta.com/ PASSED + +ConfigurationMapServiceTest > testSetupProviderConfig() STARTED + +GsonPksExtractorTest > testExistingVeryLongRecord() STARTED + +ConfigurationMapServiceTest > testSetupProviderConfig() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testCreateFailureThrows() STARTED + +GsonPksExtractorTest > testExistingVeryLongRecord() PASSED + +GsonPksExtractorTest > testNonExistingPk() STARTED + +GsonPksExtractorTest > testNonExistingPk() PASSED + +GsonPksExtractorTest > testExistingPkLevel1() STARTED + +GsonPksExtractorTest > testExistingPkLevel1() PASSED + +GsonPksExtractorTest > testExistingPkLevel2() STARTED + +GsonPksExtractorTest > testExistingPkLevel2() PASSED + +GsonPksExtractorTest > testExistingPkMultipleKey() STARTED + +GsonPksExtractorTest > testExistingPkMultipleKey() PASSED + +AirbyteProtocolPredicateTest > testValid() STARTED + ---> Removed intermediate container b92a53706c1b + ---> 7794e9ff636a +Step 9/21 : ARG VERSION=0.63.8 + ---> Running in 6050e8c87d19 + +SlackNotificationClientTest > testNotifyConnectionDisabledWarning() PASSED + +SlackNotificationClientTest > testNotifyJobFailure() STARTED + +AirbyteProtocolPredicateTest > testValid() PASSED + +AirbyteProtocolPredicateTest > testConcatenatedValid() STARTED + +AirbyteProtocolPredicateTest > testConcatenatedValid() PASSED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithInvalidRecord() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testCreateFailureThrows() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testOneExistingIdpNotMarked() STARTED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithInvalidRecord() PASSED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithValidRecord() STARTED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithValidRecord() PASSED + +AirbyteProtocolPredicateTest > testInValid() STARTED + +SlackNotificationClientTest > testNotifyJobFailure() PASSED + +SlackNotificationClientTest > buildSummaryDeletedStreamTest() STARTED + +AirbyteProtocolPredicateTest > testInValid() PASSED + +BasicAirbyteMessageValidatorTest > testNotIncrementalDedup() STARTED + +BasicAirbyteMessageValidatorTest > testNotIncrementalDedup() PASSED + +BasicAirbyteMessageValidatorTest > testInvalidPk() STARTED + +BasicAirbyteMessageValidatorTest > testInvalidPk() PASSED + +BasicAirbyteMessageValidatorTest > testObviousInvalid() STARTED + +BasicAirbyteMessageValidatorTest > testObviousInvalid() PASSED + +BasicAirbyteMessageValidatorTest > testValidState() STARTED + +BasicAirbyteMessageValidatorTest > testValidState() PASSED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidRecord() STARTED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidRecord() PASSED + +BasicAirbyteMessageValidatorTest > testValidPk() STARTED + +BasicAirbyteMessageValidatorTest > testValidPk() PASSED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidControl() STARTED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidControl() PASSED + +BasicAirbyteMessageValidatorTest > testValidPkWithOneMissingPk() STARTED + +BasicAirbyteMessageValidatorTest > testValidPkWithOneMissingPk() PASSED + +BasicAirbyteMessageValidatorTest > testValidControl() STARTED + +BasicAirbyteMessageValidatorTest > testValidControl() PASSED + +BasicAirbyteMessageValidatorTest > testValidPkInAnotherStream() STARTED + +BasicAirbyteMessageValidatorTest > testValidPkInAnotherStream() PASSED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidState() STARTED + +BasicAirbyteMessageValidatorTest > testSubtleInvalidState() PASSED + +BasicAirbyteMessageValidatorTest > testValidRecord() STARTED + +BasicAirbyteMessageValidatorTest > testValidRecord() PASSED + +DefaultAirbyteDestinationTest > testCloseNotifiesLifecycle() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testOneExistingIdpNotMarked() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoOidcConfig() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoOidcConfig() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpOnlyOneMarked() STARTED + +CloudSqlDatabaseProvisionerTest > testOneRetry() PASSED + +CloudSqlDatabaseProvisionerTest > testDeleteDatabase() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpOnlyOneMarked() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoExistingIdp() STARTED + +DefaultAirbyteDestinationTest > testCloseNotifiesLifecycle() PASSED + +DefaultAirbyteDestinationTest > testIgnoredExitCodes() STARTED + +DefaultAirbyteDestinationTest > testIgnoredExitCodes() PASSED + +DefaultAirbyteDestinationTest > testSuccessfulLifecycle() STARTED + +DefaultAirbyteDestinationTest > testSuccessfulLifecycle() PASSED + +DefaultAirbyteDestinationTest > testGetExitValue() STARTED + +CloudSqlDatabaseProvisionerTest > testDeleteDatabase() PASSED + +CloudSqlDatabaseProvisionerTest > testPollOperationDoneBeforeMaxStatusChecks() STARTED + +DefaultAirbyteDestinationTest > testGetExitValue() PASSED + +DefaultAirbyteDestinationTest > testNonzeroExitCodeThrowsException() STARTED + +DefaultAirbyteDestinationTest > testNonzeroExitCodeThrowsException() PASSED + +DefaultAirbyteDestinationTest > testTaggedLogs() STARTED + +DefaultAirbyteDestinationTest > testTaggedLogs() PASSED + +DefaultAirbyteSourceTest > testIgnoredExitCodes() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoExistingIdp() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsMultipleMarked() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsMultipleMarked() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsNoneMarked() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsNoneMarked() PASSED + +KeycloakAdminClientProviderTest > testCreateKeycloakAdminClient() STARTED + +DefaultAirbyteSourceTest > testIgnoredExitCodes() PASSED + +DefaultAirbyteSourceTest > testNonzeroExitCodeThrows() STARTED + +DefaultAirbyteSourceTest > testNonzeroExitCodeThrows() PASSED + +DefaultAirbyteSourceTest > testSuccessfulLifecycle() STARTED + +DefaultAirbyteSourceTest > testSuccessfulLifecycle() PASSED + +DefaultAirbyteSourceTest > testGetExitValue() STARTED + +DefaultAirbyteSourceTest > testGetExitValue() PASSED + +DefaultAirbyteSourceTest > testHeartbeatEligibility() STARTED + +DefaultAirbyteSourceTest > testHeartbeatEligibility() PASSED + +DefaultAirbyteSourceTest > testTaggedLogs() STARTED + +DefaultAirbyteSourceTest > testTaggedLogs() PASSED + +DestinationTimeoutMonitorTest > testAcceptTimeout() STARTED + +SlackNotificationClientTest > buildSummaryDeletedStreamTest() PASSED + +SlackNotificationClientTest > testEmptyWebhookUrl() STARTED + +CloudSqlDatabaseProvisionerTest > testPollOperationDoneBeforeMaxStatusChecks() PASSED + +CloudSqlDatabaseProvisionerTest > testMoreThanMaxAttempts() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + toString + equals + hashCode + query + call + intercept + accept + apply + test + get + run + +KeycloakAdminClientProviderTest > testCreateKeycloakAdminClient() PASSED + +KeycloakServerTest > testRecreateAirbyteRealm() STARTED + +DestinationTimeoutMonitorTest > testAcceptTimeout() PASSED + +DestinationTimeoutMonitorTest > testTimeoutNoException() STARTED +Using images 'airbyte/server:0.63.8'. +:airbyte-tests:compileKotlin NO-SOURCE +:airbyte-tests:compileJava NO-SOURCE +:airbyte-tests:compileAcceptanceTestKotlin NO-SOURCE +:airbyte-tests:compileAcceptanceTestJava + +SlackNotificationClientTest > testEmptyWebhookUrl() PASSED + +SlackNotificationClientTest > testBadWebhookUrl() STARTED + +KeycloakServerTest > testRecreateAirbyteRealm() PASSED + +KeycloakServerTest > testCreateAirbyteRealmWhenRealmAlreadyExists() STARTED + +KeycloakServerTest > testCreateAirbyteRealmWhenRealmAlreadyExists() PASSED + +KeycloakServerTest > testSetupAirbyteRealmWhenRealmDoesNotExist() STARTED + +KeycloakServerTest > testSetupAirbyteRealmWhenRealmDoesNotExist() PASSED + +KeycloakServerTest > testBuildRealmRepresentation() STARTED + +KeycloakServerTest > testBuildRealmRepresentation() PASSED + +KeycloakServerTest > testRecreateAirbyteRealmWhenRealmDoesNotExist() STARTED + +ScopedConfigurationRepositoryTest > test db insertion() STARTED + +KeycloakServerTest > testRecreateAirbyteRealmWhenRealmDoesNotExist() PASSED + +KeycloakSetupTest > testRun() STARTED + +ScopedConfigurationRepositoryTest > test db insertion() PASSED + +ScopedConfigurationRepositoryTest > test db get non-existent config by resource, scope, and key returns null() STARTED + +ScopedConfigurationRepositoryTest > test db get non-existent config by resource, scope, and key returns null() PASSED + +ScopedConfigurationRepositoryTest > test db find by origin in list() STARTED + +ScopedConfigurationRepositoryTest > test db find by origin in list() PASSED + +ScopedConfigurationRepositoryTest > test db delete() STARTED + +ScopedConfigurationRepositoryTest > test db delete() PASSED + +ScopedConfigurationRepositoryTest > test db update() STARTED + +ScopedConfigurationRepositoryTest > test db update() PASSED + +ScopedConfigurationRepositoryTest > test db delete multi() STARTED + +ScopedConfigurationRepositoryTest > test db delete multi() PASSED + +ScopedConfigurationRepositoryTest > test db find by key() STARTED + +ScopedConfigurationRepositoryTest > test db find by key() PASSED + +ScopedConfigurationRepositoryTest > test db find by value in list() STARTED + +ScopedConfigurationRepositoryTest > test db find by value in list() PASSED + +ScopedConfigurationRepositoryTest > test db find by scope id list() STARTED + +ScopedConfigurationRepositoryTest > test db find by scope id list() PASSED + +ScopedConfigurationRepositoryTest > test db get by resource, scope, and key() STARTED + +ScopedConfigurationRepositoryTest > test db get by resource, scope, and key() PASSED + +ScopedConfigurationRepositoryTest > test db insert same key+resource+scope throws() STARTED + +ScopedConfigurationRepositoryTest > test db insert same key+resource+scope throws() PASSED + +KeycloakSetupTest > testRun() PASSED + +KeycloakSetupTest > testResetRealm() STARTED + +KeycloakSetupTest > testResetRealm() PASSED + +KeycloakSetupTest > testRunThrowsException() STARTED + +KeycloakSetupTest > testRunThrowsException() PASSED + +UserConfiguratorTest > testConfigureUserAlreadyExists() STARTED +:airbyte-tests:compileAcceptanceTestJava FROM-CACHE +:airbyte-tests:acceptanceTestClasses +:airbyte-tests:checkstyleAcceptanceTest FROM-CACHE +:airbyte-tests:compileApiAcceptanceTestKotlin NO-SOURCE +:airbyte-tests:compileApiAcceptanceTestJava + +DestinationTimeoutMonitorTest > testTimeoutNoException() PASSED + +DestinationTimeoutMonitorTest > testNoTimeout() STARTED +:airbyte-tests:compileApiAcceptanceTestJava FROM-CACHE +:airbyte-tests:apiAcceptanceTestClasses +:airbyte-tests:checkstyleApiAcceptanceTest + +UserConfiguratorTest > testConfigureUserAlreadyExists() PASSED + +UserConfiguratorTest > testConfigureUser() STARTED + +UserConfiguratorTest > testConfigureUser() PASSED + +UserConfiguratorTest > testConfigureUserRepresentation() STARTED + +UserConfiguratorTest > testConfigureUserRepresentation() PASSED + +UserConfiguratorTest > testCreateCredentialRepresentation() STARTED + +UserConfiguratorTest > testCreateCredentialRepresentation() PASSED + +WebClientConfiguratorTest > testCreateClientRepresentation() STARTED + +WebClientConfiguratorTest > testCreateClientRepresentation() PASSED + +WebClientConfiguratorTest > testCreateWebClient() STARTED + +WebClientConfiguratorTest > testCreateWebClient() PASSED +:airbyte-tests:checkstyleApiAcceptanceTest FROM-CACHE +:airbyte-tests:compileBuilderAcceptanceTestKotlin NO-SOURCE +:airbyte-tests:compileBuilderAcceptanceTestJava FROM-CACHE +:airbyte-tests:builderAcceptanceTestClasses +:airbyte-tests:checkstyleBuilderAcceptanceTest + ---> Removed intermediate container 6050e8c87d19 + ---> 5c9a760c0a5f +Step 10/21 : ENV APPLICATION airbyte-connector-builder-server + +SlackNotificationClientTest > testBadWebhookUrl() PASSED + +SlackNotificationClientTest > buildSummaryNewStreamTest() STARTED + ---> Running in 9c22773ab54f +Step 1/15 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.3 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/15 : ADD airbyte-app.tar /app +:airbyte-tests:checkstyleBuilderAcceptanceTest FROM-CACHE +:airbyte-tests:compileEnterpriseAcceptanceTestKotlin NO-SOURCE +:airbyte-tests:compileEnterpriseAcceptanceTestJava FROM-CACHE +:airbyte-tests:enterpriseAcceptanceTestClasses +:airbyte-tests:checkstyleEnterpriseAcceptanceTest FROM-CACHE +:airbyte-tests:compileIntegrationTestKotlin NO-SOURCE +:airbyte-tests:compileIntegrationTestJava NO-SOURCE +:airbyte-tests:integrationTestClasses UP-TO-DATE +:airbyte-tests:checkstyleIntegrationTest NO-SOURCE +:airbyte-tests:classes UP-TO-DATE +:airbyte-tests:checkstyleMain NO-SOURCE +:airbyte-tests:compileSyncAcceptanceTestKotlin NO-SOURCE +:airbyte-tests:compileSyncAcceptanceTestJava FROM-CACHE +:airbyte-tests:syncAcceptanceTestClasses +:airbyte-tests:checkstyleSyncAcceptanceTest + +CloudSqlDatabaseProvisionerTest > testMoreThanMaxAttempts() PASSED + +CloudSqlDatabaseProvisionerTest > testPollOperationNotDoneAfterMaxStatusChecks() STARTED +:airbyte-tests:checkstyleSyncAcceptanceTest FROM-CACHE +:airbyte-tests:compileTestKotlin NO-SOURCE +:airbyte-tests:compileTestJava NO-SOURCE +:airbyte-tests:testClasses UP-TO-DATE +:airbyte-tests:checkstyleTest NO-SOURCE +:airbyte-tests:spotbugsAcceptanceTest +:airbyte-keycloak-setup:jacocoTestReport + +SlackNotificationClientTest > buildSummaryNewStreamTest() PASSED + +SlackNotificationClientTest > buildSummaryAlteredStreamTest() STARTED + ---> 72fff8b1723b +Step 5/15 : FROM ${JDK_IMAGE} AS server + ---> 74fbabbc6f02 +Step 6/15 : EXPOSE 8000 5005 +:airbyte-keycloak-setup:check +:airbyte-keycloak-setup:build +:airbyte-tests:spotbugsApiAcceptanceTest + ---> Running in 61b8bcc5a157 + +DestinationTimeoutMonitorTest > testNoTimeout() PASSED + +DestinationTimeoutMonitorTest > testNotifyEndOfInputTimeout() STARTED + +SlackNotificationClientTest > buildSummaryAlteredStreamTest() PASSED + +WorkspaceNotificationConfigFetcherTest > testReturnTheRightConfig() STARTED + +WorkspaceNotificationConfigFetcherTest > testReturnTheRightConfig() PASSED + +NotificationTest > testDataNode() STARTED + +NotificationTest > testDataNode() PASSED + +NotificationTest > testTextSerialization() STARTED + +NotificationTest > testTextSerialization() PASSED + +NotificationTest > testBlockSerialization() STARTED + +NotificationTest > testBlockSerialization() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + ---> Removed intermediate container 61b8bcc5a157 + ---> d4771f42ad84 +Step 7/15 : ARG VERSION=0.63.8 + ---> Running in 216ce9b2f1f2 + +CloudSqlDatabaseProvisionerTest > testPollOperationNotDoneAfterMaxStatusChecks() PASSED + +CloudSqlDatabaseProvisionerTest > testCreateDatabase() STARTED + +CloudSqlDatabaseProvisionerTest > testCreateDatabase() PASSED + +CloudSqlDatabaseProvisionerTest > testNoRetry() STARTED + +CloudSqlDatabaseProvisionerTest > testNoRetry() PASSED + +DestinationTimeoutMonitorTest > testNotifyEndOfInputTimeout() PASSED + +EmptyAirbyteSourceTest > testLegacyWithResettingExtraStreamNotInCatalog() STARTED + ---> Removed intermediate container 216ce9b2f1f2 + ---> ca3b8d3dd95c +Step 8/15 : ENV APPLICATION airbyte-server + ---> Running in 2c60ca3bc09e + +EmptyAirbyteSourceTest > testLegacyWithResettingExtraStreamNotInCatalog() PASSED + +EmptyAirbyteSourceTest > testGlobalNewStream() STARTED + +EmptyAirbyteSourceTest > testGlobalNewStream() PASSED + +EmptyAirbyteSourceTest > testLegacyWithEmptyConfig() STARTED + +EmptyAirbyteSourceTest > testLegacyWithEmptyConfig() PASSED + +EmptyAirbyteSourceTest > testPerStreamWithExtraState() STARTED + +EmptyAirbyteSourceTest > testPerStreamWithExtraState() PASSED + +EmptyAirbyteSourceTest > testLegacyWithMissingCatalogStream() STARTED + +EmptyAirbyteSourceTest > testLegacyWithMissingCatalogStream() PASSED + +EmptyAirbyteSourceTest > testGlobalPartial() STARTED + +EmptyAirbyteSourceTest > testGlobalPartial() PASSED + +EmptyAirbyteSourceTest > testLegacyWithNullState() STARTED + +EmptyAirbyteSourceTest > testLegacyWithNullState() PASSED + +EmptyAirbyteSourceTest > testPerStreamWithMissingState() STARTED + +EmptyAirbyteSourceTest > testPerStreamWithMissingState() PASSED + +EmptyAirbyteSourceTest > testPerStream() STARTED + +EmptyAirbyteSourceTest > testPerStream() PASSED + +EmptyAirbyteSourceTest > testLegacyWithWrongConfigFormat() STARTED + +EmptyAirbyteSourceTest > testLegacyWithWrongConfigFormat() PASSED + +EmptyAirbyteSourceTest > testEmptyListOfStreams() STARTED + +EmptyAirbyteSourceTest > testEmptyListOfStreams() PASSED + +EmptyAirbyteSourceTest > testGlobal() STARTED + +EmptyAirbyteSourceTest > testGlobal() PASSED + +EmptyAirbyteSourceTest > emptyLegacyStateShouldNotEmitState() STARTED + +EmptyAirbyteSourceTest > emptyLegacyStateShouldNotEmitState() PASSED + +EmptyAirbyteSourceTest > testLegacy() STARTED + +EmptyAirbyteSourceTest > testLegacy() PASSED + +EmptyAirbyteSourceTest > nonStartedSource() STARTED + +EmptyAirbyteSourceTest > nonStartedSource() PASSED + +EmptyAirbyteSourceTest > testLegacyWithNewConfig() STARTED + +EmptyAirbyteSourceTest > testLegacyWithNewConfig() PASSED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeatIfFalseFlag() STARTED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeatIfFalseFlag() PASSED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeat() STARTED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeat() PASSED + +HeartBeatTimeoutChaperoneTest > testFailHeartbeat() STARTED + +HeartBeatTimeoutChaperoneTest > testFailHeartbeat() PASSED + +HeartBeatTimeoutChaperoneTest > testMonitorDontFailIfDontStopBeating() STARTED + +HeartBeatTimeoutChaperoneTest > testMonitorDontFailIfDontStopBeating() PASSED + +HeartBeatTimeoutChaperoneTest > testMonitor() STARTED + +HeartBeatTimeoutChaperoneTest > testMonitor() PASSED + +HeartbeatMonitorTest > testStaleBeat() STARTED + +HeartbeatMonitorTest > testStaleBeat() PASSED + +HeartbeatMonitorTest > testNeverBeat() STARTED + +HeartbeatMonitorTest > testNeverBeat() PASSED + +HeartbeatMonitorTest > testFreshBeat() STARTED + +HeartbeatMonitorTest > testFreshBeat() PASSED + +NamespacingMapperTest > testCustomFormatWithVariableNamespace() STARTED + +NotificationHandlerTest > testAllNotification() STARTED + ---> Removed intermediate container 9c22773ab54f + ---> 707dbb4edd70 +Step 11/21 : ENV VERSION ${VERSION} + ---> Running in 207989127aaf + +NamespacingMapperTest > testCustomFormatWithVariableNamespace() PASSED + +NamespacingMapperTest > testCustomFormatWithoutVariableNamespace() STARTED + +NamespacingMapperTest > testCustomFormatWithoutVariableNamespace() PASSED + +NamespacingMapperTest > testRevertMapStateMessage() STARTED + +NamespacingMapperTest > testRevertMapStateMessage() PASSED + +NamespacingMapperTest > testEmptyCustomFormatWithVariableNamespace() STARTED + +NamespacingMapperTest > testEmptyCustomFormatWithVariableNamespace() PASSED + +NamespacingMapperTest > testEmptySourceNamespace() STARTED + +NamespacingMapperTest > testEmptySourceNamespace() PASSED + +NamespacingMapperTest > testEmptyPrefix() STARTED + +NamespacingMapperTest > testEmptyPrefix() PASSED + +NamespacingMapperTest > testDestinationNamespace() STARTED + +NamespacingMapperTest > testDestinationNamespace() PASSED + +NamespacingMapperTest > testSourceNamespace() STARTED + +NamespacingMapperTest > testSourceNamespace() PASSED + +NamespacingMapperTest > testMapStateMessage() STARTED + +NamespacingMapperTest > testMapStateMessage() PASSED + +SimpleAirbyteDestinationTest > testDestinationWillReturnAllStateMessagesBeforeClosing() STARTED + +SimpleAirbyteDestinationTest > testDestinationWillReturnAllStateMessagesBeforeClosing() PASSED + +SimpleAirbyteDestinationTest > testDestinationEchoesStateMessages() STARTED + +SimpleAirbyteDestinationTest > testDestinationEchoesStateMessages() PASSED + +SimpleAirbyteDestinationTest > testNotifyEndOfInputTerminatesTheDestination() STARTED + +SimpleAirbyteDestinationTest > testNotifyEndOfInputTerminatesTheDestination() PASSED + +SimpleAirbyteSourceTest > testMessages() STARTED + +SimpleAirbyteSourceTest > testMessages() PASSED + +SimpleAirbyteSourceTest > testInfiniteMessages() STARTED + +SimpleAirbyteSourceTest > testInfiniteMessages() PASSED + ---> Removed intermediate container 2c60ca3bc09e + ---> a74a758fd7ea +Step 9/15 : ENV VERSION ${VERSION} + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionWithoutSpecMessage() STARTED + ---> Running in 81fcf5c41a8f + +StreamStatsRepositoryTest > test basic db insertion and retrieval() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionWithoutSpecMessage() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionFallback() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionFallback() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetection() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetection() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreate() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreate() PASSED + +StreamStatsRepositoryTest > test basic db insertion and retrieval() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [1] {"type":"RECORD", "record": {"stream": "transactions", "data": {"amount": "100.00" STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [1] {"type":"RECORD", "record": {"stream": "transactions", "data": {"amount": "100.00" PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [2] {"type":"RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [2] {"type":"RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [3] {"type": "RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [3] {"type": "RECORD", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [4] {"type": "record", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [4] {"type": "record", "record": {"stream": "transactions", "data": {"transaction_id": Infinity }}} PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageVeryLongMessageDontFail() STARTED + ---> Removed intermediate container 81fcf5c41a8f + ---> 327d37e1febe +Step 10/15 : WORKDIR /app + ---> Running in 9fca9d6d1e8a + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageVeryLongMessageDontFail() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationObvious() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationObvious() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValid() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValid() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageRandomLog() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageRandomLog() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordFailureDisable() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordFailureDisable() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageValid() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageValid() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLevel() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLevel() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigDecimal() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigDecimal() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigInteger() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigInteger() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationSubtle() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationSubtle() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordShouldOnlyDebugLog() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordShouldOnlyDebugLog() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLine() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLine() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailValidation() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailValidation() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceControl() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceControl() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceRecord() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceRecord() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationRecord() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationRecord() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceError() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceError() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithMultipleTraceErrors() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithMultipleTraceErrors() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationControl() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationControl() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimate() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimate() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceAnalytics() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceAnalytics() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceError() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceError() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceStreamStatus() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceStreamStatus() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimateOther() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimateOther() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithOneTraceError() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithOneTraceError() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithNoTraceErrors() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithNoTraceErrors() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimate() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimate() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceState() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceState() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationState() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationState() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceAnalytics() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceAnalytics() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimateOther() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimateOther() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceStreamStatus() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceStreamStatus() PASSED + +AirbyteControlMessageEventListenerTest > testSupportsDestinationEvent() STARTED + +AirbyteControlMessageEventListenerTest > testSupportsDestinationEvent() PASSED + +AirbyteControlMessageEventListenerTest > testDoesNotSupportNonControlEvent() STARTED + +AirbyteControlMessageEventListenerTest > testDoesNotSupportNonControlEvent() PASSED + +AirbyteControlMessageEventListenerTest > testInternalControlMessage() STARTED + +AirbyteControlMessageEventListenerTest > testInternalControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testSourceControlMessage() STARTED + +NotificationHandlerTest > testAllNotification() PASSED + +NotificationHandlerTest > testNoBeanPresent() STARTED + +NotificationHandlerTest > testNoBeanPresent() PASSED + +NotificationHandlerTest > testPartialNotification() STARTED + +AirbyteControlMessageEventListenerTest > testSourceControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testDestinationControlMessage() STARTED + +AirbyteControlMessageEventListenerTest > testDestinationControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testSupportsSourceEvent() STARTED + +AirbyteControlMessageEventListenerTest > testSupportsSourceEvent() PASSED + +StateAggregatorTest > testGlobalState() STARTED + ---> Removed intermediate container 9fca9d6d1e8a + +StateAggregatorTest > testGlobalState() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorSingleState() STARTED + ---> ddb7645e5787 +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + +StateAggregatorTest > testIngestFromAnotherStateAggregatorSingleState() PASSED + +StateAggregatorTest > testIsEmptyForSingleStates() STARTED + +StateAggregatorTest > testIsEmptyForSingleStates() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorStreamStates() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorStreamStates() PASSED + +StateAggregatorTest > testStreamState() STARTED + +StateAggregatorTest > testStreamState() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorChecksStateType() STARTED + +NotificationHandlerTest > testPartialNotification() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorChecksStateType() PASSED + +StateAggregatorTest > testCantMixNullType() STARTED + +StateAggregatorTest > testCantMixNullType() PASSED + +StateAggregatorTest > testLegacyState() STARTED + +StateAggregatorTest > testLegacyState() PASSED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorSingle() STARTED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorSingle() PASSED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorStream() STARTED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorStream() PASSED + +StateAggregatorTest > testNullState() STARTED + +StateAggregatorTest > testNullState() PASSED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [1] GLOBAL STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [1] GLOBAL PASSED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [2] STREAM STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [2] STREAM PASSED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [3] LEGACY STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [3] LEGACY PASSED + +StateAggregatorTest > testIsEmptyForStreamStates() STARTED + +StateAggregatorTest > testIsEmptyForStreamStates() PASSED + +SyncPersistenceImplTest > testStatsFailuresAreRetriedOnFollowingRunsEvenWithoutNewStates() STARTED + +SyncPersistenceImplTest > testStatsFailuresAreRetriedOnFollowingRunsEvenWithoutNewStates() PASSED + +SyncPersistenceImplTest > testStatsAreNotPersistedWhenStateFails() STARTED + +SyncPersistenceImplTest > testStatsAreNotPersistedWhenStateFails() PASSED + +SyncPersistenceImplTest > testCloseWhenFailBecauseThreadInterrupted() STARTED + +SyncPersistenceImplTest > testCloseWhenFailBecauseThreadInterrupted() PASSED + +SyncPersistenceImplTest > testStatsFlushBasicEmissions() STARTED + +SyncPersistenceImplTest > testStatsFlushBasicEmissions() PASSED + +SyncPersistenceImplTest > testHappyPath() STARTED + +SyncPersistenceImplTest > testHappyPath() PASSED + +SyncPersistenceImplTest > testCloseWhenFailBecauseFlushTookTooLong() STARTED + +SyncPersistenceImplTest > testCloseWhenFailBecauseFlushTookTooLong() PASSED + +SyncPersistenceImplTest > testClose() STARTED + +SyncPersistenceImplTest > testClose() PASSED + +SyncPersistenceImplTest > testCloseShouldAttemptToRetryFinalFlush() STARTED + +SyncPersistenceImplTest > testCloseShouldAttemptToRetryFinalFlush() PASSED + +SyncPersistenceImplTest > testCloseMergeStatesFromPreviousFailure() STARTED + +SyncPersistenceImplTest > testCloseMergeStatesFromPreviousFailure() PASSED + +SyncPersistenceImplTest > testCloseWithPendingFlushShouldCallTheApi() STARTED + +SyncPersistenceImplTest > testCloseWithPendingFlushShouldCallTheApi() PASSED + +SyncPersistenceImplTest > statsDontPersistIfTheresBeenNoChanges() STARTED + +SyncPersistenceImplTest > statsDontPersistIfTheresBeenNoChanges() PASSED + +SyncPersistenceImplTest > testSyncStatsTrackerWrapping() STARTED + +SyncPersistenceImplTest > testSyncStatsTrackerWrapping() PASSED + +SyncPersistenceImplTest > startsFlushThreadOnInit() STARTED + +SyncPersistenceImplTest > startsFlushThreadOnInit() PASSED + +SyncPersistenceImplTest > testLegacyStatesAreGettingIntoTheScheduledFlushLogic() STARTED + +WebhookConfigFetcherTest > testNoSlackNotification() STARTED + +SyncPersistenceImplTest > testLegacyStatesAreGettingIntoTheScheduledFlushLogic() PASSED + +SyncPersistenceImplTest > testBadFinalStateFlushThrowsAnException() STARTED + +SyncPersistenceImplTest > testBadFinalStateFlushThrowsAnException() PASSED + +SyncPersistenceImplTest > testPreventMixingDataFromDifferentConnections() STARTED + +SyncPersistenceImplTest > testPreventMixingDataFromDifferentConnections() PASSED + +SyncPersistenceImplTest > testBadFinalStatsFlushThrowsAnException() STARTED + +SyncPersistenceImplTest > testBadFinalStatsFlushThrowsAnException() PASSED + +SyncPersistenceImplTest > testFlushWithApiFailures() STARTED + +SyncPersistenceImplTest > testFlushWithApiFailures() PASSED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldNotInjectIfConnectionIdIsNotIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldNotInjectIfConnectionIdIsNotIncluded() PASSED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldInjectIfConnectionIdIsIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > JavaOptsInjection > shouldInjectIfConnectionIdIsIncluded() PASSED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldNotInjectIfConnectionIdIsNotIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldNotInjectIfConnectionIdIsNotIncluded() PASSED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldInjectIfConnectionIdIsIncluded() STARTED + +KubeOrchestratorHandleFactoryTest > ContainerImageInjection > shouldInjectIfConnectionIdIsIncluded() PASSED + +WebhookConfigFetcherTest > testNoSlackNotification() PASSED + +WebhookConfigFetcherTest > testSlackNotification() STARTED + ---> Removed intermediate container 207989127aaf + ---> d59b81e9bd67 +Step 12/21 : WORKDIR /app + +WebhookConfigFetcherTest > testSlackNotification() PASSED + +WebhookConfigFetcherTest > testNoNotification() STARTED + ---> Running in e41697ebd9c4 + +WebhookConfigFetcherTest > testNoNotification() PASSED + +WebhookConfigFetcherTest > testNoWorkspace() STARTED + +WebhookConfigFetcherTest > testNoWorkspace() PASSED + +DatabasesTest > testCreatingADslContextFromADataSource() STARTED + +WebhookNotificationSenderTest > testSendNotificationSuccessful() STARTED + +WebhookNotificationSenderTest > testSendNotificationSuccessful() PASSED + +WebhookNotificationSenderTest > testFailedNotification() STARTED + +WebhookNotificationSenderTest > testFailedNotification() PASSED + ---> 6b20cf66f528 +Step 12/15 : USER airbyte:airbyte + ---> Running in bba5c74b9007 + +DatabasesTest > testCreatingADslContextFromADataSource() PASSED + +DatabasesTest > testCreatingFromATestContainer() STARTED + +DatabasesTest > testCreatingFromATestContainer() PASSED + ---> Removed intermediate container bba5c74b9007 + ---> ecde0a452acf +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in b8760a329d74 + +UserInvitationRepositoryTest > test db insertion() STARTED + +UserInvitationRepositoryTest > test db insertion() PASSED + +UserInvitationRepositoryTest > test find by invite code() STARTED + +UserInvitationRepositoryTest > test find by invite code() PASSED + +UserInvitationRepositoryTest > test find by status and scope type and scope id() STARTED + +UserInvitationRepositoryTest > test find by status and scope type and scope id() PASSED + +UserInvitationRepositoryTest > test find by status and scope type and scope id and invited email() STARTED + +UserInvitationRepositoryTest > test find by status and scope type and scope id and invited email() PASSED + +OrchestratorHandleFactoryTest > testDockerInstantiation() STARTED +:airbyte-notification:jacocoTestReport +:airbyte-test-utils:jacocoTestReport + ---> Removed intermediate container b8760a329d74 + ---> e0d2a56d0c00 +Step 14/15 : LABEL io.airbyte.app=airbyte-server + ---> Running in 131ef09fd616 + +OrchestratorHandleFactoryTest > testDockerInstantiation() PASSED + +OrchestratorHandleFactoryTest > testKubeInstantiation() STARTED +:airbyte-notification:check +:airbyte-notification:build +:airbyte-tests:spotbugsBuilderAcceptanceTest +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get + +OrchestratorHandleFactoryTest > testKubeInstantiation() PASSED + +OrchestratorHandleFactoryTest > testDockerInstantiationWithDefaultConfig() STARTED + +OrchestratorHandleFactoryTest > testDockerInstantiationWithDefaultConfig() PASSED + +AirbyteIntegrationLauncherTest > writeWithoutSyncResources() STARTED +:airbyte-test-utils:check +:airbyte-test-utils:build +:airbyte-webapp:copyBuildOutput +:airbyte-tests:spotbugsEnterpriseAcceptanceTest FROM-CACHE +:airbyte-tests:spotbugsIntegrationTest NO-SOURCE +:airbyte-tests:spotbugsMain NO-SOURCE +:airbyte-tests:spotbugsSyncAcceptanceTest + +AirbyteIntegrationLauncherTest > writeWithoutSyncResources() PASSED + +AirbyteIntegrationLauncherTest > readWithoutSyncResources() STARTED + +AirbyteIntegrationLauncherTest > readWithoutSyncResources() PASSED + +AirbyteIntegrationLauncherTest > read() STARTED +:airbyte-webapp:copyNginx + +AirbyteIntegrationLauncherTest > read() PASSED +:airbyte-webapp:dockerCopyDistribution NO-SOURCE + +AirbyteIntegrationLauncherTest > spec() STARTED +:airbyte-webapp:dockerCopyDockerfile +:airbyte-webapp:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/build/airbyte/docker'. + +AirbyteIntegrationLauncherTest > spec() PASSED + +AirbyteIntegrationLauncherTest > check() STARTED + +AirbyteIntegrationLauncherTest > check() PASSED + +AirbyteIntegrationLauncherTest > write() STARTED + +AirbyteIntegrationLauncherTest > write() PASSED + +AirbyteIntegrationLauncherTest > discover() STARTED + +AirbyteIntegrationLauncherTest > discover() PASSED + +DockerProcessFactoryTest > testImageDoesNotExist() STARTED + ---> Removed intermediate container 131ef09fd616 + ---> 0dfe3780bd84 +Step 15/15 : LABEL io.airbyte.version=0.63.8 + ---> Running in 21db4f441248 + +DockerProcessFactoryTest > testImageDoesNotExist() PASSED + +DockerProcessFactoryTest > testFileWriting() STARTED + ---> Removed intermediate container e41697ebd9c4 + ---> 14e0a2b2dca5 +Step 13/21 : USER root + ---> Running in 7cc971c9be6d +Using images 'airbyte/webapp:0.63.8'. +Step 1/12 : ARG NGINX_IMAGE=nginxinc/nginx-unprivileged:alpine3.18 +Step 2/12 : FROM ${NGINX_IMAGE} + ---> Removed intermediate container 21db4f441248 + ---> 2df80cbf432b +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed + +DockerProcessFactoryTest > testFileWriting() PASSED + +DockerProcessFactoryTest > testJqExists() STARTED +Successfully built 2df80cbf432b +Successfully tagged airbyte/server:0.63.8 +Created image with ID '2df80cbf432b'. +:airbyte-server:assemble +:airbyte-server:kspIntegrationTestKotlin + +DockerProcessFactoryTest > testJqExists() PASSED + +DockerProcessFactoryTest > testEnvMapSet() STARTED +:airbyte-server:kspIntegrationTestKotlin NO-SOURCE +:airbyte-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-server:compileIntegrationTestJava NO-SOURCE +:airbyte-server:processIntegrationTestResources NO-SOURCE +:airbyte-server:integrationTestClasses UP-TO-DATE +:airbyte-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-server:checkstyleMain FROM-CACHE +:airbyte-server:kspTestKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get +:airbyte-tests:spotbugsTest SKIPPED +:airbyte-tests:test NO-SOURCE +:airbyte-tests:jacocoTestReport SKIPPED +:airbyte-workers:kspKotlin + +DockerProcessFactoryTest > testEnvMapSet() PASSED + +DockerProcessFactoryTest > testImageExists() STARTED + +DockerProcessFactoryTest > testImageExists() PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [1] repo/project/destination-postgres:latest, destination-postgres:5005, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [1] repo/project/destination-postgres:latest, destination-postgres:5005, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [2] repo/project/destination-bigquery:latest, destination-postgres:5005, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [2] repo/project/destination-bigquery:latest, destination-postgres:5005, OPTIONS, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [3] repo/project/destination-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [3] repo/project/destination-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5005, -p5005:5005] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [4] repo/project/source-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5010, -p5010:5010] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [4] repo/project/source-postgres:latest, destination-postgres:5005,source-postgres:5010, OPTIONS, [-e, JAVA_TOOL_OPTIONS=OPTIONS:5010, -p5010:5010] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [5] repo/project/destination-postgres:latest, null, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [5] repo/project/destination-postgres:latest, null, OPTIONS, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [6] repo/project/destination-postgres:latest, null, null, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [6] repo/project/destination-postgres:latest, null, null, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [7] repo/project/destination-postgres:latest, destination-postgres:5005, null, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [7] repo/project/destination-postgres:latest, destination-postgres:5005, null, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [8] repo/project/destination-postgres:latest, an-obviously-bad-value, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [8] repo/project/destination-postgres:latest, an-obviously-bad-value, OPTIONS, [] PASSED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [9] repo/project/destination-postgres:latest, destination-postgres:a-bad-middle:5005, OPTIONS, [] STARTED + +DockerProcessFactoryTest > testLocalDebuggingOptions(String, String, String, List) > [9] repo/project/destination-postgres:latest, destination-postgres:a-bad-middle:5005, OPTIONS, [] PASSED + +KubePodProcessTest > Should build resource requirements. STARTED + +KubePodProcessTest > Should build resource requirements. PASSED + +KubePodProcessTest > Should build resource requirements with partial infos. STARTED + +KubePodProcessTest > Should build resource requirements with partial infos. PASSED + +KubePodProcessTest > Should build resource requirements that don't have conflicts. STARTED + +KubePodProcessTest > Should build resource requirements that don't have conflicts. PASSED + +KubePodProcessTest > GetPodIp > Should return the correct pod ip. STARTED + +KubePodProcessTest > GetPodIp > Should return the correct pod ip. SKIPPED + +KubePodProcessTest > GetPodIp > Should error when the given pod does not exists. STARTED + +KubePodProcessTest > GetPodIp > Should error when the given pod does not exists. SKIPPED + +KubePortManagerSingletonTest > testInitialization() STARTED + +KubePortManagerSingletonTest > testInitialization() PASSED + +ProcessFactoryTest > testGetImageVersion() STARTED + +ProcessFactoryTest > testGetImageVersion() PASSED + +ProcessFactoryTest > testGetShortImageNameEmpty() STARTED + +ProcessFactoryTest > testGetShortImageNameEmpty() PASSED + +ProcessFactoryTest > getPodNameTruncated() STARTED + +ProcessFactoryTest > getPodNameTruncated() PASSED + +ProcessFactoryTest > testOnlyDashes() STARTED + +ProcessFactoryTest > testOnlyDashes() PASSED + +ProcessFactoryTest > getPodNameNormal() STARTED + +ProcessFactoryTest > getPodNameNormal() PASSED + +ProcessFactoryTest > testOnlyNumeric() STARTED + +ProcessFactoryTest > testOnlyNumeric() PASSED + +ProcessFactoryTest > testGetImageVersionNoVersion() STARTED + +ProcessFactoryTest > testGetImageVersionNoVersion() PASSED + +ProcessFactoryTest > testHandlingDashAsFirstCharacter() STARTED + +ProcessFactoryTest > testHandlingDashAsFirstCharacter() PASSED + +ProcessFactoryTest > testGetImageVersionEmpty() STARTED + +ProcessFactoryTest > testGetImageVersionEmpty() PASSED + +ProcessFactoryTest > testGetImageVersionNull() STARTED + +ProcessFactoryTest > testGetImageVersionNull() PASSED + +ProcessFactoryTest > testGetShortImageNameNull() STARTED + +ProcessFactoryTest > testGetShortImageNameNull() PASSED + +ProcessFactoryTest > testGetShortImageName() STARTED + +ProcessFactoryTest > testGetShortImageName() PASSED + +ConfigReplacerTest > nullAllowedHostsRemainsNull() STARTED + +ConfigReplacerTest > nullAllowedHostsRemainsNull() PASSED + +ConfigReplacerTest > ensureEmptyArrayIncludesAlwaysAllowedHosts() STARTED + +ConfigReplacerTest > ensureEmptyArrayIncludesAlwaysAllowedHosts() PASSED + +ConfigReplacerTest > getAllowedHostsGeneralTest() STARTED + +ConfigReplacerTest > getAllowedHostsGeneralTest() PASSED + +ConfigReplacerTest > alwaysAllowedHostsListIsImmutable() STARTED + +ConfigReplacerTest > alwaysAllowedHostsListIsImmutable() PASSED + ---> 64997a8aa9d0 +Step 3/12 : ARG BUILD_DIR=bin/build + +ConfigReplacerTest > sanitization() STARTED + +ConfigReplacerTest > sanitization() PASSED + +ConfigReplacerTest > getAllowedHostsNestingTest() STARTED + +ConfigReplacerTest > getAllowedHostsNestingTest() PASSED + ---> Running in 1ef59c6ed5e2 + +CheckConnectionInputHydratorTest > hydrates from base hydrator and copies expected values over() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + ---> Removed intermediate container 1ef59c6ed5e2 + ---> 4d4063e772e5 +Step 4/12 : ARG NGINX_CONFIG=bin/nginx/default.conf.template + ---> Running in 67d90649c107 +:airbyte-workers:kspKotlin FROM-CACHE +:airbyte-workers:compileKotlin FROM-CACHE +:airbyte-workers:compileJava + +LastJobWithStatsPerStreamRepositoryTest > test getLastJobPerStream() STARTED + ---> Removed intermediate container 67d90649c107 + ---> e4ed0b5665e9 +Step 5/12 : EXPOSE 8080 + ---> Running in 4223652fab26 + +LastJobWithStatsPerStreamRepositoryTest > test getLastJobPerStream() PASSED +:airbyte-workers:compileJava FROM-CACHE +:airbyte-workers:processResources +:airbyte-workers:classes +:airbyte-workers:jar +:airbyte-workers:startScripts +:airbyte-workers:distTar + +CheckConnectionInputHydratorTest > hydrates from base hydrator and copies expected values over() PASSED + +ConnectorSecretsHydratorTest > uses runtime hydration if ff enabled for organization id() STARTED + +ConnectionTimelineEventServiceDataImplTest > write sync failed event$io_airbyte_airbyte_data_test() STARTED + ---> Removed intermediate container 4223652fab26 + ---> 0cf2246d53ef +Step 6/12 : USER root + ---> Running in 60c70e4ea1b0 + ---> Removed intermediate container 7cc971c9be6d + ---> 2624339d7487 +Step 14/21 : ADD airbyte-app.tar /app + +ConnectionTimelineEventServiceDataImplTest > write sync failed event$io_airbyte_airbyte_data_test() PASSED + ---> Removed intermediate container 60c70e4ea1b0 + ---> 4a20ca1ffef9 +Step 7/12 : COPY ${BUILD_DIR} /usr/share/nginx/html + +DeclarativeManifestImageVersionServiceDataImplTest > test write existing declarative manifest image version() STARTED + +DeclarativeManifestImageVersionServiceDataImplTest > test write existing declarative manifest image version() PASSED + +DeclarativeManifestImageVersionServiceDataImplTest > test get declarative manifest image version by major version not found() STARTED + +DeclarativeManifestImageVersionServiceDataImplTest > test get declarative manifest image version by major version not found() PASSED + +DeclarativeManifestImageVersionServiceDataImplTest > test get declarative manifest image version by major version() STARTED + +DeclarativeManifestImageVersionServiceDataImplTest > test get declarative manifest image version by major version() PASSED + +DeclarativeManifestImageVersionServiceDataImplTest > test write new declarative manifest image version() STARTED + +DeclarativeManifestImageVersionServiceDataImplTest > test write new declarative manifest image version() PASSED + +DeclarativeManifestImageVersionServiceDataImplTest > test list declarative manifest image versions() STARTED + +DeclarativeManifestImageVersionServiceDataImplTest > test list declarative manifest image versions() PASSED + +PermissionServiceDataImplTest > CreatePermission > createPermission should throw when redundant permission is detected() STARTED +:airbyte-server:kspTestKotlin FROM-CACHE +:airbyte-server:compileTestKotlin + +ConnectorSecretsHydratorTest > uses runtime hydration if ff enabled for organization id() PASSED + +ConnectorSecretsHydratorTest > uses default hydration if ff not enabled for organization id() STARTED + +ConnectorSecretsHydratorTest > uses default hydration if ff not enabled for organization id() PASSED + +DiscoverCatalogInputHydratorTest > hydrates from base hydrator and copies expected values over() STARTED + +DiscoverCatalogInputHydratorTest > hydrates from base hydrator and copies expected values over() PASSED + ---> 0575d78460d1 +Step 8/12 : RUN < Running in 02c09f85bd93 +:airbyte-server:compileTestKotlin FROM-CACHE +:airbyte-server:compileTestJava + +PermissionServiceDataImplTest > CreatePermission > createPermission should throw when redundant permission is detected() PASSED + +PermissionServiceDataImplTest > CreatePermission > createPermission should work for instance admin permissions() STARTED + +PermissionServiceDataImplTest > CreatePermission > createPermission should work for instance admin permissions() PASSED + +PermissionServiceDataImplTest > CreatePermission > createPermission should save permission when no redundant permissions exist() STARTED + +PermissionServiceDataImplTest > CreatePermission > createPermission should save permission when no redundant permissions exist() PASSED + +PermissionServiceDataImplTest > DeletePermission > deletePermission should delete from repository if not the last org-admin() STARTED + +PermissionServiceDataImplTest > DeletePermission > deletePermission should delete from repository if not the last org-admin() PASSED + +PermissionServiceDataImplTest > DeletePermission > deletePermission should throw when deleting last org admin() STARTED + +PermissionServiceDataImplTest > DeletePermission > deletePermission should throw when deleting last org admin() PASSED + +PermissionServiceDataImplTest > DeletePermissions > deletePermissions should delete from repository when not deleting the last org admin() STARTED + +PermissionServiceDataImplTest > DeletePermissions > deletePermissions should delete from repository when not deleting the last org admin() PASSED + +PermissionServiceDataImplTest > DeletePermissions > deletePermissions should throw when deleting the last org admin() STARTED + +PermissionServiceDataImplTest > DeletePermissions > deletePermissions should throw when deleting the last org admin() PASSED + +PermissionServiceDataImplTest > GetPermissionsForUser > getPermissionsForUser should fetch from repository() STARTED + +PermissionServiceDataImplTest > GetPermissionsForUser > getPermissionsForUser should fetch from repository() PASSED + +PermissionServiceDataImplTest > UpdatePermission > UpdateOrgPermission > updatePermission should throw if demoting the last org admin() STARTED + +PermissionServiceDataImplTest > UpdatePermission > UpdateOrgPermission > updatePermission should throw if demoting the last org admin() PASSED + +PermissionServiceDataImplTest > UpdatePermission > UpdateOrgPermission > updatePermission should allow org admin demotion if another org admin exists() STARTED + +PermissionServiceDataImplTest > UpdatePermission > UpdateOrgPermission > updatePermission should allow org admin demotion if another org admin exists() PASSED + +PermissionServiceDataImplTest > UpdatePermission > UpdateOrgPermission > updatePermission should delete any workspace permissions that are made redundant by updating an org permission() STARTED + +StateCheckSumCountEventHandlerFactoryTest > should create bean properly$io_airbyte_airbyte_commons_worker_test() STARTED + +PermissionServiceDataImplTest > UpdatePermission > UpdateOrgPermission > updatePermission should delete any workspace permissions that are made redundant by updating an org permission() PASSED + +PermissionServiceDataImplTest > UpdatePermission > UpdateWorkspacePermission > updatePermission should update workspace permission when not redundant() STARTED + +PermissionServiceDataImplTest > UpdatePermission > UpdateWorkspacePermission > updatePermission should update workspace permission when not redundant() PASSED + +PermissionServiceDataImplTest > UpdatePermission > UpdateWorkspacePermission > updatePermission should delete updated workspace permission when made redundant() STARTED + +PermissionServiceDataImplTest > UpdatePermission > UpdateWorkspacePermission > updatePermission should delete updated workspace permission when made redundant() PASSED +:airbyte-workers:distZip SKIPPED +:airbyte-workers:dockerCopyDistribution + +ScopedConfigurationServiceDataImplTest > test delete scoped configuration() STARTED + +ScopedConfigurationServiceDataImplTest > test delete scoped configuration() PASSED + +ScopedConfigurationServiceDataImplTest > test list configurations() STARTED + +ScopedConfigurationServiceDataImplTest > test list configurations() PASSED + +ScopedConfigurationServiceDataImplTest > test write existing configuration() STARTED + +ScopedConfigurationServiceDataImplTest > test write existing configuration() PASSED + +ScopedConfigurationServiceDataImplTest > test bulk get configurations by key, resource and scope map() STARTED + +ScopedConfigurationServiceDataImplTest > test bulk get configurations by key, resource and scope map() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration by non-existent id throws() STARTED + +ScopedConfigurationServiceDataImplTest > test get configuration by non-existent id throws() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration by id() STARTED + +ScopedConfigurationServiceDataImplTest > test get configuration by id() PASSED + +ScopedConfigurationServiceDataImplTest > test bulk insert new configurations() STARTED + +ScopedConfigurationServiceDataImplTest > test bulk insert new configurations() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration by resource, scope and key() STARTED + +ScopedConfigurationServiceDataImplTest > test get configuration by resource, scope and key() PASSED + +ScopedConfigurationServiceDataImplTest > test list configurations with scopes() STARTED + +ScopedConfigurationServiceDataImplTest > test list configurations with scopes() PASSED + +ScopedConfigurationServiceDataImplTest > test list configurations with values() STARTED + +ScopedConfigurationServiceDataImplTest > test list configurations with values() PASSED + +ScopedConfigurationServiceDataImplTest > test bulk get configurations with unsupported scope in map throws() STARTED + +ScopedConfigurationServiceDataImplTest > test bulk get configurations with unsupported scope in map throws() PASSED + +ScopedConfigurationServiceDataImplTest > test get non-existent configuration by resource, scope and key returns empty opt() STARTED + +ScopedConfigurationServiceDataImplTest > test get non-existent configuration by resource, scope and key returns empty opt() PASSED + +ScopedConfigurationServiceDataImplTest > test list configurations by key() STARTED + +ScopedConfigurationServiceDataImplTest > test list configurations by key() PASSED + +ScopedConfigurationServiceDataImplTest > test write new configuration() STARTED + +ScopedConfigurationServiceDataImplTest > test write new configuration() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration with unsupported scope in map throws() STARTED + +ScopedConfigurationServiceDataImplTest > test get configuration with unsupported scope in map throws() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration by key, resource and scope map() STARTED + +ScopedConfigurationServiceDataImplTest > test get configuration by key, resource and scope map() PASSED + +ScopedConfigurationServiceDataImplTest > test get non-existent configuration by scope map returns empty opt() STARTED + +ScopedConfigurationServiceDataImplTest > test get non-existent configuration by scope map returns empty opt() PASSED + +ScopedConfigurationServiceDataImplTest > test delete multiple scoped configuration() STARTED + +ScopedConfigurationServiceDataImplTest > test delete multiple scoped configuration() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration by resource, scope and key object() STARTED + +ScopedConfigurationServiceDataImplTest > test get configuration by resource, scope and key object() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration with unsupported scope throws() STARTED + +ScopedConfigurationServiceDataImplTest > test get configuration with unsupported scope throws() PASSED +:airbyte-workers:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workers/build/airbyte/docker'. + ---> Removed intermediate container 02c09f85bd93 + ---> c11452688f5d +Step 9/12 : COPY ${NGINX_CONFIG} /etc/nginx/templates/default.conf.template + +StateCheckSumCountEventHandlerFactoryTest > should create bean properly$io_airbyte_airbyte_commons_worker_test() PASSED +:airbyte-server:compileTestJava FROM-CACHE +:airbyte-server:processTestResources + +CachingFeatureFlagClientTest > cachesTheValueForBooleans() STARTED + +CachingFeatureFlagClientTest > cachesTheValueForBooleans() PASSED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - no reasons() STARTED + ---> 6f3303cce1f5 +Step 10/12 : USER nginx:nginx +:airbyte-server:testClasses +:airbyte-server:checkstyleTest + ---> Running in 2f3c99cfadf7 + +RateLimitedMessageHelperTest > test extractQuotaResetValue - no reasons() PASSED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - no reasons() STARTED +:airbyte-server:checkstyleTest FROM-CACHE +:airbyte-server:spotbugsIntegrationTest + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - no reasons() PASSED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - correct reason() STARTED +:airbyte-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-server:spotbugsMain + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - correct reason() PASSED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - multiple reasons() STARTED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - multiple reasons() PASSED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - multiple reasons() STARTED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - multiple reasons() PASSED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason with quota reset() STARTED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason with quota reset() PASSED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason without quota reset() STARTED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason without quota reset() PASSED + ---> Removed intermediate container 2f3c99cfadf7 + ---> 486e14a1f915 +Step 11/12 : LABEL io.airbyte.app=airbyte-webapp + ---> Running in 8314141f1e7b + +StateCheckSumCountEventHandlerTest > default epochMilliSupplier test() STARTED + ---> ee04d45684fe +Step 15/21 : RUN chown -R airbyte:airbyte /app + ---> Running in 04f27decda20 + ---> Removed intermediate container 8314141f1e7b + ---> 4d7bd3818a97 +Step 12/12 : LABEL io.airbyte.version=0.63.8 +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get + +StateCheckSumCountEventHandlerTest > default epochMilliSupplier test() PASSED + +StateCheckSumCountEventHandlerTest > no state message seen should not emit any events() STARTED + ---> Running in 30d7cc94cfe5 + +StateCheckSumCountEventHandlerTest > no state message seen should not emit any events() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > all 3 counts present but none match each other$io_airbyte_airbyte_commons_worker_test() STARTED +:airbyte-server:spotbugsTest SKIPPED +:airbyte-server:test + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > all 3 counts present but none match each other$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is missing, source count is present and equals platform count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is missing, source count is present and equals platform count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present but doesnt equal source count and platform count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present but doesnt equal source count and platform count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present, source count is present and both equal platform count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present, source count is present and both equal platform count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present and equals platform count, source count is missing$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present and equals platform count, source count is missing$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count and source count both are missing$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count and source count both are missing$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present and equals source count but doesn't equal platform count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present and equals source count but doesn't equal platform count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present and equals platform count but doesn't equal source count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present and equals platform count but doesn't equal source count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present but doesn't equal platform count, source count is missing$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is present but doesn't equal platform count, source count is missing$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is missing, source count is present but doesn't equal platform count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > DestinationStateCheckSumTests > destination count is missing, source count is present but doesn't equal platform count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > SourceDestinationCombinedCheckSumTests > should emit 3 events when no error is reported$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > SourceDestinationCombinedCheckSumTests > should emit 3 events when no error is reported$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > SourceDestinationCombinedCheckSumTests > should emit 0 events when not completed successfully$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > SourceDestinationCombinedCheckSumTests > should emit 0 events when not completed successfully$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > SourceStateCheckSumTests > source count is present and equals platform count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > SourceStateCheckSumTests > source count is present and equals platform count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > SourceStateCheckSumTests > source count present but doesn't equal platform count$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > SourceStateCheckSumTests > source count present but doesn't equal platform count$io_airbyte_airbyte_commons_worker_test() PASSED + +StateCheckSumCountEventHandlerTest > SourceStateCheckSumTests > source count is missing$io_airbyte_airbyte_commons_worker_test() STARTED + +StateCheckSumCountEventHandlerTest > SourceStateCheckSumTests > source count is missing$io_airbyte_airbyte_commons_worker_test() PASSED + ---> Removed intermediate container 30d7cc94cfe5 + ---> 44d9ea2e847d +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 44d9ea2e847d +Successfully tagged airbyte/webapp:0.63.8 +Created image with ID '44d9ea2e847d'. +:airbyte-webapp:assemble +:airbyte-webapp:buildStorybook + +StreamAttemptMetadataServiceTest > test insertion and find by attempt id() STARTED + +StreamAttemptMetadataServiceTest > test insertion and find by attempt id() PASSED + +StreamAttemptMetadataServiceTest > test upsert updates existing rows while adding new ones() STARTED + +StreamAttemptMetadataServiceTest > test upsert updates existing rows while adding new ones() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get + +StateCheckSumEventPubSubWriterTest > events should be written to pubsub() STARTED +:airbyte-tests:check +:airbyte-tests:build +:airbyte-workload-api-server:compileJava NO-SOURCE +:airbyte-workload-api-server:processResources +:airbyte-workload-api-server:classes +:airbyte-workload-api-server:jar + +> airbyte-webapp@ prebuild:storybook /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> TS_NODE_TRANSPILE_ONLY=true pnpm run generate-client + +:airbyte-workload-api-server:startScripts +:airbyte-workload-api-server:distTar + +StreamStatusesServiceDataImplTest > GetLastJobIdWithStatsByStream > should return last job id with stats by stream descriptor() STARTED + +StreamStatusesServiceDataImplTest > GetLastJobIdWithStatsByStream > should return last job id with stats by stream descriptor() PASSED + +UserInvitationServiceDataImplTest > test create user invitation() STARTED + +StateCheckSumEventPubSubWriterTest > events should be written to pubsub() PASSED + +StateCheckSumEventPubSubWriterTest > bean creation should work() STARTED + +> airbyte-webapp@ generate-client /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/load-declarative-schema.sh && orval + + +StateCheckSumEventPubSubWriterTest > bean creation should work() PASSED + +StateCheckSumEventPubSubWriterTest > close should shutdown publisher() STARTED + +StateCheckSumEventPubSubWriterTest > close should shutdown publisher() PASSED +Found cached CDK manifest schema 2.3.0 + +UserInvitationServiceDataImplTest > test create user invitation() PASSED + +UserInvitationServiceDataImplTest > test cancel invitation() STARTED + +UserInvitationServiceDataImplTest > test cancel invitation() PASSED + +UserInvitationServiceDataImplTest > test accept user invitation fails if expired() STARTED + +UserInvitationServiceDataImplTest > test accept user invitation fails if expired() PASSED + +UserInvitationServiceDataImplTest > test accept user invitation() STARTED + +UserInvitationServiceDataImplTest > test accept user invitation() PASSED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [1] pending STARTED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [1] pending PASSED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [2] accepted STARTED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [2] accepted PASSED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [3] cancelled STARTED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [3] cancelled PASSED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [4] declined STARTED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [4] declined PASSED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [5] expired STARTED + +UserInvitationServiceDataImplTest > test accept user invitation fails if not pending(InvitationStatus) > [5] expired PASSED + +UserInvitationServiceDataImplTest > test get user invitation by invite code() STARTED + +UserInvitationServiceDataImplTest > test get user invitation by invite code() PASSED + +UserInvitationServiceDataImplTest > test get pending invitations() STARTED + +UserInvitationServiceDataImplTest > test get pending invitations() PASSED + +UserInvitationServiceDataImplTest > test get user invitation by non-existent code throws() STARTED + +UserInvitationServiceDataImplTest > test get user invitation by non-existent code throws() PASSED + +UserInvitationServiceDataImplTest > test create duplicate user invitation throws() STARTED + +UserInvitationServiceDataImplTest > test create duplicate user invitation throws() PASSED + +ResumableFullRefreshStatsHelperTest > test we correctly return only full refresh streams with states(String) > [1] STREAM STARTED + +ResumableFullRefreshStatsHelperTest > test we correctly return only full refresh streams with states(String) > [1] STREAM PASSED + +ResumableFullRefreshStatsHelperTest > test we correctly return only full refresh streams with states(String) > [2] GLOBAL STARTED + +ResumableFullRefreshStatsHelperTest > test we correctly return only full refresh streams with states(String) > [2] GLOBAL PASSED + +ResumableFullRefreshStatsHelperTest > test empty state is handled correctly when getting full refresh streams() STARTED + +ResumableFullRefreshStatsHelperTest > test empty state is handled correctly when getting full refresh streams() PASSED + +ResumableFullRefreshStatsHelperTest > test we mark streams as resumed if they had a state in the input(String) > [1] STREAM STARTED + +ResumableFullRefreshStatsHelperTest > test we mark streams as resumed if they had a state in the input(String) > [1] STREAM PASSED + +ResumableFullRefreshStatsHelperTest > test we mark streams as resumed if they had a state in the input(String) > [2] GLOBAL STARTED + +ResumableFullRefreshStatsHelperTest > test we mark streams as resumed if they had a state in the input(String) > [2] GLOBAL PASSED + +ResumableFullRefreshStatsHelperTest > test we do not fail if there are no states() STARTED + +ResumableFullRefreshStatsHelperTest > test we do not fail if there are no states() PASSED + +ResumableFullRefreshStatsHelperTest > test get streams with states(String) > [1] STREAM STARTED + +ResumableFullRefreshStatsHelperTest > test get streams with states(String) > [1] STREAM PASSED + +ResumableFullRefreshStatsHelperTest > test get streams with states(String) > [2] GLOBAL STARTED + +ResumableFullRefreshStatsHelperTest > test get streams with states(String) > [2] GLOBAL PASSED + +StreamStatusCompletionTrackerTest > test that we support multiple completed status() STARTED + +StreamStatusCompletionTrackerTest > test that we support multiple completed status() PASSED + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and some stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and some stream status is send() PASSED + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and no stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get all the streams if the exit code is 0 and no stream status is send() PASSED + +StreamStatusCompletionTrackerTest > test that no message is send if the destination doesn't support refreshes() STARTED + +StreamStatusCompletionTrackerTest > test that no message is send if the destination doesn't support refreshes() PASSED + +StreamStatusCompletionTrackerTest > test that we get the status of the streams that send a status if the exit code is 1 and no stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get the status of the streams that send a status if the exit code is 1 and no stream status is send() PASSED + +StreamStatusCompletionTrackerTest > test that we get no streams if the exit code is 1 and no stream status is send() STARTED + +StreamStatusCompletionTrackerTest > test that we get no streams if the exit code is 1 and no stream status is send() PASSED + +AnalyticsMessageTrackerTest > test ignoring non-analytics and non-trace messages() STARTED + +AnalyticsMessageTrackerTest > test ignoring non-analytics and non-trace messages() PASSED + +AnalyticsMessageTrackerTest > test payload of track method() STARTED + +AnalyticsMessageTrackerTest > test payload of track method() PASSED + +AnalyticsMessageTrackerTest > test flush with empty analytics message array() STARTED + +AnalyticsMessageTrackerTest > test flush with empty analytics message array() PASSED + +AnalyticsMessageTrackerTest > test flush with non-empty messages() STARTED + +AnalyticsMessageTrackerTest > test flush with non-empty messages() PASSED + +AnalyticsMessageTrackerTest > test addMessage and flush is called() STARTED + +AnalyticsMessageTrackerTest > test addMessage and flush is called() PASSED + +AnalyticsMessageTrackerTest > test max message limit() STARTED + +AnalyticsMessageTrackerTest > test max message limit() PASSED + +FieldSelectorTest > test that escaped properties in schema are still filtered$io_airbyte_airbyte_commons_worker_test() STARTED +:airbyte-workload-api-server:distZip SKIPPED +:airbyte-workload-api-server:dockerCopyDistribution +🍻 Start orval v6.19.1 - A swagger client generator for typescript + +FieldSelectorTest > test that escaped properties in schema are still filtered$io_airbyte_airbyte_commons_worker_test() PASSED + +FieldSelectorTest > test that we filter columns$io_airbyte_airbyte_commons_worker_test(boolean) > [1] true STARTED + +FieldSelectorTest > test that we filter columns$io_airbyte_airbyte_commons_worker_test(boolean) > [1] true PASSED + +FieldSelectorTest > test that we filter columns$io_airbyte_airbyte_commons_worker_test(boolean) > [2] false STARTED + +FieldSelectorTest > test that we filter columns$io_airbyte_airbyte_commons_worker_test(boolean) > [2] false PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the destination stats in the state message$io_airbyte_airbyte_commons_worker_test() STARTED +:airbyte-data:jacocoTestReport + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the destination stats in the state message$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStream() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStream() PASSED + +ParallelStreamStatsTrackerTest > testNoStatsForNullStreamAreReturned() STARTED + +ParallelStreamStatsTrackerTest > testNoStatsForNullStreamAreReturned() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingCompletedSync() STARTED +:airbyte-workload-api-server:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-api-server/build/airbyte/docker'. + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingCompletedSync() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disables for global state collision$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disables for global state collision$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testAccessors() STARTED + +ParallelStreamStatsTrackerTest > testAccessors() PASSED + +ParallelStreamStatsTrackerTest > testStreamEstimates() STARTED + +ParallelStreamStatsTrackerTest > testStreamEstimates() PASSED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsBetweenStateMessageEmittedAndCommittedReturnsNullWhenEmpty() STARTED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsBetweenStateMessageEmittedAndCommittedReturnsNullWhenEmpty() PASSED + +ParallelStreamStatsTrackerTest > testReceivingTheSameStateFromDestinationDoesntFlushUnexpectedStates() STARTED + +ParallelStreamStatsTrackerTest > testReceivingTheSameStateFromDestinationDoesntFlushUnexpectedStates() PASSED + +ParallelStreamStatsTrackerTest > testGettersDontCrashWhenThereIsNoData() STARTED + +ParallelStreamStatsTrackerTest > testGettersDontCrashWhenThereIsNoData() PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the destination stats do not match the tracked committed stats$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the destination stats do not match the tracked committed stats$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testParallelStreamStatsTracking() STARTED + +ParallelStreamStatsTrackerTest > testParallelStreamStatsTracking() PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the state message checksum comparison fails for global state$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the state message checksum comparison fails for global state$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disabled due to collisions$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison is disabled due to collisions$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testCheckpointingMetrics() STARTED +:airbyte-data:check +:airbyte-data:build +:airbyte-workload-launcher:kspKotlin FROM-CACHE +:airbyte-workload-launcher:compileKotlin +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... +:airbyte-workload-launcher:compileKotlin FROM-CACHE +:airbyte-workload-launcher:compileJava NO-SOURCE +:airbyte-workload-launcher:processResources +:airbyte-workload-launcher:classes +:airbyte-workload-launcher:jar +:airbyte-workload-launcher:startScripts +:airbyte-workload-launcher:distTar + ---> Removed intermediate container 04f27decda20 + ---> 7a41dc6e6835 +Step 16/21 : USER airbyte:airbyte + +ParallelStreamStatsTrackerTest > testCheckpointingMetrics() PASSED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the tracked emitted stats$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that an exception is raised when the source stats do not match the tracked emitted stats$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testSyncEstimates() STARTED + +ParallelStreamStatsTrackerTest > testSyncEstimates() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTracking() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTracking() PASSED + +ParallelStreamStatsTrackerTest > testDuplicatedSourceStates() STARTED + +ParallelStreamStatsTrackerTest > testDuplicatedSourceStates() PASSED + +ParallelStreamStatsTrackerTest > testUnexpectedStateFromDestination() STARTED + +ParallelStreamStatsTrackerTest > testUnexpectedStateFromDestination() PASSED + +ParallelStreamStatsTrackerTest > test that hash collision doesnt happen when same state messages arrive$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that hash collision doesnt happen when same state messages arrive$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testEstimateTypeConflicts() STARTED + +ParallelStreamStatsTrackerTest > testEstimateTypeConflicts() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStreamWhileSkippingStates() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStreamWhileSkippingStates() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes$io_airbyte_airbyte_commons_worker_test() STARTED + ---> Running in bc45ebf3f825 + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testCommittedStatsTrackingWithGlobalStates() STARTED + +ParallelStreamStatsTrackerTest > testCommittedStatsTrackingWithGlobalStates() PASSED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() STARTED + +ParallelStreamStatsTrackerTest > testGetMaxSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state out of order$io_airbyte_airbyte_commons_worker_test() STARTED + +ParallelStreamStatsTrackerTest > test that no exception is raised when the state message checksum comparison passes for global state out of order$io_airbyte_airbyte_commons_worker_test() PASSED + +ParallelStreamStatsTrackerTest > testGetMeanSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() STARTED + +ParallelStreamStatsTrackerTest > testGetMeanSecondsToReceiveSourceStateMessageReturnsZeroWhenEmpty() PASSED + +StatsTrackerTest > test that state hash code generation ignores state stats fields$io_airbyte_airbyte_commons_worker_test() STARTED + +StatsTrackerTest > test that state hash code generation ignores state stats fields$io_airbyte_airbyte_commons_worker_test() PASSED + +StreamStatusCachingApiClientTest > buildCreateAndUpdateReqHandleJobType() STARTED + +StreamStatusCachingApiClientTest > buildCreateAndUpdateReqHandleJobType() PASSED + +StreamStatusCachingApiClientTest > ignoresDuplicates() STARTED + +StreamStatusCachingApiClientTest > ignoresDuplicates() PASSED + +StreamStatusCachingApiClientTest > buildCreateAndUpdateReqSetIncompleteRunCauseToFailed() STARTED + +StreamStatusCachingApiClientTest > buildCreateAndUpdateReqSetIncompleteRunCauseToFailed() PASSED + +StreamStatusCachingApiClientTest > createsStatusIfNotPresentInCache() STARTED + +StreamStatusCachingApiClientTest > createsStatusIfNotPresentInCache() PASSED + +StreamStatusCachingApiClientTest > updatesStatusIfPresentInCache() STARTED + +StreamStatusCachingApiClientTest > updatesStatusIfPresentInCache() PASSED + +StreamStatusCachingApiClientTest > buildCreateAndUpdateReqHandleMetadata() STARTED + +StreamStatusCachingApiClientTest > buildCreateAndUpdateReqHandleMetadata() PASSED + +StreamStatusStateStoreTest > markStreamNotEmptyHandlesNoValue() STARTED + +StreamStatusStateStoreTest > markStreamNotEmptyHandlesNoValue() PASSED + +StreamStatusStateStoreTest > setLatestStateIdHandlesNoStateId() STARTED + +StreamStatusStateStoreTest > setLatestStateIdHandlesNoStateId() PASSED + +StreamStatusStateStoreTest > markSourceCompleteIsIdempotentAndIsolated() STARTED + +StreamStatusStateStoreTest > markSourceCompleteIsIdempotentAndIsolated() PASSED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [1] COMPLETE, RUNNING STARTED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [1] COMPLETE, RUNNING PASSED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [2] INCOMPLETE, RUNNING STARTED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [2] INCOMPLETE, RUNNING PASSED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [3] COMPLETE, RATE_LIMITED STARTED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [3] COMPLETE, RATE_LIMITED PASSED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [4] INCOMPLETE, RATE_LIMITED STARTED + +StreamStatusStateStoreTest > setRunStateIgnoresInvalidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [4] INCOMPLETE, RATE_LIMITED PASSED + +StreamStatusStateStoreTest > setMetadataHandlesNullMetadata() STARTED + +StreamStatusStateStoreTest > setMetadataHandlesNullMetadata() PASSED + +StreamStatusStateStoreTest > isGlobalCompleteMatchesLatestGlobalStateId() STARTED + +StreamStatusStateStoreTest > isGlobalCompleteMatchesLatestGlobalStateId() PASSED + +StreamStatusStateStoreTest > setMetadataReplacesMetadata() STARTED + +StreamStatusStateStoreTest > setMetadataReplacesMetadata() PASSED + +StreamStatusStateStoreTest > setLatestStateIdHandlesNoValue() STARTED + +StreamStatusStateStoreTest > setLatestStateIdHandlesNoValue() PASSED + +StreamStatusStateStoreTest > isStreamCompleteMatchesStateIds() STARTED + +StreamStatusStateStoreTest > isStreamCompleteMatchesStateIds() PASSED + +StreamStatusStateStoreTest > setMetadataHandlesNoValue() STARTED + +StreamStatusStateStoreTest > setMetadataHandlesNoValue() PASSED + +StreamStatusStateStoreTest > isGlobalCompleteChecksAllStreamsSourceComplete() STARTED + +StreamStatusStateStoreTest > isGlobalCompleteChecksAllStreamsSourceComplete() PASSED + +StreamStatusStateStoreTest > entriesReturnsEntries() STARTED + +StreamStatusStateStoreTest > entriesReturnsEntries() PASSED + +StreamStatusStateStoreTest > gettersSettersForAKey() STARTED + +StreamStatusStateStoreTest > gettersSettersForAKey() PASSED + +StreamStatusStateStoreTest > setLatestStateIdAllowsMonotonicUpdates() STARTED + +StreamStatusStateStoreTest > setLatestStateIdAllowsMonotonicUpdates() PASSED + +StreamStatusStateStoreTest > markSourceCompleteHandlesNoValue() STARTED + +StreamStatusStateStoreTest > markSourceCompleteHandlesNoValue() PASSED + +StreamStatusStateStoreTest > setLatestStateIdIgnoresNonmonotonicUpdates() STARTED + +StreamStatusStateStoreTest > setLatestStateIdIgnoresNonmonotonicUpdates() PASSED + +StreamStatusStateStoreTest > isStreamCompleteHandlesNoValue() STARTED + +StreamStatusStateStoreTest > isStreamCompleteHandlesNoValue() PASSED + +StreamStatusStateStoreTest > setLatestGlobalStateIdEnforcesMonotonicUpdates() STARTED + +StreamStatusStateStoreTest > setLatestGlobalStateIdEnforcesMonotonicUpdates() PASSED + +StreamStatusStateStoreTest > setRunStateHandlesNoValue() STARTED + +StreamStatusStateStoreTest > setRunStateHandlesNoValue() PASSED + +StreamStatusStateStoreTest > setRunStateHandlesNoRunState() STARTED + +StreamStatusStateStoreTest > setRunStateHandlesNoRunState() PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [1] null, RUNNING STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [1] null, RUNNING PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [2] null, RATE_LIMITED STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [2] null, RATE_LIMITED PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [3] null, COMPLETE STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [3] null, COMPLETE PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [4] null, INCOMPLETE STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [4] null, INCOMPLETE PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [5] RATE_LIMITED, RUNNING STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [5] RATE_LIMITED, RUNNING PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [6] RATE_LIMITED, COMPLETE STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [6] RATE_LIMITED, COMPLETE PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [7] RATE_LIMITED, INCOMPLETE STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [7] RATE_LIMITED, INCOMPLETE PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [8] RUNNING, RATE_LIMITED STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [8] RUNNING, RATE_LIMITED PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [9] RUNNING, COMPLETE STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [9] RUNNING, COMPLETE PASSED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [10] RUNNING, INCOMPLETE STARTED + +StreamStatusStateStoreTest > setRunStateAllowsValidStateTransitions(StreamStatusRunState, StreamStatusRunState) > [10] RUNNING, INCOMPLETE PASSED + +StreamStatusStateStoreTest > markStreamNotEmptyIsIdempotentAndIsolated() STARTED + +StreamStatusStateStoreTest > markStreamNotEmptyIsIdempotentAndIsolated() PASSED + +StreamStatusTrackerTest > trackGlobalTracksGlobalStateMsgs() STARTED +🎉 api - Your OpenAPI spec has been converted into ready to use orval! +Using images 'airbyte/worker:0.63.8'. +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... + +StreamStatusTrackerTest > trackGlobalTracksGlobalStateMsgs() PASSED + +StreamStatusTrackerTest > setsRunStateToRunningForStarted() STARTED + +StreamStatusTrackerTest > setsRunStateToRunningForStarted() PASSED + +StreamStatusTrackerTest > setsRunStateToIncompleteForIncomplete() STARTED + +StreamStatusTrackerTest > setsRunStateToIncompleteForIncomplete() PASSED + +StreamStatusTrackerTest > ignoresNonStreamStatusTraceMessages() STARTED + +StreamStatusTrackerTest > ignoresNonStreamStatusTraceMessages() PASSED + +StreamStatusTrackerTest > trackGlobalStatePublishesCompletesWhenGloballyComplete() STARTED + +StreamStatusTrackerTest > trackGlobalStatePublishesCompletesWhenGloballyComplete() PASSED + +StreamStatusTrackerTest > trackGlobalStateUpdatesLatestGlobalStateId() STARTED + +StreamStatusTrackerTest > trackGlobalStateUpdatesLatestGlobalStateId() PASSED + +StreamStatusTrackerTest > ignoresNonRecordStateStatusMessages() STARTED + +StreamStatusTrackerTest > ignoresNonRecordStateStatusMessages() PASSED + +StreamStatusTrackerTest > callsTrackGlobalIfStreamNotExtractable() STARTED + +StreamStatusTrackerTest > callsTrackGlobalIfStreamNotExtractable() PASSED + +StreamStatusTrackerTest > setsMetadataToNullIfRateLimited() STARTED + +StreamStatusTrackerTest > setsMetadataToNullIfRateLimited() PASSED + +StreamStatusTrackerTest > setsMetadataForRateLimited() STARTED + +StreamStatusTrackerTest > setsMetadataForRateLimited() PASSED + +StreamStatusTrackerTest > marksSourceCompleteForComplete() STARTED + +StreamStatusTrackerTest > marksSourceCompleteForComplete() PASSED + +StreamStatusTrackerTest > marksStreamNotEmptyOnRecord() STARTED + +StreamStatusTrackerTest > marksStreamNotEmptyOnRecord() PASSED + +StreamStatusTrackerTest > ignoresNonStreamStateMessages() STARTED + +StreamStatusTrackerTest > ignoresNonStreamStateMessages() PASSED + +StreamStatusTrackerTest > setsRunStateToRunningForRecord() STARTED + +StreamStatusTrackerTest > setsRunStateToRunningForRecord() PASSED + +StreamStatusTrackerTest > setsLatestStateIdOnStateIfDestNotComplete() STARTED + +StreamStatusTrackerTest > setsLatestStateIdOnStateIfDestNotComplete() PASSED + +StreamStatusTrackerTest > callsTrackStreamIfStreamExtractable() STARTED + +StreamStatusTrackerTest > callsTrackStreamIfStreamExtractable() PASSED + +StreamStatusTrackerTest > setsRunStateToCompleteOnStateIfDestComplete() STARTED + +StreamStatusTrackerTest > setsRunStateToCompleteOnStateIfDestComplete() PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [1] null, RUNNING STARTED +🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [1] null, RUNNING PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [2] null, RATE_LIMITED STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [2] null, RATE_LIMITED PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [3] null, COMPLETE STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [3] null, COMPLETE PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [4] null, INCOMPLETE STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [4] null, INCOMPLETE PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [5] RATE_LIMITED, RUNNING STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [5] RATE_LIMITED, RUNNING PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [6] RATE_LIMITED, COMPLETE STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [6] RATE_LIMITED, COMPLETE PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [7] RATE_LIMITED, INCOMPLETE STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [7] RATE_LIMITED, INCOMPLETE PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [8] RUNNING, RATE_LIMITED STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [8] RUNNING, RATE_LIMITED PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [9] RUNNING, COMPLETE STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [9] RUNNING, COMPLETE PASSED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [10] RUNNING, INCOMPLETE STARTED + +StreamStatusTrackerTest > publishesEventIfRunStateChanges(StreamStatusRunState, StreamStatusRunState) > [10] RUNNING, INCOMPLETE PASSED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [1] null STARTED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [1] null PASSED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [2] RUNNING STARTED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [2] RUNNING PASSED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [3] RATE_LIMITED STARTED +Running afterAllFilesWrite hook... +Post process generated content in ConnectorBuilderClient.ts... +Write type re-export file for ConnectorBuilderClient... + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [3] RATE_LIMITED PASSED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [4] COMPLETE STARTED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [4] COMPLETE PASSED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [5] INCOMPLETE STARTED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [5] INCOMPLETE PASSED + +StreamStatusTrackerTest > trackGlobalNoopsForNonGlobalStateMsgs() STARTED + +StreamStatusTrackerTest > trackGlobalNoopsForNonGlobalStateMsgs() PASSED + +StreamStatusTrackerTest > setsRunStateToRunningForRunning() STARTED + +StreamStatusTrackerTest > setsRunStateToRunningForRunning() PASSED +:airbyte-workload-launcher:distZip SKIPPED +:airbyte-workload-launcher:dockerCopyDistribution +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! +:airbyte-workload-launcher:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-launcher/build/airbyte/docker'. +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... + +WorkloadApiWorkerTest > testFailedReplicationWithDestinationFailure() STARTED +Step 1/15 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.2 +Step 2/15 : FROM scratch as builder + ---> +Step 3/15 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/15 : ADD airbyte-app.tar /app +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! + +WorkloadApiWorkerTest > testFailedReplicationWithDestinationFailure() PASSED + +WorkloadApiWorkerTest > testReplicationWithMissingOutput() STARTED + ---> Removed intermediate container bc45ebf3f825 + ---> 0f3222448969 +Step 17/21 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + +WorkloadApiWorkerTest > testReplicationWithMissingOutput() PASSED + +WorkloadApiWorkerTest > testResumeReplicationThatAlreadyStarted() STARTED + ---> Running in e78f929a4192 +🎉 apiErrorTypes - Your OpenAPI spec has been converted into ready to use orval! + +WorkloadApiWorkerTest > testResumeReplicationThatAlreadyStarted() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithPlatformFailure() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithPlatformFailure() PASSED + +WorkloadApiWorkerTest > testSuccessfulReplication() STARTED + +WorkloadApiWorkerTest > testSuccessfulReplication() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithSourceFailure() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithSourceFailure() PASSED + +WorkloadApiWorkerTest > testCancelledReplication() STARTED + +WorkloadApiWorkerTest > testCancelledReplication() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithOutput() STARTED + +> airbyte-webapp@ build:storybook /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> storybook build -o 'build/storybook' + + +WorkloadApiWorkerTest > testFailedReplicationWithOutput() PASSED + +DocumentTypeTest > prefixes are correct() STARTED + +DocumentTypeTest > prefixes are correct() PASSED +Using images 'airbyte/workload-api-server:0.63.8'. + +GcsStorageClientFactoryTest > get returns correct class() STARTED + +GcsStorageClientFactoryTest > get returns correct class() PASSED + +GcsStorageClientTest > write doc() STARTED + ---> 1e5f6765cc53 +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> 5e836a93a7f3 +Step 6/15 : ENV APPLICATION airbyte-workers + +GcsStorageClientTest > write doc() PASSED + +GcsStorageClientTest > read missing doc() STARTED + ---> Running in 5b561f4f840f + +GcsStorageClientTest > read missing doc() PASSED + +GcsStorageClientTest > read existing doc() STARTED + +GcsStorageClientTest > read existing doc() PASSED + +GcsStorageClientTest > blobId matches() STARTED + +GcsStorageClientTest > blobId matches() PASSED + +GcsStorageClientTest > delete doc() STARTED + +GcsStorageClientTest > delete doc() PASSED + +LocalStorageClientFactoryTest > get returns correct class() STARTED + +LocalStorageClientFactoryTest > get returns correct class() PASSED + +LocalStorageClientTest > happy path(Path) STARTED + +LocalStorageClientTest > happy path(Path) PASSED +@storybook/cli v7.6.12 + +info => Cleaning outputDir: /build/storybook + ---> Removed intermediate container 5b561f4f840f + ---> 59d233874c0b +Step 7/15 : ENV VERSION ${VERSION} + ---> Running in b98ab1f32fc1 +info => Loading presets +Step 1/14 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.3 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/14 : ADD airbyte-app.tar /app +info Found existing addon {"name":"@storybook/addon-actions","options":{"mdxPluginOptions":{"mdxCompileOptions":{"remarkPlugins":[null]}}}}, skipping. +info Found existing addon {"name":"@storybook/addon-actions","options":{"mdxPluginOptions":{"mdxCompileOptions":{"remarkPlugins":[null]}}}}, skipping. +info => Building manager.. +WARN unable to find package.json for @airbyte/eslint-plugin + +MinioStorageClientFactoryTest > get returns correct class() STARTED + +MinioStorageClientFactoryTest > get returns correct class() PASSED + ---> Removed intermediate container b98ab1f32fc1 + ---> 61a4f110f879 +Step 8/15 : EXPOSE 5005 + ---> Running in 49f0a74c7fe1 + +MinioStorageClientTest > write doc() STARTED +info => Manager built (528 ms) +info => Building preview.. +info => Copying static files: /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/@storybook+manager@7.6.12/node_modules/@storybook/manager/static at /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/build/storybook/sb-common-assets + +MinioStorageClientTest > write doc() PASSED + +MinioStorageClientTest > key matches() STARTED + +MinioStorageClientTest > key matches() PASSED + +MinioStorageClientTest > read missing doc() STARTED + ---> Removed intermediate container e78f929a4192 + ---> b8ea4bff07b8 +Step 18/21 : LABEL io.airbyte.version=${VERSION} + +MinioStorageClientTest > read missing doc() PASSED + +MinioStorageClientTest > read existing doc() STARTED + +MinioStorageClientTest > read existing doc() PASSED + +MinioStorageClientTest > delete doc() STARTED + ---> Running in 56182935c0f8 + ---> 76de67b2afbb +Step 5/14 : FROM ${JDK_IMAGE} + ---> 74fbabbc6f02 +Step 6/14 : EXPOSE 8007 5005 + ---> Running in 0e8342e5d961 + ---> Removed intermediate container 49f0a74c7fe1 + ---> cc25a74f8aa3 +Step 9/15 : WORKDIR /app + ---> Running in 498f67d7044b + +MinioStorageClientTest > delete doc() PASSED +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. + +S3StorageClientFactoryTest > get returns correct class() STARTED + +S3StorageClientFactoryTest > get returns correct class() PASSED + +S3StorageClientTest > write doc() STARTED + +S3StorageClientTest > write doc() PASSED + +S3StorageClientTest > key matches() STARTED + +S3StorageClientTest > key matches() PASSED + +S3StorageClientTest > read missing doc() STARTED + +S3StorageClientTest > read missing doc() PASSED + +S3StorageClientTest > read existing doc() STARTED + +S3StorageClientTest > read existing doc() PASSED + +S3StorageClientTest > delete doc() STARTED + +S3StorageClientTest > delete doc() PASSED + +ActivityPayloadStorageClientTest > validateOutput records read failure on client read exception() STARTED + +ActivityPayloadStorageClientTest > validateOutput records read failure on client read exception() PASSED + +ActivityPayloadStorageClientTest > validateOutput records a result for a read miss() STARTED + ---> Removed intermediate container 0e8342e5d961 + ---> 4e99d0bdcc83 +Step 7/14 : ENV APPLICATION airbyte-workload-api-server + +ActivityPayloadStorageClientTest > validateOutput records a result for a read miss() PASSED + +ActivityPayloadStorageClientTest > validateOutput records a result for a mismatch() STARTED + ---> Removed intermediate container 498f67d7044b + ---> 89af6c490134 +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app + ---> Running in a61b6b320e61 + +ActivityPayloadStorageClientTest > validateOutput records a result for a mismatch() PASSED + +ActivityPayloadStorageClientTest > validateOutput records read failure for null uri() STARTED + +ActivityPayloadStorageClientTest > validateOutput records read failure for null uri() PASSED + +ActivityPayloadStorageClientTest > readJSON reads json and unmarshalls to specified class for a given uri() STARTED + +ActivityPayloadStorageClientTest > readJSON reads json and unmarshalls to specified class for a given uri() PASSED + +ActivityPayloadStorageClientTest > writeJSON serializes to json and writes to a given uri() STARTED + +ActivityPayloadStorageClientTest > writeJSON serializes to json and writes to a given uri() PASSED + +ActivityPayloadStorageClientTest > validateOutput records a result for a match() STARTED + +ActivityPayloadStorageClientTest > validateOutput records a result for a match() PASSED + +ActivityPayloadStorageClientTest > readJSON handles null() STARTED + +ActivityPayloadStorageClientTest > readJSON handles null() PASSED + +OutputStorageClientTest > persist short circuits if input null() STARTED + +OutputStorageClientTest > persist short circuits if input null() PASSED + +OutputStorageClientTest > persist writes json to storage() STARTED + +OutputStorageClientTest > persist writes json to storage() PASSED + +OutputStorageClientTest > persist swallows exceptions() STARTED + +OutputStorageClientTest > persist swallows exceptions() PASSED + +JobOutputDocStoreTest > properly wrap reading error() STARTED + +JobOutputDocStoreTest > properly wrap reading error() PASSED + +JobOutputDocStoreTest > properly create an output() STARTED + +JobOutputDocStoreTest > properly create an output() PASSED + +JobOutputDocStoreTest > properly create an output for syncs() STARTED + +JobOutputDocStoreTest > properly create an output for syncs() PASSED + +JobOutputDocStoreTest > properly read a missing output() STARTED + +JobOutputDocStoreTest > properly read a missing output() PASSED + +JobOutputDocStoreTest > properly wrap reading error for syncs() STARTED + +JobOutputDocStoreTest > properly wrap reading error for syncs() PASSED + +JobOutputDocStoreTest > properly read an output for syncs() STARTED + +JobOutputDocStoreTest > properly read an output for syncs() PASSED + +JobOutputDocStoreTest > properly wrap writing error for syncs() STARTED + +JobOutputDocStoreTest > properly wrap writing error for syncs() PASSED + +JobOutputDocStoreTest > properly read an output() STARTED + +JobOutputDocStoreTest > properly read an output() PASSED + +JobOutputDocStoreTest > properly read a missing output for syncs() STARTED + +JobOutputDocStoreTest > properly read a missing output for syncs() PASSED + +JobOutputDocStoreTest > properly wrap writing error() STARTED + +JobOutputDocStoreTest > properly wrap writing error() PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] f316f279-9a43-4441-810d-a4c1171136dd, 12412431, 1 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] f316f279-9a43-4441-810d-a4c1171136dd, 12412431, 1 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 61182690-7ec6-475a-a284-a98064fe45b6, 89127421, 2 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 61182690-7ec6-475a-a284-a98064fe45b6, 89127421, 2 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 754a4466-c7ea-46a1-b158-2411f39d7a0b, 7061cdca-17ce-4c56-8983-9cdaba58b017, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 754a4466-c7ea-46a1-b158-2411f39d7a0b, 7061cdca-17ce-4c56-8983-9cdaba58b017, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] cb10be43-5448-49b8-aeaa-211517ed88dc, any string really, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] cb10be43-5448-49b8-aeaa-211517ed88dc, any string really, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for syncs$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for syncs$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [1] 352c47f6-609c-451b-b830-c6c474953814, 1720828522203 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [1] 352c47f6-609c-451b-b830-c6c474953814, 1720828522203 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [2] 8bcfbc26-c9ad-4f42-98c7-25add8452346, 89127421 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [2] 8bcfbc26-c9ad-4f42-98c7-25add8452346, 89127421 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [3] 0e1e324e-dfd6-46c8-a099-e2f528898720, 0 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [3] 0e1e324e-dfd6-46c8-a099-e2f528898720, 0 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [4] 93643610-0180-44bb-887c-753087e6e428, 1720816109772 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [4] 93643610-0180-44bb-887c-753087e6e428, 1720816109772 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [5] 92a87ee8-a99d-47a7-8f52-f62ae09c2c9c, 1720803697341 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [5] 92a87ee8-a99d-47a7-8f52-f62ae09c2c9c, 1720803697341 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [1] 1720800040000, 1720800000000, 60000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [1] 1720800040000, 1720800000000, 60000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [2] 1720799999000, 1720799940000, 60000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [2] 1720799999000, 1720799940000, 60000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [3] 1720742400000, 1720742400000, 60000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [3] 1720742400000, 1720742400000, 60000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [4] 1720742401000, 1720742400000, 60000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [4] 1720742401000, 1720742400000, 60000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [5] 1720800040000, 1720800000000, 600000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [5] 1720800040000, 1720800000000, 600000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [6] 1720799999000, 1720799400000, 600000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [6] 1720799999000, 1720799400000, 600000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [7] 1720742400000, 1720742400000, 600000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [7] 1720742400000, 1720742400000, 600000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [8] 1720742401000, 1720742400000, 600000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [8] 1720742401000, 1720742400000, 600000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [9] 1720754212000, 1720753800000, 600000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [9] 1720754212000, 1720753800000, 600000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [10] 1720764551000, 1720764000000, 600000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [10] 1720764551000, 1720764000000, 600000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [11] 1720800040000, 1720800000000, 900000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [11] 1720800040000, 1720800000000, 900000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [12] 1720799999000, 1720799100000, 900000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [12] 1720799999000, 1720799100000, 900000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [13] 1720742400000, 1720742400000, 900000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [13] 1720742400000, 1720742400000, 900000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [14] 1720742401000, 1720742400000, 900000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [14] 1720742401000, 1720742400000, 900000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [15] 1720754212000, 1720754100000, 900000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [15] 1720754212000, 1720754100000, 900000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [16] 1720764551000, 1720764000000, 900000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [16] 1720764551000, 1720764000000, 900000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [17] 1720766351000, 1720765800000, 900000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [17] 1720766351000, 1720765800000, 900000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [18] 1720800040000, 1720800000000, 1800000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [18] 1720800040000, 1720800000000, 1800000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [19] 1720799999000, 1720798200000, 1800000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [19] 1720799999000, 1720798200000, 1800000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [20] 1720742400000, 1720742400000, 1800000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [20] 1720742400000, 1720742400000, 1800000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [21] 1720742401000, 1720742400000, 1800000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [21] 1720742401000, 1720742400000, 1800000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [22] 1720754212000, 1720753200000, 1800000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [22] 1720754212000, 1720753200000, 1800000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [23] 1720764551000, 1720764000000, 1800000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [23] 1720764551000, 1720764000000, 1800000 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [24] 1720766351000, 1720765800000, 1800000 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [24] 1720766351000, 1720765800000, 1800000 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 8b167a09-a8cf-4611-994c-7cafe59ccaa9, 12412431, 1 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 8b167a09-a8cf-4611-994c-7cafe59ccaa9, 12412431, 1 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 1e583f5d-a2bf-4d9b-9518-b9392fc697df, 89127421, 2 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 1e583f5d-a2bf-4d9b-9518-b9392fc697df, 89127421, 2 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 16d6b428-15b3-47cf-8acc-becc689bfd53, 624a3b75-507c-43d7-8fe2-262646f99302, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 16d6b428-15b3-47cf-8acc-becc689bfd53, 624a3b75-507c-43d7-8fe2-262646f99302, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] 9cedcdd1-7537-4086-9ae4-d4dba92030b3, any string really, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] 9cedcdd1-7537-4086-9ae4-d4dba92030b3, any string really, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for specs$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for specs$io_airbyte_airbyte_commons_worker_test() PASSED + ---> Removed intermediate container a61b6b320e61 + ---> 1f49e870e106 +Step 8/14 : ENV VERSION ${VERSION} + ---> 3352ccf612eb +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Running in ed689fd42de5 + ---> Removed intermediate container ed689fd42de5 + ---> 3dd7a43bd4b6 +Step 9/14 : WORKDIR /app + ---> Running in 510b5097908c +:airbyte-commons-worker:jacocoTestReport +V + ---> Removed intermediate container 510b5097908c + ---> 04025000b89c +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Removed intermediate container 56182935c0f8 + ---> f641fcaf1f56 +Step 19/21 : LABEL io.airbyte.name=airbyte/connector-builder-server + ---> Running in 6365368ecaa9 +:airbyte-commons-worker:check +:airbyte-commons-worker:build +:airbyte-config:config-models:check +:airbyte-config:config-models:build +:airbyte-config:config-persistence:kspIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-persistence:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-persistence:compileIntegrationTestJava NO-SOURCE +:airbyte-config:config-persistence:processIntegrationTestResources NO-SOURCE +:airbyte-config:config-persistence:integrationTestClasses UP-TO-DATE +:airbyte-config:config-persistence:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:config-persistence:checkstyleMain FROM-CACHE +:airbyte-config:config-persistence:kspTestKotlin +Using images 'airbyte/workload-launcher:0.63.8'. + ---> f2d6485eff2f +Step 12/15 : USER airbyte:airbyte + ---> Running in d3294970e3eb +Replacing the following process.env values in the frontend code: + { + 'process.env.REACT_APP_VERSION': '"0.63.8"', + 'process.env.NODE_ENV': '"production"', + 'process.env.REACT_APP_SEGMENT_TOKEN': '"6cxNSmQyGSKcATLdJ2pL6WsawkzEMDAN"', + 'process.env.REACT_APP_OSANO': '"16A0CTTE7vE8m1Qif/67beec9b-e563-4736-bdb4-4fe4adc39d48"' +} +vite v5.2.12 building for production... +:airbyte-config:config-persistence:kspTestKotlin FROM-CACHE +:airbyte-config:config-persistence:compileTestKotlin + +./sb-common-assets/fonts.css doesn't exist at build time, it will remain unchanged to be resolved at runtime +transforming... +:airbyte-config:config-persistence:compileTestKotlin FROM-CACHE +:airbyte-config:config-persistence:compileTestJava + ---> Removed intermediate container d3294970e3eb + ---> 7dc3f5b46803 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in 264330719f10 +:airbyte-config:config-persistence:compileTestJava FROM-CACHE +:airbyte-config:config-persistence:processTestResources +:airbyte-config:config-persistence:testClasses +:airbyte-config:config-persistence:checkstyleTest FROM-CACHE +:airbyte-config:config-persistence:checkstyleTestFixtures + ---> e2147fb0e38b +Step 11/14 : USER airbyte:airbyte + ---> Running in ec55fa189a08 +:airbyte-config:config-persistence:checkstyleTestFixtures FROM-CACHE +:airbyte-config:config-persistence:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:config-persistence:spotbugsMain + ---> Removed intermediate container 264330719f10 + ---> 61993095b457 +Step 14/15 : LABEL io.airbyte.app=airbyte-workers + ---> Running in 23f5c08f8098 + ---> Removed intermediate container ec55fa189a08 + ---> f930282e1ce1 +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in 24f1dfa7b5d6 +Step 1/14 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.2 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app + ---> Using cache + ---> 90b79e2a87ef +Step 4/14 : ADD airbyte-app.tar /app + +KeycloakTokenValidatorTest > testValidateToken() STARTED + ---> Removed intermediate container 23f5c08f8098 + ---> f851da9a7926 +Step 15/15 : LABEL io.airbyte.version=0.63.8 + ---> Removed intermediate container 24f1dfa7b5d6 + ---> fc5830be4e2c +Step 13/14 : LABEL io.airbyte.app=airbyte-workload-api-server + ---> Running in df6f324961f2 + ---> Running in 3852c855e70c +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + ---> Removed intermediate container 6365368ecaa9 + ---> 0cad0d63a228 +Step 20/21 : LABEL io.airbyte.app=airbyte-connector-builder-server + ---> Running in 164e0a24c789 + ---> Removed intermediate container 3852c855e70c + ---> 7069c379dbcf +Step 14/14 : LABEL io.airbyte.version=0.63.8 + ---> Running in f91784622c2a + ---> Removed intermediate container df6f324961f2 + ---> a81cc7a40e15 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built a81cc7a40e15 +Successfully tagged airbyte/worker:0.63.8 +Created image with ID 'a81cc7a40e15'. +:airbyte-workers:assemble +:airbyte-workers:kspIntegrationTestKotlin NO-SOURCE +:airbyte-workers:compileIntegrationTestKotlin NO-SOURCE +:airbyte-workers:compileIntegrationTestJava NO-SOURCE +:airbyte-workers:processIntegrationTestResources +:airbyte-workers:integrationTestClasses +:airbyte-workers:checkstyleIntegrationTest NO-SOURCE +:airbyte-workers:checkstyleMain FROM-CACHE +:airbyte-workers:kspTestKotlin + ---> Removed intermediate container f91784622c2a + ---> 8813dabea1d3 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 8813dabea1d3 +Successfully tagged airbyte/workload-api-server:0.63.8 +Created image with ID '8813dabea1d3'. +:airbyte-workload-api-server:assemble +:airbyte-workload-api-server:kspIntegrationTestKotlin NO-SOURCE +:airbyte-workload-api-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-workload-api-server:compileIntegrationTestJava NO-SOURCE +:airbyte-workload-api-server:processIntegrationTestResources NO-SOURCE +:airbyte-workload-api-server:integrationTestClasses UP-TO-DATE +:airbyte-workload-api-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-workload-api-server:checkstyleMain NO-SOURCE +:airbyte-workload-api-server:kspTestKotlin + ---> 3c44734f2b9d +Step 5/14 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> 5e836a93a7f3 +Step 6/14 : ENV APPLICATION airbyte-workload-launcher + ---> Running in 922da1d2f6b9 +:airbyte-workers:kspTestKotlin FROM-CACHE +:airbyte-workers:compileTestKotlin FROM-CACHE +:airbyte-workers:compileTestJava +:airbyte-workload-api-server:kspTestKotlin FROM-CACHE +:airbyte-workload-api-server:compileTestKotlin + ---> Removed intermediate container 922da1d2f6b9 + ---> d2e8485e4680 +Step 7/14 : ENV VERSION ${VERSION} + ---> Running in 0495e3c995bc +:airbyte-workers:compileTestJava FROM-CACHE +:airbyte-workers:processTestResources +:airbyte-workers:testClasses +:airbyte-workers:checkstyleTest +:airbyte-workload-api-server:compileTestKotlin FROM-CACHE +:airbyte-workload-api-server:compileTestJava NO-SOURCE +:airbyte-workload-api-server:processTestResources +:airbyte-workload-api-server:testClasses +:airbyte-workload-api-server:checkstyleTest NO-SOURCE +:airbyte-workload-api-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-workload-api-server:spotbugsMain SKIPPED +:airbyte-workload-api-server:spotbugsTest SKIPPED +:airbyte-workload-api-server:test +:airbyte-workers:checkstyleTest FROM-CACHE +:airbyte-workers:spotbugsIntegrationTest NO-SOURCE +:airbyte-workers:spotbugsMain + ---> Removed intermediate container 0495e3c995bc + ---> a27b4b2fcbdb +Step 8/14 : EXPOSE 8016 5005 + ---> Running in 6494340596af + ---> Removed intermediate container 6494340596af + ---> e2e2f77dd053 +Step 9/14 : WORKDIR /app + ---> Running in c17be3e58e82 + ---> Removed intermediate container 164e0a24c789 + ---> c359a75f0299 +Step 21/21 : LABEL io.airbyte.version=0.63.8 + ---> Running in b1ccbd093e06 + ---> Removed intermediate container c17be3e58e82 + ---> fdbcc58de627 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app +The following classes needed for analysis were missing: + get + makeConcatWithConstants + apply + toPredicate + call + accept + test + V +:airbyte-workers:spotbugsTest SKIPPED +:airbyte-workers:test + ---> Removed intermediate container b1ccbd093e06 + ---> f8238f30a262 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built f8238f30a262 +Successfully tagged airbyte/connector-builder-server:0.63.8 +Created image with ID 'f8238f30a262'. +:airbyte-connector-builder-server:assemble +:airbyte-connector-builder-server:compileIntegrationTestKotlin NO-SOURCE +:airbyte-connector-builder-server:compileIntegrationTestJava NO-SOURCE +:airbyte-connector-builder-server:integrationTestClasses UP-TO-DATE +:airbyte-connector-builder-server:checkstyleIntegrationTest NO-SOURCE +:airbyte-connector-builder-server:checkstyleMain FROM-CACHE +:airbyte-connector-builder-server:compileTestKotlin NO-SOURCE +:airbyte-connector-builder-server:compileTestJava FROM-CACHE +:airbyte-connector-builder-server:testClasses UP-TO-DATE +:airbyte-connector-builder-server:checkstyleTest FROM-CACHE +:airbyte-connector-builder-server:spotbugsIntegrationTest NO-SOURCE +:airbyte-connector-builder-server:spotbugsMain + ---> 9472be1395ac +Step 11/14 : USER airbyte:airbyte + ---> Running in 45a11a5b97a5 + +KeycloakTokenValidatorTest > testValidateToken() PASSED + +KeycloakTokenValidatorTest > testKeycloakValidationFailureNoSubClaim() STARTED + +KeycloakTokenValidatorTest > testKeycloakValidationFailureNoSubClaim() PASSED + ---> Removed intermediate container 45a11a5b97a5 + ---> fb7da78594e5 +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in db0160df243b + ---> Removed intermediate container db0160df243b + ---> 8e5981bead55 +Step 13/14 : LABEL io.airbyte.app=airbyte-workload-launcher + ---> Running in b6c7967f6f70 + ---> Removed intermediate container b6c7967f6f70 + ---> db931b488e9f +Step 14/14 : LABEL io.airbyte.version=0.63.8 + ---> Running in 3159a1430379 + ---> Removed intermediate container 3159a1430379 + ---> 1e68dfeec3e0 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 1e68dfeec3e0 +Successfully tagged airbyte/workload-launcher:0.63.8 +Created image with ID '1e68dfeec3e0'. +:airbyte-connector-builder-server:spotbugsTest SKIPPED +:airbyte-connector-builder-server:test + +DefaultTaskQueueMapperTest > testGetDiscoverTaskQueue() STARTED +V +[plugin:vite:resolve] [plugin vite:resolve] Module "os" has been externalized for browser compatibility, imported by "/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. +[plugin:vite:resolve] [plugin vite:resolve] Module "fs" has been externalized for browser compatibility, imported by "/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. +[plugin:vite:resolve] [plugin vite:resolve] Module "url" has been externalized for browser compatibility, imported by "/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. +[plugin:vite:resolve] [plugin vite:resolve] Module "path" has been externalized for browser compatibility, imported by "/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/node_modules/.pnpm/svgo@3.2.0/node_modules/svgo/lib/svgo-node.js". See https://vitejs.dev/guide/troubleshooting.html#module-externalized-for-browser-compatibility for more details. + +DefaultTaskQueueMapperTest > testGetDiscoverTaskQueue() PASSED + +DefaultTaskQueueMapperTest > testGetCheckTaskQueue() STARTED + +DefaultTaskQueueMapperTest > testGetCheckTaskQueue() PASSED + +DefaultTaskQueueMapperTest > testGetSyncTaskQueue() STARTED + +DefaultTaskQueueMapperTest > testGetSyncTaskQueue() PASSED + +RouterServiceTest > testGetWorkspaceTaskQueue() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPaths() STARTED + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPaths() PASSED + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPathsNoSubdirectories() STARTED + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPathsNoSubdirectories() PASSED + +ConnectorBuilderControllerIntegrationTest > testStreamRead() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +RouterServiceTest > testGetWorkspaceTaskQueue() PASSED + +RouterServiceTest > testGetTaskQueueBehindFlag() STARTED + +RouterServiceTest > testGetTaskQueueBehindFlag() PASSED + +RouterServiceTest > testGetWorkspaceOnExpandedTaskQueue() STARTED + +RouterServiceTest > testGetWorkspaceOnExpandedTaskQueue() PASSED + +RouterServiceTest > testGetTaskQueueBehindExpandedFlag() STARTED + +RouterServiceTest > testGetTaskQueueBehindExpandedFlag() PASSED + +RouterServiceTest > testGetWorkspaceTaskQueueBehindFlag() STARTED + +RouterServiceTest > testGetWorkspaceTaskQueueBehindFlag() PASSED + +RouterServiceTest > testGetTaskQueue() STARTED + +RouterServiceTest > testGetTaskQueue() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + hashCode + equals + toString + V + test + compare + apply + query + map + get + accept +:airbyte-workload-launcher:assemble +:airbyte-workload-launcher:kspIntegrationTestKotlin NO-SOURCE +:airbyte-workload-launcher:compileIntegrationTestKotlin NO-SOURCE +:airbyte-workload-launcher:compileIntegrationTestJava NO-SOURCE +:airbyte-workload-launcher:processIntegrationTestResources NO-SOURCE +:airbyte-workload-launcher:integrationTestClasses UP-TO-DATE +:airbyte-workload-launcher:checkstyleIntegrationTest NO-SOURCE +:airbyte-workload-launcher:checkstyleMain NO-SOURCE +:airbyte-workload-launcher:kspTestKotlin FROM-CACHE +:airbyte-workload-launcher:compileTestKotlin FROM-CACHE +:airbyte-workload-launcher:compileTestJava NO-SOURCE +:airbyte-workload-launcher:processTestResources +:airbyte-workload-launcher:testClasses +:airbyte-workload-launcher:checkstyleTest NO-SOURCE +:airbyte-workload-launcher:spotbugsIntegrationTest NO-SOURCE +:airbyte-workload-launcher:spotbugsMain + +WorkloadApiTest > test cancel success() STARTED + +ConnectorBuilderControllerIntegrationTest > testStreamRead() PASSED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestNoRecordsReturnsError() STARTED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestNoRecordsReturnsError() PASSED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestTraceResponseReturnsError() STARTED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestTraceResponseReturnsError() PASSED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestServerExceptionReturnsError() STARTED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestServerExceptionReturnsError() PASSED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestSuccess() STARTED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestSuccess() PASSED + +ConnectorBuilderControllerIntegrationTest > testStreamReadWithOptionalInputs() STARTED + +ConnectorBuilderControllerIntegrationTest > testStreamReadWithOptionalInputs() PASSED + +ConnectorBuilderControllerIntegrationTest > givenTraceMessageWhenStreamReadThenThrowException() STARTED + +ConnectorBuilderControllerIntegrationTest > givenTraceMessageWhenStreamReadThenThrowException() PASSED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestNonzeroExitCodeAndInputStreamReturnsError() STARTED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestNonzeroExitCodeAndInputStreamReturnsError() PASSED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestNonzeroExitCodeReturnsError() STARTED + +ConnectorBuilderControllerIntegrationTest > testResolveManifestNonzeroExitCodeReturnsError() PASSED + +ConnectorBuilderControllerTest > givenExceptionWhenReadStreamThenThrowSameException() STARTED + +DataPlaneActivityInitializationMicronautTest > testWebhookOperationActivity() STARTED + +ConnectorBuilderControllerTest > givenExceptionWhenReadStreamThenThrowSameException() PASSED + +ConnectorBuilderControllerTest > whenReadStreamThenReturnHandlerResponse() STARTED + +ConnectorBuilderControllerTest > whenReadStreamThenReturnHandlerResponse() PASSED + +ConnectorBuilderControllerTest > givenExceptionWhenResolveManifestThenThrowSameException() STARTED + +ConnectorBuilderControllerTest > givenExceptionWhenResolveManifestThenThrowSameException() PASSED + +ConnectorBuilderControllerTest > whenResolveManifestThenReturnHandlerResponse() STARTED + +ConnectorBuilderControllerTest > whenResolveManifestThenReturnHandlerResponse() PASSED + +HealthHandlerTest > testHealthCheckReturnsCdkVersionFromProvider() STARTED + +HealthHandlerTest > testHealthCheckReturnsCdkVersionFromProvider() PASSED + +StreamHandlerTest > whenReadStreamThenReturnRequesterResponse() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + accept + +StreamHandlerTest > whenReadStreamThenReturnRequesterResponse() PASSED + +StreamHandlerTest > givenAirbyteCdkInvalidInputExceptionWhenReadStreamThenRaiseConnectorBuilderException() STARTED + +StreamHandlerTest > givenAirbyteCdkInvalidInputExceptionWhenReadStreamThenRaiseConnectorBuilderException() PASSED + +StreamHandlerTest > givenIOExceptionWhenReadStreamThenRaiseConnectorBuilderException() STARTED + +StreamHandlerTest > givenIOExceptionWhenReadStreamThenRaiseConnectorBuilderException() PASSED + +AirbyteCdkRequesterImplTest > whenReadStreamWithoutLimitThenReturnAdaptedCommandRunnerResponse() STARTED + +AirbyteCdkRequesterImplTest > whenReadStreamWithoutLimitThenReturnAdaptedCommandRunnerResponse() PASSED + +AirbyteCdkRequesterImplTest > whenStateIsNotNullAdaptStateConvertsItDirectlyToString() STARTED + +AirbyteCdkRequesterImplTest > whenStateIsNotNullAdaptStateConvertsItDirectlyToString() PASSED +:airbyte-workload-launcher:spotbugsTest SKIPPED + +AirbyteCdkRequesterImplTest > whenReadStreamWithLimitsThenReturnAdaptedCommandRunnerResponse() STARTED +:airbyte-workload-launcher:test + +AirbyteCdkRequesterImplTest > whenReadStreamWithLimitsThenReturnAdaptedCommandRunnerResponse() PASSED + +AirbyteCdkRequesterImplTest > givenStreamIsNullWhenReadStreamThenThrowException() STARTED + +AirbyteCdkRequesterImplTest > givenStreamIsNullWhenReadStreamThenThrowException() PASSED + +AirbyteCdkRequesterImplTest > whenStateIsNullAdaptStateReturnsAnEmptyArray() STARTED + +AirbyteCdkRequesterImplTest > whenStateIsNullAdaptStateReturnsAnEmptyArray() PASSED + +AirbyteCdkRequesterImplTest > whenReadStreamWithExcessiveLimitsThenThrowException() STARTED + +AirbyteCdkRequesterImplTest > whenReadStreamWithExcessiveLimitsThenThrowException() PASSED + +WorkloadApiTest > test cancel success() PASSED + +WorkloadApiTest > test failure workload id not found() STARTED +:airbyte-connector-builder-server:jacocoTestReport + +WorkloadApiTest > test failure workload id not found() PASSED + +WorkloadApiTest > test running workload in invalid status() STARTED + +WorkloadApiTest > test running workload in invalid status() PASSED + +WorkloadApiTest > test claim workload id not found() STARTED + +WorkloadApiTest > test claim workload id not found() PASSED + +WorkloadApiTest > test cancel workload id not found() STARTED + +WorkloadApiTest > test cancel workload id not found() PASSED + +WorkloadApiTest > test create conflict() STARTED + +DataPlaneActivityInitializationMicronautTest > testWebhookOperationActivity() PASSED + +DataPlaneActivityInitializationMicronautTest > testReplicationActivity() STARTED + +DataPlaneActivityInitializationMicronautTest > testReplicationActivity() PASSED + +DataPlaneActivityInitializationMicronautTest > testConfigFetchActivity() STARTED + +DataPlaneActivityInitializationMicronautTest > testConfigFetchActivity() PASSED + +DataPlaneActivityInitializationMicronautTest > testRefreshSchemaActivity() STARTED + +DataPlaneActivityInitializationMicronautTest > testRefreshSchemaActivity() PASSED +:airbyte-connector-builder-server:check +:airbyte-connector-builder-server:build +:airbyte-config:config-persistence:spotbugsTest SKIPPED +:airbyte-config:config-persistence:spotbugsTestFixtures + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateDestination() STARTED + +WorkloadApiTest > test create conflict() PASSED + +WorkloadApiTest > test get workload id not found() STARTED + +WorkloadApiTest > test get workload id not found() PASSED + +WorkloadApiTest > test success workload id not found() STARTED + +WorkloadApiTest > test success workload id not found() PASSED + +WorkloadApiTest > test list success() STARTED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateDestination() PASSED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateNoActor() STARTED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateNoActor() PASSED + +DefaultCheckConnectionWorkerTest > testExceptionThrownInRun() STARTED + +DefaultCheckConnectionWorkerTest > testExceptionThrownInRun() PASSED + +DefaultCheckConnectionWorkerTest > testConnectorNetworkExceptionThrownInRun() STARTED + +DefaultCheckConnectionWorkerTest > testConnectorNetworkExceptionThrownInRun() PASSED + +DefaultCheckConnectionWorkerTest > testEnums() STARTED + +DefaultCheckConnectionWorkerTest > testEnums() PASSED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateSource() STARTED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateSource() PASSED + +DefaultCheckConnectionWorkerTest > testProcessFailWithNoFailureMessageNorStatus() STARTED + +DefaultCheckConnectionWorkerTest > testProcessFailWithNoFailureMessageNorStatus() PASSED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateNoChange() STARTED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateNoChange() PASSED + +DefaultCheckConnectionWorkerTest > testOutputHasStatusAndFailureReasonWhenSuccessAndTraceMessage() STARTED + +DefaultCheckConnectionWorkerTest > testOutputHasStatusAndFailureReasonWhenSuccessAndTraceMessage() PASSED + +DefaultCheckConnectionWorkerTest > testOutputHasFailureReasonWhenTraceMessage() STARTED + +DefaultCheckConnectionWorkerTest > testOutputHasFailureReasonWhenTraceMessage() PASSED + +DefaultCheckConnectionWorkerTest > testCancel() STARTED + +DefaultCheckConnectionWorkerTest > testCancel() PASSED + +DefaultCheckConnectionWorkerTest > testSuccessfulConnection() STARTED + +DefaultCheckConnectionWorkerTest > testSuccessfulConnection() PASSED + +DefaultCheckConnectionWorkerTest > testFailedConnection() STARTED + +DefaultCheckConnectionWorkerTest > testFailedConnection() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaWithConfigUpdate() STARTED + +WorkloadApiTest > test list success() PASSED + +WorkloadApiTest > test running workload id not found() STARTED + +WorkloadApiTest > test running workload id not found() PASSED + +WorkloadApiTest > test failure workload in invalid status() STARTED + +WorkloadApiTest > test failure workload in invalid status() PASSED + +WorkloadApiTest > test heartbeat workload id not found() STARTED + +WorkloadApiTest > test heartbeat workload id not found() PASSED + +WorkloadApiTest > test claim success() STARTED + +WorkloadApiTest > test claim success() PASSED + +WorkloadApiTest > test create success() STARTED + +WorkloadApiTest > test create success() PASSED + +WorkloadApiTest > test get success() STARTED + +WorkloadApiTest > test get success() PASSED + +WorkloadApiTest > test heartbeat success() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaWithConfigUpdate() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaException() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaException() PASSED + +DefaultDiscoverCatalogWorkerTest > discoverSchemaValidationHandlesNullOptionalKeys() STARTED + +WorkloadApiTest > test heartbeat success() PASSED + +WorkloadApiTest > test success workload in invalid status() STARTED + +DefaultDiscoverCatalogWorkerTest > discoverSchemaValidationHandlesNullOptionalKeys() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaValidation() STARTED + +WorkloadApiTest > test success workload in invalid status() PASSED + +WorkloadApiTest > test running succeeded() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaValidation() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaProcessFailWithNoCatalogNoTraceMessage() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaProcessFailWithNoCatalogNoTraceMessage() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchema() STARTED + +WorkloadApiTest > test running succeeded() PASSED + +WorkloadApiTest > test heartbeat workload in invalid status() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchema() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaWithConfigUpdateNoChange() STARTED + +WorkloadApiTest > test heartbeat workload in invalid status() PASSED + +WorkloadApiTest > test success succeeded() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaWithConfigUpdateNoChange() PASSED + +DefaultDiscoverCatalogWorkerTest > testCancel() STARTED + +WorkloadApiTest > test success succeeded() PASSED + +WorkloadApiTest > test cancel workload in invalid status() STARTED + +DefaultDiscoverCatalogWorkerTest > testCancel() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonAndCatalogWithCatalogAndTraceMessage() STARTED + +WorkloadApiTest > test cancel workload in invalid status() PASSED + +WorkloadApiTest > test failure success() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonAndCatalogWithCatalogAndTraceMessage() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonWithTraceMessage() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonWithTraceMessage() PASSED + +WorkloadApiTest > test failure success() PASSED + +DefaultGetSpecWorkerTest > testWithInvalidSpecAndFailureReason() STARTED + +WorkloadApiTest > test claim workload has already been claimed() STARTED + +WorkloadApiTest > test claim workload has already been claimed() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + accept + apply + test + get + run + call + invoke + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [1] sync, default, regularQueue STARTED +:airbyte-config:config-persistence:test + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [1] sync, default, regularQueue PASSED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [2] check, high, highPriorityQueue STARTED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [2] check, high, highPriorityQueue PASSED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [3] check, default, regularQueue STARTED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [3] check, default, regularQueue PASSED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [4] discover, high, highPriorityQueue STARTED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [4] discover, high, highPriorityQueue PASSED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [5] discover, default, regularQueue STARTED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [5] discover, default, regularQueue PASSED + +WorkloadBearerTokenReaderTest > test that the correct header value prefix is used by the reader$io_airbyte_airbyte_workload_api_server_test() STARTED + +WorkloadBearerTokenReaderTest > test that the correct header value prefix is used by the reader$io_airbyte_airbyte_workload_api_server_test() PASSED + +WorkloadBearerTokenReaderTest > test that the correct header is used by the reader$io_airbyte_airbyte_workload_api_server_test() STARTED + +WorkloadBearerTokenReaderTest > test that the correct header is used by the reader$io_airbyte_airbyte_workload_api_server_test() PASSED + +WorkloadTokenValidatorTest > test that an invalid token is rejected$io_airbyte_airbyte_workload_api_server_test() STARTED + +WorkloadTokenValidatorTest > test that an invalid token is rejected$io_airbyte_airbyte_workload_api_server_test() PASSED + +WorkloadTokenValidatorTest > test that a valid token is successfully authenticated$io_airbyte_airbyte_workload_api_server_test() STARTED + +WorkloadTokenValidatorTest > test that a valid token is successfully authenticated$io_airbyte_airbyte_workload_api_server_test() PASSED + +WorkloadTokenValidatorTest > test that a valid token with a newline is successfully authenticated$io_airbyte_airbyte_workload_api_server_test() STARTED + +WorkloadTokenValidatorTest > test that a valid token with a newline is successfully authenticated$io_airbyte_airbyte_workload_api_server_test() PASSED + +WorkloadTokenValidatorTest > test that a token with an underscore is successfully authenticated$io_airbyte_airbyte_workload_api_server_test() STARTED + +WorkloadTokenValidatorTest > test that a token with an underscore is successfully authenticated$io_airbyte_airbyte_workload_api_server_test() PASSED + +WorkloadHandlerImplTest > test cancel workload in terminal state(WorkloadStatus) > [1] success STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DefaultGetSpecWorkerTest > testWithInvalidSpecAndFailureReason() PASSED + +DefaultGetSpecWorkerTest > testFailureReasonWithTraceMessageOnly() STARTED + +DefaultGetSpecWorkerTest > testFailureReasonWithTraceMessageOnly() PASSED + +DefaultGetSpecWorkerTest > testSuccessfulRun() STARTED + +DefaultGetSpecWorkerTest > testSuccessfulRun() PASSED + +DefaultGetSpecWorkerTest > testFailureOnInvalidSpecAndNoFailureReason() STARTED + +DefaultGetSpecWorkerTest > testFailureOnInvalidSpecAndNoFailureReason() PASSED + +DefaultGetSpecWorkerTest > testWithValidSpecAndFailureReason() STARTED + +DefaultGetSpecWorkerTest > testWithValidSpecAndFailureReason() PASSED + +CronSchedulingHelperTest > testNextRunWhenPriorJobStartedRecently() STARTED + +CronSchedulingHelperTest > testNextRunWhenPriorJobStartedRecently() PASSED + +CronSchedulingHelperTest > testNextRunWhenPriorJobStartedLongTimeAgo() STARTED + +CronSchedulingHelperTest > testNextRunWhenPriorJobStartedLongTimeAgo() PASSED + +CronSchedulingHelperTest > testNextRunWhenPriorJobIsNull() STARTED + +CronSchedulingHelperTest > testNextRunWhenPriorJobIsNull() PASSED + +WorkloadHandlerImplTest > test cancel workload in terminal state(WorkloadStatus) > [1] success PASSED + +WorkloadHandlerImplTest > test cancel workload in terminal state(WorkloadStatus) > [2] failure STARTED + +WorkloadHandlerImplTest > test cancel workload in terminal state(WorkloadStatus) > [2] failure PASSED + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [1] pending STARTED + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [1] pending PASSED + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [2] failure STARTED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [1] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=0, estimatedRecords=null, estimatedBytes=null), false STARTED + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [2] failure PASSED + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [3] cancelled STARTED + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [3] cancelled PASSED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [1] claimed STARTED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [1] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=0, estimatedRecords=null, estimatedBytes=null), false PASSED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [2] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=1, estimatedRecords=null, estimatedBytes=null), true STARTED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [2] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=1, estimatedRecords=null, estimatedBytes=null), true PASSED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [3] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=3, estimatedRecords=null, estimatedBytes=null), true STARTED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [3] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=3, estimatedRecords=null, estimatedBytes=null), true PASSED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [4] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=9999, estimatedRecords=null, estimatedBytes=null), true STARTED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [4] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=9999, estimatedRecords=null, estimatedBytes=null), true PASSED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [5] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=null, estimatedRecords=null, estimatedBytes=null), false STARTED + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [5] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=null, estimatedRecords=null, estimatedBytes=null), false PASSED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [1] claimed PASSED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [2] launched STARTED + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [1] true STARTED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [2] launched PASSED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [3] running STARTED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [3] running PASSED + +WorkloadHandlerImplTest > test workload not found when setting status to launched() STARTED + +WorkloadHandlerImplTest > test workload not found when setting status to launched() PASSED + +WorkloadHandlerImplTest > test set workload status to running when workload is in terminal state(WorkloadStatus) > [1] success STARTED + +WorkloadHandlerImplTest > test set workload status to running when workload is in terminal state(WorkloadStatus) > [1] success PASSED + +WorkloadHandlerImplTest > test set workload status to running when workload is in terminal state(WorkloadStatus) > [2] failure STARTED + +WorkloadHandlerImplTest > test set workload status to running when workload is in terminal state(WorkloadStatus) > [2] failure PASSED + +WorkloadHandlerImplTest > test set workload status to running when workload is in terminal state(WorkloadStatus) > [3] cancelled STARTED + +WorkloadHandlerImplTest > test set workload status to running when workload is in terminal state(WorkloadStatus) > [3] cancelled PASSED + +WorkloadHandlerImplTest > test workload not found() STARTED + +WorkloadHandlerImplTest > test workload not found() PASSED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [1] launched STARTED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [1] launched PASSED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [2] running STARTED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [2] running PASSED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [3] success STARTED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [3] success PASSED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [4] failure STARTED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [4] failure PASSED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [5] cancelled STARTED + +WorkloadHandlerImplTest > test claiming workload that is not pending(WorkloadStatus) > [5] cancelled PASSED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [1] pending STARTED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [1] pending PASSED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [2] success STARTED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [2] success PASSED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [3] failure STARTED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [3] failure PASSED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [4] cancelled STARTED + +WorkloadHandlerImplTest > test set workload status to launched when is not in claimed state(WorkloadStatus) > [4] cancelled PASSED + +WorkloadHandlerImplTest > test fail workload in inactive status(WorkloadStatus) > [1] success STARTED + +WorkloadHandlerImplTest > test fail workload in inactive status(WorkloadStatus) > [1] success PASSED + +WorkloadHandlerImplTest > test fail workload in inactive status(WorkloadStatus) > [2] cancelled STARTED + +WorkloadHandlerImplTest > test fail workload in inactive status(WorkloadStatus) > [2] cancelled PASSED + +WorkloadHandlerImplTest > test workload not found when claiming workload() STARTED + +WorkloadHandlerImplTest > test workload not found when claiming workload() PASSED + +WorkloadHandlerImplTest > test create workload id conflict() STARTED + +WorkloadHandlerImplTest > test create workload id conflict() PASSED + +WorkloadHandlerImplTest > offsetDateTime method should always return current time() STARTED + +WorkloadHandlerImplTest > offsetDateTime method should always return current time() PASSED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [1] pending STARTED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [1] pending PASSED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [2] claimed STARTED + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [1] true PASSED + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [2] false STARTED + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [2] false PASSED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [2] claimed PASSED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [3] launched STARTED + +ProgressCheckerTest > notFoundsAreTreatedAsNoProgress() STARTED + +ProgressCheckerTest > notFoundsAreTreatedAsNoProgress() PASSED + +ProgressCheckerTest > noRespReturnsFalse() STARTED + +ProgressCheckerTest > noRespReturnsFalse() PASSED + +RetryStateClientTest > hydratesFailureCountsFromApiIfPresent() STARTED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [3] launched PASSED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [4] running STARTED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [4] running PASSED + +WorkloadHandlerImplTest > test active statuses are complete() STARTED + +WorkloadHandlerImplTest > test active statuses are complete() PASSED + +WorkloadHandlerImplTest > test claiming running workload has already been claimed by the same plane() STARTED + +WorkloadHandlerImplTest > test claiming running workload has already been claimed by the same plane() PASSED + +WorkloadHandlerImplTest > test set workload status to running on unclaimed workload() STARTED + +WorkloadHandlerImplTest > test set workload status to running on unclaimed workload() PASSED + +WorkloadHandlerImplTest > test claiming pending workload has already been claimed by the same plane() STARTED + +WorkloadHandlerImplTest > test claiming pending workload has already been claimed by the same plane() PASSED + +WorkloadHandlerImplTest > test create workload() STARTED + +WorkloadHandlerImplTest > test create workload() PASSED + +WorkloadHandlerImplTest > test set workload status to launched succeeded() STARTED + +WorkloadHandlerImplTest > test set workload status to launched succeeded() PASSED + +WorkloadHandlerImplTest > test create workload mutex conflict() STARTED + +WorkloadHandlerImplTest > test create workload mutex conflict() PASSED + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [1] claimed STARTED + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [1] claimed PASSED + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [2] launched STARTED + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [2] launched PASSED + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [3] running STARTED + +RetryStateClientTest > hydratesFailureCountsFromApiIfPresent() PASSED + +RetryStateClientTest > featureFlagsOverrideValues() STARTED + +RetryStateClientTest > featureFlagsOverrideValues() PASSED + +RetryStateClientTest > initializesFailureCountsFreshWhenApiReturnsNothing() STARTED + +RetryStateClientTest > initializesFailureCountsFreshWhenApiReturnsNothing() PASSED + +RetryStateClientTest > initializesFailureCountsFreshWhenJobIdNull() STARTED + +RetryStateClientTest > initializesFailureCountsFreshWhenJobIdNull() PASSED + +RetryStateClientTest > hydratesBackoffAndLimitsFromConstructor() STARTED + +RetryStateClientTest > hydratesBackoffAndLimitsFromConstructor() PASSED + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [3] running PASSED + +WorkloadHandlerImplTest > test noop when setting workload status to running() STARTED + +WorkloadHandlerImplTest > test noop when setting workload status to running() PASSED + +WorkloadHandlerImplTest > test workload not found when cancelling workload() STARTED + +WorkloadHandlerImplTest > test workload not found when cancelling workload() PASSED + +WorkloadHandlerImplTest > test claiming claimed workload has already been claimed by the same plane() STARTED + +WorkloadHandlerImplTest > test claiming claimed workload has already been claimed by the same plane() PASSED + +WorkloadHandlerImplTest > test workload not found when failing workload() STARTED + +WorkloadHandlerImplTest > test workload not found when failing workload() PASSED + +WorkloadHandlerImplTest > test noop cancel() STARTED + +WorkloadHandlerImplTest > test noop cancel() PASSED + +WorkloadHandlerImplTest > test workload not found when succeeding workload() STARTED + +WorkloadHandlerImplTest > test workload not found when succeeding workload() PASSED + +WorkloadHandlerImplTest > test get workload() STARTED + +WorkloadHandlerImplTest > test get workload() PASSED + +WorkloadHandlerImplTest > test workload not found when setting status to running() STARTED + +WorkloadHandlerImplTest > test workload not found when setting status to running() PASSED + +WorkloadHandlerImplTest > test noop when setting workload status to launched() STARTED + +WorkloadHandlerImplTest > test noop when setting workload status to launched() PASSED + +WorkloadHandlerImplTest > test noop success() STARTED + +WorkloadHandlerImplTest > test noop success() PASSED + +WorkloadHandlerImplTest > test get workload running before() STARTED + +WorkloadHandlerImplTest > test get workload running before() PASSED + +WorkloadHandlerImplTest > test set workload status to running succeeded(WorkloadStatus) > [1] claimed STARTED + +WorkloadHandlerImplTest > test set workload status to running succeeded(WorkloadStatus) > [1] claimed PASSED + +WorkloadHandlerImplTest > test set workload status to running succeeded(WorkloadStatus) > [2] launched STARTED + +WorkloadHandlerImplTest > test set workload status to running succeeded(WorkloadStatus) > [2] launched PASSED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [1] pending STARTED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [1] pending PASSED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [2] success STARTED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [2] success PASSED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [3] failure STARTED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [3] failure PASSED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [4] cancelled STARTED + +WorkloadHandlerImplTest > test nonAuthorizedHeartbeat(WorkloadStatus) > [4] cancelled PASSED + +WorkloadHandlerImplTest > test successful claim() STARTED + +WorkloadHandlerImplTest > test successful claim() PASSED + +WorkloadHandlerImplTest > test set workload status to launched is a noop(WorkloadStatus) > [1] launched STARTED + +WorkloadHandlerImplTest > test set workload status to launched is a noop(WorkloadStatus) > [1] launched PASSED + +WorkloadHandlerImplTest > test set workload status to launched is a noop(WorkloadStatus) > [2] running STARTED + +WorkloadHandlerImplTest > test set workload status to launched is a noop(WorkloadStatus) > [2] running PASSED + +WorkloadHandlerImplTest > test get workloads() STARTED + +WorkloadHandlerImplTest > test get workloads() PASSED + +WorkloadHandlerImplTest > test claiming workload has already been claimed by another plane() STARTED + +WorkloadHandlerImplTest > test claiming workload has already been claimed by another plane() PASSED + +WorkloadHandlerImplTest > test failing workload succeeded(WorkloadStatus) > [1] claimed STARTED + +WorkloadHandlerImplTest > test failing workload succeeded(WorkloadStatus) > [1] claimed PASSED + +WorkloadHandlerImplTest > test failing workload succeeded(WorkloadStatus) > [2] launched STARTED + +WorkloadHandlerImplTest > test failing workload succeeded(WorkloadStatus) > [2] launched PASSED + +WorkloadHandlerImplTest > test failing workload succeeded(WorkloadStatus) > [3] running STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 1 of 50 STARTED + +WorkloadHandlerImplTest > test failing workload succeeded(WorkloadStatus) > [3] running PASSED + +WorkloadHandlerImplTest > test noop failure() STARTED + +WorkloadHandlerImplTest > test noop failure() PASSED + +WorkloadMapperKtTest > test from domain workload label to api workload label() STARTED + +WorkloadMapperKtTest > test from domain workload label to api workload label() PASSED + +WorkloadMapperKtTest > test from domain workload to api workload() STARTED + +WorkloadMapperKtTest > test from domain workload to api workload() PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 1 of 50 PASSED + +CustomMetricPublisherTest > test publishing guage metrics$io_airbyte_airbyte_workload_api_server_test() STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 2 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 2 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 3 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 3 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 4 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 4 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 5 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 5 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 6 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 6 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 7 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 7 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 8 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 8 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 9 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 9 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 10 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 10 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 11 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 11 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 12 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 12 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 13 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 13 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 14 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 14 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 15 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 15 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 16 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 16 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 17 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 17 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 18 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 18 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 19 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 19 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 20 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 20 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 21 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 21 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 22 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 22 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 23 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 23 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 24 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 24 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 25 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 25 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 26 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 26 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 27 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 27 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 28 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 28 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 29 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 29 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 30 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 30 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 31 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 31 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 32 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 32 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 33 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 33 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 34 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 34 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 35 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 35 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 36 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 36 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 37 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 37 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 38 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 38 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 39 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 39 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 40 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 40 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 41 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 41 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 42 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 42 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 43 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 43 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 44 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 44 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 45 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 45 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 46 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 46 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 47 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 47 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 48 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 48 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 49 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 49 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 50 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 50 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testNoJitterCutoffMinutes() STARTED + +ScheduleJitterHelperMicronautTest > testNoJitterCutoffMinutes() PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 1 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 1 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 2 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 2 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 3 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 3 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 4 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 4 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 5 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 5 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 6 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 6 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 7 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 7 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 8 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 8 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 9 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 9 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 10 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 10 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 11 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 11 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 12 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 12 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 13 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 13 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 14 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 14 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 15 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 15 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 16 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 16 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 17 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 17 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 18 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 18 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 19 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 19 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 20 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 20 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 21 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 21 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 22 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 22 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 23 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 23 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 24 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 24 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 25 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 25 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 26 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 26 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 27 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 27 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 28 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 28 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 29 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 29 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 30 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 30 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 31 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 31 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 32 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 32 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 33 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 33 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 34 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 34 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 35 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 35 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 36 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 36 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 37 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 37 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 38 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 38 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 39 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 39 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 40 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 40 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 41 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 41 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 42 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 42 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 43 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 43 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 44 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 44 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 45 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 45 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 46 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 46 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 47 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 47 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 48 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 48 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 49 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 49 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 50 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testLowFreqBucket() > repetition 50 of 50 PASSED + +ScheduleJitterHelperMicronautTest > verifyTestConfigIsLoaded() STARTED + +ScheduleJitterHelperMicronautTest > verifyTestConfigIsLoaded() PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 1 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 1 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 2 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 2 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 3 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 3 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 4 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 4 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 5 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 5 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 6 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 6 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 7 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 7 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 8 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 8 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 9 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 9 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 10 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 10 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 11 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 11 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 12 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 12 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 13 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 13 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 14 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 14 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 15 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 15 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 16 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 16 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 17 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 17 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 18 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 18 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 19 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 19 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 20 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 20 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 21 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 21 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 22 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 22 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 23 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 23 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 24 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 24 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 25 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 25 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 26 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 26 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 27 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 27 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 28 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 28 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 29 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 29 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 30 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 30 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 31 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 31 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 32 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 32 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 33 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 33 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 34 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 34 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 35 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 35 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 36 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 36 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 37 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 37 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 38 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 38 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 39 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 39 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 40 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 40 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 41 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 41 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 42 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 42 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 43 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 43 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 44 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 44 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 45 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 45 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 46 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 46 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 47 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 47 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 48 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 48 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 49 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 49 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 50 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testVeryLowFreqBucket() > repetition 50 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 1 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 1 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 2 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 2 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 3 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 3 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 4 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 4 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 5 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 5 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 6 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 6 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 7 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 7 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 8 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 8 of 50 PASSED + +CustomMetricPublisherTest > test publishing guage metrics$io_airbyte_airbyte_workload_api_server_test() PASSED + +CustomMetricPublisherTest > test publishing count metrics$io_airbyte_airbyte_workload_api_server_test() STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 9 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 9 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 10 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 10 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 11 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 11 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 12 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 12 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 13 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 13 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 14 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 14 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 15 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 15 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 16 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 16 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 17 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 17 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 18 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 18 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 19 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 19 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 20 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 20 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 21 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 21 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 22 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 22 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 23 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 23 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 24 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 24 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 25 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 25 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 26 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 26 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 27 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 27 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 28 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 28 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 29 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 29 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 30 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 30 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 31 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 31 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 32 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 32 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 33 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 33 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 34 of 50 STARTED + +ActorDefinitionVersionApiTest > testGetActorDefinitionForSource() STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 34 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 35 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 35 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 36 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 36 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 37 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 37 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 38 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 38 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 39 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 39 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 40 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 40 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 41 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 41 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 42 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 42 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 43 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 43 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 44 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 44 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 45 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 45 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 46 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 46 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 47 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 47 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 48 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 48 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 49 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 49 of 50 PASSED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 50 of 50 STARTED + +ScheduleJitterHelperMicronautTest > testHighFreqBucket() > repetition 50 of 50 PASSED + +CustomMetricPublisherTest > test publishing count metrics$io_airbyte_airbyte_workload_api_server_test() PASSED + +ActorDefinitionVersionApiTest > testGetActorDefinitionForSource() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + get + +ActorDefinitionVersionApiTest > testGetActorDefinitionForDestination() STARTED + +ActorDefinitionVersionApiTest > testGetActorDefinitionForDestination() PASSED +:airbyte-config:config-secrets:kspIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-secrets:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:config-secrets:compileIntegrationTestJava NO-SOURCE +:airbyte-config:config-secrets:processIntegrationTestResources NO-SOURCE +:airbyte-config:config-secrets:integrationTestClasses UP-TO-DATE +:airbyte-config:config-secrets:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:config-secrets:kspTestKotlin + +ClaimProcessorTrackerTest > trackResumed decrements the count() STARTED + +ClaimProcessorTrackerTest > trackResumed decrements the count() PASSED + +ClaimProcessorTrackerTest > claim processor should apply max surge on initialization() STARTED + +ClaimProcessorTrackerTest > claim processor should apply max surge on initialization() PASSED + +ClaimProcessorTrackerTest > trackResumed decrements the count correctly with overflow and latches unblocks when expected() STARTED + +ClaimProcessorTrackerTest > trackResumed decrements the count correctly with overflow and latches unblocks when expected() PASSED + +ClaimProcessorTrackerTest > claim processor should treat overflow max surge as 100() STARTED + +ClaimProcessorTrackerTest > claim processor should treat overflow max surge as 100() PASSED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes supports a number of claims bigger than parallelism() STARTED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes supports a number of claims bigger than parallelism() PASSED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes updates the latch count to the number of claims to resume() STARTED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes updates the latch count to the number of claims to resume() PASSED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes can clear the latch count() STARTED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes can clear the latch count() PASSED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes supports a number of claims bigger than parallelism and still applies surge() STARTED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes supports a number of claims bigger than parallelism and still applies surge() PASSED + +ClaimProcessorTrackerTest > claim processor should initialize the latch from parallelism() STARTED + +ClaimProcessorTrackerTest > claim processor should initialize the latch from parallelism() PASSED + +EnvVarConfigBeanFactoryTest > orchestrator aws assumed role secret creation() STARTED + +EnvVarConfigBeanFactoryTest > orchestrator aws assumed role secret creation() PASSED + +EnvVarConfigBeanFactoryTest > orchestrator aws assumed role secret creation with blank names() STARTED + +EnvVarConfigBeanFactoryTest > orchestrator aws assumed role secret creation with blank names() PASSED + +EnvVarConfigBeanFactoryTest > workload api secret env creation() STARTED + +EnvVarConfigBeanFactoryTest > workload api secret env creation() PASSED + +EnvVarConfigBeanFactoryTest > test final env vars contain secret env vars an non-secret env vars() STARTED + +EnvVarConfigBeanFactoryTest > test final env vars contain secret env vars an non-secret env vars() PASSED + +EnvVarConfigBeanFactoryTest > connector aws assumed role secret creation() STARTED + +EnvVarConfigBeanFactoryTest > connector aws assumed role secret creation() PASSED + +EnvVarConfigBeanFactoryTest > workload api secret env creation with blank names() STARTED + +EnvVarConfigBeanFactoryTest > workload api secret env creation with blank names() PASSED + +WorkloadApiClientTest > test submitting a successful claim to the Workload API for a workload$io_airbyte_airbyte_workload_launcher_test() STARTED +:airbyte-config:config-secrets:kspTestKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestKotlin + +WorkloadApiClientTest > test submitting a successful claim to the Workload API for a workload$io_airbyte_airbyte_workload_launcher_test() PASSED + +WorkloadApiClientTest > test that a failure is not reported to the Workload API for the claim stage$io_airbyte_airbyte_workload_launcher_test() STARTED + +AttemptApiTest > testSetWorkflowInAttempt() STARTED + +TemporalAttemptExecutionTest > testThrowsUnCheckedException() STARTED +:airbyte-config:config-secrets:compileTestKotlin FROM-CACHE +:airbyte-config:config-secrets:compileTestJava NO-SOURCE +:airbyte-config:config-secrets:processTestResources + +AttemptApiTest > testSetWorkflowInAttempt() PASSED + +AttemptApiTest > testSaveState() STARTED +:airbyte-config:config-secrets:testClasses +:airbyte-config:config-secrets:checkstyleTest NO-SOURCE +:airbyte-config:config-secrets:spotbugsIntegrationTest NO-SOURCE + +AttemptApiTest > testSaveState() PASSED +:airbyte-config:config-secrets:spotbugsTest SKIPPED +:airbyte-config:config-secrets:spotbugsTestFixtures + +TemporalAttemptExecutionTest > testThrowsUnCheckedException() PASSED + +TemporalAttemptExecutionTest > testSuccessfulSupplierRun() STARTED + +TemporalAttemptExecutionTest > testSuccessfulSupplierRun() PASSED + +WorkloadApiClientTest > test that a failure is not reported to the Workload API for the claim stage$io_airbyte_airbyte_workload_launcher_test() PASSED + +WorkloadApiClientTest > test reporting a failure to the workload API$io_airbyte_airbyte_workload_launcher_test() STARTED + +WorkloadApiClientTest > test reporting a failure to the workload API$io_airbyte_airbyte_workload_launcher_test() PASSED + +WorkloadApiClientTest > test if an exception occurs during a claim request to the Workload API, the workload is not claimed$io_airbyte_airbyte_workload_launcher_test() STARTED + +WorkloadApiClientTest > test if an exception occurs during a claim request to the Workload API, the workload is not claimed$io_airbyte_airbyte_workload_launcher_test() PASSED + +WorkloadApiClientTest > test reporting a failed status to the workload API$io_airbyte_airbyte_workload_launcher_test() STARTED + +WorkloadApiClientTest > test reporting a failed status to the workload API$io_airbyte_airbyte_workload_launcher_test() PASSED + +WorkloadApiClientTest > test reporting a running status to the workload API$io_airbyte_airbyte_workload_launcher_test() STARTED + +WorkloadApiClientTest > test reporting a running status to the workload API$io_airbyte_airbyte_workload_launcher_test() PASSED + +LogPathTest > singled-threaded queue-fed pipeline writes stage and completion logs to log path on input(boolean) > [1] true STARTED + +LogPathTest > singled-threaded queue-fed pipeline writes stage and completion logs to log path on input(boolean) > [1] true PASSED + +LogPathTest > singled-threaded queue-fed pipeline writes stage and completion logs to log path on input(boolean) > [2] false STARTED + +LogPathTest > singled-threaded queue-fed pipeline writes stage and completion logs to log path on input(boolean) > [2] false PASSED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [1] false, 4 STARTED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [1] false, 4 PASSED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [2] false, 1 STARTED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [2] false, 1 PASSED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [3] false, 5 STARTED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [3] false, 5 PASSED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [4] true, 4 STARTED + +ConnectionApiControllerTest > testConnectionStreamReset() STARTED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [4] true, 4 PASSED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [5] true, 1 STARTED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [5] true, 1 PASSED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [6] true, 6 STARTED + +CheckConnectionActivityTest > testStartWithWorkload() STARTED + +ConnectionApiControllerTest > testConnectionStreamReset() PASSED + +ConnectionApiControllerTest > getTaskQueueNameNotFound() STARTED + +LogPathTest > multi-threaded claimed processor (rehydrator) writes stage and completion logs to log path on input(boolean, int) > [6] true, 6 PASSED + +PipelineStartupTest > should process claimed workloads() STARTED + +ConnectionApiControllerTest > getTaskQueueNameNotFound() PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [1] b04a5e36-f25f-43be-af69-03b75ab2accd, GET_SPEC STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [1] b04a5e36-f25f-43be-af69-03b75ab2accd, GET_SPEC PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [2] e9ccd58c-3e2b-48ba-bdcb-f016aa8c5ffe, CHECK_CONNECTION STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [2] e9ccd58c-3e2b-48ba-bdcb-f016aa8c5ffe, CHECK_CONNECTION PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [3] 1d887bd5-0054-4eed-b79d-5c425997a9d6, DISCOVER_SCHEMA STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [3] 1d887bd5-0054-4eed-b79d-5c425997a9d6, DISCOVER_SCHEMA PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [4] 5075e8cb-6f45-4b52-a87c-e28c6ea0ecb4, SYNC STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [4] 5075e8cb-6f45-4b52-a87c-e28c6ea0ecb4, SYNC PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [5] d2dd8c99-82d5-4c1a-8ebc-bddd7aa55a12, RESET_CONNECTION STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [5] d2dd8c99-82d5-4c1a-8ebc-bddd7aa55a12, RESET_CONNECTION PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [6] d71809a1-ff69-4840-8b3e-30a9d8ef761f, CONNECTION_UPDATER STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [6] d71809a1-ff69-4840-8b3e-30a9d8ef761f, CONNECTION_UPDATER PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [7] 63bdf8e3-780a-4120-9078-4ae6fcdb3be7, REPLICATE STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [7] 63bdf8e3-780a-4120-9078-4ae6fcdb3be7, REPLICATE PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [8] 962a3912-7b90-42b3-8999-9c776136f898, NOTIFY STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [8] 962a3912-7b90-42b3-8999-9c776136f898, NOTIFY PASSED + +ConnectionApiControllerTest > getTaskQueueNameCannotParseJobType() STARTED + +ConnectionApiControllerTest > getTaskQueueNameCannotParseJobType() PASSED + +PipelineStartupTest > should process claimed workloads() PASSED + +SuccessHandlerTest > does not throw if update to launched call fails() STARTED + +SuccessHandlerTest > does not throw if update to launched call fails() PASSED + +SuccessHandlerTest > workload status updated to launched if not skipped(boolean) > [1] true STARTED + +SuccessHandlerTest > workload status updated to launched if not skipped(boolean) > [1] true PASSED + +SuccessHandlerTest > workload status updated to launched if not skipped(boolean) > [2] false STARTED + +SuccessHandlerTest > workload status updated to launched if not skipped(boolean) > [2] false PASSED + +BuildInputStageTest > parses spec input (no need to hydrate)() STARTED + +CheckConnectionActivityTest > testStartWithWorkload() PASSED + +CheckConnectionActivityTest > testStartWithWorkloadMissingOutput() STARTED + +CheckConnectionActivityTest > testStartWithWorkloadMissingOutput() PASSED + +BuildInputStageTest > parses spec input (no need to hydrate)() PASSED + +BuildInputStageTest > parses check input and hydrates() STARTED + +BuildInputStageTest > parses check input and hydrates() PASSED + +BuildInputStageTest > parses sync input and hydrates() STARTED + +BuildInputStageTest > parses sync input and hydrates() PASSED + +BuildInputStageTest > parses discover input and hydrates() STARTED +node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs (1413:15): Use of eval in "node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs" is strongly discouraged as it poses security risks and may cause issues with minification. +node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs (1416:18): Use of eval in "node_modules/.pnpm/telejson@7.2.0/node_modules/telejson/dist/index.mjs" is strongly discouraged as it poses security risks and may cause issues with minification. + +BuildInputStageTest > parses discover input and hydrates() PASSED + +CheckStatusStageTest > sets skip flag to true for running pods for check() STARTED + +CheckStatusStageTest > sets skip flag to true for running pods for check() PASSED + +CheckStatusStageTest > sets skip flag to true for running pods() STARTED + +CheckStatusStageTest > sets skip flag to true for running pods() PASSED + +ConnectionManagerWorkflowTest > General functionality > When a sync returns a status of cancelled we report the run as cancelled STARTED + +CheckStatusStageTest > error is propagated in case of kube-api error() STARTED + +CheckStatusStageTest > error is propagated in case of kube-api error() PASSED + +CheckStatusStageTest > sets skip flag to false for non-running pods() STARTED + +CheckStatusStageTest > sets skip flag to false for non-running pods() PASSED + +ClaimStageTest > sets skip flag to false for successful claim() STARTED + +ClaimStageTest > sets skip flag to false for successful claim() PASSED + +ClaimStageTest > sets skip flag to true for un-successful claim() STARTED + +ClaimStageTest > sets skip flag to true for un-successful claim() PASSED + +EnforceMutexStageTest > deletes existing pods for mutex key() STARTED + +EnforceMutexStageTest > deletes existing pods for mutex key() PASSED + +EnforceMutexStageTest > noops if mutex key not present() STARTED + +EnforceMutexStageTest > noops if mutex key not present() PASSED + +LaunchPodStageTest > launches check() STARTED + +LaunchPodStageTest > launches check() PASSED + +LaunchPodStageTest > launches replication() STARTED + +LaunchPodStageTest > launches replication() PASSED + +LaunchPodStageTest > launches discover() STARTED + +LaunchPodStageTest > launches discover() PASSED + +ConnectionApiTest > testAutoDisableConnection() STARTED + +ConnectionApiTest > testAutoDisableConnection() PASSED + +ConnectionApiTest > testCreateConnection() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates source wait for init error() STARTED + +ConnectionApiTest > testCreateConnection() PASSED + +ConnectionApiTest > testListConnectionsForWorkspace() STARTED + +ConnectionApiTest > testListConnectionsForWorkspace() PASSED + +ConnectionApiTest > testResetConnection() STARTED + +ConnectionApiTest > testResetConnection() PASSED + +ConnectionApiTest > testSyncConnection() STARTED + +ConnectionApiTest > testSyncConnection() PASSED + +ConnectionApiTest > testListAllConnectionsForWorkspace() STARTED + +ConnectionApiTest > testListAllConnectionsForWorkspace() PASSED + +ConnectionApiTest > testGetConnection() STARTED + +ConnectionApiTest > testGetConnection() PASSED + +ConnectionApiTest > testDeleteConnection() STARTED + +ConnectionApiTest > testDeleteConnection() PASSED + +ConnectionApiTest > testUpdateConnection() STARTED + +ConnectionApiTest > testUpdateConnection() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates source wait for init error() PASSED + +ConnectionApiTest > testSearchConnections() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates pod creation error() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates pod creation error() PASSED + +KubePodClientTest > launchReplication starts an orchestrator and waits on all 3 pods() STARTED + +ConnectionApiTest > testSearchConnections() PASSED + +KubePodClientTest > launchReplication starts an orchestrator and waits on all 3 pods() PASSED + +KubePodClientTest > launchReplication propagates orchestrator creation error() STARTED + +KubePodClientTest > launchReplication propagates orchestrator creation error() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates orchestrator copy file map error() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates orchestrator copy file map error() PASSED + +KubePodClientTest > launchReplication propagates orchestrator wait for init error() STARTED + +KubePodClientTest > launchReplication propagates orchestrator wait for init error() PASSED + +KubePodClientTest > launchReplication starts an orchestrator and waits on all 2 pods for resets() STARTED + +WorkloadRepositoryTest > test search by type status and creation date() STARTED + +KubePodClientTest > launchReplication starts an orchestrator and waits on all 2 pods for resets() PASSED + +KubePodClientTest > launchSpec delegates to launchConnectorWithSidecar() STARTED + +KubePodClientTest > launchSpec delegates to launchConnectorWithSidecar() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates pod wait for init error() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates pod wait for init error() PASSED + +KubePodClientTest > launchDiscover delegates to launchConnectorWithSidecar() STARTED + +KubePodClientTest > launchDiscover delegates to launchConnectorWithSidecar() PASSED + +KubePodClientTest > launchReplication propagates destination wait for init error() STARTED + +KubePodClientTest > launchReplication propagates destination wait for init error() PASSED + +KubePodClientTest > launchCheck delegates to launchConnectorWithSidecar() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + test + accept + apply + get + applyAsDouble + run + +KubePodClientTest > launchCheck delegates to launchConnectorWithSidecar() PASSED + +KubePodClientTest > launchConnectorWithSidecar starts a pod and waits on it() STARTED + +KubePodClientTest > launchConnectorWithSidecar starts a pod and waits on it() PASSED + +KubePodClientTest > launchReplication propagates orchestrator copy file map error() STARTED + +KubePodClientTest > launchReplication propagates orchestrator copy file map error() PASSED + +KubePodClientTest > launchReplication propagates source wait for init error() STARTED + +KubePodClientTest > launchReplication propagates source wait for init error() PASSED + +KubePodClientTest > launchReplication sets pass-through labels for propagation to source and destination() STARTED + +KubePodClientTest > launchReplication sets pass-through labels for propagation to source and destination() PASSED + +WorkloadRepositoryTest > test search by type status and creation date() PASSED + +WorkloadRepositoryTest > test db insertion() STARTED + +WorkloadRepositoryTest > test db insertion() PASSED + +WorkloadRepositoryTest > test mutex search() STARTED + +WorkloadRepositoryTest > test mutex search() PASSED + +WorkloadRepositoryTest > test status update() STARTED + +WorkloadRepositoryTest > test status update() PASSED + +WorkloadRepositoryTest > test search by type expired deadline() STARTED +:airbyte-config:config-secrets:testFixturesJar +:airbyte-config:config-secrets:test + +WorkloadRepositoryTest > test search by type expired deadline() PASSED + +WorkloadRepositoryTest > test search() STARTED + +KubePodLauncherTest > test fail to wait for pod init() STARTED + +WorkloadRepositoryTest > test search() PASSED + +WorkloadRepositoryTest > test heartbeat update() STARTED + +WorkloadRepositoryTest > test heartbeat update() PASSED + +WorkloadRepositoryTest > test dataplane update() STARTED + +WorkloadRepositoryTest > test dataplane update() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + call + accept + +DeploymentMetadataApiControllerTest > testFetchDeploymentMetadata() STARTED +:airbyte-config:init:kspIntegrationTestKotlin NO-SOURCE +:airbyte-config:init:compileIntegrationTestKotlin NO-SOURCE +:airbyte-config:init:compileIntegrationTestJava NO-SOURCE +:airbyte-config:init:processIntegrationTestResources NO-SOURCE +:airbyte-config:init:integrationTestClasses UP-TO-DATE +:airbyte-config:init:checkstyleIntegrationTest NO-SOURCE +:airbyte-config:init:checkstyleMain NO-SOURCE +:airbyte-config:init:kspTestKotlin + +DeploymentMetadataApiControllerTest > testFetchDeploymentMetadata() PASSED +:airbyte-config:init:kspTestKotlin FROM-CACHE +:airbyte-config:init:compileTestKotlin + +KubePodLauncherTest > test fail to wait for pod init() PASSED + +KubePodLauncherTest > retry on stream reset exception() STARTED + +KubePodLauncherTest > retry on stream reset exception() PASSED + +KubePodLauncherTest > test fail to create pod() STARTED + +KubePodLauncherTest > test fail to create pod() PASSED + +KubePodLauncherTest > test fail to delete pod() STARTED + +KubePodLauncherTest > test fail to delete pod() PASSED + +KubePodLauncherTest > retry is skipped on unexpected exception() STARTED +:airbyte-config:init:compileTestKotlin FROM-CACHE +:airbyte-config:init:compileTestJava NO-SOURCE +:airbyte-config:init:processTestResources +:airbyte-config:init:testClasses +:airbyte-config:init:checkstyleTest NO-SOURCE +:airbyte-config:init:spotbugsIntegrationTest NO-SOURCE +:airbyte-config:init:spotbugsMain + +ConnectionManagerWorkflowTest > General functionality > When a sync returns a status of cancelled we report the run as cancelled PASSED + +KubePodLauncherTest > retry is skipped on unexpected exception() PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [1] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SourceAndDestinationFailureSyncWorkflow STARTED + +KubePodLauncherTest > test retry on socket timeout exception() STARTED + +KubePodLauncherTest > test retry on socket timeout exception() PASSED + +KubePodLauncherTest > test fail to wait for pod ready or terminal() STARTED + +KubePodLauncherTest > test fail to wait for pod ready or terminal() PASSED + +KubePodLauncherTest > test fail to check if pod exist() STARTED + +KubePodLauncherTest > test fail to check if pod exist() PASSED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload(boolean) > [1] true STARTED +:airbyte-config:config-secrets:test FROM-CACHE +:airbyte-config:config-secrets:jacocoTestReport FROM-CACHE +:airbyte-config:config-secrets:check +:airbyte-config:config-secrets:build +:airbyte-config:init:spotbugsTest SKIPPED +:airbyte-config:init:test + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChanges() STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [1] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SourceAndDestinationFailureSyncWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [2] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.ReplicateFailureSyncWorkflow STARTED + +DestinationApiTest > testSearchDestination() STARTED + +DestinationApiTest > testSearchDestination() PASSED + +DestinationApiTest > testUpgradeDestinationVersion() STARTED + +DestinationApiTest > testUpgradeDestinationVersion() PASSED + +DestinationApiTest > testUpdateDestination() STARTED +:airbyte-workload-api-server:jacocoTestReport + +DestinationApiTest > testUpdateDestination() PASSED + +DestinationApiTest > testCheckConnectionToDestination() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DestinationApiTest > testCheckConnectionToDestination() PASSED + +DestinationApiTest > testCheckConnectionToDestinationForUpdate() STARTED + +DestinationApiTest > testCheckConnectionToDestinationForUpdate() PASSED + +DestinationApiTest > testDeleteDestination() STARTED + +DestinationApiTest > testDeleteDestination() PASSED + +DestinationApiTest > testListDestination() STARTED + +DestinationApiTest > testListDestination() PASSED + +DestinationApiTest > testGetDestination() STARTED + +DestinationApiTest > testGetDestination() PASSED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload(boolean) > [1] true PASSED + +DestinationApiTest > testCreateDestination() STARTED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload(boolean) > [2] false STARTED + +DestinationApiTest > testCreateDestination() PASSED + +DestinationApiTest > testCloneDestination() STARTED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload(boolean) > [2] false PASSED + +PayloadKubeInputMapperTest > builds a kube input from a spec payload(boolean) > [1] true STARTED + +DestinationApiTest > testCloneDestination() PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [2] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.ReplicateFailureSyncWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [3] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.PersistFailureSyncWorkflow STARTED + +PayloadKubeInputMapperTest > builds a kube input from a spec payload(boolean) > [1] true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a spec payload(boolean) > [2] false STARTED + +PayloadKubeInputMapperTest > builds a kube input from a spec payload(boolean) > [2] false PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [1] true, true, high STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [3] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.PersistFailureSyncWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [4] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SyncWorkflowFailingOutputWorkflow STARTED +:airbyte-workload-api-server:check +:airbyte-workload-api-server:build +:airbyte-config:specs:check +:airbyte-config:specs:build +:airbyte-db:db-lib:compileIntegrationTestKotlin NO-SOURCE +:airbyte-db:db-lib:compileIntegrationTestJava NO-SOURCE +:airbyte-db:db-lib:integrationTestClasses UP-TO-DATE +:airbyte-db:db-lib:checkstyleIntegrationTest NO-SOURCE +:airbyte-db:db-lib:compileTestKotlin NO-SOURCE +:airbyte-db:db-lib:compileTestJava + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We use attempt-based retries when retry manager not present. > [4] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SyncWorkflowFailingOutputWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [1] 1 STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [1] true, true, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [2] false, true, high STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [2] false, true, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [3] true, false, high STARTED +:airbyte-db:db-lib:compileTestJava FROM-CACHE +:airbyte-db:db-lib:testClasses +:airbyte-db:db-lib:checkstyleTest + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [3] true, false, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [4] false, false, high STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [4] false, false, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [5] false, false, default STARTED +:airbyte-db:db-lib:checkstyleTest FROM-CACHE +:airbyte-db:db-lib:spotbugsIntegrationTest + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, boolean, WorkloadPriority) > [5] false, false, default PASSED +:airbyte-db:db-lib:spotbugsIntegrationTest NO-SOURCE +:airbyte-db:db-lib:spotbugsTest SKIPPED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [1] true, true, high STARTED +:airbyte-db:db-lib:test + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [1] true, true, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [2] false, true, high STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [1] 1 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [2] 5 STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [2] false, true, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [3] true, false, high STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [3] true, false, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [4] false, false, high STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [4] false, false, high PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [5] false, false, default STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, boolean, WorkloadPriority) > [5] false, false, default PASSED + +PodLabelerTest > getSpecLabels() STARTED + +PodLabelerTest > getSpecLabels() PASSED + +PodLabelerTest > getSourceLabels() STARTED + +PodLabelerTest > getSourceLabels() PASSED + +PodLabelerTest > getDestinationLabels() STARTED + +PodLabelerTest > getDestinationLabels() PASSED + +ApplyDefinitionMetricsHelperTest > get metric attributes for non no op success outcomes() STARTED + +PodLabelerTest > getWorkloadLabels(String) > [1] random string id 1 STARTED + +PodLabelerTest > getWorkloadLabels(String) > [1] random string id 1 PASSED + +PodLabelerTest > getWorkloadLabels(String) > [2] RANdoM strIng Id 2 STARTED + +PodLabelerTest > getWorkloadLabels(String) > [2] RANdoM strIng Id 2 PASSED + +PodLabelerTest > getWorkloadLabels(String) > [3] literally anything STARTED + +PodLabelerTest > getWorkloadLabels(String) > [3] literally anything PASSED + +PodLabelerTest > getWorkloadLabels(String) > [4] 89127421 STARTED + +PodLabelerTest > getWorkloadLabels(String) > [4] 89127421 PASSED + +PodLabelerTest > getWorkloadLabels(String) > [5] false STARTED + +PodLabelerTest > getWorkloadLabels(String) > [5] false PASSED + +PodLabelerTest > getWorkloadLabels(String) > [6] {} STARTED + +PodLabelerTest > getWorkloadLabels(String) > [6] {} PASSED + +PodLabelerTest > getCheckLabels() STARTED + +PodLabelerTest > getCheckLabels() PASSED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [1] 41ed075b-3c28-4dd3-a793-caad1b7ec902, 9049d066-107f-4220-9737-67f0217016a8, {random labels1=from input msg1}, 5203d631-af2c-4e18-b0aa-ef29b5439624 STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [1] 41ed075b-3c28-4dd3-a793-caad1b7ec902, 9049d066-107f-4220-9737-67f0217016a8, {random labels1=from input msg1}, 5203d631-af2c-4e18-b0aa-ef29b5439624 PASSED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [2] 953b4492-a659-402c-a41b-4b4b91835348, 5b3b0280-29a9-4e0a-87a2-80f2cfe3e277, {random labels2=from input msg2}, 15f34605-b593-4612-97db-04bb7b08eb07 STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [2] 953b4492-a659-402c-a41b-4b4b91835348, 5b3b0280-29a9-4e0a-87a2-80f2cfe3e277, {random labels2=from input msg2}, 15f34605-b593-4612-97db-04bb7b08eb07 PASSED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [3] 72a96617-1c1d-4c8a-bbb6-addcc980c9f0, null, {random labels3=from input msg3}, 9c51053e-03e0-40f8-8c26-acbe0cda1ccb STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [3] 72a96617-1c1d-4c8a-bbb6-addcc980c9f0, null, {random labels3=from input msg3}, 9c51053e-03e0-40f8-8c26-acbe0cda1ccb PASSED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [4] null, null, {random labels3=from input msg3}, 74eff584-a0ec-4908-aa38-4480b1930095 STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [4] null, null, {random labels3=from input msg3}, 74eff584-a0ec-4908-aa38-4480b1930095 PASSED + +PodLabelerTest > getAutoIdLabels() STARTED + +PodLabelerTest > getAutoIdLabels() PASSED + +PodLabelerTest > getDiscoverLabels() STARTED + +PodLabelerTest > getDiscoverLabels() PASSED + +PodLabelerTest > getMutexLabels(String) > [1] random string id 1 STARTED + +PodLabelerTest > getMutexLabels(String) > [1] random string id 1 PASSED + +PodLabelerTest > getMutexLabels(String) > [2] RANdoM strIng Id 2 STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for non no op success outcomes() PASSED + +PodLabelerTest > getMutexLabels(String) > [2] RANdoM strIng Id 2 PASSED + +PodLabelerTest > getMutexLabels(String) > [3] literally anything STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for failure outcomes() STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for failure outcomes() PASSED + +PodLabelerTest > getMutexLabels(String) > [3] literally anything PASSED + +DestinationDefinitionApiTest > testRevokeDestinationDefinitionFromWorkspace() STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for no op success() STARTED + +PodLabelerTest > getMutexLabels(String) > [4] 89127421 STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for no op success() PASSED + +PodLabelerTest > getMutexLabels(String) > [4] 89127421 PASSED + +PodLabelerTest > getMutexLabels(String) > [5] false STARTED + +PodLabelerTest > getMutexLabels(String) > [5] false PASSED + +PodLabelerTest > getMutexLabels(String) > [6] {} STARTED + +PodLabelerTest > getMutexLabels(String) > [6] {} PASSED + +PodLabelerTest > getReplicationOrchestratorLabels() STARTED + +PodLabelerTest > getReplicationOrchestratorLabels() PASSED + +DestinationDefinitionApiTest > testRevokeDestinationDefinitionFromWorkspace() PASSED + +DestinationDefinitionApiTest > testGetDestinationDefinition() STARTED + +DestinationDefinitionApiTest > testGetDestinationDefinition() PASSED + +DestinationDefinitionApiTest > testListLatestDestinationDefinitions() STARTED + +DestinationDefinitionApiTest > testListLatestDestinationDefinitions() PASSED + +DestinationDefinitionApiTest > testGetDestinationDefinitionForWorkspace() STARTED + +DestinationDefinitionApiTest > testGetDestinationDefinitionForWorkspace() PASSED + +DestinationDefinitionApiTest > testGrantDestinationDefinitionToWorkspace() STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [2] 5 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [3] 20 STARTED + +DestinationDefinitionApiTest > testGrantDestinationDefinitionToWorkspace() PASSED + +DestinationDefinitionApiTest > testDeleteDestinationDefinitionNoWriteAccess() STARTED + +DestinationDefinitionApiTest > testDeleteDestinationDefinitionNoWriteAccess() PASSED + +DestinationDefinitionApiTest > testUpdateDestinationDefinitionNoWriteAccess() STARTED + +DestinationDefinitionApiTest > testUpdateDestinationDefinitionNoWriteAccess() PASSED + +DestinationDefinitionApiTest > testUpdateDestinationDefinition() STARTED + +DestinationDefinitionApiTest > testUpdateDestinationDefinition() PASSED + +DestinationDefinitionApiTest > testCheckConnectionToDestination() STARTED + +DestinationDefinitionApiTest > testCheckConnectionToDestination() PASSED + +DestinationDefinitionApiTest > testListDestinationDefinitionsForWorkspace() STARTED + +DestinationDefinitionApiTest > testListDestinationDefinitionsForWorkspace() PASSED + +DestinationDefinitionApiTest > testListDestinationDefinitions() STARTED + +DestinationDefinitionApiTest > testListDestinationDefinitions() PASSED + +DestinationDefinitionApiTest > testDeleteDestinationDefinition() STARTED + +DestinationDefinitionApiTest > testDeleteDestinationDefinition() PASSED + +DestinationDefinitionApiTest > testListPrivateDestinationDefinitions() STARTED + +DestinationDefinitionApiTest > testListPrivateDestinationDefinitions() PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [3] 20 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [4] 30 STARTED +:airbyte-workload-launcher:jacocoTestReport + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [4] 30 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [5] 1439 STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [5] 1439 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [6] 21 STARTED +:airbyte-workload-launcher:check +:airbyte-workload-launcher:build +:airbyte-db:jooq:check +:airbyte-db:jooq:build +:airbyte-metrics:metrics-lib:kspIntegrationTestKotlin NO-SOURCE +:airbyte-metrics:metrics-lib:compileIntegrationTestKotlin NO-SOURCE +:airbyte-metrics:metrics-lib:compileIntegrationTestJava NO-SOURCE +:airbyte-metrics:metrics-lib:processIntegrationTestResources NO-SOURCE +:airbyte-metrics:metrics-lib:integrationTestClasses UP-TO-DATE +:airbyte-metrics:metrics-lib:checkstyleIntegrationTest NO-SOURCE +:airbyte-metrics:metrics-lib:checkstyleMain + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [6] 21 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [1] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SourceAndDestinationFailureSyncWorkflow STARTED +:airbyte-metrics:metrics-lib:checkstyleMain FROM-CACHE +:airbyte-metrics:metrics-lib:kspTestKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileTestKotlin + +DestinationDefinitionSpecificationApiTest > testCheckConnectionToDestination() STARTED +:airbyte-metrics:metrics-lib:compileTestKotlin FROM-CACHE +:airbyte-metrics:metrics-lib:compileTestJava + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [1] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SourceAndDestinationFailureSyncWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [2] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.ReplicateFailureSyncWorkflow STARTED +:airbyte-metrics:metrics-lib:compileTestJava FROM-CACHE +:airbyte-metrics:metrics-lib:processTestResources +:airbyte-metrics:metrics-lib:testClasses +:airbyte-metrics:metrics-lib:checkstyleTest + +DestinationDefinitionSpecificationApiTest > testCheckConnectionToDestination() PASSED +:airbyte-metrics:metrics-lib:checkstyleTest FROM-CACHE +:airbyte-metrics:metrics-lib:spotbugsIntegrationTest NO-SOURCE +:airbyte-metrics:metrics-lib:spotbugsMain +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [2] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.ReplicateFailureSyncWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [3] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.PersistFailureSyncWorkflow STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [3] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.PersistFailureSyncWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [4] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SyncWorkflowFailingOutputWorkflow STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > We check the progress of the last attempt on failure > [4] class io.airbyte.workers.temporal.scheduling.testsyncworkflow.SyncWorkflowFailingOutputWorkflow PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [1] 1 STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [1] 1 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [2] 10 STARTED + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChanges() PASSED + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChangesForVersion() STARTED + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChangesForVersion() PASSED + +ActorDefinitionBreakingChangePersistenceTest > testGetBreakingChanges() STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [2] 10 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [3] 55 STARTED + +ActorDefinitionBreakingChangePersistenceTest > testGetBreakingChanges() PASSED + +ActorDefinitionBreakingChangePersistenceTest > testUpdateActorDefinitionBreakingChange() STARTED + +ActorDefinitionBreakingChangePersistenceTest > testUpdateActorDefinitionBreakingChange() PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [3] 55 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [4] 60 STARTED + +DestinationOauthApiTest > testGetDestinationOAuthConsent() STARTED + +DestinationOauthApiTest > testGetDestinationOAuthConsent() PASSED + +DestinationOauthApiTest > testDeleteDestination() STARTED + +DestinationOauthApiTest > testDeleteDestination() PASSED + +DestinationOauthApiTest > testCompleteDestinationOAuth() STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [4] 60 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [5] 123 STARTED + +DestinationOauthApiTest > testCompleteDestinationOAuth() PASSED + +HealthCheckApiTest > testImportDefinitions() STARTED + +HealthCheckApiTest > testImportDefinitions() PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [5] 123 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [6] 214 STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [6] 214 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [7] 7 STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Does not fail job if backoff longer than time til next scheduled run. > [7] 7 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses scheduling resolution if no retry manager. > [1] true, PT0S STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses scheduling resolution if no retry manager. > [1] true, PT0S PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses scheduling resolution if no retry manager. > [2] false, PT1H STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses scheduling resolution if no retry manager. > [2] false, PT1H PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses scheduling if not from failure and retry manager present. STARTED + +ApplyDefinitionsHelperTest > reImport should refresh the existing definition() STARTED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses scheduling if not from failure and retry manager present. PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [1] Thread[#1200,Thread-651,5,main], 0 STARTED + +InstanceConfigurationApiControllerTest > testSetupInstanceConfiguration() STARTED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [1] Thread[#1200,Thread-651,5,main], 0 PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [2] Thread[#1201,Thread-652,5,main], 0 STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + test + accept + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [2] Thread[#1201,Thread-652,5,main], 0 PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [3] Thread[#1202,Thread-653,5,main], 0 STARTED +:airbyte-metrics:metrics-lib:spotbugsTest SKIPPED +:airbyte-metrics:metrics-lib:test + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [3] Thread[#1202,Thread-653,5,main], 0 PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [4] Thread[#1203,Thread-654,5,main], 1 STARTED + +InstanceConfigurationApiControllerTest > testSetupInstanceConfiguration() PASSED + +InstanceConfigurationApiControllerTest > testGetInstanceConfiguration() STARTED + +InstanceConfigurationApiControllerTest > testGetInstanceConfiguration() PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [4] Thread[#1203,Thread-654,5,main], 1 PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [5] Thread[#1204,Thread-655,5,main], 1 STARTED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [5] Thread[#1204,Thread-655,5,main], 1 PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Source CHECK failures are recorded when running in child workflow STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Source CHECK failures are recorded when running in child workflow PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that reset workflows do not CHECK the source STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that reset workflows do not CHECK the source PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that source and destination failures are recorded STARTED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithFalseTombstone() STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that source and destination failures are recorded PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that replication worker failure is recorded STARTED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithFalseTombstone() PASSED + +ActorDefinitionPersistenceTest > testGetActorDefinitionIdsToDefaultVersionsMap() STARTED + +ActorDefinitionPersistenceTest > testGetActorDefinitionIdsToDefaultVersionsMap() PASSED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardSourceDefinitionThrows() STARTED + +JobRetryStatesApiControllerTest > getForJobFound() STARTED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardSourceDefinitionThrows() PASSED + +ActorDefinitionPersistenceTest > getActorDefinitionIdsInUse() STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that replication worker failure is recorded PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that persistence failure is recorded STARTED + +ApplyDefinitionsHelperTest > reImport should refresh the existing definition() PASSED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [1] true, true STARTED + +JobRetryStatesApiControllerTest > getForJobFound() PASSED + +JobRetryStatesApiControllerTest > putForJob() STARTED + +JobRetryStatesApiControllerTest > putForJob() PASSED + +JobRetryStatesApiControllerTest > getForJobNotFound() STARTED + +ActorDefinitionPersistenceTest > getActorDefinitionIdsInUse() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsLessThenDefaultShouldReturnDefault() STARTED + +JobRetryStatesApiControllerTest > getForJobNotFound() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsLessThenDefaultShouldReturnDefault() PASSED + +ActorDefinitionPersistenceTest > testUpdateStandardSourceDefinition() STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that persistence failure is recorded PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Source CHECK failures are recorded STARTED + +ActorDefinitionPersistenceTest > testUpdateStandardSourceDefinition() PASSED + +ActorDefinitionPersistenceTest > testUpdateDeclarativeActorDefinitionVersions() STARTED + +ActorDefinitionPersistenceTest > testUpdateDeclarativeActorDefinitionVersions() PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Source CHECK failures are recorded PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [1] 0 STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Destination CHECK failures are recorded STARTED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [1] 0 PASSED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [2] 1 STARTED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() STARTED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [2] 1 PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [3] 2 STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Destination CHECK failures are recorded PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Source CHECK failure reasons are recorded STARTED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [3] 2 PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [4] 10 STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Source CHECK failure reasons are recorded PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Destination CHECK failure reasons are recorded STARTED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [1] true, true PASSED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [2] true, false STARTED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [4] 10 PASSED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionsFromConnection() STARTED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [2] true, false PASSED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [3] false, false STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Destination CHECK failure reasons are recorded PASSED + +ConnectionManagerWorkflowTest > Test that connections are auto disabled if conditions are met > Test that auto disable activity is touched during failure STARTED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [3] false, false PASSED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [4] false, true STARTED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionsFromConnection() PASSED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionFromDestination() STARTED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionFromDestination() PASSED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardDestinationDefinitionThrows() STARTED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the protocol version range should not be written(boolean, boolean) > [4] false, true PASSED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [1] true, true STARTED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [1] true, true PASSED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardDestinationDefinitionThrows() PASSED + +ActorDefinitionPersistenceTest > testUpdateStandardDestinationDefinition() STARTED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [2] true, false STARTED + +ConnectionManagerWorkflowTest > Test that connections are auto disabled if conditions are met > Test that auto disable activity is touched during failure PASSED + +ConnectionManagerWorkflowTest > Test that connections are auto disabled if conditions are met > Test that auto disable activity is not touched during job success STARTED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [2] true, false PASSED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [3] false, false STARTED + +ActorDefinitionPersistenceTest > testUpdateStandardDestinationDefinition() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithNullTombstone() STARTED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [3] false, false PASSED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [4] false, true STARTED + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [4] false, true PASSED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [1] true, true STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithNullTombstone() PASSED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithNullTombstone() STARTED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [1] true, true PASSED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [2] true, false STARTED + +JobsApiTest > testGetJobDebugInfo() STARTED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [2] true, false PASSED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [3] false, false STARTED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithNullTombstone() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithTrueTombstone() STARTED + +ConnectionManagerWorkflowTest > Test that connections are auto disabled if conditions are met > Test that auto disable activity is not touched during job success PASSED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that resetting a non-running workflow starts a reset job STARTED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [3] false, false PASSED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [4] false, true STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + hashCode + toString + equals + accept + test + apply + +ActorDefinitionPersistenceTest > testSourceDefinitionWithTrueTombstone() PASSED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithTrueTombstone() STARTED + +JobsApiTest > testGetJobDebugInfo() PASSED + +JobsApiTest > testCancelJob() STARTED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [4] false, true PASSED + +ApplyDefinitionsHelperTest > one malformed definition should not be written, but shouldn't stop others from being written() STARTED + +JobsApiTest > testCancelJob() PASSED + +JobsApiTest > testCreateJob() STARTED + +JobsApiTest > testCreateJob() PASSED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithTrueTombstone() PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [1] 0 STARTED + +ApplyDefinitionsHelperTest > one malformed definition should not be written, but shouldn't stop others from being written() PASSED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [1] true, true STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [1] true, true PASSED + +ApmTraceUtilsTest > testRecordErrorOnRootSpan() STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [2] true, false STARTED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that resetting a non-running workflow starts a reset job PASSED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that resetting a non-running workflow starts a reset job STARTED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [1] 0 PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [2] 1 STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [2] true, false PASSED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [3] false, false STARTED +:airbyte-metrics:reporter:compileKotlin NO-SOURCE +:airbyte-metrics:reporter:compileJava + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [3] false, false PASSED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [4] false, true STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [4] false, true PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [2] 1 PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [3] 2 STARTED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that resetting a non-running workflow starts a reset job PASSED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that cancelling a running workflow cancels the sync STARTED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [3] 2 PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [4] 10 STARTED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that cancelling a running workflow cancels the sync PASSED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that running workflow which receives an update signal waits for the current run and reports the job status STARTED +:airbyte-metrics:reporter:compileJava FROM-CACHE +:airbyte-metrics:reporter:classes +:airbyte-metrics:reporter:jar + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [4] 10 PASSED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionFromSource() STARTED +:airbyte-metrics:reporter:startScripts +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that running workflow which receives an update signal waits for the current run and reports the job status PASSED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test workflow which receives a manual sync while running a scheduled sync does nothing STARTED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionFromSource() PASSED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionsFromConnection() STARTED +:airbyte-metrics:reporter:distTar + +BreakingChangeNotificationHelperTest > notifications are sent for deprecated syncs() STARTED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionsFromConnection() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsGreaterThenDefaultShouldReturnConfigured() STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsGreaterThenDefaultShouldReturnConfigured() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionDefaultMaxSeconds() STARTED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test workflow which receives a manual sync while running a scheduled sync does nothing PASSED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that resetting a running workflow cancels the running workflow STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionDefaultMaxSeconds() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithFalseTombstone() STARTED + +BreakingChangeNotificationHelperTest > notifications are sent for deprecated syncs() PASSED + +BreakingChangeNotificationHelperTest > notifications are sent for disabled syncs() STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithFalseTombstone() PASSED + +BreakingChangeNotificationHelperTest > notifications are sent for disabled syncs() PASSED + +BreakingChangeNotificationHelperTest > no notifications should be sent if the feature flag is disabled() STARTED + +ConnectionManagerWorkflowTest > Test which with a long running child workflow > Test that resetting a running workflow cancels the running workflow PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that fresh workflow cleans the job state STARTED + +BreakingChangeNotificationHelperTest > no notifications should be sent if the feature flag is disabled() PASSED + +MicronautHealthCheck > testHealth() STARTED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that fresh workflow cleans the job state PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that cancelling a non-running workflow doesn't do anything STARTED + +MicronautHealthCheck > testHealth() PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that cancelling a non-running workflow doesn't do anything PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test workflow which receives an update signal stops waiting, doesn't run, and doesn't update the job status STARTED + +DeclarativeSourceUpdaterTest > cdk versions are added when they are not in the database() STARTED + +DeclarativeSourceUpdaterTest > cdk versions are added when they are not in the database() PASSED + +DeclarativeSourceUpdaterTest > same cdk versions do not result in any calls to actor definition service() STARTED + +DeclarativeSourceUpdaterTest > same cdk versions do not result in any calls to actor definition service() PASSED + +DeclarativeSourceUpdaterTest > new cdk versions are added to database and actor definitions are updated() STARTED + +DeclarativeSourceUpdaterTest > new cdk versions are added to database and actor definitions are updated() PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test workflow which receives an update signal stops waiting, doesn't run, and doesn't update the job status PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test workflow does not wait to run after a failure STARTED + +ActorDefinitionVersionHelperTest > testGetDestinationVersionForWorkspace() STARTED + +ActorDefinitionVersionHelperTest > testGetDestinationVersionForWorkspace() PASSED + +ActorDefinitionVersionHelperTest > testGetSourceVersion() STARTED + +ActorDefinitionVersionHelperTest > testGetSourceVersion() PASSED + +ActorDefinitionVersionHelperTest > testGetSourceVersionForWorkspaceWithConfigOverride() STARTED + +ActorDefinitionVersionHelperTest > testGetSourceVersionForWorkspaceWithConfigOverride() PASSED + +ActorDefinitionVersionHelperTest > testGetDestinationVersionWithConfigOverride() STARTED + +ActorDefinitionVersionHelperTest > testGetDestinationVersionWithConfigOverride() PASSED + +ActorDefinitionVersionHelperTest > testGetSourceVersionForWorkspace() STARTED + +ActorDefinitionVersionHelperTest > testGetSourceVersionForWorkspace() PASSED + +ActorDefinitionVersionHelperTest > testGetDefaultSourceVersion() STARTED + +ActorDefinitionVersionHelperTest > testGetDefaultSourceVersion() PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test workflow does not wait to run after a failure PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test workflow which receives a manual run signal stops waiting STARTED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [1] alpha, generally_available, true STARTED + +RemoteDeclarativeManifestImageVersionsProviderTest > test no tags available() STARTED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [1] alpha, generally_available, true PASSED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [2] beta, generally_available, true STARTED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [2] beta, generally_available, true PASSED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [3] generally_available, generally_available, false STARTED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [3] generally_available, generally_available, false PASSED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [4] alpha, beta, true STARTED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [4] alpha, beta, true PASSED + +ActorDefinitionVersionHelperTest > testGetDestinationVersion() STARTED + +ActorDefinitionVersionHelperTest > testGetDestinationVersion() PASSED + +ActorDefinitionVersionHelperTest > testGetDefaultVersionWithNoDefaultThrows() STARTED + +ActorDefinitionVersionHelperTest > testGetDefaultVersionWithNoDefaultThrows() PASSED + +ActorDefinitionVersionHelperTest > testGetSourceVersionWithConfigOverride(boolean) > [1] true STARTED + +ActorDefinitionVersionHelperTest > testGetSourceVersionWithConfigOverride(boolean) > [1] true PASSED + +ActorDefinitionVersionHelperTest > testGetSourceVersionWithConfigOverride(boolean) > [2] false STARTED + +ActorDefinitionVersionHelperTest > testGetSourceVersionWithConfigOverride(boolean) > [2] false PASSED + +ActorDefinitionVersionHelperTest > testGetDefaultDestinationVersion() STARTED + +ActorDefinitionVersionHelperTest > testGetDefaultDestinationVersion() PASSED + +ActorDefinitionVersionHelperTest > testGetDefaultDestinationVersionWithNoDefaultThrows() STARTED + +ActorDefinitionVersionHelperTest > testGetDefaultDestinationVersionWithNoDefaultThrows() PASSED + +ActorDefinitionVersionHelperTest > testGetDestinationVersionForWorkspaceWithConfigOverride() STARTED + +ActorDefinitionVersionHelperTest > testGetDestinationVersionForWorkspaceWithConfigOverride() PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test workflow which receives a manual run signal stops waiting PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that a successful workflow restarts waits STARTED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() PASSED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() STARTED +:airbyte-metrics:reporter:distZip SKIPPED +:airbyte-metrics:reporter:dockerCopyDistribution + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that a successful workflow restarts waits PASSED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that the sync is properly deleted STARTED + +RemoteDeclarativeManifestImageVersionsProviderTest > test no tags available() PASSED + +RemoteDeclarativeManifestImageVersionsProviderTest > test error handling() STARTED + +RemoteDeclarativeManifestImageVersionsProviderTest > test error handling() PASSED + +RemoteDeclarativeManifestImageVersionsProviderTest > test getLatestDeclarativeManifestImageVersions() STARTED + +RemoteDeclarativeManifestImageVersionsProviderTest > test getLatestDeclarativeManifestImageVersions() PASSED + +RemoteDeclarativeManifestImageVersionsProviderTest > test pagination() STARTED + +RemoteDeclarativeManifestImageVersionsProviderTest > test pagination() PASSED + +NotificationApiTest > testTryWebhookApi() STARTED + +ConnectionManagerWorkflowTest > Test which without a long running child workflow > Test that the sync is properly deleted PASSED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [1] Something is borked. STARTED +:airbyte-metrics:reporter:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-metrics/reporter/build/airbyte/docker'. + +NotificationApiTest > testTryWebhookApi() PASSED + +SupportStateUpdaterTest > get support state update() STARTED + +SupportStateUpdaterTest > get support state update() PASSED + +SupportStateUpdaterTest > get support state update with no breaking changes() STARTED + +SupportStateUpdaterTest > get support state update with no breaking changes() PASSED + +SupportStateUpdaterTest > update support state for a source() STARTED + +SupportStateUpdaterTest > update support state for a source() PASSED + +SupportStateUpdaterTest > build source notification data() STARTED + +SupportStateUpdaterTest > build source notification data() PASSED + +SupportStateUpdaterTest > updating support state for a custom destination should be a no op() STARTED + +SupportStateUpdaterTest > updating support state for a custom destination should be a no op() PASSED + +SupportStateUpdaterTest > update support state for a destination() STARTED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [1] Something is borked. PASSED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [2] You messed up the thing. STARTED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [2] You messed up the thing. PASSED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [3] Total chaos! STARTED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [3] Total chaos! PASSED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [4] Gurllllll. STARTED + +SupportStateUpdaterTest > update support state for a destination() PASSED + +SupportStateUpdaterTest > updating support state for a custom source should be a no op() STARTED + +SupportStateUpdaterTest > updating support state for a custom source should be a no op() PASSED + +SupportStateUpdaterTest > update multiple support states() STARTED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [4] Gurllllll. PASSED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [5] Like whatever. STARTED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [5] Like whatever. PASSED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [6] Fetch. STARTED + +AppendToAttemptLogActivityTest > logsMsgInfo(String) > [6] Fetch. PASSED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [1] Something is borked. STARTED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [1] Something is borked. PASSED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [2] You messed up the thing. STARTED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [2] You messed up the thing. PASSED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [3] Total chaos! STARTED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [3] Total chaos! PASSED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [4] Gurllllll. STARTED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [4] Gurllllll. PASSED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [5] Like whatever. STARTED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [5] Like whatever. PASSED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [6] Fetch. STARTED + +AppendToAttemptLogActivityTest > logsMsgWarn(String) > [6] Fetch. PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [1] test/path, KUBERNETES, null, 2 STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [1] test/path, KUBERNETES, null, 2 PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [2] test/path, DOCKER, 90, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [2] test/path, DOCKER, 90, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [3] test/path/2, KUBERNETES, 91, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [3] test/path/2, KUBERNETES, 91, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [4] test/path/2, DOCKER, null, 0 STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [4] test/path/2, DOCKER, null, 0 PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [5] test/path, KUBERNETES, null, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [5] test/path, KUBERNETES, null, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [6] test/path, DOCKER, null, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [6] test/path, DOCKER, null, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [7] test/path/2, KUBERNETES, null, 22 STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [7] test/path/2, KUBERNETES, null, 22 PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [8] test/path/2, DOCKER, 97801, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, WorkerEnvironment, Long, Integer) > [8] test/path/2, DOCKER, 97801, null PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [1] Something is borked. STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [1] Something is borked. PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [2] You messed up the thing. STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [2] You messed up the thing. PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [3] Total chaos! STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [3] Total chaos! PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [4] Gurllllll. STARTED + +ApmTraceUtilsTest > testRecordErrorOnRootSpan() PASSED + +SupportStateUpdaterTest > update multiple support states() PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [4] Gurllllll. PASSED + +SupportStateUpdaterTest > build destination notification data() STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [5] Like whatever. STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [5] Like whatever. PASSED + +ApmTraceUtilsTest > testAddingTagsToRootSpan() STARTED + +SupportStateUpdaterTest > build destination notification data() PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [6] Fetch. STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [6] Fetch. PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [1] test/path, KUBERNETES, 91, 2 STARTED + +ApmTraceUtilsTest > testAddingTagsToRootSpan() PASSED + +ApmTraceUtilsTest > testFormattingTagKeys() STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [1] test/path, KUBERNETES, 91, 2 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [2] test/path, DOCKER, 90, 1 STARTED + +ApmTraceUtilsTest > testFormattingTagKeys() PASSED + +ApmTraceUtilsTest > testAddingTagsToRootSpanWhenActiveSpanIsNull() STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [2] test/path, DOCKER, 90, 1 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [3] test/path/2, KUBERNETES, 91, 2 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [3] test/path/2, KUBERNETES, 91, 2 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [4] test/path/2, DOCKER, 91, 0 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [4] test/path/2, DOCKER, 91, 0 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [5] test/path, KUBERNETES, 9158, 23 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [5] test/path, KUBERNETES, 9158, 23 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [6] test/path, DOCKER, 1251, 0 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [6] test/path, DOCKER, 1251, 0 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [7] test/path/2, KUBERNETES, 65234, 22 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [7] test/path/2, KUBERNETES, 65234, 22 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [8] test/path/2, DOCKER, 97801, 10 STARTED + +ApmTraceUtilsTest > testAddingTagsToRootSpanWhenActiveSpanIsNull() PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, WorkerEnvironment, long, int) > [8] test/path/2, DOCKER, 97801, 10 PASSED + +AutoDisableConnectionActivityTest > testConnectionNotAutoDisabled() STARTED + +ApmTraceUtilsTest > testAddingTagsToNullSpanWithPrefix() STARTED + +ApmTraceUtilsTest > testAddingTagsToNullSpanWithPrefix() PASSED + +ApmTraceUtilsTest > testAddingTagsWithNullChecks() STARTED + +ApmTraceUtilsTest > testAddingTagsWithNullChecks() PASSED + +ApmTraceUtilsTest > testRecordErrorOnRootSpanWhenActiveSpanIsNull() STARTED + +ApmTraceUtilsTest > testRecordErrorOnRootSpanWhenActiveSpanIsNull() PASSED + +ApmTraceUtilsTest > testAddingTagsWithPrefix() STARTED + +ApmTraceUtilsTest > testAddingTagsWithPrefix() PASSED + +ApmTraceUtilsTest > testAddingTagsToSpanWithPrefix() STARTED + +ApmTraceUtilsTest > testAddingTagsToSpanWithPrefix() PASSED + +ApmTraceUtilsTest > testAddingTags() STARTED +✓ 5234 modules transformed. + +ApmTraceUtilsTest > testAddingTags() PASSED + +ApmTraceUtilsTest > convertsAndAddsAttributes() STARTED + +ApmTraceUtilsTest > convertsAndAddsAttributes() PASSED + +DogStatsDMetricClientTest > there should be no exception if we attempt to emit metrics without initializing STARTED + +AutoDisableConnectionActivityTest > testConnectionNotAutoDisabled() PASSED + +AutoDisableConnectionActivityTest > testConnectionAutoDisabled() STARTED + +AutoDisableConnectionActivityTest > testConnectionAutoDisabled() PASSED + +AutoDisableConnectionActivityTest > testFeatureFlagDisabled() STARTED + +AutoDisableConnectionActivityTest > testFeatureFlagDisabled() PASSED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [1] 1, 0, true STARTED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [1] 1, 0, true PASSED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [2] 134512351235, 7812387, false STARTED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [2] 134512351235, 7812387, false PASSED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [3] 8, 32, true STARTED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [3] 8, 32, true PASSED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [4] 8, 32, false STARTED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [4] 8, 32, false PASSED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [5] 999, 99, false STARTED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [5] 999, 99, false PASSED + +ConfigFetchActivityTest > TestGetMaxAttempt > Test that we are using to right service to get the maximum amount of attempt STARTED +:airbyte-config:init:jacocoTestReport + +OperationApiTest > testCheckOperation() STARTED + +ConfigFetchActivityTest > TestGetMaxAttempt > Test that we are using to right service to get the maximum amount of attempt PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that the job will wait to be scheduled if it is a CRON type, and the prior job ran recently STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that the job will wait to be scheduled if it is a CRON type, and the prior job ran recently PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that the job will run immediately if it is CRON type, and the expected interval has elapsed since the prior job STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that the job will run immediately if it is CRON type, and the expected interval has elapsed since the prior job PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that the job will only be scheduled once per minimum cron interval STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that the job will only be scheduled once per minimum cron interval PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that for specific workspace ids, we add some noise in the cron scheduling STARTED + +OperationApiTest > testCheckOperation() PASSED + +OperationApiTest > testDeleteOperation() STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestCronSchedule > Test that for specific workspace ids, we add some noise in the cron scheduling PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test we will wait the required amount of time with legacy config STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test we will wait the required amount of time with legacy config PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test we will not wait if we are late in the legacy schedule schema STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test we will not wait if we are late in the legacy schedule schema PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that we will wait the required amount of time with a BASIC_SCHEDULE type on a subsequent run STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that we will wait the required amount of time with a BASIC_SCHEDULE type on a subsequent run PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the connection will wait for a long time if it is deleted STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the connection will wait for a long time if it is deleted PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will wait for a long time if it is disabled STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will wait for a long time if it is disabled PASSED + +OperationApiTest > testDeleteOperation() PASSED + +OperationApiTest > testGetOperation() STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will be immediately scheduled if it is a BASIC_SCHEDULE type on the first run STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will be immediately scheduled if it is a BASIC_SCHEDULE type on the first run PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will wait for a long time if it is manual in the legacy schedule schema STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will wait for a long time if it is manual in the legacy schedule schema PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will wait a long time if it is MANUAL scheduleType STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job will wait a long time if it is MANUAL scheduleType PASSED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job gets scheduled if it is not manual and if it is the first run with legacy schedule schema STARTED + +ConfigFetchActivityTest > TimeToWaitTest > TestNotCron > Test that the job gets scheduled if it is not manual and if it is the first run with legacy schedule schema PASSED + +FeatureFlagFetchActivityTest > testGetFeatureFlags() STARTED + +FeatureFlagFetchActivityTest > testGetFeatureFlags() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > setJobFailureWithNullJobSyncConfig() STARTED + +OperationApiTest > testGetOperation() PASSED + +OperationApiTest > testUpdateOperation() STARTED + +OperationApiTest > testUpdateOperation() PASSED + +OperationApiTest > testListOperationsForConnection() STARTED + +OperationApiTest > testListOperationsForConnection() PASSED + +OperationApiTest > testCreateOperation() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > setJobFailureWithNullJobSyncConfig() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > attemptFailureWithAttemptNumberHappyPath() STARTED + +OperationApiTest > testCreateOperation() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > attemptFailureWithAttemptNumberHappyPath() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > attemptFailureWithAttemptNumberThrowsRetryableOnApiFailure() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > attemptFailureWithAttemptNumberThrowsRetryableOnApiFailure() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > cancelJobThrowsRetryableOnJobsApiFailure() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > cancelJobThrowsRetryableOnJobsApiFailure() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > ensureCleanJobStateHappyPath() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > ensureCleanJobStateHappyPath() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > cancelJobHappyPath() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > cancelJobHappyPath() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > setJobSuccess() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > setJobSuccess() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > ensureCleanJobStateThrowsRetryableOnApiFailure() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > ensureCleanJobStateThrowsRetryableOnApiFailure() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > setJobFailure() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > setJobFailure() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > setJobSuccessWrapException() STARTED + +JobCreationAndStatusUpdateActivityTest > Update > setJobSuccessWrapException() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +JobCreationAndStatusUpdateActivityTest > Creation > Test job creation throws retryable exception STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > Test job creation throws retryable exception PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > Test exception errors are properly wrapped STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > Test exception errors are properly wrapped PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > Test job creation STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > Test job creation PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > Test attempt creation STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > Test attempt creation PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureThrowsRetryableErrorIfApiCallFails() STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureThrowsRetryableErrorIfApiCallFails() PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [1] 1 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [1] 1 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [2] 2 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [2] 2 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [3] 3 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [3] 3 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [4] 5 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [4] 5 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [5] 20 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [5] 20 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [6] 30 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [6] 30 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [7] 1439 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [7] 1439 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [8] 11 STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsTrueIfNotFirstAttemptForJob(int) > [8] 11 PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsChecksPreviousJobIfFirstAttempt(boolean) > [1] false STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsChecksPreviousJobIfFirstAttempt(boolean) > [1] false PASSED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsChecksPreviousJobIfFirstAttempt(boolean) > [2] true STARTED + +JobCreationAndStatusUpdateActivityTest > Creation > isLastJobOrAttemptFailureReturnsChecksPreviousJobIfFirstAttempt(boolean) > [2] true PASSED + +RecordMetricActivityImplTest > testRecordingMetricCounterWithAdditionalAttributes() STARTED +:airbyte-config:init:check +:airbyte-config:init:build +:airbyte-persistence:job-persistence:kspIntegrationTestKotlin NO-SOURCE +:airbyte-persistence:job-persistence:compileIntegrationTestKotlin NO-SOURCE +:airbyte-persistence:job-persistence:compileIntegrationTestJava NO-SOURCE +:airbyte-persistence:job-persistence:processIntegrationTestResources NO-SOURCE +:airbyte-persistence:job-persistence:integrationTestClasses UP-TO-DATE +:airbyte-persistence:job-persistence:checkstyleIntegrationTest NO-SOURCE +:airbyte-persistence:job-persistence:checkstyleMain + +RecordMetricActivityImplTest > testRecordingMetricCounterWithAdditionalAttributes() PASSED + +RecordMetricActivityImplTest > testRecordingMetricCounterDoesntCrashOnApiNotFoundErrors() STARTED + +RecordMetricActivityImplTest > testRecordingMetricCounterDoesntCrashOnApiNotFoundErrors() PASSED + +RecordMetricActivityImplTest > testRecordingMetricCounter() STARTED + +RecordMetricActivityImplTest > testRecordingMetricCounter() PASSED + +RecordMetricActivityImplTest > testRecordingMetricCounterWithFailureCause() STARTED + +RecordMetricActivityImplTest > testRecordingMetricCounterWithFailureCause() PASSED + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshLessThanValueFromFF() STARTED +:airbyte-persistence:job-persistence:checkstyleMain FROM-CACHE +:airbyte-persistence:job-persistence:kspTestKotlin + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshLessThanValueFromFF() PASSED + +RefreshSchemaActivityTest > refreshV2ValidatesPayloadSize() STARTED + +RefreshSchemaActivityTest > refreshV2ValidatesPayloadSize() PASSED + +RefreshSchemaActivityTest > testRefreshSchemaWithAutoPropagateFeatureFlagAsFalse() STARTED + +RefreshSchemaActivityTest > testRefreshSchemaWithAutoPropagateFeatureFlagAsFalse() PASSED + +RefreshSchemaActivityTest > testRefreshSchemaWithRefreshSchemaFeatureFlagAsFalse() STARTED + +RefreshSchemaActivityTest > testRefreshSchemaWithRefreshSchemaFeatureFlagAsFalse() PASSED + +RefreshSchemaActivityTest > testRefreshSchema() STARTED + +RefreshSchemaActivityTest > testRefreshSchema() PASSED + +RefreshSchemaActivityTest > testShouldRefreshSchemaNoRecentRefresh() STARTED + +RefreshSchemaActivityTest > testShouldRefreshSchemaNoRecentRefresh() PASSED + +RefreshSchemaActivityTest > refreshSchemaHandlesNullDiff() STARTED + +RefreshSchemaActivityTest > refreshSchemaHandlesNullDiff() PASSED + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshLessThan24HoursAgo() STARTED + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshLessThan24HoursAgo() PASSED + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshOver24HoursAgo() STARTED + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshOver24HoursAgo() PASSED + +RefreshSchemaActivityTest > testRefreshSchemaForAutoBackfillOnNewColumns() STARTED + +RefreshSchemaActivityTest > testRefreshSchemaForAutoBackfillOnNewColumns() PASSED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [1] 124 STARTED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [1] 124 PASSED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [2] 541 STARTED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [2] 541 PASSED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [3] 12 STARTED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [3] 12 PASSED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [4] 2 STARTED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [4] 2 PASSED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [5] 1 STARTED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [5] 1 PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [1] 1, 5779ded0-301f-4249-8a46-c4d7bf99719a STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [1] 1, 5779ded0-301f-4249-8a46-c4d7bf99719a PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [2] 134512351235, ce8ed2c0-67f1-4447-80f9-4979e5936f01 STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [2] 134512351235, ce8ed2c0-67f1-4447-80f9-4979e5936f01 PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [3] 8, f710f9cd-ae3a-4ca3-83c3-5126b3f79a06 STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [3] 8, f710f9cd-ae3a-4ca3-83c3-5126b3f79a06 PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [4] 999, 6e0e76ef-35bc-41d1-9003-499eaac5de1b STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [4] 999, 6e0e76ef-35bc-41d1-9003-499eaac5de1b PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [1] a41aefd9-9e0b-4248-86b9-de2182759296, GET_SPEC STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [1] a41aefd9-9e0b-4248-86b9-de2182759296, GET_SPEC PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [2] 600f84a6-a3dc-4d87-ad44-dcce27835b2b, CHECK_CONNECTION STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [2] 600f84a6-a3dc-4d87-ad44-dcce27835b2b, CHECK_CONNECTION PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [3] 3e2974da-4399-4920-a24c-a7a72c6bfacd, DISCOVER_SCHEMA STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [3] 3e2974da-4399-4920-a24c-a7a72c6bfacd, DISCOVER_SCHEMA PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [4] 9b6b91ae-fa8f-4eff-880d-e3a3c277f26d, SYNC STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [4] 9b6b91ae-fa8f-4eff-880d-e3a3c277f26d, SYNC PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [5] 574be1b1-610f-4d1a-a8b9-aac44d6830fd, RESET_CONNECTION STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [5] 574be1b1-610f-4d1a-a8b9-aac44d6830fd, RESET_CONNECTION PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [6] 3d5d2d87-1c86-4071-9806-6e8b3bb13c9f, CONNECTION_UPDATER STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [6] 3d5d2d87-1c86-4071-9806-6e8b3bb13c9f, CONNECTION_UPDATER PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [7] dbab1522-46e9-41fd-8f13-b4532c52e251, REPLICATE STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [7] dbab1522-46e9-41fd-8f13-b4532c52e251, REPLICATE PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [8] 0a8fb342-4ddb-4f76-aa3c-b220292c31d3, NOTIFY STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [8] 0a8fb342-4ddb-4f76-aa3c-b220292c31d3, NOTIFY PASSED +:airbyte-persistence:job-persistence:kspTestKotlin FROM-CACHE + +RouteToSyncTaskQueueActivityTest > routeToSyncOtherHttpExceptionThrowsRetryable() STARTED +:airbyte-persistence:job-persistence:compileTestKotlin + +RouteToSyncTaskQueueActivityTest > routeToSyncOtherHttpExceptionThrowsRetryable() PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncNotFound() STARTED +:airbyte-persistence:job-persistence:compileTestKotlin NO-SOURCE +:airbyte-persistence:job-persistence:compileTestJava + +RouteToSyncTaskQueueActivityTest > routeToSyncNotFound() PASSED + +SlackConfigActivityTest > testFetchSlackConfigurationSlackNotificationNotPresent() STARTED + +SlackConfigActivityTest > testFetchSlackConfigurationSlackNotificationNotPresent() PASSED + +SlackConfigActivityTest > testFetchSlackConfigurationSlackNotificationPresent() STARTED + +SlackConfigActivityTest > testFetchSlackConfigurationSlackNotificationPresent() PASSED + +StreamResetActivityTest > deleteStreamResetRecordsForJobThrowsRetryableException() STARTED + +StreamResetActivityTest > deleteStreamResetRecordsForJobThrowsRetryableException() PASSED + +StreamResetActivityTest > deleteStreamResetRecordsForJobSuccess() STARTED + +StreamResetActivityTest > deleteStreamResetRecordsForJobSuccess() PASSED + +WorkflowConfigActivityImplTest > testFetchingWorkflowRestartDelayInSeconds() STARTED + +WorkflowConfigActivityImplTest > testFetchingWorkflowRestartDelayInSeconds() PASSED + +SyncWorkflowTest > testReplicationFailedGracefully() STARTED + +DogStatsDMetricClientTest > there should be no exception if we attempt to emit metrics without initializing PASSED + +DogStatsDMetricClientTest > there should be no exception if we attempt to emit metrics while publish is false STARTED + +DogStatsDMetricClientTest > there should be no exception if we attempt to emit metrics while publish is false PASSED + +DogStatsDMetricClientTest > there should be no exception if we attempt to emit metrics while publish is true STARTED + +DogStatsDMetricClientTest > there should be no exception if we attempt to emit metrics while publish is true PASSED + +MetricClientFactoryTest > Should not throw error if MetricClientFactory creates a metric client on the first call; STARTED +:airbyte-persistence:job-persistence:compileTestJava FROM-CACHE +:airbyte-persistence:job-persistence:processTestResources +:airbyte-persistence:job-persistence:testClasses +:airbyte-persistence:job-persistence:checkstyleTest + +MetricClientFactoryTest > Should not throw error if MetricClientFactory creates a metric client on the first call; PASSED + +MetricClientFactoryTest > Should not throw error if calling get without calling create; STARTED + +MetricClientFactoryTest > Should not throw error if calling get without calling create; PASSED + +MetricClientFactoryTest > Should not return null if metric client not specified; STARTED + +MetricClientFactoryTest > Should not return null if metric client not specified; PASSED +rendering chunks... + +OpenTelemetryMetricClientTest > Tags should be passed into metrics STARTED +:airbyte-persistence:job-persistence:checkstyleTest FROM-CACHE +:airbyte-persistence:job-persistence:spotbugsIntegrationTest NO-SOURCE +:airbyte-persistence:job-persistence:spotbugsMain + +OrganizationApiTest > testGetOrganization() STARTED + +ActorDefinitionVersionPersistenceTest > testUpdateActorDefinitionVersion() STARTED + +OrganizationApiTest > testGetOrganization() PASSED + +OrganizationApiTest > testUpdateOrganization() STARTED + +OrganizationApiTest > testUpdateOrganization() PASSED + +OrganizationApiTest > testCreateOrganization() STARTED + +OrganizationApiTest > testCreateOrganization() PASSED + +OpenTelemetryMetricClientTest > Tags should be passed into metrics PASSED + +OpenTelemetryMetricClientTest > Should send out gauge metric with correct metric name, description and value STARTED + +OpenTelemetryMetricClientTest > Should send out gauge metric with correct metric name, description and value PASSED + +OpenTelemetryMetricClientTest > Should send out count metric with correct metric name, description and value STARTED + +OpenTelemetryMetricClientTest > Should send out count metric with correct metric name, description and value PASSED + +OpenTelemetryMetricClientTest > Should send out histogram metric with correct metric name, description and value STARTED + +OpenTelemetryMetricClientTest > Should send out histogram metric with correct metric name, description and value PASSED + +TracingHelperTest > testAddConnection() STARTED + +TracingHelperTest > testAddConnection() PASSED + +TracingHelperTest > testAddWorkspace() STARTED + +TracingHelperTest > testAddWorkspace() PASSED + +TracingHelperTest > testAddSourceDestination() STARTED + +TracingHelperTest > testAddSourceDestination() PASSED + +InstrumentInterceptorTest > testAnnotation() STARTED + +ActorDefinitionVersionPersistenceTest > testUpdateActorDefinitionVersion() PASSED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNone() STARTED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNone() PASSED + +ActorDefinitionVersionPersistenceTest > testWriteActorDefinitionVersion() STARTED + +ActorDefinitionVersionPersistenceTest > testWriteActorDefinitionVersion() PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [1] SUPPORTED, DEPRECATED STARTED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [1] SUPPORTED, DEPRECATED PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [2] SUPPORTED, UNSUPPORTED STARTED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [2] SUPPORTED, UNSUPPORTED PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [3] DEPRECATED, SUPPORTED STARTED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [3] DEPRECATED, SUPPORTED PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [4] DEPRECATED, UNSUPPORTED STARTED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [4] DEPRECATED, UNSUPPORTED PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [5] UNSUPPORTED, SUPPORTED STARTED + +SyncWorkflowTest > testReplicationFailedGracefully() PASSED + +SyncWorkflowTest > testCancelDuringReplication() STARTED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [5] UNSUPPORTED, SUPPORTED PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [6] UNSUPPORTED, DEPRECATED STARTED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [6] UNSUPPORTED, DEPRECATED PASSED + +ActorDefinitionVersionPersistenceTest > testUpdateActorDefinitionVersionWithMismatchedIdFails() STARTED + +ActorDefinitionVersionPersistenceTest > testUpdateActorDefinitionVersionWithMismatchedIdFails() PASSED + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionByIdNotExistentThrowsConfigNotFound() STARTED + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionByIdNotExistentThrowsConfigNotFound() PASSED + +ActorDefinitionVersionPersistenceTest > testAlwaysGetWithProtocolVersion() STARTED + +ActorDefinitionVersionPersistenceTest > testAlwaysGetWithProtocolVersion() PASSED + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionById() STARTED + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionById() PASSED + +ActorDefinitionVersionPersistenceTest > testGetForNonExistentTagReturnsEmptyOptional() STARTED +computing gzip size... + +ActorDefinitionVersionPersistenceTest > testGetForNonExistentTagReturnsEmptyOptional() PASSED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNonNullable() STARTED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNonNullable() PASSED + +ActorDefinitionVersionPersistenceTest > testListActorDefinitionVersionsForDefinition() STARTED + +SyncWorkflowTest > testCancelDuringReplication() PASSED + +SyncWorkflowTest > testGetProperFailureIfRefreshFails() STARTED + +ActorDefinitionVersionPersistenceTest > testListActorDefinitionVersionsForDefinition() PASSED + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionByTag() STARTED +build/storybook/assets/rw-widgets-BgstSqGz.svg  2.77 kB │ gzip: 1.21 kB +build/storybook/assets/pixel-octavia-BbcPd0Hg.png  4.32 kB +build/storybook/assets/googleAuthButton-BDeLUMOu.svg  4.36 kB │ gzip: 1.37 kB +build/storybook/assets/rw-widgets-OYwXRnUT.ttf  6.23 kB +build/storybook/assets/rw-widgets-DIIvoOiB.eot  6.41 kB +build/storybook/assets/quickbooksAuthButton-BR7bA5tc.svg  6.64 kB │ gzip: 2.42 kB +build/storybook/assets/quickbooksAuthButtonHover-PqlMHQtb.svg  6.72 kB │ gzip: 2.44 kB +build/storybook/iframe.html  12.74 kB │ gzip: 3.59 kB +build/storybook/assets/loader-big-CjXDsldG.gif  23.28 kB +build/storybook/assets/codicon-SZR-f31-.ttf  72.50 kB +build/storybook/assets/useAirbyteTheme-B_SY1GJM.css  0.00 kB │ gzip: 0.02 kB +build/storybook/assets/TagInput-BrqY4tMZ.css  0.06 kB │ gzip: 0.08 kB +build/storybook/assets/Form-8A2oZEB7.css  0.08 kB │ gzip: 0.09 kB +build/storybook/assets/Box-C2HScOq8.css  0.09 kB │ gzip: 0.11 kB +build/storybook/assets/Breadcrumbs-DR_Ju9Dv.css  0.10 kB │ gzip: 0.11 kB +build/storybook/assets/Overlay-Bbz0iDLG.css  0.14 kB │ gzip: 0.14 kB +build/storybook/assets/InfoTooltip-Bb80rWGA.css  0.18 kB │ gzip: 0.16 kB +build/storybook/assets/array-D9mZ_7LA.css  0.19 kB │ gzip: 0.17 kB +build/storybook/assets/FormDevToolsInternal-i82SBYs_.css  0.22 kB │ gzip: 0.19 kB +build/storybook/assets/CopyButton-Dffodv7n.css  0.22 kB │ gzip: 0.18 kB +build/storybook/assets/TextArea-CGkSOV15.css  0.23 kB │ gzip: 0.16 kB +build/storybook/assets/CircleLoader-BXpMQ0mh.css  0.29 kB │ gzip: 0.19 kB +build/storybook/assets/TextWithOverflowTooltip-Bwlr8VN9.css  0.30 kB │ gzip: 0.19 kB +build/storybook/assets/RangeDatePicker-ruTxDcV8.css  0.36 kB │ gzip: 0.20 kB +build/storybook/assets/utils-BCb30amn.css  0.36 kB │ gzip: 0.20 kB +build/storybook/assets/SearchInput-BqNivD0z.css  0.39 kB │ gzip: 0.23 kB +build/storybook/assets/TokenModal-CSCgj5jB.css  0.39 kB │ gzip: 0.24 kB +build/storybook/assets/AlertBanner-Bvi12mBA.css  0.42 kB │ gzip: 0.23 kB +build/storybook/assets/JobFailure-BvvO7mb6.css  0.44 kB │ gzip: 0.25 kB +build/storybook/assets/Spinner-CVJMYGX8.css  0.45 kB │ gzip: 0.26 kB +build/storybook/assets/SecretTextArea-CyI9Yi3L.css  0.47 kB │ gzip: 0.29 kB +build/storybook/assets/ConnectorIcon-pF_x0hZo.css  0.48 kB │ gzip: 0.26 kB +build/storybook/assets/index-ZeMqemf_.css  0.49 kB │ gzip: 0.26 kB +build/storybook/assets/Pre-ZZSpUiYn.css  0.51 kB │ gzip: 0.37 kB +build/storybook/assets/FileUpload-CjAFaGFN.css  0.52 kB │ gzip: 0.28 kB +build/storybook/assets/Toast-MDW-PuvF.css  0.61 kB │ gzip: 0.33 kB +build/storybook/assets/Badge-D60DrzF-.css  0.61 kB │ gzip: 0.28 kB +build/storybook/assets/ComboBox-D3vByWbc.css  0.67 kB │ gzip: 0.35 kB +build/storybook/assets/Heading-BRnpy-5Q.css  0.71 kB │ gzip: 0.29 kB +build/storybook/assets/ProgressBar-BuLigvJE.css  0.73 kB │ gzip: 0.34 kB + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionByTag() PASSED +build/storybook/assets/RadioButton-DNtzGiEC.css  0.75 kB │ gzip: 0.34 kB +build/storybook/assets/LoadingBackdrop-CETlURWz.css  0.78 kB │ gzip: 0.27 kB +build/storybook/assets/CheckBox-DOR3JHro.css  0.91 kB │ gzip: 0.35 kB +build/storybook/assets/users-DDuZMyst.css  0.97 kB │ gzip: 0.50 kB +build/storybook/assets/InitialBadge-B-QDdWAM.css  0.98 kB │ gzip: 0.32 kB +build/storybook/assets/TooltipTable-DAcbYOmK.css  1.00 kB │ gzip: 0.41 kB +build/storybook/assets/ExternalLink-KLyKg8NE.css  1.01 kB │ gzip: 0.40 kB +build/storybook/assets/NumberBadge-55hKI3D6.css  1.14 kB │ gzip: 0.36 kB +build/storybook/assets/WorkspaceItem-Cy22o2aZ.css  1.16 kB │ gzip: 0.41 kB +build/storybook/assets/Icon-DNIuAl7g.css  1.31 kB │ gzip: 0.58 kB +build/storybook/assets/LinkTab-B2M-GNvX.css  1.39 kB │ gzip: 0.37 kB +build/storybook/assets/ThemeToggle-DRdSaiL7.css  1.39 kB │ gzip: 0.46 kB +build/storybook/assets/Card-C0lI-5-G.css  1.57 kB │ gzip: 0.55 kB +build/storybook/assets/GroupControls-DKf1LWtj.css  1.59 kB │ gzip: 0.53 kB +build/storybook/assets/ModalFooter-CK786czs.css  1.66 kB │ gzip: 0.66 kB +build/storybook/assets/Collapsible-WLYEctUU.css  1.70 kB │ gzip: 0.62 kB +build/storybook/assets/index-wQTqpzON.css  1.74 kB │ gzip: 0.63 kB +build/storybook/assets/Form-BVBQ2o5R.css  1.75 kB │ gzip: 0.65 kB +build/storybook/assets/Text-Bdael7OD.css  1.83 kB │ gzip: 0.61 kB +build/storybook/assets/SwitchNext-Cbd8x1lt.css  1.83 kB │ gzip: 0.63 kB +build/storybook/assets/ListBox-QGnj36t-.css  1.95 kB │ gzip: 0.67 kB +build/storybook/assets/FlexItem-BCkXP30r.css  1.98 kB │ gzip: 0.57 kB +build/storybook/assets/StatusIcon-CgOyDAeC.css  2.00 kB │ gzip: 0.48 kB +build/storybook/assets/Input-DeqS-znX.css  2.25 kB │ gzip: 0.58 kB +build/storybook/assets/Table-BkMwawCD.css  2.31 kB │ gzip: 0.76 kB +build/storybook/assets/TextInputContainer-CC1wB09D.css  2.31 kB │ gzip: 0.45 kB +build/storybook/assets/Icon-p6cSvMfe.css  2.71 kB │ gzip: 0.59 kB +build/storybook/assets/StreamStatusIndicator-C1xg3UiK.css  2.81 kB │ gzip: 0.51 kB +build/storybook/assets/Markdown-4JfOsILy.css  2.90 kB │ gzip: 0.85 kB +build/storybook/assets/index-0dpgJ7Cx.css  2.94 kB │ gzip: 0.86 kB +build/storybook/assets/ConnectionStatusIndicator-DcBG4BJI.css  4.29 kB │ gzip: 0.62 kB +build/storybook/assets/Box-f_Khf3Cx.css  5.15 kB │ gzip: 1.08 kB +build/storybook/assets/Message-DRETTYw9.css  5.40 kB │ gzip: 0.69 kB +build/storybook/assets/Button-6W3GIaTm.css  8.19 kB │ gzip: 1.24 kB +build/storybook/assets/PillListBox-DT7ucAcR.css  9.57 kB │ gzip: 0.96 kB +build/storybook/assets/Switch-tyKs_mNo.css  11.46 kB │ gzip: 1.27 kB +build/storybook/assets/preview-LTqEnOu1.css  12.49 kB │ gzip: 3.05 kB +build/storybook/assets/CatalogDiffModal-Cfz3apqf.css  24.86 kB │ gzip: 3.33 kB +build/storybook/assets/DatePicker-CxXhiast.css  26.06 kB │ gzip: 3.54 kB +build/storybook/assets/ConnectorForm-CVtoLJ9f.css  27.33 kB │ gzip: 9.20 kB +build/storybook/assets/CodeEditor-BE-0t6GE.css  39.45 kB │ gzip: 7.05 kB +build/storybook/assets/isObject-CrIk3fyR.js  0.10 kB │ gzip: 0.10 kB +build/storybook/assets/_getPrototype-C9gwqPUk.js  0.11 kB │ gzip: 0.12 kB +build/storybook/assets/useToggle-CMSTWZ3v.js  0.15 kB │ gzip: 0.14 kB +build/storybook/assets/isEqual-Bd0cGqZp.js  0.16 kB │ gzip: 0.15 kB +build/storybook/assets/uniqueId-DoGSWEZQ.js  0.17 kB │ gzip: 0.16 kB +build/storybook/assets/emotion-use-insertion-effect-with-fallbacks.browser.esm-dwGBXy2H.js  0.17 kB │ gzip: 0.15 kB +build/storybook/assets/_baseSlice-z0Zd1-Ev.js  0.17 kB │ gzip: 0.16 kB +build/storybook/assets/isString-Ty1TCcxZ.js  0.24 kB │ gzip: 0.20 kB +build/storybook/assets/_isIterateeCall-CYg81llV.js  0.27 kB │ gzip: 0.23 kB +build/storybook/assets/file-viQKxWFv.js  0.27 kB │ gzip: 0.22 kB +build/storybook/assets/index-BHup3MR2.js  0.28 kB │ gzip: 0.20 kB +build/storybook/assets/Overlay-BAXie1E8.js  0.32 kB │ gzip: 0.25 kB +build/storybook/assets/util-CeAI_f06.js  0.34 kB │ gzip: 0.19 kB +build/storybook/assets/use-resolve-button-type-CSNOZTCg.js  0.44 kB │ gzip: 0.30 kB +build/storybook/assets/flatten-CnmSEew_.js  0.45 kB │ gzip: 0.34 kB +build/storybook/assets/isPlainObject-DzlqXYTN.js  0.48 kB │ gzip: 0.32 kB +build/storybook/assets/Overlay.stories-CoX1Q281.js  0.50 kB │ gzip: 0.33 kB +build/storybook/assets/platform-CzO_waac.js  0.52 kB │ gzip: 0.32 kB +build/storybook/assets/Badge.stories-rbHnWEwE.js  0.52 kB │ gzip: 0.33 kB +build/storybook/assets/index-CL8UvjIf.js  0.54 kB │ gzip: 0.32 kB +build/storybook/assets/react-18-Bamk9FSf.js  0.55 kB │ gzip: 0.34 kB +build/storybook/assets/Spinner.stories-C4n4C-60.js  0.56 kB │ gzip: 0.36 kB +build/storybook/assets/Switch.stories-BgjXBIAW.js  0.57 kB │ gzip: 0.37 kB +build/storybook/assets/DocumentationPanelContext-JOEATvJW.js  0.58 kB │ gzip: 0.34 kB +build/storybook/assets/open-closed-DwABg1rf.js  0.59 kB │ gzip: 0.37 kB +build/storybook/assets/RadioButton.stories-DSEnIYJE.js  0.60 kB │ gzip: 0.37 kB +build/storybook/assets/RadioButton-Znh14DRu.js  0.60 kB │ gzip: 0.36 kB +build/storybook/assets/Spinner-DIz6Reor.js  0.62 kB │ gzip: 0.38 kB +build/storybook/assets/preview-DbKtf0Y1.js  0.64 kB │ gzip: 0.44 kB +build/storybook/assets/Text.stories-BnGDvE8f.js  0.65 kB │ gzip: 0.42 kB +build/storybook/assets/ConnectionStatusIndicator.stories-CZzjxTaV.js  0.67 kB │ gzip: 0.39 kB +build/storybook/assets/TextWithHTML.stories-BeQI6Bu5.js  0.68 kB │ gzip: 0.43 kB +build/storybook/assets/message-DF8mXTiW.js  0.70 kB │ gzip: 0.42 kB +build/storybook/assets/CopyButton.stories-BzGpQa-J.js  0.70 kB │ gzip: 0.41 kB +build/storybook/assets/index-jjyJ6Fy4.js  0.71 kB │ gzip: 0.26 kB +build/storybook/assets/isArrayLike-BxK3_4Jp.js  0.74 kB │ gzip: 0.46 kB +build/storybook/assets/Heading.stories-4sFjaz-Q.js  0.75 kB │ gzip: 0.40 kB +build/storybook/assets/index-zcvSnJLJ.js  0.76 kB │ gzip: 0.50 kB +build/storybook/assets/index-DrFu-skq.js  0.77 kB │ gzip: 0.47 kB +build/storybook/assets/isArguments-BHYaqSQ6.js  0.77 kB │ gzip: 0.46 kB +build/storybook/assets/index-BfyspvgH.js  0.80 kB │ gzip: 0.51 kB +build/storybook/assets/v4-CQkTLCs1.js  0.81 kB │ gzip: 0.43 kB +build/storybook/assets/Input.stories-Dn5Pi929.js  0.83 kB │ gzip: 0.50 kB +build/storybook/assets/DocsRenderer-NNNQARDV-D20Mqb_j.js  0.84 kB │ gzip: 0.46 kB +build/storybook/assets/preview-Cv3rAi2i.js  0.86 kB │ gzip: 0.55 kB +build/storybook/assets/WithTooltip-V3YHNWJZ-DJ3Aw3wK.js  0.87 kB │ gzip: 0.46 kB +build/storybook/assets/syntaxhighlighter-V7JZZA35-DT3B-0Ne.js  0.88 kB │ gzip: 0.49 kB +build/storybook/assets/index-Ni6ERr0R.js  0.88 kB │ gzip: 0.45 kB +build/storybook/assets/_basePickBy-0Li4Ix0F.js  0.89 kB │ gzip: 0.58 kB +build/storybook/assets/NumberBadge.stories-9GiTqJF3.js  0.90 kB │ gzip: 0.52 kB +build/storybook/assets/AirbyteClient.schemas-Dv3jnKhU.js  0.92 kB │ gzip: 0.44 kB +build/storybook/assets/jsx-runtime-Du8NFWEI.js  0.92 kB │ gzip: 0.58 kB +build/storybook/assets/TextInputContainer.stories-YhyOP2Ah.js  0.96 kB │ gzip: 0.45 kB +build/storybook/assets/StatusIcon.stories-C7prXToh.js  1.01 kB │ gzip: 0.58 kB +build/storybook/assets/description-BuDP1C_1.js  1.03 kB │ gzip: 0.63 kB +build/storybook/assets/FileUpload.stories-CTS4Hy6k.js  1.04 kB │ gzip: 0.57 kB +build/storybook/assets/preview-8fXXhsTa.js  1.04 kB │ gzip: 0.64 kB +build/storybook/assets/entry-preview-r6syxxSV.js  1.11 kB │ gzip: 0.64 kB +build/storybook/assets/Badge-BELI8tjv.js  1.11 kB │ gzip: 0.49 kB +build/storybook/assets/TextArea-6qejHfYl.js  1.19 kB │ gzip: 0.57 kB +build/storybook/assets/CheckBox-CLj3vj1U.js  1.19 kB │ gzip: 0.61 kB +build/storybook/assets/uniq-DPSZyazB.js  1.20 kB │ gzip: 0.67 kB +build/storybook/assets/Flex.stories-deh7Up3k.js  1.20 kB │ gzip: 0.56 kB +build/storybook/assets/Pre.stories-Bul0H5aM.js  1.22 kB │ gzip: 0.61 kB +build/storybook/assets/AlertBanner.stories-Dx4uKKzE.js  1.23 kB │ gzip: 0.64 kB +build/storybook/assets/toString-BWcySbPD.js  1.26 kB │ gzip: 0.69 kB +build/storybook/assets/TextInputContainer-CTxhXRo4.js  1.36 kB │ gzip: 0.57 kB +build/storybook/assets/use-controllable-6Fe3HD2R.js  1.38 kB │ gzip: 0.67 kB +build/storybook/assets/CircleLoader-CGoo0And.js  1.39 kB │ gzip: 0.72 kB +build/storybook/assets/PropertyLabel-aPGSGU4i.js  1.43 kB │ gzip: 0.58 kB +build/storybook/assets/InfoTooltip-CaMXGy9q.js  1.51 kB │ gzip: 0.55 kB +build/storybook/assets/TextArea.stories-h18gzKAt.js  1.57 kB │ gzip: 0.77 kB +build/storybook/assets/chunk-WFFRPTHA-BEo43AmG.js  1.58 kB │ gzip: 0.90 kB +build/storybook/assets/Heading-BwM7ljAS.js  1.58 kB │ gzip: 0.68 kB +build/storybook/assets/Link.stories-Zkt3xVxT.js  1.60 kB │ gzip: 0.73 kB +build/storybook/assets/hidden-Ufd27iaJ.js  1.62 kB │ gzip: 0.84 kB +build/storybook/assets/identity-DOXbiBu1.js  1.63 kB │ gzip: 0.96 kB +build/storybook/assets/RangeDatePicker.stories-D0GjuttZ.js  1.64 kB │ gzip: 0.79 kB +build/storybook/assets/index-BxryqGQQ.js  1.64 kB │ gzip: 0.47 kB +build/storybook/assets/CopyButton-BDGXQHl6.js  1.67 kB │ gzip: 0.77 kB +build/storybook/assets/Switch-BRLyDW-A.js  1.70 kB │ gzip: 0.72 kB +build/storybook/assets/Breadcrumbs.stories-CUgf1viL.js  1.71 kB │ gzip: 0.89 kB +build/storybook/assets/index-DdiDYGaL.js  1.76 kB │ gzip: 0.47 kB +build/storybook/assets/ExternalLink.stories-BUd_PVsh.js  1.79 kB │ gzip: 0.77 kB +build/storybook/assets/Tabs.stories-BROKkH9G.js  1.81 kB │ gzip: 0.89 kB +build/storybook/assets/FileUpload-Bf_aT2lv.js  1.82 kB │ gzip: 0.94 kB +build/storybook/assets/ProgressBar.stories-Dm3QG6YC.js  1.84 kB │ gzip: 0.93 kB +build/storybook/assets/portal-C3qgz1vq.js  1.93 kB │ gzip: 0.94 kB +build/storybook/assets/throttle-DD7dacWl.js  1.94 kB │ gzip: 0.99 kB +build/storybook/assets/preview-errors-ByHT3t3S.js  1.95 kB │ gzip: 0.92 kB +build/storybook/assets/SearchInput.stories-AKGyb7bw.js  1.96 kB │ gzip: 0.82 kB +build/storybook/assets/LoadingBackdrop.stories-COZBSdWA.js  1.99 kB │ gzip: 0.87 kB +build/storybook/assets/Modal.stories-kH-O374n.js  2.05 kB │ gzip: 1.05 kB +build/storybook/assets/NumberBadge-GL4INM66.js  2.06 kB │ gzip: 0.81 kB +build/storybook/assets/Collapsible.stories-E9Kt60lm.js  2.10 kB │ gzip: 0.80 kB +build/storybook/assets/MaskedText.stories-GkUv1xuG.js  2.22 kB │ gzip: 0.90 kB +build/storybook/assets/Tooltip.stories-lfGzR3DI.js  2.25 kB │ gzip: 0.87 kB +build/storybook/assets/SupportLevelBadge.stories-Bv-V36fz.js  2.27 kB │ gzip: 0.90 kB +build/storybook/assets/Toast-DhwFtYJZ.js  2.37 kB │ gzip: 0.71 kB +build/storybook/assets/SecretTextArea.stories-iO_5rl8F.js  2.45 kB │ gzip: 1.07 kB +build/storybook/assets/ExternalLink-Bzw_z0cW.js  2.45 kB │ gzip: 0.75 kB +build/storybook/assets/mapValues-CZLxlE3B.js  2.54 kB │ gzip: 1.25 kB +build/storybook/assets/Box.stories-BrCgG8Rz.js  2.55 kB │ gzip: 1.06 kB +build/storybook/assets/preview-CBkvYuWW.js  2.56 kB │ gzip: 1.31 kB +build/storybook/assets/index-D2DNihGs.js  2.58 kB │ gzip: 1.26 kB +build/storybook/assets/InitialBadge.stories-PJfHBoRh.js  2.60 kB │ gzip: 1.18 kB +build/storybook/assets/StatusIcon-DSkC9EYG.js  2.63 kB │ gzip: 1.08 kB +build/storybook/assets/useAirbyteTheme-_qxyNu4u.js  2.66 kB │ gzip: 1.25 kB +build/storybook/assets/RangeDatePicker-1mLtJU0B.js  2.66 kB │ gzip: 1.08 kB +build/storybook/assets/PropertyLabel.stories-CU09y4Z_.js  2.72 kB │ gzip: 1.09 kB +build/storybook/assets/FormDevToolsInternal-RZ_rNoti.js  2.74 kB │ gzip: 1.30 kB +build/storybook/assets/GroupControls-DepvCGex.js  2.78 kB │ gzip: 0.99 kB +build/storybook/assets/WorkspaceItem.stories-CsldL_so.js  2.85 kB │ gzip: 1.12 kB +build/storybook/assets/Input-CQWQ_H6E.js  2.85 kB │ gzip: 1.24 kB +build/storybook/assets/DatePicker.stories-CfsHPXuJ.js  2.90 kB │ gzip: 1.03 kB +build/storybook/assets/CheckBox.stories-CS0WNpTy.js  2.99 kB │ gzip: 0.90 kB +build/storybook/assets/index-C_LTUnUx.js  3.00 kB │ gzip: 0.87 kB +build/storybook/assets/Text-mAZf0Ujg.js  3.15 kB │ gzip: 1.20 kB +build/storybook/assets/SecretTextArea-BBpJeCTd.js  3.19 kB │ gzip: 1.29 kB +build/storybook/assets/preview-BcxrGG1y.js  3.19 kB │ gzip: 1.37 kB +build/storybook/assets/GroupControls.stories-l3KQjqni.js  3.20 kB │ gzip: 1.14 kB +build/storybook/assets/LinkTab-CddmTpn2.js  3.22 kB │ gzip: 1.03 kB +build/storybook/assets/index-ClI3cfzP.js  3.23 kB │ gzip: 1.57 kB +build/storybook/assets/use-outside-click-B3oU1jdK.js  3.53 kB │ gzip: 1.67 kB +build/storybook/assets/_baseIsEqual-DBQwr66a.js  3.64 kB │ gzip: 1.71 kB +build/storybook/assets/TokenModal.stories-BA3iGADF.js  3.78 kB │ gzip: 1.67 kB +build/storybook/assets/Icon.stories-BhHbWmu2.js  3.81 kB │ gzip: 0.79 kB +build/storybook/assets/Card-DNgm43Zt.js  3.91 kB │ gzip: 1.44 kB +build/storybook/assets/Button.stories-Cnggtll0.js  4.02 kB │ gzip: 0.98 kB +build/storybook/assets/disclosure-Cefwar36.js  4.24 kB │ gzip: 1.67 kB +build/storybook/assets/Message-CbhW_zh8.js  4.27 kB │ gzip: 1.45 kB +build/storybook/assets/DatePicker-sDTNzyPQ.js  4.39 kB │ gzip: 1.59 kB +build/storybook/assets/Card.stories-B6rYvZKH.js  4.43 kB │ gzip: 1.45 kB +build/storybook/assets/Collapsible-WS5-Gc55.js  4.68 kB │ gzip: 1.47 kB +build/storybook/assets/index-DjYCjYgE.js  4.75 kB │ gzip: 1.11 kB +build/storybook/assets/StreamStatusIndicator.stories-8dSH4RwX.js  4.84 kB │ gzip: 1.38 kB +build/storybook/assets/ConnectionStatusIndicator-CgG4YooK.js  5.10 kB │ gzip: 1.35 kB +build/storybook/assets/keyboard-Bhez-H7K.js  5.40 kB │ gzip: 2.41 kB +build/storybook/assets/_baseClone-wWUFHq1_.js  5.72 kB │ gzip: 2.48 kB +build/storybook/assets/Message.stories-sbO_WFKY.js  5.80 kB │ gzip: 1.54 kB +build/storybook/assets/FlexItem-yzc3mT2H.js  6.30 kB │ gzip: 1.96 kB +build/storybook/assets/Toast.stories-Coh7rSlj.js  6.41 kB │ gzip: 1.61 kB +build/storybook/assets/dayjs.min-BrQUFet3.js  6.61 kB │ gzip: 3.00 kB +build/storybook/assets/JobFailure.stories-DUIT5fLP.js  6.64 kB │ gzip: 2.43 kB +build/storybook/assets/SwitchNext.stories-Cjuw26a9.js  6.73 kB │ gzip: 2.83 kB +build/storybook/assets/ThemeToggle.stories-xavxlhEY.js  7.16 kB │ gzip: 2.28 kB +build/storybook/assets/Button-BzBDawYW.js  7.30 kB │ gzip: 2.10 kB +build/storybook/assets/ListBox.stories-BtZ1Mmbr.js  7.60 kB │ gzip: 2.67 kB +build/storybook/assets/preview-BAz7FMXc.js  7.62 kB │ gzip: 1.56 kB +build/storybook/assets/_Uint8Array-BHHfw3cY.js  7.70 kB │ gzip: 3.25 kB +build/storybook/assets/index-Dl6G-zuu.js  7.80 kB │ gzip: 3.07 kB +build/storybook/assets/PillListBox.stories-D4r7Pl0B.js  7.88 kB │ gzip: 2.53 kB +build/storybook/assets/preview-Db4Idchh.js  8.11 kB │ gzip: 3.09 kB +build/storybook/assets/index-BJOTdjbK.js  8.53 kB │ gzip: 1.75 kB +build/storybook/assets/ConnectorIcon.stories-BHZhNTm4.js  9.08 kB │ gzip: 3.26 kB +build/storybook/assets/TextWithOverflowTooltip-jR0hPNVy.js  9.25 kB │ gzip: 3.53 kB +build/storybook/assets/Form.stories-CNVZ4SRu.js  9.59 kB │ gzip: 2.90 kB +build/storybook/assets/Box-_K01bniV.js  9.99 kB │ gzip: 2.06 kB +build/storybook/assets/index-DJt6QIgU.js  10.34 kB │ gzip: 4.15 kB +build/storybook/assets/floating-ui.dom-DFlzgyaR.js  12.28 kB │ gzip: 5.12 kB +build/storybook/assets/preview-Dcp5ah5G.js  13.26 kB │ gzip: 5.11 kB +build/storybook/assets/rbac.docs-BM1GT2cs.js  13.76 kB │ gzip: 4.92 kB +build/storybook/assets/index.modern-O85Fx-ZJ.js  14.93 kB │ gzip: 6.43 kB +build/storybook/assets/ModalFooter-BUoRt_F6.js  18.29 kB │ gzip: 6.84 kB +build/storybook/assets/TooltipTable-XhwJIgFo.js  20.28 kB │ gzip: 7.85 kB +build/storybook/assets/ComboBox.stories-kJMzKkku.js  21.87 kB │ gzip: 6.83 kB +build/storybook/assets/iframe-DwvAijP1.js  25.32 kB │ gzip: 7.31 kB +build/storybook/assets/Color-6VNJS4EI-CJmqCWzG.js  29.66 kB │ gzip: 11.20 kB +build/storybook/assets/CatalogDiffModal.stories-CrplFpGu.js  37.08 kB │ gzip: 9.49 kB +build/storybook/assets/ListBox-BS6UzcDA.js  42.86 kB │ gzip: 14.55 kB +build/storybook/assets/index-CYL-YUIt.js  49.43 kB │ gzip: 14.52 kB +build/storybook/assets/array-D0fQpFmZ.js  51.62 kB │ gzip: 17.64 kB +build/storybook/assets/index-i7Z_QSrp.js  54.34 kB │ gzip: 18.29 kB +build/storybook/assets/Table.stories-B83Tspd1.js  59.33 kB │ gzip: 15.66 kB +build/storybook/assets/index-B8epVk0L.js  60.79 kB │ gzip: 16.28 kB +build/storybook/assets/Form--jL23EX0.js  64.87 kB │ gzip: 18.36 kB +build/storybook/assets/___vite-browser-external_commonjs-proxy-Kp476YMo.js  77.16 kB │ gzip: 36.78 kB +build/storybook/assets/index-BpzJkeeb.js  80.62 kB │ gzip: 24.10 kB +build/storybook/assets/TagInput-C5EsDZ42.js  82.57 kB │ gzip: 29.43 kB +build/storybook/assets/TextWithHTML-xq5zDxbe.js  93.91 kB │ gzip: 28.69 kB +build/storybook/assets/Icon-DxKZ0TMl.js  95.86 kB │ gzip: 21.18 kB +build/storybook/assets/motion-BGAiueAu.js  97.40 kB │ gzip: 32.74 kB +build/storybook/assets/Markdown.stories-DXnvujtZ.js  120.71 kB │ gzip: 36.61 kB +build/storybook/assets/index-D1_ZHIBm.js  134.01 kB │ gzip: 43.19 kB +build/storybook/assets/index-BC7rnaAi.js  173.47 kB │ gzip: 55.76 kB +build/storybook/assets/withProvider-5K6XGivp.js  195.91 kB │ gzip: 38.91 kB +build/storybook/assets/entry-preview-docs-Bvrb6ZrF.js  212.20 kB │ gzip: 66.39 kB +build/storybook/assets/utils-T_g1-j9J.js  235.61 kB │ gzip: 47.29 kB +build/storybook/assets/ConnectorForm.stories-qQriPkEw.js  259.61 kB │ gzip: 72.28 kB +build/storybook/assets/index-CLwH0Pro.js  291.23 kB │ gzip: 76.36 kB +build/storybook/assets/users-B3t_UWzi.js  354.14 kB │ gzip: 113.94 kB +build/storybook/assets/chunk-HLWAVYOI-WZih4lat.js  518.46 kB │ gzip: 167.67 kB +build/storybook/assets/Icon.docs-DT_cc_Jo.js  567.81 kB │ gzip: 171.07 kB +build/storybook/assets/formatter-SWP5E3XI-DdJ1Hvsa.js  602.04 kB │ gzip: 186.44 kB +build/storybook/assets/CodeEditor.stories-CUliHvlp.js 1,866.14 kB │ gzip: 480.21 kB + +(!) Some chunks are larger than 500 kB after minification. Consider: +- Using dynamic import() to code-split the application +- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks +- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit. +✓ built in 1m 40s +info => Preview built (1.77 min) +info => Output directory: /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/build/storybook + +attention => Storybook now collects completely anonymous telemetry regarding usage. +This information is used to shape Storybook's roadmap and prioritize features. +You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL: +https://storybook.js.org/telemetry + +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +SyncWorkflowTest > testGetProperFailureIfRefreshFails() PASSED + +SyncWorkflowTest > testReplicationFailure() STARTED + +PermissionApiControllerTest > testCreatePermission() STARTED + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithSource() STARTED + +SyncWorkflowTest > testReplicationFailure() PASSED + +SyncWorkflowTest > testSuccessWithChildWorkflow() STARTED + +PermissionApiControllerTest > testCreatePermission() PASSED + +PermissionApiControllerTest > testCheckPermission() STARTED + +PermissionApiControllerTest > testCheckPermission() PASSED + +PermissionApiControllerTest > testGetPermission() STARTED + +PermissionApiControllerTest > testGetPermission() PASSED + +PermissionApiControllerTest > testDeletePermission() STARTED + +PermissionApiControllerTest > testDeletePermission() PASSED + +PermissionApiControllerTest > testUpdatePermission() STARTED + +PermissionApiControllerTest > testUpdatePermission() PASSED + +PermissionApiControllerTest > testCheckMultipleWorkspacesPermission() STARTED + +PermissionApiControllerTest > testCheckMultipleWorkspacesPermission() PASSED + +PermissionApiControllerTest > testListPermissionByUser() STARTED + +PermissionApiControllerTest > testListPermissionByUser() PASSED + +SyncWorkflowTest > testSuccessWithChildWorkflow() PASSED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [1] true STARTED + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithSource() PASSED + +BreakingChangesHelperTest > testGetLastApplicableBreakingChange() STARTED + +BreakingChangesHelperTest > testGetLastApplicableBreakingChange() PASSED + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithDestination() STARTED + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithDestination() PASSED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [1] true PASSED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [2] false STARTED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [2] false PASSED + +SyncWorkflowTest > testSkipReplicationAfterRefreshSchema() STARTED + +SyncWorkflowTest > testSkipReplicationAfterRefreshSchema() PASSED + +SyncWorkflowTest > testWebhookOperation() STARTED + +InstrumentInterceptorTest > testAnnotation() PASSED + +DatadogClientConfigurationTest > parse constant tags() STARTED + +DatadogClientConfigurationTest > parse constant tags() PASSED + +SchedulerApiTest > testExecuteSourceCheckConnection() STARTED + +SchedulerApiTest > testExecuteSourceCheckConnection() PASSED + +SchedulerApiTest > testExecuteDestinationCheckConnection() STARTED + +SyncWorkflowTest > testWebhookOperation() PASSED + +SyncWorkflowTest > testSuccess() STARTED + +SchedulerApiTest > testExecuteDestinationCheckConnection() PASSED + +SchedulerApiTest > testExecuteSourceDiscoverSchema() STARTED + +SchedulerApiTest > testExecuteSourceDiscoverSchema() PASSED + +SyncWorkflowTest > testSuccess() PASSED + +WebhookOperationActivityTest > webhookActivityInvokesConfiguredWebhook() STARTED +Using images 'airbyte/metrics-reporter:0.63.8'. + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailibilityCheck() STARTED + +WebhookOperationActivityTest > webhookActivityInvokesConfiguredWebhook() PASSED + +StorageObjectGetInterceptorTest > testOnTraceComplete() STARTED + +StorageObjectGetInterceptorTest > testOnTraceComplete() PASSED + +TemporalSdkInterceptorTest > testIsDestroyThreadTrace() STARTED + +TemporalSdkInterceptorTest > testIsDestroyThreadTrace() PASSED + +TemporalSdkInterceptorTest > testOnTraceCompleteErrorMessage() STARTED + +TemporalSdkInterceptorTest > testOnTraceCompleteErrorMessage() PASSED + +TemporalSdkInterceptorTest > testPriority() STARTED + +TemporalSdkInterceptorTest > testPriority() PASSED + +TemporalSdkInterceptorTest > testIsExitTraceErrorMessage() STARTED + +TemporalSdkInterceptorTest > testIsExitTraceErrorMessage() PASSED + +TemporalSdkInterceptorTest > testOnTraceCompleteErrorMsg() STARTED + +TemporalSdkInterceptorTest > testOnTraceCompleteErrorMsg() PASSED + +TemporalSdkInterceptorTest > testIsExitTraceErrorMsg() STARTED + +TemporalSdkInterceptorTest > testIsExitTraceErrorMsg() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:airbyte-metrics:metrics-lib:jacocoTestReport + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailibilityCheck() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheck() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheck() PASSED + +ConfigsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() STARTED +:airbyte-metrics:metrics-lib:check +:airbyte-metrics:metrics-lib:build +:airbyte-persistence:job-persistence:spotbugsTest SKIPPED +:airbyte-persistence:job-persistence:test + +ConfigsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckTimeout() STARTED + +SourceApiTest > testDiscoverSchemaForSource() STARTED + +SourceApiTest > testDiscoverSchemaForSource() PASSED + +SourceApiTest > testCreateSource() STARTED + +SourceApiTest > testCreateSource() PASSED + +SourceApiTest > testUpdateSources() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckTimeout() PASSED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() STARTED + +SourceApiTest > testUpdateSources() PASSED + +SourceApiTest > testCheckConnectionToSourceForUpdate() STARTED +Step 1/11 : ARG JDK_IMAGE=airbyte/airbyte-base-java-image:3.2.3 +Step 2/11 : FROM scratch as builder + ---> +Step 3/11 : WORKDIR /app + +SourceApiTest > testCheckConnectionToSourceForUpdate() PASSED + +SourceApiTest > testWriteDiscoverCatalogResult() STARTED + ---> Using cache + ---> 90b79e2a87ef +Step 4/11 : ADD airbyte-app.tar /app + +SourceApiTest > testWriteDiscoverCatalogResult() PASSED + +SourceApiTest > testCloneSource() STARTED + +SourceApiTest > testCloneSource() PASSED + +SourceApiTest > testCheckConnectionToSource() STARTED + +SourceApiTest > testCheckConnectionToSource() PASSED + +SourceApiTest > testGetMostRecentSourceActorCatalog() STARTED + +SourceApiTest > testGetMostRecentSourceActorCatalog() PASSED + +SourceApiTest > testDeleteSource() STARTED + +SourceApiTest > testDeleteSource() PASSED + +SourceApiTest > testSearchSources() STARTED + +SourceApiTest > testSearchSources() PASSED + +SourceApiTest > testGetSource() STARTED + +SourceApiTest > testGetSource() PASSED + +SourceApiTest > testUpgradeSourceVersion() STARTED + +SourceApiTest > testUpgradeSourceVersion() PASSED + +SourceApiTest > testListSourcesForWorkspace() STARTED + +SourceApiTest > testListSourcesForWorkspace() PASSED + +ConfigInjectionTest > testInjectOverwrite() STARTED + +ConfigInjectionTest > testInjectOverwrite() PASSED + +ConfigInjectionTest > testCreate() STARTED + +ConfigInjectionTest > testCreate() PASSED + +ConfigInjectionTest > testInject() STARTED + +ConfigInjectionTest > testInject() PASSED + +ConfigInjectionTest > testUpdate() STARTED + +ConfigInjectionTest > testUpdate() PASSED + ---> 9f7861db7b92 +Step 5/11 : FROM ${JDK_IMAGE} + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> Using cache + ---> 1071fb5657dc +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + +SourceDefinitionApiTest > testGetSourceDefinitionForWorkspace() STARTED + +SourceDefinitionApiTest > testGetSourceDefinitionForWorkspace() PASSED + +SourceDefinitionApiTest > testDeleteSourceDefinition() STARTED + +SourceDefinitionApiTest > testDeleteSourceDefinition() PASSED + +SourceDefinitionApiTest > testListSourceDefinitions() STARTED + +SourceDefinitionApiTest > testListSourceDefinitions() PASSED + +SourceDefinitionApiTest > testUpdateSourceDefinition() STARTED + +SourceDefinitionApiTest > testUpdateSourceDefinition() PASSED + +SourceDefinitionApiTest > testGrantSourceDefinitionToWorkspace() STARTED + +SourceDefinitionApiTest > testGrantSourceDefinitionToWorkspace() PASSED + +SourceDefinitionApiTest > testDeleteSourceDefinitionNoWriteAccess() STARTED + +SourceDefinitionApiTest > testDeleteSourceDefinitionNoWriteAccess() PASSED + +SourceDefinitionApiTest > testGetSourceDefinition() STARTED + +SourceDefinitionApiTest > testGetSourceDefinition() PASSED + +SourceDefinitionApiTest > testListPrivateSourceDefinitions() STARTED + +SourceDefinitionApiTest > testListPrivateSourceDefinitions() PASSED + +SourceDefinitionApiTest > testCreateCustomSourceDefinition() STARTED + +SourceDefinitionApiTest > testCreateCustomSourceDefinition() PASSED + +SourceDefinitionApiTest > testListSourceDefinitionsForWorkspace() STARTED + +SourceDefinitionApiTest > testListSourceDefinitionsForWorkspace() PASSED + +SourceDefinitionApiTest > testUpdateSourceDefinitionNoWriteAccess() STARTED + +SourceDefinitionApiTest > testUpdateSourceDefinitionNoWriteAccess() PASSED + +SourceDefinitionApiTest > testListLatestSourceDefinitions() STARTED + +SourceDefinitionApiTest > testListLatestSourceDefinitions() PASSED + +SourceDefinitionApiTest > testRevokeSourceDefinition() STARTED + +SourceDefinitionApiTest > testRevokeSourceDefinition() PASSED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() PASSED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() STARTED + +DiscoverCatalogActivityTest > postprocessHappyPath() STARTED + ---> 843faf582ae8 +Step 8/11 : USER airbyte:airbyte + ---> Running in 84ae2683dccd + +SourceDefinitionSpecificationApiTest > testCreateCustomSourceDefinition() STARTED + +SourceDefinitionSpecificationApiTest > testCreateCustomSourceDefinition() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + ---> Removed intermediate container 84ae2683dccd + ---> bed0371afeb3 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-metrics-reporter"] + ---> Running in 3a889cf862cc + +DiscoverCatalogActivityTest > postprocessHappyPath() PASSED + +DiscoverCatalogActivityTest > postprocessExceptionalPath() STARTED + +DiscoverCatalogActivityTest > postprocessExceptionalPath() PASSED + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [1] true STARTED + ---> Removed intermediate container 3a889cf862cc + ---> 16ca15c217e8 +Step 10/11 : LABEL io.airbyte.app=reporter + ---> Running in 1ceaff569d74 + +ConfigRepositoryE2EReadWriteTest > testGetStandardSyncUsingOperation() STARTED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() PASSED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() STARTED + +SourceOauthApiTest > testGetSourceOAuthConsent() STARTED + ---> Removed intermediate container 1ceaff569d74 + ---> 393a141c7855 +Step 11/11 : LABEL io.airbyte.version=0.63.8 + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [1] true PASSED + ---> Running in 9deba3500992 + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [2] false STARTED + +SourceOauthApiTest > testGetSourceOAuthConsent() PASSED + +SourceOauthApiTest > testCompleteSourceOAuth() STARTED + +SourceOauthApiTest > testCompleteSourceOAuth() PASSED + +SourceOauthApiTest > testSetInstancewideSourceOauthParams() STARTED + +SourceOauthApiTest > testSetInstancewideSourceOauthParams() PASSED + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [2] false PASSED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test success() STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi STARTED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test success() PASSED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure discover() STARTED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure discover() PASSED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure post process() STARTED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure post process() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetStandardSyncUsingOperation() PASSED + +ConfigRepositoryE2EReadWriteTest > testSourceDefinitionGrants() STARTED + ---> Removed intermediate container 9deba3500992 + ---> e3e332793bcd +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built e3e332793bcd +Successfully tagged airbyte/metrics-reporter:0.63.8 +Created image with ID 'e3e332793bcd'. +:airbyte-metrics:reporter:assemble +:airbyte-metrics:reporter:compileIntegrationTestKotlin NO-SOURCE +:airbyte-metrics:reporter:compileIntegrationTestJava NO-SOURCE +:airbyte-metrics:reporter:integrationTestClasses UP-TO-DATE +:airbyte-metrics:reporter:checkstyleIntegrationTest NO-SOURCE +:airbyte-metrics:reporter:checkstyleMain + +ConfigRepositoryE2EReadWriteTest > testSourceDefinitionGrants() PASSED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnections() STARTED +:airbyte-metrics:reporter:checkstyleMain FROM-CACHE +:airbyte-metrics:reporter:compileTestKotlin NO-SOURCE +:airbyte-metrics:reporter:compileTestJava + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnections() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetActorDefinitionsInUseToProtocolVersion() STARTED +:airbyte-metrics:reporter:compileTestJava FROM-CACHE +:airbyte-metrics:reporter:testClasses UP-TO-DATE +:airbyte-metrics:reporter:checkstyleTest + +ConfigRepositoryE2EReadWriteTest > testGetActorDefinitionsInUseToProtocolVersion() PASSED + +ConfigRepositoryE2EReadWriteTest > testListPublicDestinationDefinitions() STARTED +:airbyte-metrics:reporter:checkstyleTest FROM-CACHE +:airbyte-metrics:reporter:spotbugsIntegrationTest NO-SOURCE +:airbyte-metrics:reporter:spotbugsMain + +StateApiTest > testGetState() STARTED + +ConfigRepositoryE2EReadWriteTest > testListPublicDestinationDefinitions() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForConnection() STARTED + +StateApiTest > testGetState() PASSED + +StateApiTest > testCreateOrUpdateState() STARTED + +StateApiTest > testCreateOrUpdateState() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForConnection() PASSED + +ConfigRepositoryE2EReadWriteTest > testSimpleInsertActorCatalog() STARTED + +ConfigRepositoryE2EReadWriteTest > testSimpleInsertActorCatalog() PASSED + +ConfigRepositoryE2EReadWriteTest > testReadActorCatalog() STARTED +:airbyte-workers:jacocoTestReport + +ConfigRepositoryE2EReadWriteTest > testReadActorCatalog() PASSED + +ConfigRepositoryE2EReadWriteTest > testMissingDestinationOAuthByDefinitionId() STARTED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailabilityCheck() STARTED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailabilityCheck() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheck() STARTED + +ConfigRepositoryE2EReadWriteTest > testMissingDestinationOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetSourceAndDefinitionsFromSourceIds() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + hashCode + toString + equals + apply + test + accept + query + get + call + map + +JobsDatabaseMigrationCheckTest > testMigrationCheck() PASSED + +JobsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetSourceAndDefinitionsFromSourceIds() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceDestinations() STARTED +:airbyte-metrics:reporter:spotbugsTest SKIPPED +:airbyte-metrics:reporter:test + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceDestinations() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceSources() STARTED + +JobsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() STARTED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() STARTED + +JobsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckTimeout() STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceSources() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncAll() STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [1] PENDING, FAILED STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncAll() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncDestinationFiltering() STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [1] PENDING, FAILED PASSED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [2] PENDING, CANCELED STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [2] PENDING, CANCELED PASSED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [3] RUNNING, FAILED STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [3] RUNNING, FAILED PASSED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [4] RUNNING, CANCELED STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [4] RUNNING, CANCELED PASSED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [5] COMPLETE, FAILED STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [5] COMPLETE, FAILED PASSED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [6] COMPLETE, CANCELED STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [6] COMPLETE, CANCELED PASSED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [7] INCOMPLETE, null STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [7] INCOMPLETE, null PASSED + +StreamStatusesApiControllerTest > testCreateSuccessful() STARTED + +StreamStatusesApiControllerTest > testCreateSuccessful() PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [1] class Pagination { + pageSize: 10 + rowOffset: 0 +} STARTED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [1] class Pagination { + pageSize: 10 + rowOffset: 0 +} PASSED + + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncDestinationFiltering() PASSED +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [2] class Pagination { + pageSize: 10 + rowOffset: 30 +} STARTED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSource() STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi PASSED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [2] 0.3, null, 1000Mi, null STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [2] 0.3, null, 1000Mi, null PASSED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [3] null, null, null, null STARTED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [2] class Pagination { + pageSize: 10 + rowOffset: 30 +} PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [3] class Pagination { + pageSize: 100 + rowOffset: 300 +} STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [3] null, null, null, null PASSED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [4] null, 0.4, null, null STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [4] null, 0.4, null, null PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [3] class Pagination { + pageSize: 100 + rowOffset: 300 +} PASSED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi STARTED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [4] class Pagination { + pageSize: 5 + rowOffset: 10 +} STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [4] class Pagination { + pageSize: 5 + rowOffset: 10 +} PASSED + +StreamStatusesApiControllerTest > testListPerRunStateSuccessful() STARTED + +StreamStatusesApiControllerTest > testListPerRunStateSuccessful() PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [1] PENDING, FAILED STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckTimeout() PASSED + +DefaultJobCreatorTest > testFailToCreateRefreshIfNotAllowed() STARTED + +DefaultJobCreatorTest > testFailToCreateRefreshIfNotAllowed() PASSED + +DefaultJobCreatorTest > testCreateSyncJob() STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [1] PENDING, FAILED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [2] PENDING, CANCELED STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [2] PENDING, CANCELED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [3] RUNNING, FAILED STARTED +:airbyte-workers:check +:airbyte-workers:build + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [3] RUNNING, FAILED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [4] RUNNING, CANCELED STARTED + +DefaultJobCreatorTest > testCreateSyncJob() PASSED + +DefaultJobCreatorTest > testCreateSyncJobSourceAndDestinationResourceReqs() STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [4] RUNNING, CANCELED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [5] COMPLETE, FAILED STARTED + +DefaultJobCreatorTest > testCreateSyncJobSourceAndDestinationResourceReqs() PASSED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [5] COMPLETE, FAILED PASSED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [6] COMPLETE, CANCELED STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [2] 0.3, null, 1000Mi, null STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [2] 0.3, null, 1000Mi, null PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [6] COMPLETE, CANCELED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [7] INCOMPLETE, null STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [3] null, null, null, null STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [7] INCOMPLETE, null PASSED + +StreamStatusesApiControllerTest > testUpdateSuccessful() STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [3] null, null, null, null PASSED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [4] null, 0.4, null, null STARTED + +StreamStatusesApiControllerTest > testUpdateSuccessful() PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [1] null STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [4] null, 0.4, null, null PASSED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [1] null PASSED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [2] class Pagination { + pageSize: 0 + rowOffset: 0 +} STARTED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSource() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncWithAllFiltering() STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi PASSED + +DefaultJobCreatorTest > testCreateSyncJobDefaultWorkerResourceReqs() STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [2] class Pagination { + pageSize: 0 + rowOffset: 0 +} PASSED + +DefaultJobCreatorTest > testCreateSyncJobDefaultWorkerResourceReqs() PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [3] class Pagination { + pageSize: -1 + rowOffset: 0 +} STARTED + +DefaultJobCreatorTest > testGetResumableFullRefresh() STARTED + +DefaultJobCreatorTest > testGetResumableFullRefresh() PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [3] class Pagination { + pageSize: -1 + rowOffset: 0 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [4] class Pagination { + pageSize: 10 + rowOffset: -1 +} STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [1] 0.7 STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [4] class Pagination { + pageSize: 10 + rowOffset: -1 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [5] class Pagination { + pageSize: -1 + rowOffset: -1 +} STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [5] class Pagination { + pageSize: -1 + rowOffset: -1 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [6] class Pagination { + pageSize: 0 + rowOffset: -1 +} STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [1] 0.7 PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [6] class Pagination { + pageSize: 0 + rowOffset: -1 +} PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [2] 0.5, 1, 1000Mi, 2000Mi STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [7] class Pagination { + pageSize: 10 + rowOffset: 23 +} STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [2] 0.5, 1, 1000Mi, 2000Mi PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [3] cat burglar STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [3] cat burglar PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [7] class Pagination { + pageSize: 10 + rowOffset: 23 +} PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [4] { "cpu_limit": "2", "cpu_request": "1" STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [8] class Pagination { + pageSize: 20 + rowOffset: 10 +} STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [4] { "cpu_limit": "2", "cpu_request": "1" PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [5] null STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [8] class Pagination { + pageSize: 20 + rowOffset: 10 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [9] class Pagination { + pageSize: 100 + rowOffset: 50 +} STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [5] null PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [6] undefined STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [6] undefined PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [7] STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [9] class Pagination { + pageSize: 100 + rowOffset: 50 +} PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [7] PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [8] {} STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [8] {} PASSED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi STARTED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi PASSED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [2] 0.3, null, 1000Mi, null STARTED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [2] 0.3, null, 1000Mi, null PASSED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [3] null, null, null, null STARTED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [3] null, null, null, null PASSED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [4] null, 0.4, null, null STARTED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [4] null, 0.4, null, null PASSED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi STARTED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi PASSED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi STARTED + +DefaultJobCreatorTest > testDestinationResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi PASSED + +DefaultJobCreatorTest > testCreateSyncJobEnsureNoQueuing() STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncWithAllFiltering() PASSED + +DefaultJobCreatorTest > testCreateSyncJobEnsureNoQueuing() PASSED + +ConfigRepositoryE2EReadWriteTest > testFetchActorsUsingDefinition() STARTED + +DefaultJobCreatorTest > testCreateRefreshJob(RefreshType) > [1] MERGE STARTED + +DefaultJobCreatorTest > testCreateRefreshJob(RefreshType) > [1] MERGE PASSED + +DefaultJobCreatorTest > testCreateRefreshJob(RefreshType) > [2] TRUNCATE STARTED + +DefaultJobCreatorTest > testCreateRefreshJob(RefreshType) > [2] TRUNCATE PASSED + +DefaultJobCreatorTest > testCreateSyncJobConnectionResourceReqs() STARTED + +ConfigRepositoryE2EReadWriteTest > testFetchActorsUsingDefinition() PASSED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnectionsDeprecated() STARTED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnectionsDeprecated() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSources() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSources() PASSED + +ConfigRepositoryE2EReadWriteTest > testWriteCanonicalHashActorCatalog() STARTED + +ConfigRepositoryE2EReadWriteTest > testWriteCanonicalHashActorCatalog() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncExcludeDeleted() STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncExcludeDeleted() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventWithDuplicates() STARTED + +UserApiControllerTest > testListUsersInOrganization() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventWithDuplicates() PASSED + +ConfigRepositoryE2EReadWriteTest > testUpdateConnectionOperationIds() STARTED + +UserApiControllerTest > testListUsersInOrganization() PASSED + +UserApiControllerTest > testGetUserByEmail() STARTED + +UserApiControllerTest > testGetUserByEmail() PASSED + +UserApiControllerTest > testGetOrCreateUser() STARTED + +UserApiControllerTest > testGetOrCreateUser() PASSED + +UserApiControllerTest > testUpdateUser() STARTED + +UserApiControllerTest > testUpdateUser() PASSED + +UserApiControllerTest > testListUsersInWorkspace() STARTED + +UserApiControllerTest > testListUsersInWorkspace() PASSED + +UserApiControllerTest > testListAccessInfoByWorkspaceId() STARTED + +UserApiControllerTest > testListAccessInfoByWorkspaceId() PASSED + +UserApiControllerTest > testGetUser() STARTED + +UserApiControllerTest > testGetUser() PASSED + +UserApiControllerTest > testCreateUser() STARTED + +UserApiControllerTest > testCreateUser() PASSED + +UserApiControllerTest > testDeleteUser() STARTED + +UserApiControllerTest > testDeleteUser() PASSED + +UserApiControllerTest > testListInstanceAdminUsers() STARTED + +UserApiControllerTest > testListInstanceAdminUsers() PASSED + +UserApiControllerTest > testGetUserByAuthId() STARTED + +UserApiControllerTest > testGetUserByAuthId() PASSED + +ConfigRepositoryE2EReadWriteTest > testUpdateConnectionOperationIds() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetWorkspaceBySlug() STARTED + +EmitterTest > TestTotalScheduledSyncs() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetWorkspaceBySlug() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForWorkspace() STARTED + +DSLContextFactoryTest > testCreatingADslContext() STARTED + +DSLContextFactoryTest > testCreatingADslContext() PASSED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfigurationAndConnectionProperties() STARTED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfigurationAndConnectionProperties() PASSED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfiguration() STARTED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfiguration() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForWorkspace() PASSED + +ConfigRepositoryE2EReadWriteTest > testDeleteStandardSyncOperation() STARTED + +ConfigRepositoryE2EReadWriteTest > testDeleteStandardSyncOperation() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetDestinationOAuthByDefinitionId() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetDestinationOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncSourceFiltering() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DefaultJobCreatorTest > testCreateSyncJobConnectionResourceReqs() PASSED + +DefaultJobCreatorTest > testCreateResetConnectionJobEnsureNoQueuing() STARTED + +DefaultJobCreatorTest > testCreateResetConnectionJobEnsureNoQueuing() PASSED + +DefaultJobCreatorTest > testCreateResetConnectionJob() STARTED + +DefaultJobCreatorTest > testCreateResetConnectionJob() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncSourceFiltering() PASSED + +ConfigRepositoryE2EReadWriteTest > testListPublicSourceDefinitions() STARTED + +ConfigRepositoryE2EReadWriteTest > testListPublicSourceDefinitions() PASSED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCanUseDefinition() STARTED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCanUseDefinition() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetDestinationAndDefinitionsFromDestinationIds() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetDestinationAndDefinitionsFromDestinationIds() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetEarlySyncJobs() STARTED + +WebBackendApiTest > testWebBackendGetConnection() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetEarlySyncJobs() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetSourceOAuthByDefinitionId() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetSourceOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testActorDefinitionWorkspaceGrantExists() STARTED + +ConfigRepositoryE2EReadWriteTest > testActorDefinitionWorkspaceGrantExists() PASSED + +ConfigRepositoryE2EReadWriteTest > testMissingSourceOAuthByDefinitionId() STARTED + +WebBackendApiTest > testWebBackendGetConnection() PASSED + +WebBackendApiTest > testGetStateType() STARTED + +WebBackendApiTest > testGetStateType() PASSED + +WebBackendApiTest > testWebBackendCheckUpdates() STARTED + +WebBackendApiTest > testWebBackendCheckUpdates() PASSED + +WebBackendApiTest > testWebBackendListConnectionsForWorkspace() STARTED + +WebBackendApiTest > testWebBackendListConnectionsForWorkspace() PASSED + +WebBackendApiTest > testWebBackendCreateConnection() STARTED + +WebBackendApiTest > testWebBackendCreateConnection() PASSED + +WebBackendApiTest > testWebBackendGetWorkspaceState() STARTED + +ConfigRepositoryE2EReadWriteTest > testMissingSourceOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testDestinationDefinitionGrants() STARTED + +WebBackendApiTest > testWebBackendGetWorkspaceState() PASSED + +WebBackendApiTest > testWebBackendUpdateConnection() STARTED + +WebBackendApiTest > testWebBackendUpdateConnection() PASSED + +WebBackendApiTest > testWebBackendListGeographies() STARTED + +WebBackendApiTest > testWebBackendListGeographies() PASSED + +ConfigRepositoryE2EReadWriteTest > testDestinationDefinitionGrants() PASSED + +DataSourceFactoryTest > testClosingADataSource() STARTED + +DataSourceFactoryTest > testClosingADataSource() PASSED + +DataSourceFactoryTest > testCreatingPostgresDataSourceWithConnectionTimeoutSetBelowDefault() STARTED + +DataSourceFactoryTest > testCreatingPostgresDataSourceWithConnectionTimeoutSetBelowDefault() PASSED + +DataSourceFactoryTest > testCreatingAPostgresqlDataSource() STARTED + +DataSourceFactoryTest > testCreatingAPostgresqlDataSource() PASSED + +DataSourceFactoryTest > testCreatingAnInvalidDataSourceWithHostAndPort() STARTED + +DataSourceFactoryTest > testCreatingAnInvalidDataSourceWithHostAndPort() PASSED + +DataSourceFactoryTest > testCreatingADataSourceWithJdbcUrlAndConnectionProperties() STARTED + +DataSourceFactoryTest > testCreatingADataSourceWithJdbcUrlAndConnectionProperties() PASSED + +DataSourceFactoryTest > testCreatingADataSourceWithHostAndPort() STARTED + +DataSourceFactoryTest > testCreatingADataSourceWithHostAndPort() PASSED + +DataSourceFactoryTest > testCreatingDataSourceWithConnectionTimeoutSetAboveDefault() STARTED + +DataSourceFactoryTest > testCreatingDataSourceWithConnectionTimeoutSetAboveDefault() PASSED + +DataSourceFactoryTest > testCreatingPostgresDataSourceWithConnectionTimeoutNotSet() STARTED + +DataSourceFactoryTest > testCreatingPostgresDataSourceWithConnectionTimeoutNotSet() PASSED + +DataSourceFactoryTest > testCreatingDataSourceWithConnectionTimeoutSetWithZero() STARTED + +DataSourceFactoryTest > testCreatingDataSourceWithConnectionTimeoutSetWithZero() PASSED + +DataSourceFactoryTest > testCreatingADataSourceWithHostPortAndConnectionProperties() STARTED + +DataSourceFactoryTest > testCreatingADataSourceWithHostPortAndConnectionProperties() PASSED + +DataSourceFactoryTest > testCreatingADataSourceWithJdbcUrl() STARTED + +DataSourceFactoryTest > testCreatingADataSourceWithJdbcUrl() PASSED + +WorkspaceApiTest > testListWorkspace() STARTED + +WorkspaceApiTest > testListWorkspace() PASSED + +WorkspaceApiTest > testGetWorkspaceByConnectionId() STARTED + +WorkspaceApiTest > testGetWorkspaceByConnectionId() PASSED + +WorkspaceApiTest > testUpdateWorkspaceFeedback() STARTED + +WorkspaceApiTest > testUpdateWorkspaceFeedback() PASSED + +WorkspaceApiTest > testCreateWorkspace() STARTED + +WorkspaceApiTest > testCreateWorkspace() PASSED + +WorkspaceApiTest > testUpdateWorkspaceName() STARTED + +WorkspaceApiTest > testUpdateWorkspaceName() PASSED + +WorkspaceApiTest > testCreateWorkspaceIfNotExist() STARTED + +WorkspaceApiTest > testCreateWorkspaceIfNotExist() PASSED + +WorkspaceApiTest > testUpdateWorkspaceOrganization() STARTED + +WorkspaceApiTest > testUpdateWorkspaceOrganization() PASSED + +WorkspaceApiTest > testGetBySlugWorkspace() STARTED + +WorkspaceApiTest > testGetBySlugWorkspace() PASSED + +WorkspaceApiTest > testDeleteWorkspace() STARTED + +WorkspaceApiTest > testDeleteWorkspace() PASSED + +WorkspaceApiTest > testGetWorkspace() STARTED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseInitializer() STARTED + +WorkspaceApiTest > testGetWorkspace() PASSED + +WorkspaceApiTest > testUpdateWorkspace() STARTED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseInitializer() PASSED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseAvailabilityCheck() STARTED + +WorkspaceApiTest > testUpdateWorkspace() PASSED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseAvailabilityCheck() PASSED + +DatabaseCheckFactoryTest > testCreateConfigsDatabaseMigrationCheck() STARTED + +DatabaseCheckFactoryTest > testCreateConfigsDatabaseMigrationCheck() PASSED + +DatabaseCheckFactoryTest > testCreateConfigsDatabaseAvailabilityCheck() STARTED + +DatabaseCheckFactoryTest > testCreateConfigsDatabaseAvailabilityCheck() PASSED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseMigrationCheck() STARTED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseMigrationCheck() PASSED + +DatabaseCheckFactoryTest > testCreateConfigsDatabaseInitializer() STARTED + +DatabaseCheckFactoryTest > testCreateConfigsDatabaseInitializer() PASSED + +RetryStatesHandlerTest > testPutByJobIdUpdate() STARTED + +RetryStatesHandlerTest > testPutByJobIdUpdate() PASSED + +RetryStatesHandlerTest > testGetByJobId() STARTED + +RetryStatesHandlerTest > testGetByJobId() PASSED + +StreamStatusesHandlerTest > testList() STARTED +The following classes needed for analysis were missing: + call + accept + run + +StreamStatusesHandlerTest > testList() PASSED + +StreamStatusesHandlerTest > testUptimeHistory() STARTED + +EmitterTest > TestTotalScheduledSyncs() PASSED + +EmitterTest > TestNumOrphanRunningJobs() STARTED + +EmitterTest > TestNumOrphanRunningJobs() PASSED + +EmitterTest > TestNumRunningJobs() STARTED + +EmitterTest > TestNumRunningJobs() PASSED + +EmitterTest > TestOldestPendingJob() STARTED + +EmitterTest > TestOldestPendingJob() PASSED + +EmitterTest > TestOldestRunningJob() STARTED + +EmitterTest > TestOldestRunningJob() PASSED + +EmitterTest > TestNumActiveConnectionsPerWorkspace() STARTED + +EmitterTest > TestNumActiveConnectionsPerWorkspace() PASSED + +EmitterTest > TestNumAbnormalScheduledSyncs() STARTED + +EmitterTest > TestNumAbnormalScheduledSyncs() PASSED + +EmitterTest > TestNumPendingJobs() STARTED + +EmitterTest > TestNumPendingJobs() PASSED + +EmitterTest > TestTotalJobRuntimeByTerminalState() STARTED + +EmitterTest > TestTotalJobRuntimeByTerminalState() PASSED + +StreamStatusesHandlerTest > testUptimeHistory() PASSED + +StreamStatusesHandlerTest > testListPerRunState() STARTED + +StreamStatusesHandlerTest > testListPerRunState() PASSED + +StreamStatusesHandlerTest > testCreate() STARTED + +StreamStatusesHandlerTest > testCreate() PASSED + +StreamStatusesHandlerTest > testUpdate() STARTED + +StreamStatusesHandlerTest > testUpdate() PASSED + +UserInvitationHandlerTest > getPendingInvitationsTest() STARTED + +DefaultJobPersistence > Should extract a Job model from a JOOQ result set STARTED + +FlywayFactoryTest > testCreatingAFlywayInstanceWithDefaults() STARTED + +FlywayFactoryTest > testCreatingAFlywayInstanceWithDefaults() PASSED + +FlywayFactoryTest > testCreatingAFlywayInstance() STARTED + +FlywayFactoryTest > testCreatingAFlywayInstance() PASSED + +ConnectorBuilderProjectPersistenceTest > givenNoMatchingActiveDeclarativeManifestWhenGetVersionedConnectorBuilderProjectThenThrowException() STARTED + +UserInvitationHandlerTest > getPendingInvitationsTest() PASSED + +UserInvitationHandlerTest > CancelInvitation > testCancelInvitationThrowsConflictExceptionOnUnexpectedStatus() STARTED + +UserInvitationHandlerTest > CancelInvitation > testCancelInvitationThrowsConflictExceptionOnUnexpectedStatus() PASSED + +UserInvitationHandlerTest > CancelInvitation > testCancelInvitationCallsService() STARTED + +UserInvitationHandlerTest > CancelInvitation > testCancelInvitationCallsService() PASSED + +UserInvitationHandlerTest > AcceptInvitation > testEmailDoesNotMatch() STARTED + +UserInvitationHandlerTest > AcceptInvitation > testEmailDoesNotMatch() PASSED + +UserInvitationHandlerTest > AcceptInvitation > testInvitationStatusUnexpected() STARTED + +UserInvitationHandlerTest > AcceptInvitation > testInvitationStatusUnexpected() PASSED + +UserInvitationHandlerTest > AcceptInvitation > testInvitationExpired() STARTED + +UserInvitationHandlerTest > AcceptInvitation > testInvitationExpired() PASSED + +UserInvitationHandlerTest > AcceptInvitation > testEmailMatches() STARTED + +UserInvitationHandlerTest > AcceptInvitation > testEmailMatches() PASSED + +UserInvitationHandlerTest > CreateInvitationOrPermission > DirectlyAddPermission > testExistingEmailInsideWorkspaceOrg() STARTED + +UserInvitationHandlerTest > CreateInvitationOrPermission > DirectlyAddPermission > testExistingEmailInsideWorkspaceOrg() PASSED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testNewEmailWorkspaceInOrg() STARTED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testNewEmailWorkspaceInOrg() PASSED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testWorkspaceNotInAnyOrg() STARTED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testWorkspaceNotInAnyOrg() PASSED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testThrowsConflictExceptionOnDuplicateInvitation() STARTED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testThrowsConflictExceptionOnDuplicateInvitation() PASSED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testExistingEmailButNotInWorkspaceOrg() STARTED + +UserInvitationHandlerTest > CreateInvitationOrPermission > CreateAndSendInvitation > testExistingEmailButNotInWorkspaceOrg() PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [1] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 1, 2, 3, 4 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [1] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 1, 2, 3, 4 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 63f7069e-7788-47a6-a399-2d147d5b272c, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 0, 0, 9, 9 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 63f7069e-7788-47a6-a399-2d147d5b272c, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 0, 0, 9, 9 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] 4933c301-8289-49f7-8b68-b820d97c1da0, -8357221466516465767, 56a772fb-627b-4973-b9bd-228e98a6de5e, 3, 2, 1, 0 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] 4933c301-8289-49f7-8b68-b820d97c1da0, -8357221466516465767, 56a772fb-627b-4973-b9bd-228e98a6de5e, 3, 2, 1, 0 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 63f7069e-7788-47a6-a399-2d147d5b272c, -2194851698268469876, fb9b1df8-adec-426c-8d24-80743df0f9ca, 3, 2, 1, 9 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 63f7069e-7788-47a6-a399-2d147d5b272c, -2194851698268469876, fb9b1df8-adec-426c-8d24-80743df0f9ca, 3, 2, 1, 9 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, 56a772fb-627b-4973-b9bd-228e98a6de5e, 1, 1, 0, 0 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, 56a772fb-627b-4973-b9bd-228e98a6de5e, 1, 1, 0, 0 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [1] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 1, 2, 3, 4 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [1] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 1, 2, 3, 4 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 63f7069e-7788-47a6-a399-2d147d5b272c, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 0, 0, 9, 9 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 63f7069e-7788-47a6-a399-2d147d5b272c, 1119203292735922888, fb9b1df8-adec-426c-8d24-80743df0f9ca, 0, 0, 9, 9 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] 4933c301-8289-49f7-8b68-b820d97c1da0, -8357221466516465767, 56a772fb-627b-4973-b9bd-228e98a6de5e, 3, 2, 1, 0 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] 4933c301-8289-49f7-8b68-b820d97c1da0, -8357221466516465767, 56a772fb-627b-4973-b9bd-228e98a6de5e, 3, 2, 1, 0 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 63f7069e-7788-47a6-a399-2d147d5b272c, -2194851698268469876, fb9b1df8-adec-426c-8d24-80743df0f9ca, 3, 2, 1, 9 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 63f7069e-7788-47a6-a399-2d147d5b272c, -2194851698268469876, fb9b1df8-adec-426c-8d24-80743df0f9ca, 3, 2, 1, 9 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, 56a772fb-627b-4973-b9bd-228e98a6de5e, 1, 1, 0, 0 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 252565a6-7af2-46a7-9625-b7c2c8c7f66d, 1119203292735922888, 56a772fb-627b-4973-b9bd-228e98a6de5e, 1, 1, 0, 0 PASSED + +StreamStatusesMapperTest > DomainToApi > mapIncompleteCause() STARTED + +StreamStatusesMapperTest > DomainToApi > mapIncompleteCause() PASSED + +StreamStatusesMapperTest > DomainToApi > mapJobType() STARTED + +StreamStatusesMapperTest > DomainToApi > mapJobType() PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1 STARTED + +ConnectorBuilderProjectPersistenceTest > givenNoMatchingActiveDeclarativeManifestWhenGetVersionedConnectorBuilderProjectThenThrowException() PASSED + +ConnectorBuilderProjectPersistenceTest > testAssignActorDefinitionToConnectorBuilderProject() STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, fe033d77-c306-4eb0-8a21-d932e72fc9cd, -5813176435888340913, 1, other_, table_2 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, fe033d77-c306-4eb0-8a21-d932e72fc9cd, -5813176435888340913, 1, other_, table_2 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, 2, other_, table_2 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, 2, other_, table_2 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, 6695973557084134056, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, 6695973557084134056, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > DomainToApi > mapRunState() STARTED + +StreamStatusesMapperTest > DomainToApi > mapRunState() PASSED + +StreamStatusesMapperTest > ApiToDomain > mapIncompleteCause() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapIncompleteCause() PASSED + +StreamStatusesMapperTest > ApiToDomain > mapJobType() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapJobType() PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, fe033d77-c306-4eb0-8a21-d932e72fc9cd, -5813176435888340913, 1, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, fe033d77-c306-4eb0-8a21-d932e72fc9cd, -5813176435888340913, 1, other_, table_2 PASSED + +ConnectorBuilderProjectPersistenceTest > testAssignActorDefinitionToConnectorBuilderProject() PASSED + +ConnectorBuilderProjectPersistenceTest > testList() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, 2, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, 2, other_, table_2 PASSED + +DatabaseInitializerTest > testEmptyTableNames() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, 6695973557084134056, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, 6695973557084134056, 1, test_, table_1 PASSED + + +DatabaseInitializerTest > testEmptyTableNames() PASSED +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1 STARTED + +DatabaseInitializerTest > testExceptionHandling() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1 STARTED + +DatabaseInitializerTest > testExceptionHandling() PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3 PASSED + +ConfigsDatabaseInitializerTest > testInitializationException() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, fe033d77-c306-4eb0-8a21-d932e72fc9cd, -5813176435888340913, 1, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, fe033d77-c306-4eb0-8a21-d932e72fc9cd, -5813176435888340913, 1, other_, table_2 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, 2, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, 2, other_, table_2 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, 6695973557084134056, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, 6695973557084134056, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapRunState() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapRunState() PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [1] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, 6695973557084134056, 0, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [2] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [3] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 1, test_, table_1, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [4] 400ae23f-74ce-41cd-864c-7a60e8258c9c, 573a7bc2-d12c-4d01-af2d-b698b19f3cdc, -5813176435888340913, 0, , table_3, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, null, null, null, null, null, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [5] 400ae23f-74ce-41cd-864c-7a60e8258c9c, null, null, null, null, null, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, null, null, null, null, null STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [6] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, null, null, null, null, null PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [7] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, null, null, null, null, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [7] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, null, null, null, null, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [8] 400ae23f-74ce-41cd-864c-7a60e8258c9c, null, -725995227408180886, null, null, null, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [8] 400ae23f-74ce-41cd-864c-7a60e8258c9c, null, -725995227408180886, null, null, null, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [9] 400ae23f-74ce-41cd-864c-7a60e8258c9c, null, -725995227408180886, null, other_, table_2, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [9] 400ae23f-74ce-41cd-864c-7a60e8258c9c, null, -725995227408180886, null, other_, table_2, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [10] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, null, other_, table_2, null STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [10] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, null, other_, table_2, null PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [11] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, null, other_, table_2, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [11] 400ae23f-74ce-41cd-864c-7a60e8258c9c, e42f573f-375f-4b8a-9c1f-423f48802305, -725995227408180886, null, other_, table_2, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [12] 55c78a27-7311-46b0-aaa5-a9451c655bfd, e42f573f-375f-4b8a-9c1f-423f48802305, null, null, null, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [12] 55c78a27-7311-46b0-aaa5-a9451c655bfd, e42f573f-375f-4b8a-9c1f-423f48802305, null, null, null, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [13] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, -5813176435888340913, null, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [13] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, -5813176435888340913, null, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [14] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, -5813176435888340913, null, test_, table_1, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [14] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, null, -5813176435888340913, null, test_, table_1, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [15] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, null, null, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [15] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, null, null, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [16] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, null, null, test_, table_1, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [16] 6a49ae75-7fe1-4d25-be48-a03a6ffe7cf4, fe033d77-c306-4eb0-8a21-d932e72fc9cd, null, null, test_, table_1, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [1] 10, 0, 0 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [1] 10, 0, 0 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [2] 10, 20, 2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [2] 10, 20, 2 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [3] 5, 40, 8 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [3] 5, 40, 8 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [4] 100, 100, 1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [4] 100, 100, 1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [5] 23, 161, 7 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapPagination(int, int, int) > [5] 23, 161, 7 PASSED + +AirbyteAuthInternalTokenValidatorTest > testValidateTokenIsWorker() STARTED + +AirbyteAuthInternalTokenValidatorTest > testValidateTokenIsWorker() PASSED + +AirbyteAuthInternalTokenValidatorTest > testValidateTokenIsNotWorker() STARTED + +AirbyteAuthInternalTokenValidatorTest > testValidateTokenIsNotWorker() PASSED + +ConnectorBuilderProjectPersistenceTest > testList() PASSED + +ConnectorBuilderProjectPersistenceTest > testRead() STARTED + +ConnectorBuilderProjectPersistenceTest > testRead() PASSED + +ConnectorBuilderProjectPersistenceTest > testListWithLinkedDefinition() STARTED + +ConnectorBuilderProjectPersistenceTest > testListWithLinkedDefinition() PASSED + +ConnectorBuilderProjectPersistenceTest > givenSourceIsPublicWhenUpdateBuilderProjectAndActorDefinitionThenActorDefinitionNameIsNotUpdated() STARTED + +ConnectorBuilderProjectPersistenceTest > givenSourceIsPublicWhenUpdateBuilderProjectAndActorDefinitionThenActorDefinitionNameIsNotUpdated() PASSED + +ConnectorBuilderProjectPersistenceTest > testListWithNoManifest() STARTED + +ConnectorBuilderProjectPersistenceTest > testListWithNoManifest() PASSED + +ConnectorBuilderProjectPersistenceTest > givenProjectDoesNotExistWhenGetVersionedConnectorBuilderProjectThenThrowException() STARTED + +ConnectorBuilderProjectPersistenceTest > givenProjectDoesNotExistWhenGetVersionedConnectorBuilderProjectThenThrowException() PASSED + +ConnectorBuilderProjectPersistenceTest > testDeleteBuilderProjectDraft() STARTED + +ConnectorBuilderProjectPersistenceTest > testDeleteBuilderProjectDraft() PASSED + +ConnectorBuilderProjectPersistenceTest > testReadNotExists() STARTED + +ConnectorBuilderProjectPersistenceTest > testReadNotExists() PASSED + +ConnectorBuilderProjectPersistenceTest > testReadWithoutManifest() STARTED + +ConnectorBuilderProjectPersistenceTest > testReadWithoutManifest() PASSED + +ConnectorBuilderProjectPersistenceTest > testReadWithLinkedDefinition() STARTED + +ConnectorBuilderProjectPersistenceTest > testReadWithLinkedDefinition() PASSED + +ConnectorBuilderProjectPersistenceTest > testDelete() STARTED + +ConnectorBuilderProjectPersistenceTest > testDelete() PASSED + +ConnectorBuilderProjectPersistenceTest > testDeleteManifestDraftForActorDefinitionId() STARTED + +ConnectorBuilderProjectPersistenceTest > testDeleteManifestDraftForActorDefinitionId() PASSED + +ConnectorBuilderProjectPersistenceTest > whenUpdateBuilderProjectAndActorDefinitionThenUpdateConnectorBuilderAndActorDefinition() STARTED + +ConnectorBuilderProjectPersistenceTest > whenUpdateBuilderProjectAndActorDefinitionThenUpdateConnectorBuilderAndActorDefinition() PASSED + +ConnectorBuilderProjectPersistenceTest > whenGetVersionedConnectorBuilderProjectThenReturnVersionedProject() STARTED + +ConnectorBuilderProjectPersistenceTest > whenGetVersionedConnectorBuilderProjectThenReturnVersionedProject() PASSED + +ConnectorBuilderProjectPersistenceTest > testUpdate() STARTED + +ConnectorBuilderProjectPersistenceTest > testUpdate() PASSED +:airbyte-webapp:licenseCheck + +DefaultJobPersistence > Should extract a Job model from a JOOQ result set PASSED + +DefaultJobPersistence > When getting the last replication job should return the most recently created job STARTED + +DefaultJobPersistence > When getting the last replication job should return the most recently created job PASSED + +DefaultJobPersistence > Should be able to read AttemptSyncConfig that was written STARTED + +> airbyte-webapp@ license-check /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> node ./scripts/license-check.js + + +DefaultJobPersistence > Should be able to read AttemptSyncConfig that was written PASSED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written STARTED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written PASSED + +DefaultJobPersistence > testAirbyteProtocolVersionMinMetadata() STARTED +(node:30000) [DEP0170] DeprecationWarning: The URL git+https://github.com:authts/oidc-client-ts.git is invalid. Future versions of Node.js will throw an error. +(Use `node --trace-deprecation ...` to show where the warning was created) + +DefaultJobPersistence > testAirbyteProtocolVersionMinMetadata() PASSED + +DefaultJobPersistence > Should set a job to incomplete if an attempt fails STARTED + +ConfigsDatabaseInitializerTest > testInitializationException() PASSED + +ConfigsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() STARTED + +DefaultJobPersistence > Should set a job to incomplete if an attempt fails PASSED + +DefaultJobPersistence > Should return correct list of AttemptWithJobInfo when querying on end timestamp, sorted by attempt end time STARTED +:airbyte-webapp:prettier + +DefaultJobPersistence > Should return correct list of AttemptWithJobInfo when querying on end timestamp, sorted by attempt end time PASSED + +DefaultJobPersistence > testAirbyteProtocolVersionMaxMetadata() STARTED + +DefaultJobPersistence > testAirbyteProtocolVersionMaxMetadata() PASSED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written with unsupported unicode STARTED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written with unsupported unicode PASSED + +DefaultJobPersistence > Properly update a config STARTED + +DefaultJobPersistence > Properly update a config PASSED + +DefaultJobPersistence > testAirbyteProtocolVersionRange() STARTED + +> airbyte-webapp@ prettier:ci /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> prettier --check 'src/**/*.{css,scss,md,json}' + + +DefaultJobPersistence > testAirbyteProtocolVersionRange() PASSED + +DefaultJobPersistence > Properly update a config without modifying other jobs STARTED +Checking formatting... + +DefaultJobPersistence > Properly update a config without modifying other jobs PASSED + +DefaultJobPersistence > Should set a job to succeeded if an attempt succeeds STARTED + +DefaultJobPersistence > Should set a job to succeeded if an attempt succeeds PASSED + +DefaultJobPersistence > Should be able to read what is written STARTED + +DefaultJobPersistence > Should be able to read what is written PASSED + +DefaultJobPersistence > Should return correct set of jobs when querying on end timestamp STARTED + +DefaultJobPersistence > Should return correct set of jobs when querying on end timestamp PASSED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list jobs statuses of differing job config types STARTED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list jobs statuses of differing job config types PASSED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list jobs statuses filtered by different timestamps STARTED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list jobs statuses filtered by different timestamps PASSED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list jobs statuses of differing status types STARTED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list jobs statuses of differing status types PASSED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list only job statuses and timestamps of specified connection id STARTED + +DefaultJobPersistence > When listing job statuses and timestamps with specified connection id and timestamp > Should list only job statuses and timestamps of specified connection id PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [1] 50, 100, 10, 5, 9, 10, Validate age cutoff alone STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [1] 50, 100, 10, 5, 9, 10, Validate age cutoff alone PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [2] 50, 100, 10, 5, 13, 11, Validate saved state after age cutoff STARTED + +ConfigsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() PASSED + +ConfigsDatabaseInitializerTest > testInitializingSchema() STARTED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [1] 2.0.0 STARTED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [1] 2.0.0 PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [2] dev STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [2] 50, 100, 10, 5, 13, 11, Validate saved state after age cutoff PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [3] 50, 100, 10, 15, 9, 15, Validate recency cutoff alone STARTED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [2] dev PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [3] test STARTED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [3] test PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [4] 1.9.1-dev.33a53e6236 STARTED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [4] 1.9.1-dev.33a53e6236 PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [3] 50, 100, 10, 15, 9, 15, Validate recency cutoff alone PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [4] 50, 100, 10, 15, 17, 16, Validate saved state after recency cutoff STARTED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 PASSED + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForDestination() STARTED + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForDestination() PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [1] 0.0.1, true STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [4] 50, 100, 10, 15, 17, 16, Validate saved state after recency cutoff PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [5] 50, 20, 30, 10, 9, 10, Validate excess jobs cutoff alone STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [1] 0.0.1, true PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [2] dev, true STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [2] dev, true PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [3] test, false STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [3] test, false PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [4] 1.9.1-dev.33a53e6236, true STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [5] 50, 20, 30, 10, 9, 10, Validate excess jobs cutoff alone PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [6] 50, 20, 30, 10, 25, 11, Validate saved state after excess jobs cutoff STARTED +All matched files use Prettier code style! + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [4] 1.9.1-dev.33a53e6236, true PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [5] 97b69a76-1f06-4680-8905-8beda74311d0, false STARTED +:airbyte-webapp:test + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [5] 97b69a76-1f06-4680-8905-8beda74311d0, false PASSED + +ConnectorMetadataPersistenceTest > testTransactionRollbackOnFailure() STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [6] 50, 20, 30, 10, 25, 11, Validate saved state after excess jobs cutoff PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [7] 50, 20, 30, 20, 9, 20, Validate recency cutoff with excess jobs cutoff STARTED + +ConnectorMetadataPersistenceTest > testTransactionRollbackOnFailure() PASSED + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForSource() STARTED + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForSource() PASSED + +ConnectorMetadataPersistenceTest > testUpdateConnectorMetadata() STARTED + +RetryStatesRepositoryTest > testUpdateByJobId() STARTED + +ConnectorMetadataPersistenceTest > testUpdateConnectorMetadata() PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [1] 2.0.0 STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [7] 50, 20, 30, 20, 9, 20, Validate recency cutoff with excess jobs cutoff PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [8] 50, 20, 30, 20, 25, 21, Validate saved state after recency and excess jobs cutoff but before age STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [1] 2.0.0 PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [2] dev STARTED + +> airbyte-webapp@ pretest:ci /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> TS_NODE_TRANSPILE_ONLY=true pnpm run generate-client + + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [2] dev PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [3] test STARTED + +RetryStatesRepositoryTest > testUpdateByJobId() PASSED + +RetryStatesRepositoryTest > testExistsByJobId() STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [8] 50, 20, 30, 20, 25, 21, Validate saved state after recency and excess jobs cutoff but before age PASSED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [9] 50, 20, 30, 20, 35, 21, Validate saved state after recency and excess jobs cutoff and after age STARTED + +RetryStatesRepositoryTest > testExistsByJobId() PASSED + +RetryStatesRepositoryTest > findByJobId() STARTED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() PASSED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() STARTED + +RetryStatesRepositoryTest > findByJobId() PASSED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdCreate() STARTED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdCreate() PASSED + +RetryStatesRepositoryTest > testInsert() STARTED + +RetryStatesRepositoryTest > testInsert() PASSED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdUpdate() STARTED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdUpdate() PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [3] test PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [4] 1.9.1-dev.33a53e6236 STARTED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() PASSED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [4] 1.9.1-dev.33a53e6236 PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 STARTED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() PASSED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() STARTED + +DefaultJobPersistence > When purging job history > Should purge older job history but maintain certain more recent ones > [9] 50, 20, 30, 20, 35, 21, Validate saved state after recency and excess jobs cutoff and after age PASSED + +DefaultJobPersistence > When resetting job > Should not be able to reset a cancelled job STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 PASSED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() PASSED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() STARTED + +DefaultJobPersistence > When resetting job > Should not be able to reset a cancelled job PASSED + +DefaultJobPersistence > When resetting job > Should reset job and put job in pending state STARTED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs STARTED + +> airbyte-webapp@ generate-client /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/load-declarative-schema.sh && orval + +Found cached CDK manifest schema 2.3.0 + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() STARTED + +DefaultJobPersistence > When resetting job > Should reset job and put job in pending state PASSED + +DefaultJobPersistence > When listing job with status > Should only list jobs with requested status STARTED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() STARTED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() STARTED + +DefaultJobPersistence > When listing job with status > Should only list jobs with requested status PASSED + +DefaultJobPersistence > When listing job with status > Should only list jobs with requested status and config type STARTED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() STARTED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() STARTED + +ConfigsDatabaseInitializerTest > testInitializingSchema() PASSED + +JobsDatabaseInitializerTest > testInitializationException() STARTED + +DefaultJobPersistence > When listing job with status > Should only list jobs with requested status and config type PASSED + +DefaultJobPersistence > When listing job with status > Should only list jobs for the requested connection and with the requested statuses and config types STARTED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > should ignore deleted connections STARTED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > should ignore deleted connections PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > should ignore deleted connections STARTED + +DefaultJobPersistence > When listing job with status > Should only list jobs for the requested connection and with the requested statuses and config types PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs including the specified job, including multiple pages if necessary STARTED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > should ignore deleted connections PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > shouldReturnNothingIfNotApplicable() STARTED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres13 > OldestRunningJob > shouldReturnNothingIfNotApplicable() STARTED + +MetricRepositoryTestPostgres13 > OldestRunningJob > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres13 > OldestRunningJob > shouldReturnOnlyRunningSeconds() STARTED + +MetricRepositoryTestPostgres13 > OldestRunningJob > shouldReturnOnlyRunningSeconds() PASSED + +MetricRepositoryTestPostgres13 > OldestPendingJob > shouldReturnOnlyPendingSeconds() STARTED +🍻 Start orval v6.19.1 - A swagger client generator for typescript + +MetricRepositoryTestPostgres13 > OldestPendingJob > shouldReturnOnlyPendingSeconds() PASSED + +MetricRepositoryTestPostgres13 > OldestPendingJob > shouldReturnNothingIfNotApplicable() STARTED + +MetricRepositoryTestPostgres13 > OldestPendingJob > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnZero() STARTED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > runningJobsShouldReturnZero() STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs including the specified job, including multiple pages if necessary PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs including the specified job across all connections STARTED + +MetricRepositoryTestPostgres13 > NumJobs > runningJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnCorrectCount() STARTED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnCorrectCount() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > shouldReturnReleaseStages() STARTED + +MetricRepositoryTestPostgres13 > NumJobs > shouldReturnReleaseStages() PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs including the specified job across all connections PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should return an empty list if there is no job with the includingJob ID for this connection STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should return an empty list if there is no job with the includingJob ID for this connection PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should return the correct page of results with multiple pages of history STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should return the correct page of results with multiple pages of history PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs with all attempts in descending order STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs with all attempts in descending order PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should return the results in the correct sort order STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should return the results in the correct sort order PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs with all attempts STARTED +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs with all attempts PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs matching multiple config types STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs matching multiple config types PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs across all connections in any status STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs across all connections in any status PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs for one connection only STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs for one connection only PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs including the specified job STARTED + +JobsDatabaseInitializerTest > testInitializationException() PASSED + +JobsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs including the specified job PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs filtering by failed and cancelled jobs STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list jobs filtering by failed and cancelled jobs PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should apply limits after ordering by the key provided by the caller STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should apply limits after ordering by the key provided by the caller PASSED + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs STARTED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowFailed() STARTED + +DefaultJobPersistence > When listing jobs, use paged results > Should list all jobs PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by createdAtEnd STARTED +🎉 api - Your OpenAPI spec has been converted into ready to use orval! + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by createdAtEnd PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by updatedAtStart STARTED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowFailed() PASSED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowCanceled() STARTED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowCanceled() PASSED + +StreamStatusesRepositoryTest > testFindAllFilteredMatrix() STARTED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by updatedAtStart PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by createdAtStart STARTED + +DeclarativeManifestPersistenceTest > whenCreateDeclarativeManifestAsActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndDeclarativeManifest() STARTED +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by createdAtStart PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for all connections in any status STARTED + +DeclarativeManifestPersistenceTest > whenCreateDeclarativeManifestAsActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenManyEntriesMatchingWhenGetDeclarativeManifestsByActorDefinitionIdThenReturnAllEntries() STARTED + +StreamStatusesRepositoryTest > testFindAllFilteredMatrix() PASSED + +StreamStatusesRepositoryTest > testFindAllPerRunStateByConnectionId() STARTED + +StreamStatusesRepositoryTest > testFindAllPerRunStateByConnectionId() PASSED + +StreamStatusesRepositoryTest > testFindAllFilteredSimple() STARTED + +StreamStatusesRepositoryTest > testFindAllFilteredSimple() PASSED + +StreamStatusesRepositoryTest > testFindLatestTerminalStatusPerStreamByConnectionId() STARTED + +StreamStatusesRepositoryTest > testFindLatestTerminalStatusPerStreamByConnectionId() PASSED + +StreamStatusesRepositoryTest > testPagination() STARTED + +DeclarativeManifestPersistenceTest > givenManyEntriesMatchingWhenGetDeclarativeManifestsByActorDefinitionIdThenReturnAllEntries() PASSED + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() STARTED + +StreamStatusesRepositoryTest > testPagination() PASSED + +StreamStatusesRepositoryTest > testUpdateCompleteFlow() STARTED + +StreamStatusesRepositoryTest > testUpdateCompleteFlow() PASSED + +StreamStatusesRepositoryTest > testInsert() STARTED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for all connections in any status PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for the connection STARTED + +StreamStatusesRepositoryTest > testInsert() PASSED + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdAndVersionAlreadyInDbWhenInsertDeclarativeManifestThenThrowException() STARTED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for the connection PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by updatedAtEnd STARTED + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdAndVersionAlreadyInDbWhenInsertDeclarativeManifestThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenManifestIsNullWhenInsertDeclarativeManifestThenThrowException() STARTED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count filtering by updatedAtEnd PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for the connection when filtering by failed and cancelled jobs only STARTED + +DeclarativeManifestPersistenceTest > givenManifestIsNullWhenInsertDeclarativeManifestThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenInsertDeclarativeManifestThenEntryIsInDb() STARTED + +DeclarativeManifestPersistenceTest > whenInsertDeclarativeManifestThenEntryIsInDb() PASSED + +DeclarativeManifestPersistenceTest > givenNoActiveManifestWhenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() STARTED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for the connection when filtering by failed and cancelled jobs only PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for the connection when filtering by failed jobs only STARTED + +DeclarativeManifestPersistenceTest > givenNoActiveManifestWhenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() STARTED + +DefaultJobPersistence > When getting the count of jobs > Should return the total job count for the connection when filtering by failed jobs only PASSED + +DefaultJobPersistence > When getting the count of jobs > Should return 0 if there are no jobs for this connection STARTED +🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenManifestMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() STARTED +Running afterAllFilesWrite hook... +Post process generated content in ConnectorBuilderClient.ts... +Write type re-export file for ConnectorBuilderClient... + +DefaultJobPersistence > When getting the count of jobs > Should return 0 if there are no jobs for this connection PASSED + +DefaultJobPersistence > When getting next job > Should not return pending job if job with same scope is running STARTED + +DeclarativeManifestPersistenceTest > givenManifestMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifestWithoutManifestAndSpec() STARTED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifestWithoutManifestAndSpec() PASSED + +DeclarativeManifestPersistenceTest > givenSpecMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() STARTED + +DefaultJobPersistence > When getting next job > Should not return pending job if job with same scope is running PASSED + +DefaultJobPersistence > When getting next job > Should return job if job is pending even if it has multiple failed attempts STARTED + +DeclarativeManifestPersistenceTest > givenSpecMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenSpecIsNullWhenInsertDeclarativeManifestThenThrowException() STARTED + +DefaultJobPersistence > When getting next job > Should return job if job is pending even if it has multiple failed attempts PASSED + +DefaultJobPersistence > When getting next job > Should return oldest pending job even if another job with same scope failed STARTED + +DeclarativeManifestPersistenceTest > givenSpecIsNullWhenInsertDeclarativeManifestThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenNoDeclarativeManifestMatchingWhenGetDeclarativeManifestByActorDefinitionIdAndVersionThenThrowException() STARTED + +DeclarativeManifestPersistenceTest > givenNoDeclarativeManifestMatchingWhenGetDeclarativeManifestByActorDefinitionIdAndVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestByActorDefinitionIdAndVersionThenReturnDeclarativeManifest() STARTED + +DefaultJobPersistence > When getting next job > Should return oldest pending job even if another job with same scope failed PASSED + +DefaultJobPersistence > When getting next job > Should return nothing if no jobs pending STARTED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestByActorDefinitionIdAndVersionThenReturnDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > whenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() STARTED + +DefaultJobPersistence > When getting next job > Should return nothing if no jobs pending PASSED + +DefaultJobPersistence > When getting next job > Should always return oldest pending job STARTED +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! + +DeclarativeManifestPersistenceTest > whenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenActiveDeclarativeManifestDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() STARTED + +SimpleAuthProviderTest > test authenticate with valid credentials() STARTED + +DeclarativeManifestPersistenceTest > givenActiveDeclarativeManifestDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenSetDeclarativeSourceActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndActiveDeclarativeManifest() STARTED + +DefaultJobPersistence > When getting next job > Should always return oldest pending job PASSED + +DefaultJobPersistence > When getting next job > Should not return pending job if job with same scope is incomplete STARTED + +SimpleAuthProviderTest > test authenticate with valid credentials() PASSED + +SimpleAuthProviderTest > test authenticate with invalid credentials() STARTED + +SimpleAuthProviderTest > test authenticate with invalid credentials() PASSED + +JobsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() PASSED + +JobsDatabaseInitializerTest > testInitializationNullDslContext() STARTED + +ConfigClientErrorHandlerTest > test that it doesn't throw on non-error http responses() STARTED + +ConfigClientErrorHandlerTest > test that it doesn't throw on non-error http responses() PASSED + +ConfigClientErrorHandlerTest > test that it can handle errors for an HttpResponse() STARTED + +ConfigClientErrorHandlerTest > test that it can handle errors for an HttpResponse() PASSED + +ConfigClientErrorHandlerTest > test that it can handle JSON validation errors gracefully() STARTED + +DeclarativeManifestPersistenceTest > whenSetDeclarativeSourceActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndActiveDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() STARTED + +ConfigClientErrorHandlerTest > test that it can handle JSON validation errors gracefully() PASSED + +ConfigClientErrorHandlerTest > test that it can handle job cancellation failures gracefully() STARTED + +ConfigClientErrorHandlerTest > test that it can handle job cancellation failures gracefully() PASSED + +ConfigClientErrorHandlerTest > test that it can handle throwables() STARTED + +DefaultJobPersistence > When getting next job > Should not return pending job if job with same scope is incomplete PASSED + +DefaultJobPersistence > When getting next job > Should return oldest pending job even if another job with same scope cancelled STARTED + +ConfigClientErrorHandlerTest > test that it can handle throwables() PASSED + +AirbyteCatalogHelperTest > test that the combined sync modes are valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that the combined sync modes are valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression length is invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression length is invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source cursor field is invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source cursor field is invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that when validating a stream without a sync mode, the sync mode is set to full refresh and the stream is considered valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that when validating a stream without a sync mode, the sync mode is set to full refresh and the stream is considered valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration does not have a configured sync mode, the updated configuration uses full refresh overwrite$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration does not have a configured sync mode, the updated configuration uses full refresh overwrite$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that streams can be validated$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that streams can be validated$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration with a missing cron expression is invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron configuration with a missing cron expression is invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteCatalog is returned when all of its streams are updated to full refresh overwrite mode$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteCatalog is returned when all of its streams are updated to full refresh overwrite mode$io_airbyte_airbyte_server_test() PASSED +Running afterAllFilesWrite hook... + +AirbyteCatalogHelperTest > test that valid streams can be retrieved from the AirbyteCatalog$io_airbyte_airbyte_server_test() STARTED +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... + +AirbyteCatalogHelperTest > test that valid streams can be retrieved from the AirbyteCatalog$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_APPEND is always considered to be valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_APPEND is always considered to be valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [1] full_refresh_overwrite STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [1] full_refresh_overwrite PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [2] full_refresh_append STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [2] full_refresh_append PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [3] incremental_append STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [3] incremental_append PASSED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [4] incremental_deduped_history STARTED + +AirbyteCatalogHelperTest > test that when a stream configuration is updated, the corret sync modes are set based on the stream configuration$io_airbyte_airbyte_server_test(ConnectionSyncModeEnum) > [4] incremental_deduped_history PASSED + +AirbyteCatalogHelperTest > test that if the stream configuration contains an invalid sync mode, the stream is considered invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that if the stream configuration contains an invalid sync mode, the stream is considered invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream with an invalid name is considered to be invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream with an invalid name is considered to be invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration can be validated$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron configuration can be validated$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron expression is normalized$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron expression is normalized$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_OVERWRITE is always considered to be valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with FULL_REFRESH_OVERWRITE is always considered to be valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source defined cursor field is also valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source defined cursor field is also valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source cursor field is also valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is only valid if the source cursor field is also valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source defined cursor and primary key field are also valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source defined cursor and primary key field are also valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that streams with duplicate streams is considered to be invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that streams with duplicate streams is considered to be invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration is not empty$io_airbyte_airbyte_server_test() STARTED + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DefaultJobPersistence > When getting next job > Should return oldest pending job even if another job with same scope cancelled PASSED + +DefaultJobPersistence > When getting next job > Should return oldest pending job even if another job with same scope succeeded STARTED + +DefaultJobPersistence > When getting next job > Should return oldest pending job even if another job with same scope succeeded PASSED + +DefaultJobPersistence > When getting first replication job > Should return the first job STARTED + +DefaultJobPersistence > When getting first replication job > Should return the first job PASSED + +DefaultJobPersistence > When getting first replication job > Should return nothing if no job exists STARTED + +DefaultJobPersistence > When getting first replication job > Should return nothing if no job exists PASSED + +DefaultJobPersistence > When getting a running job for a single > Should return a running sync job for the connection STARTED + +HealthCheckPersistenceTest > testHealthCheckFailure() STARTED + +HealthCheckPersistenceTest > testHealthCheckFailure() PASSED + +HealthCheckPersistenceTest > testHealthCheckSuccess() STARTED + +DefaultJobPersistence > When getting a running job for a single > Should return a running sync job for the connection PASSED + +DefaultJobPersistence > When getting a running job for a single > Should return nothing if no sync job exists STARTED + +DefaultJobPersistence > When getting a running job for a single > Should return nothing if no sync job exists PASSED + +DefaultJobPersistence > When getting a running job for a single > Should return job if only a running reset job exists STARTED +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! + +DefaultJobPersistence > When getting a running job for a single > Should return job if only a running reset job exists PASSED + +DefaultJobPersistence > When getting the last running sync job for multiple connections > Should return the last running sync job for each connection STARTED +🎉 apiErrorTypes - Your OpenAPI spec has been converted into ready to use orval! + +DefaultJobPersistence > When getting the last running sync job for multiple connections > Should return the last running sync job for each connection PASSED + +DefaultJobPersistence > When getting the last running sync job for multiple connections > Should return nothing if no sync job exists STARTED + +> airbyte-webapp@ test:ci /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> JEST_RETRIES=3 jest --watchAll=false --silent + + +DefaultJobPersistence > When getting the last running sync job for multiple connections > Should return nothing if no sync job exists PASSED + +DefaultJobPersistence > When getting the last running sync job for multiple connections > Should return nothing if only a running reset job exists STARTED + +DefaultJobPersistence > When getting the last running sync job for multiple connections > Should return nothing if only a running reset job exists PASSED + +DefaultJobPersistence > When getting the last sync job for multiple connections > Should return nothing if only reset job exists STARTED + +AirbyteCatalogHelperTest > test that a stream configuration is not empty$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source cursor field and primary key field are also valid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that an INCREMENTAL_DEDUPED_HISTORY stream is only valid if the source cursor field and primary key field are also valid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteStreamConfiguration is returned when it is updated to full refresh overwrite mode$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a copy of the AirbyteStreamConfiguration is returned when it is updated to full refresh overwrite mode$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration is empty$io_airbyte_airbyte_server_test() STARTED + +HealthCheckPersistenceTest > testHealthCheckSuccess() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration is empty$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if there is no cursor field$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if there is no cursor field$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression is invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that the cron configuration with an invalid cron expression is invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source defined cursor field is invalid$io_airbyte_airbyte_server_test() STARTED + +AirbyteCatalogHelperTest > test that a stream configuration with INCREMENTAL_APPEND is invalid if the source defined cursor field is invalid$io_airbyte_airbyte_server_test() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if cursor field is not selected in incremental_append mode() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if cursor field is not selected in incremental_append mode() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if any selected field contains nested field path() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if any selected field contains nested field path() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Selected fields data is not provided in the request, should use the original config() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Selected fields data is not provided in the request, should use the original config() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if input contains duplicate field names() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if input contains duplicate field names() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if input selected fields is set to an empty list() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if input selected fields is set to an empty list() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if input contains non-existed field names() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if input contains non-existed field names() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if cursor field is not selected in incremental_dedup mode() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if cursor field is not selected in incremental_dedup mode() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if primary key(s) are not selected in dedup mode() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if primary key(s) are not selected in dedup mode() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should bypass validation if selected fields are not being set specifically() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should bypass validation if selected fields are not being set specifically() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if any selected field contains empty field path() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if any selected field contains empty field path() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Selected fields data is provided in the request, should be included in the updated config() STARTED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Selected fields data is provided in the request, should be included in the updated config() PASSED + +JobsHelperTest > it should return the correct field and method pair() STARTED + +DefaultJobPersistence > When getting the last sync job for multiple connections > Should return nothing if only reset job exists PASSED + +DefaultJobPersistence > When getting the last sync job for multiple connections > Should return nothing if no sync job exists STARTED + +JobsHelperTest > it should return the correct field and method pair() PASSED + +OAuthHelperTest > it should reject invalid redirect URLs for our initiateOAuth endpoint() STARTED + +OAuthHelperTest > it should reject invalid redirect URLs for our initiateOAuth endpoint() PASSED + +PathHelperTest > testRemovePublicApiPathPrefix() STARTED + +PathHelperTest > testRemovePublicApiPathPrefix() PASSED + +ApplicationReadMapperTest > from should convert an Application object from keycloak to an ApplicationRead to be returned to the API() STARTED + +ApplicationReadMapperTest > from should convert an Application object from keycloak to an ApplicationRead to be returned to the API() PASSED + +ConnectionCreateMapperTest > testConnectionCreateMapper() STARTED + +ConnectionCreateMapperTest > testConnectionCreateMapper() PASSED + +ConnectionReadMapperTest > testConnectionReadMapper$io_airbyte_airbyte_server_test() STARTED + +DefaultJobPersistence > When getting the last sync job for multiple connections > Should return nothing if no sync job exists PASSED + +DefaultJobPersistence > When getting the last sync job for multiple connections > Should return the last enqueued sync job for each connection STARTED + +ConnectionReadMapperTest > testConnectionReadMapper$io_airbyte_airbyte_server_test() PASSED + +ConnectionUpdateMapperTest > testConnectionUpdateMapper() STARTED + +ConnectionUpdateMapperTest > testConnectionUpdateMapper() PASSED + +DestinationReadMapperTest > from should convert a DestinationRead object from the config api to a DestinationResponse() STARTED + +DestinationReadMapperTest > from should convert a DestinationRead object from the config api to a DestinationResponse() PASSED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [1] check_connection_source STARTED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [1] check_connection_source PASSED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [2] check_connection_destination STARTED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [2] check_connection_destination PASSED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [3] discover_schema STARTED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [3] discover_schema PASSED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [4] get_spec STARTED + +JobResponseMapperTest > from should fail to convert a JobRead object from the config api if the config type is not supported(JobConfigType) > [4] get_spec PASSED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [1] sync STARTED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [1] sync PASSED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [2] reset_connection STARTED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [2] reset_connection PASSED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [3] refresh STARTED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [3] refresh PASSED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [4] clear STARTED + +JobResponseMapperTest > from should convert a JobRead object from the config api to a JobResponse(JobConfigType) > [4] clear PASSED + +PaginationMapperTest > test that it can generate prev URLs() STARTED + +PaginationMapperTest > test that it can generate prev URLs() PASSED + +PaginationMapperTest > test that it can generate next URLs() STARTED + +PaginationMapperTest > test that it can generate next URLs() PASSED + +PaginationMapperTest > test that it outputs a correct URL() STARTED + +PaginationMapperTest > test that it outputs a correct URL() PASSED + +PaginationMapperTest > uuid list to qs() STARTED + +PaginationMapperTest > uuid list to qs() PASSED + +PermissionReadMapperTest > should convert a PermissionRead object from the config api to a PermissionResponse() STARTED + +PermissionReadMapperTest > should convert a PermissionRead object from the config api to a PermissionResponse() PASSED + +SourceReadMapperTest > from should convert a SourceRead object from the config api to a SourceResponse() STARTED + +SourceReadMapperTest > from should convert a SourceRead object from the config api to a SourceResponse() PASSED + +WorkspaceResonseMapperTest > from should convert a WorkspaceRead object from the config api to a WorkspaceResponse() STARTED + +WorkspaceResonseMapperTest > from should convert a WorkspaceRead object from the config api to a WorkspaceResponse() PASSED + +DefaultJobPersistence > When getting the last sync job for multiple connections > Should return the last enqueued sync job for each connection PASSED + +DefaultJobPersistence > When getting last sync job > Should return nothing if only reset job exists STARTED + +DefaultJobPersistence > When getting last sync job > Should return nothing if only reset job exists PASSED + +DefaultJobPersistence > When getting last sync job > Should return the last enqueued sync job STARTED + +DefaultJobPersistence > When getting last sync job > Should return the last enqueued sync job PASSED + +DefaultJobPersistence > When getting last sync job > Should return nothing if no job exists STARTED + +DefaultJobPersistence > When getting last sync job > Should return nothing if no job exists PASSED + +DefaultJobPersistence > When getting last replication job > Should return nothing if no job exists STARTED + +JobsDatabaseInitializerTest > testInitializationNullDslContext() PASSED + +JobsDatabaseInitializerTest > testInitializingSchema() STARTED + +DefaultJobPersistence > When getting last replication job > Should return nothing if no job exists PASSED + +DefaultJobPersistence > When getting last replication job > Should return the last reset job STARTED + +DefaultJobPersistence > When getting last replication job > Should return the last reset job PASSED + +DefaultJobPersistence > When getting last replication job > Should return the last sync job STARTED + +DefaultJobPersistence > When getting last replication job > Should return the last sync job PASSED + +DefaultJobPersistence > When failing job > Should set job status to failed STARTED + +DefaultJobPersistence > When failing job > Should set job status to failed PASSED + +DefaultJobPersistence > When failing job > Should not raise an exception if job is already succeeded STARTED + +DefaultJobPersistence > When failing job > Should not raise an exception if job is already succeeded PASSED + +DefaultJobPersistence > When enqueueing job > Should not create a second job if a job under the same scope is in a non-terminal state STARTED + +DefaultJobPersistence > When enqueueing job > Should not create a second job if a job under the same scope is in a non-terminal state PASSED + +DefaultJobPersistence > When enqueueing job > Should create a second job if a previous job under the same scope has failed STARTED + +DefaultJobPersistence > When enqueueing job > Should create a second job if a previous job under the same scope has failed PASSED + +DefaultJobPersistence > When enqueueing job > Should create initial job without attempt STARTED + +DefaultJobPersistence > When enqueueing job > Should create initial job without attempt PASSED + +DefaultJobPersistence > List records committed after a given timestamp for a given connection > Returns only entries after the timestamp STARTED + +DefaultJobPersistence > List records committed after a given timestamp for a given connection > Returns only entries after the timestamp PASSED + +DefaultJobPersistence > List attempts after a given timestamp for a given connection > Returns only entries after the timestamp STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() STARTED + +DefaultJobPersistence > List attempts after a given timestamp for a given connection > Returns only entries after the timestamp PASSED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() PASSED + +DefaultJobPersistence > Get an attempt > Should get an attempt specified by attempt number STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() PASSED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() PASSED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() STARTED + +DefaultJobPersistence > Get an attempt > Should get an attempt specified by attempt number PASSED + +DefaultJobPersistence > Get an attempt > Should get an attempt by job id STARTED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() PASSED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() STARTED + +DefaultJobPersistence > Get an attempt > Should get an attempt by job id PASSED + +DefaultJobPersistence > When creating attempt > Should not create an attempt if job is in terminal state STARTED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs STARTED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() STARTED + +DefaultJobPersistence > When creating attempt > Should not create an attempt if job is in terminal state PASSED + +DefaultJobPersistence > When creating attempt > Should increment attempt id if creating multiple attempts STARTED + +JobServiceTest > test sync already running illegal state exception() STARTED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() STARTED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() STARTED + +DefaultJobPersistence > When creating attempt > Should increment attempt id if creating multiple attempts PASSED + +DefaultJobPersistence > When creating attempt > Should create an attempt STARTED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() STARTED + + +DefaultJobPersistence > When creating attempt > Should create an attempt PASSED +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() PASSED + +DefaultJobPersistence > When creating attempt > Should not create an attempt if an attempt is running STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() PASSED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections STARTED + +DefaultJobPersistence > When creating attempt > Should not create an attempt if an attempt is running PASSED + +DefaultJobPersistence > When cancelling job > Should not raise an exception if job is already succeeded STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections PASSED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections STARTED + +DefaultJobPersistence > When cancelling job > Should not raise an exception if job is already succeeded PASSED + +DefaultJobPersistence > When cancelling job > Should cancel job and leave job in cancelled state STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections PASSED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNothingIfNotApplicable() STARTED + +JobServiceTest > test sync already running illegal state exception() PASSED + +JobServiceTest > test cancel non-running sync() STARTED + +JobServiceTest > test cancel non-running sync() PASSED + +JobServiceTest > test sync already running value conflict known exception() STARTED + +JobServiceTest > test sync already running value conflict known exception() PASSED + +JobsDatabaseInitializerTest > testInitializingSchema() PASSED + +JobsDatabaseInitializerTest > testInitializationNullAvailabilityCheck() STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnNothingIfNotApplicable() STARTED + +DefaultJobPersistence > When cancelling job > Should cancel job and leave job in cancelled state PASSED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeployment() STARTED + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnOnlyRunningSeconds() STARTED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeployment() PASSED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeploymentIdDoesNotReplaceExistingId() STARTED + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnOnlyRunningSeconds() PASSED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnOnlyPendingSeconds() STARTED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnOnlyPendingSeconds() PASSED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnNothingIfNotApplicable() STARTED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeploymentIdDoesNotReplaceExistingId() PASSED + +DefaultJobPersistence > GetAndSetVersion > testSetVersion() STARTED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnZero() STARTED + +OrganizationPersistenceTest > getOrganization_notExist() STARTED + +DefaultJobPersistence > GetAndSetVersion > testSetVersion() PASSED + +DefaultJobPersistence > GetAndSetVersion > testSetVersionReplacesExistingId() STARTED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > runningJobsShouldReturnZero() STARTED + +OrganizationPersistenceTest > getOrganization_notExist() PASSED + +OrganizationPersistenceTest > getOrganization() STARTED + +MetricRepositoryTestPostgres14 > NumJobs > runningJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnCorrectCount() STARTED + +UserInvitationAuthorizationHelperTest > failed permission check throws(ScopeType) > [1] organization STARTED + +DefaultJobPersistence > GetAndSetVersion > testSetVersionReplacesExistingId() PASSED + +DefaultJobPersistence > TemporalWorkflowInfo > testGetMissingAttempt() STARTED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnCorrectCount() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > shouldReturnReleaseStages() STARTED + +OrganizationPersistenceTest > getOrganization() PASSED + +OrganizationPersistenceTest > createOrganization() STARTED + +DefaultJobPersistence > TemporalWorkflowInfo > testGetMissingAttempt() PASSED + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulGet() STARTED + +MetricRepositoryTestPostgres14 > NumJobs > shouldReturnReleaseStages() PASSED + +OrganizationPersistenceTest > createOrganization() PASSED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [1] false, false STARTED + + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulGet() PASSED +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [1] false, false PASSED + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulSet() STARTED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [2] true, false STARTED + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulSet() PASSED + +DefaultJobPersistence > Stats Related Tests > Writing stats for different streams should not have side effects STARTED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [2] true, false PASSED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [3] false, true STARTED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [3] false, true PASSED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [4] true, true STARTED + +UserInvitationAuthorizationHelperTest > failed permission check throws(ScopeType) > [1] organization PASSED + +UserInvitationAuthorizationHelperTest > failed permission check throws(ScopeType) > [2] workspace STARTED + +DefaultJobPersistence > Stats Related Tests > Writing stats for different streams should not have side effects PASSED + +DefaultJobPersistence > Stats Related Tests > Retrieving stats for an empty list should not cause an exception. STARTED + +UserInvitationAuthorizationHelperTest > failed permission check throws(ScopeType) > [2] workspace PASSED + +UserInvitationAuthorizationHelperTest > successful permission check does not throw(ScopeType) > [1] organization STARTED + +UserInvitationAuthorizationHelperTest > successful permission check does not throw(ScopeType) > [1] organization PASSED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [4] true, true PASSED + +OrganizationPersistenceTest > getOrganizationByWorkspaceId() STARTED + +UserInvitationAuthorizationHelperTest > successful permission check does not throw(ScopeType) > [2] workspace STARTED + +UserInvitationAuthorizationHelperTest > successful permission check does not throw(ScopeType) > [2] workspace PASSED + +UserInvitationAuthorizationHelperTest > authorizeInvitationAdmin should handle exceptions from UserInvitationService() STARTED + +UserInvitationAuthorizationHelperTest > authorizeInvitationAdmin should handle exceptions from UserInvitationService() PASSED + +DefaultJobPersistence > Stats Related Tests > Retrieving stats for an empty list should not cause an exception. PASSED + +DefaultJobPersistence > Stats Related Tests > Writing stats multiple times should write record and bytes information correctly without exceptions STARTED + +OrganizationPersistenceTest > getOrganizationByWorkspaceId() PASSED + +OrganizationPersistenceTest > getSsoConfigByRealmName() STARTED + +OrganizationPersistenceTest > getSsoConfigByRealmName() PASSED + +OrganizationPersistenceTest > updateOrganization() STARTED + +DefaultJobPersistence > Stats Related Tests > Writing stats multiple times should write record and bytes information correctly without exceptions PASSED + +DefaultJobPersistence > Stats Related Tests > Retrieving stats for a bad job attempt input should not cause an exception. STARTED + +OrganizationPersistenceTest > updateOrganization() PASSED + +OrganizationPersistenceTest > createSsoConfig() STARTED + +DefaultJobPersistence > Stats Related Tests > Retrieving stats for a bad job attempt input should not cause an exception. PASSED + +DefaultJobPersistence > Stats Related Tests > Writing stats the first time should only write record and bytes information correctly STARTED + +OrganizationPersistenceTest > createSsoConfig() PASSED + +OrganizationPersistenceTest > getSsoConfigForOrganization() STARTED + +OrganizationPersistenceTest > getSsoConfigForOrganization() PASSED + +DefaultJobPersistence > Stats Related Tests > Writing stats the first time should only write record and bytes information correctly PASSED + +DefaultJobPersistence > Stats Related Tests > Combined stats can be retrieved without per stream stats. STARTED + +DefaultJobPersistence > Stats Related Tests > Combined stats can be retrieved without per stream stats. PASSED + +DefaultJobPersistence > Stats Related Tests > Writing multiple stats of the same attempt id, stream name and namespace should update the previous record STARTED + +DefaultJobPersistence > Stats Related Tests > Writing multiple stats of the same attempt id, stream name and namespace should update the previous record PASSED + +DefaultJobPersistence > Stats Related Tests > Writing multiple stats a stream with null namespace should write correctly without exceptions STARTED +:airbyte-metrics:reporter:jacocoTestReport + +DefaultJobPersistence > Stats Related Tests > Writing multiple stats a stream with null namespace should write correctly without exceptions PASSED + +DefaultJobPersistence > Stats Related Tests > Writing multiple stats a stream with null namespace should write correctly without exceptions STARTED + +DefaultJobPersistence > Stats Related Tests > Writing multiple stats a stream with null namespace should write correctly without exceptions PASSED + +DefaultJobPersistence > Stats Related Tests > Retrieving all attempts stats for a job should return the right information STARTED +:airbyte-metrics:reporter:check +:airbyte-metrics:reporter:build + +JobsDatabaseInitializerTest > testInitializationNullAvailabilityCheck() PASSED + +ConfigsDatabaseMigrationDevCenterTest > testSchemaDump() STARTED + +DefaultJobPersistence > Stats Related Tests > Retrieving all attempts stats for a job should return the right information PASSED + +JobNotifierTest > testSuccessfulJobDoNotSendNotificationPerSettings() STARTED +:airbyte-server:jacocoTestReport + +JobNotifierTest > testSuccessfulJobDoNotSendNotificationPerSettings() PASSED + +JobNotifierTest > testFailJob() STARTED + +JobNotifierTest > testFailJob() PASSED + +JobNotifierTest > testSuccessfulJobSendNotification() STARTED + +JobNotifierTest > testSuccessfulJobSendNotification() PASSED + +JobNotifierTest > testBuildNotificationMetadata() STARTED + +JobNotifierTest > testBuildNotificationMetadata() PASSED + +JobNotifierTest > testSendOnSyncDisabled() STARTED + +JobNotifierTest > testSendOnSyncDisabled() PASSED + +JobNotifierTest > testSendOnSyncDisabledWarning() STARTED + +JobNotifierTest > testSendOnSyncDisabledWarning() PASSED + +ResourceRequirementsUtilsTest > testNoReqsSet() STARTED + +ResourceRequirementsUtilsTest > testNoReqsSet() PASSED + +ResourceRequirementsUtilsTest > testConnectionResourceRequirementsOverrideDefault() STARTED + +ResourceRequirementsUtilsTest > testConnectionResourceRequirementsOverrideDefault() PASSED + +ResourceRequirementsUtilsTest > testConnectionResourceRequirementsOverrideWorker() STARTED + +ResourceRequirementsUtilsTest > testConnectionResourceRequirementsOverrideWorker() PASSED + +ResourceRequirementsUtilsTest > testDefinitionDefaultReqsOverrideWorker() STARTED + +ResourceRequirementsUtilsTest > testDefinitionDefaultReqsOverrideWorker() PASSED + +ResourceRequirementsUtilsTest > testJobSpecificReqsOverrideDefault() STARTED + +ResourceRequirementsUtilsTest > testJobSpecificReqsOverrideDefault() PASSED + +ResourceRequirementsUtilsTest > testWorkerDefaultReqsSet() STARTED + +ResourceRequirementsUtilsTest > testWorkerDefaultReqsSet() PASSED + +WebUrlHelperTest > testGetDestinationUrl() STARTED + +WebUrlHelperTest > testGetDestinationUrl() PASSED + +WebUrlHelperTest > testGetWorkspaceUrl() STARTED + +WebUrlHelperTest > testGetWorkspaceUrl() PASSED + +WebUrlHelperTest > testGetSourceUrl() STARTED + +WebUrlHelperTest > testGetSourceUrl() PASSED + +WebUrlHelperTest > testGetBaseUrl() STARTED + +WebUrlHelperTest > testGetBaseUrl() PASSED + +WebUrlHelperTest > testGetConnectionUrl() STARTED + +WebUrlHelperTest > testGetConnectionUrl() PASSED + +WebUrlHelperTest > testGetBaseUrlTrailingSlash() STARTED + +WebUrlHelperTest > testGetBaseUrlTrailingSlash() PASSED + +WorkspaceHelperTest > Validate that destination caching is working STARTED + +WorkspaceHelperTest > Validate that destination caching is working PASSED + +WorkspaceHelperTest > testOperation() STARTED + +WorkspaceHelperTest > testOperation() PASSED + +WorkspaceHelperTest > testMissingObjectsProperException() STARTED + +WorkspaceHelperTest > testMissingObjectsProperException() PASSED + +WorkspaceHelperTest > testConnection() STARTED + +WorkspaceHelperTest > testConnection() PASSED + +WorkspaceHelperTest > testConnectionAndJobs() STARTED + +WorkspaceHelperTest > testConnectionAndJobs() PASSED + +WorkspaceHelperTest > testMissingObjectsRuntimeException() STARTED + +WorkspaceHelperTest > testMissingObjectsRuntimeException() PASSED + +WorkspaceHelperTest > Validate that source caching is working STARTED + +WorkspaceHelperTest > Validate that source caching is working PASSED + +JobErrorReporterTest > testReportDiscoverJobFailure() STARTED + +JobErrorReporterTest > testReportDiscoverJobFailure() PASSED + +JobErrorReporterTest > testReportDestinationCheckJobFailureNullWorkspaceId() STARTED + +JobErrorReporterTest > testReportDestinationCheckJobFailureNullWorkspaceId() PASSED + +JobErrorReporterTest > testDoNotReportSourceCheckJobFailureFromOtherOrigins() STARTED + +JobErrorReporterTest > testDoNotReportSourceCheckJobFailureFromOtherOrigins() PASSED + +JobErrorReporterTest > testReportSyncJobFailure() STARTED + +:airbyte-server:check +PermissionPersistenceTest > listPermissionsForOrganizationTest() STARTED +:airbyte-server:build + +PermissionPersistenceTest > listPermissionsForOrganizationTest() PASSED + +PermissionPersistenceTest > listInstanceUsersTest() STARTED + +PermissionPersistenceTest > listInstanceUsersTest() PASSED + +PermissionPersistenceTest > isUserInstanceAdmin() STARTED + +JobErrorReporterTest > testReportSyncJobFailure() PASSED + +JobErrorReporterTest > testReportSyncJobFailureDoesNotThrow() STARTED + +PermissionPersistenceTest > isUserInstanceAdmin() PASSED + +PermissionPersistenceTest > listPermissionByUserTest() STARTED + +JobErrorReporterTest > testReportSyncJobFailureDoesNotThrow() PASSED + +JobErrorReporterTest > testReportSourceCheckJobFailureNullWorkspaceId() STARTED + +JobErrorReporterTest > testReportSourceCheckJobFailureNullWorkspaceId() PASSED + +JobErrorReporterTest > testReportDestinationCheckJobFailure() STARTED + +JobErrorReporterTest > testReportDestinationCheckJobFailure() PASSED + +JobErrorReporterTest > testReportDiscoverJobFailureNullWorkspaceId() STARTED + +JobErrorReporterTest > testReportDiscoverJobFailureNullWorkspaceId() PASSED + +JobErrorReporterTest > testReportSpecJobFailure() STARTED + +JobErrorReporterTest > testReportSpecJobFailure() PASSED + +JobErrorReporterTest > testDoNotReportDestinationCheckJobFailureFromOtherOrigins() STARTED + +JobErrorReporterTest > testDoNotReportDestinationCheckJobFailureFromOtherOrigins() PASSED + +JobErrorReporterTest > testReportUnsupportedFailureType() STARTED + +JobErrorReporterTest > testReportUnsupportedFailureType() PASSED + +JobErrorReporterTest > testDoNotReportDiscoverJobFailureFromOtherOrigins() STARTED + +JobErrorReporterTest > testDoNotReportDiscoverJobFailureFromOtherOrigins() PASSED + +JobErrorReporterTest > testDoNotReportSpecJobFailureFromOtherOrigins() STARTED + +JobErrorReporterTest > testDoNotReportSpecJobFailureFromOtherOrigins() PASSED + +PermissionPersistenceTest > listPermissionByUserTest() PASSED + +PermissionPersistenceTest > getPermissionByIdTest() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsPartiallyInvalid() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsPartiallyInvalid() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorOther() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorOther() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsInvalid() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsInvalid() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsJava() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsJava() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtRuntimeErrorDatabase() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtRuntimeErrorDatabase() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsPythonNoValue() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsPythonNoValue() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorDefault() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorDefault() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorInvalidInput() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorInvalidInput() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsPythonMultilineValue() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsPythonMultilineValue() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorSqlComp() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorSqlComp() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtRuntimeErrorDefault() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtRuntimeErrorDefault() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtCompilationErrorDefault() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtCompilationErrorDefault() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsKotlin() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsKotlin() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtCompilationErrorAmbigRelation() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtCompilationErrorAmbigRelation() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorSyntax() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtDatabaseErrorSyntax() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsJavaMultilineValue() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsJavaMultilineValue() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsJavaChained() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsJavaChained() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsPythonChained() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsPythonChained() PASSED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtUnhandledError() STARTED + +SentryExceptionHelperTest > testBuildSentryExceptionsDbtUnhandledError() PASSED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithStacktrace() STARTED + +PermissionPersistenceTest > getPermissionByIdTest() PASSED + +PermissionPersistenceTest > findUsersInWorkspaceTest() STARTED + +PermissionPersistenceTest > findUsersInWorkspaceTest() PASSED + +PermissionPersistenceTest > isAuthUserInstanceAdmin() STARTED + +PermissionPersistenceTest > isAuthUserInstanceAdmin() PASSED + +PermissionPersistenceTest > listUsersInOrganizationTest() STARTED + +PermissionPersistenceTest > listUsersInOrganizationTest() PASSED + +PermissionPersistenceTest > listUsersInWorkspaceTest() STARTED + +PermissionPersistenceTest > listUsersInWorkspaceTest() PASSED + +PermissionPersistenceTest > permissionTypeTest() STARTED + +PermissionPersistenceTest > permissionTypeTest() PASSED + +PermissionPersistenceTest > listPermissionByWorkspaceTest() STARTED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithStacktrace() PASSED + +SentryJobErrorReportingClientTest > testJsonWithNestedObject() STARTED + +SentryJobErrorReportingClientTest > testJsonWithNestedObject() PASSED + +SentryJobErrorReportingClientTest > testReportJobFailureReason() STARTED + +SentryJobErrorReportingClientTest > testReportJobFailureReason() PASSED + +SentryJobErrorReportingClientTest > testJsonWithArray() STARTED + +SentryJobErrorReportingClientTest > testJsonWithArray() PASSED + +SentryJobErrorReportingClientTest > testJsonWithNestedObjectsAndArray() STARTED + +PermissionPersistenceTest > listPermissionByWorkspaceTest() PASSED + +PermissionPersistenceTest > isUserOrganizationAdmin() STARTED + +SentryJobErrorReportingClientTest > testJsonWithNestedObjectsAndArray() PASSED + +SentryJobErrorReportingClientTest > testReportJobNoErrorOnNullAttemptConfig() STARTED + +SentryJobErrorReportingClientTest > testReportJobNoErrorOnNullAttemptConfig() PASSED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithInvalidStacktrace() STARTED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithInvalidStacktrace() PASSED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithBlankDSN() STARTED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithBlankDSN() PASSED + +SentryJobErrorReportingClientTest > testEmptyJsonNode() STARTED + +SentryJobErrorReportingClientTest > testEmptyJsonNode() PASSED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithDSN() STARTED + +PermissionPersistenceTest > isUserOrganizationAdmin() PASSED + +PermissionPersistenceTest > findUsersInOrganizationTest() STARTED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithDSN() PASSED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithNullDSN() STARTED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithNullDSN() PASSED + +SentryJobErrorReportingClientTest > testSimpleFlatJson() STARTED + +SentryJobErrorReportingClientTest > testSimpleFlatJson() PASSED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithNoWorkspace() STARTED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithNoWorkspace() PASSED + +DefaultSyncJobFactoryTest > createSyncJobFromConnectionId() STARTED + +PermissionPersistenceTest > findUsersInOrganizationTest() PASSED + +DefaultSyncJobFactoryTest > createSyncJobFromConnectionId() PASSED + +DefaultSyncJobFactoryTest > testImageIsDefault() STARTED + +DefaultSyncJobFactoryTest > testImageIsDefault() PASSED + +OAuthConfigSupplierTest > testOAuthFullInjectionBecauseNoOAuthSpecNestedParameters() STARTED + +OAuthConfigSupplierTest > testOAuthFullInjectionBecauseNoOAuthSpecNestedParameters() PASSED + +OAuthConfigSupplierTest > testNoOAuthInjectionBecauseEmptyParams() STARTED + +OAuthConfigSupplierTest > testNoOAuthInjectionBecauseEmptyParams() PASSED + +OAuthConfigSupplierTest > testNoOAuthInjectionBecauseWrongPredicateValue() STARTED + +OAuthConfigSupplierTest > testNoOAuthInjectionBecauseWrongPredicateValue() PASSED + +OAuthConfigSupplierTest > testOAuthInjectionNestedParameters() STARTED + +OAuthConfigSupplierTest > testOAuthInjectionNestedParameters() PASSED + +OAuthConfigSupplierTest > testOAuthInjectionWithoutPredicateValue() STARTED + +OAuthConfigSupplierTest > testOAuthInjectionWithoutPredicateValue() PASSED + +OAuthConfigSupplierTest > testOAuthInjectingNestedSecrets() STARTED + +OAuthConfigSupplierTest > testOAuthInjectingNestedSecrets() PASSED + +OAuthConfigSupplierTest > testOAuthInjection() STARTED + +OAuthConfigSupplierTest > testOAuthInjection() PASSED + +OAuthConfigSupplierTest > testOAuthInjectionScopedToWorkspace() STARTED + +OAuthConfigSupplierTest > testOAuthInjectionScopedToWorkspace() PASSED + +OAuthConfigSupplierTest > testNoAuthMaskingBecauseEmptyParams() STARTED + +OAuthConfigSupplierTest > testNoAuthMaskingBecauseEmptyParams() PASSED + +OAuthConfigSupplierTest > testOAuthMaskingWithoutPredicate() STARTED + +OAuthConfigSupplierTest > testOAuthMaskingWithoutPredicate() PASSED + +OAuthConfigSupplierTest > testOAuthMaskingWithoutPredicateValue() STARTED + +OAuthConfigSupplierTest > testOAuthMaskingWithoutPredicateValue() PASSED + +OAuthConfigSupplierTest > testOAuthMasking() STARTED + +OAuthConfigSupplierTest > testOAuthMasking() PASSED + +OAuthConfigSupplierTest > testOAuthNoMaskingBecauseNoOAuthSpec() STARTED + +OAuthConfigSupplierTest > testOAuthNoMaskingBecauseNoOAuthSpec() PASSED + +OAuthConfigSupplierTest > testOAuthFullInjectionBecauseNoOAuthSpec() STARTED + +OAuthConfigSupplierTest > testOAuthFullInjectionBecauseNoOAuthSpec() PASSED + +OAuthConfigSupplierTest > testOAuthInjectionWithoutPredicate() STARTED + +OAuthConfigSupplierTest > testOAuthInjectionWithoutPredicate() PASSED + +OAuthConfigSupplierTest > testNoOAuthInjectionBecauseMissingPredicateKey() STARTED + +OAuthConfigSupplierTest > testNoOAuthInjectionBecauseMissingPredicateKey() PASSED + +OAuthConfigSupplierTest > testNoOAuthMaskingBecauseWrongPredicateValue() STARTED + +OAuthConfigSupplierTest > testNoOAuthMaskingBecauseWrongPredicateValue() PASSED + +OAuthConfigSupplierTest > testOAuthMaskingNestedParameters() STARTED + +OAuthConfigSupplierTest > testOAuthMaskingNestedParameters() PASSED + +AttemptTest > testIsAttemptInTerminalState() STARTED + +AttemptTest > testIsAttemptInTerminalState() PASSED + +JobTest > testValidateStatusTransitionFromPending() STARTED + +JobTest > testValidateStatusTransitionFromPending() PASSED + +JobTest > testValidateStatusTransitionFromFailed() STARTED + +JobTest > testValidateStatusTransitionFromFailed() PASSED + +JobTest > testHasRunningAttempt() STARTED + +JobTest > testHasRunningAttempt() PASSED + +JobTest > testIsJobInTerminalState() STARTED + +JobTest > testIsJobInTerminalState() PASSED + +JobTest > testGetLastFailedAttempt() STARTED + +JobTest > testGetLastFailedAttempt() PASSED + +JobTest > testGetAttemptByNumber() STARTED + +JobTest > testGetAttemptByNumber() PASSED + +JobTest > testGetLastAttempt() STARTED + +JobTest > testGetLastAttempt() PASSED + +JobTest > testGetSuccessfulAttempt() STARTED + +JobTest > testGetSuccessfulAttempt() PASSED + +JobTest > testValidateStatusTransitionFromRunning() STARTED + +JobTest > testValidateStatusTransitionFromRunning() PASSED + +JobTest > testValidateStatusTransitionFromCancelled() STARTED + +JobTest > testValidateStatusTransitionFromCancelled() PASSED + +JobTest > testValidateStatusTransitionFromSucceeded() STARTED + +JobTest > testValidateStatusTransitionFromSucceeded() PASSED + +JobTest > testValidateStatusTransitionFromIncomplete() STARTED + +JobTest > testValidateStatusTransitionFromIncomplete() PASSED + +JobTrackerTest > testTrackSyncForInternalFailure() STARTED + +JobTrackerTest > testTrackSyncForInternalFailure() PASSED + +JobTrackerTest > testTrackSyncAttempt() STARTED + +JobTrackerTest > testTrackSyncAttempt() PASSED + +JobTrackerTest > testTrackDiscover() STARTED + +JobTrackerTest > testTrackDiscover() PASSED + +JobTrackerTest > testTrackCheckConnectionSource() STARTED + +JobTrackerTest > testTrackCheckConnectionSource() PASSED + +JobTrackerTest > testTrackRefresh() STARTED + +JobTrackerTest > testTrackRefresh() PASSED + +JobTrackerTest > testGenerateMetadata() STARTED + +JobTrackerTest > testGenerateMetadata() PASSED + +JobTrackerTest > testTrackSyncAttemptWithFailures() STARTED + +JobTrackerTest > testTrackSyncAttemptWithFailures() PASSED + +JobTrackerTest > testTrackReset() STARTED + +JobTrackerTest > testTrackReset() PASSED + +JobTrackerTest > testTrackCheckConnectionDestination() STARTED + +JobTrackerTest > testTrackCheckConnectionDestination() PASSED + +JobTrackerTest > testTrackResetAttempt() STARTED + +JobTrackerTest > testTrackResetAttempt() PASSED + +JobTrackerTest > testTrackSync() STARTED + +JobTrackerTest > testTrackSync() PASSED + +JobTrackerTest > testConfigToMetadata() STARTED + +JobTrackerTest > testConfigToMetadata() PASSED + +TrackingMetadataTest > testNulls() STARTED + +TrackingMetadataTest > testNulls() PASSED + +TrackingMetadataTest > testgenerateJobAttemptMetadataWithNulls() STARTED + +TrackingMetadataTest > testgenerateJobAttemptMetadataWithNulls() PASSED + +TrackingMetadataTest > testGenerateJobAttemptMetadataToleratesNullInputs() STARTED + +TrackingMetadataTest > testGenerateJobAttemptMetadataToleratesNullInputs() PASSED +PASS src/components/connection/syncCatalog/SyncCatalog/streamConfigHelpers.test.ts (12.038 s) + mergeFieldPathArrays + ✓ merges two arrays of fieldPaths without duplicates (54 ms) + ✓ merges two arrays of complex fieldPaths without duplicates (5 ms) + updateCursorField + ✓ updates the cursor field when field selection is disabled (1 ms) + when fieldSelection is active + ✓ adds the cursor to selectedFields (1 ms) + ✓ updates the cursor field when only one other field is unselected (1 ms) + ✓ updates the cursor field when it is one of many unselected fields (1 ms) + ✓ disables field selection when the selected cursor is the only unselected field (1 ms) + updatePrimaryKey + ✓ updates the primary key field (1 ms) + when fieldSelection is active + ✓ adds each piece of the composite primary key to selectedFields (1 ms) + ✓ replaces the primary key when many other field are unselected (1 ms) + ✓ replaces the primary key when only one other field is unselected + ✓ disables field selection when the selected primary key is the last unselected field + ✓ disables field selection when part of the selected primary key is the last unselected field (1 ms) + toggleFieldInPrimaryKey + ✓ adds a new field to the composite primary key (1 ms) + when fieldSelection is active + ✓ adds the new primary key field to selectedFields + ✓ adds the new primary key when only one other field is unselected (7 ms) + ✓ adds the new primary key when it is one of many unselected fields (6 ms) + ✓ disables field selection when selected primary key is the last unselected field (1 ms) + updateFieldSelected + ✓ Adds a field to selectedFields when selected (1 ms) + ✓ Removes a field to selectedFields when deselected selected + ✓ Deselects the first field, enabling fieldSelection (1 ms) + ✓ Selects the last unselected field (1 ms) + toggleAllFieldsSelected + ✓ unselects all fields if field selection was disabled (1 ms) + ✓ selects all fields if field selection was enabled + ✓ keeps cursor field selected if syncMode is incremental (1 ms) + ✓ keeps primary key fields selected if destinationSyncMode is append_dedup (1 ms) + +PASS src/components/connection/ConnectionForm/SyncCatalogTable/utils.test.ts (12.057 s) + getStreamChangeStatus + ✓ should return 'unchanged' status (7 ms) + ✓ should return 'disabled' status for a row that initially was not enabled + ✓ should return 'added' status for a row that initially was disabled (1 ms) + ✓ should return 'removed' status for a row that initially was enabled (1 ms) + ✓ should return 'updated' status for a row that has changed 'syncMode' prop (1 ms) + ✓ should return 'updated' status for a row that has changed 'destinationSyncMode' prop (1 ms) + ✓ should return 'updated' status for a row that has changed 'cursorField' prop (1 ms) + ✓ should return 'updated' status for a row that has changed 'primaryKey' prop + ✓ should return 'updated' status for a row that has changed 'selectedFields' prop (1 ms) + ✓ should return 'updated' status for a row that has changed 'fieldSelectionEnabled' prop (1 ms) + ✓ should return added styles for a row that is both added and updated + getFieldChangeStatus + ✓ returns 'disabled' when stream is not selected (1 ms) + ✓ returns 'unchanged' for nested fields + ✓ returns 'added' when field is selected but was not initially selected (1 ms) + ✓ returns 'added' when last field is selected but was not initially selected (8 ms) + ✓ returns 'removed' when field is not selected but was initially selected (1 ms) + ✓ returns 'removed' when the first field is deselected but was initially selected (1 ms) + ✓ returns 'removed' for deselected field, `added` for newly selected and `unchanged` for unchanged (1 ms) + +PASS src/pages/connections/ConnectionReplicationPage/connectionUpdateHelpers.test.tsx (12.402 s) + #determineRecommendRefresh + ✓ change in primary key suggests refresh if incremental (2 ms) + ✓ change in cursor field suggests refresh if incremental (1 ms) + ✓ changes in selected fields suggest refresh if incremental (1 ms) + ✓ changes in stream prefix do not suggest refresh (1 ms) + change sync mode to incremental + ✓ Only recommend if full refresh | overwrite changing to incremental | append (11 ms) + ✓ Only recommend if full refresh | overwrite changing to incremental | append_dedupe (1 ms) + change sync mode to full refresh + ✓ Does not recommend a refresh when changing to full refresh | overwrite (1 ms) + ✓ Does not recommend a refresh when changing to full refresh | append (2 ms) + + +StandardSyncPersistenceTest > testGetAllStreamsForConnection() STARTED + +StandardSyncPersistenceTest > testGetAllStreamsForConnection() PASSED + +StandardSyncPersistenceTest > testEnumValues() STARTED + +StandardSyncPersistenceTest > testEnumValues() PASSED + +StandardSyncPersistenceTest > testGetNotificationEnable() STARTED + +StandardSyncPersistenceTest > testGetNotificationEnable() PASSED +PASS src/area/connection/utils/validateCronExpression.test.ts + validateCronExpression + ✓ '0 0 12 * * ?' is valid: true (17 ms) + ✓ '0 0 12 * * ? ' is valid: true (1 ms) + ✓ '0 0 12 * * ? ' is valid: true (1 ms) + ✓ ' 0 0 12 * * ?' is valid: true + ✓ '0/5 14,18,3-39,52 * ? JAN,MAR,SEP MON-FRI 2002-2010' is valid: true (1 ms) + ✓ '0 15 10 ? * *' is valid: true (1 ms) + ✓ '0 15 10 * * ?' is valid: true + ✓ '0 15 10 * * ? *' is valid: true (6 ms) + ✓ '0 15 10 * * ? 2005' is valid: true + ✓ '0 * 14 * * ?' is valid: true + ✓ '0 0/5 14 * * ?' is valid: true (1 ms) + ✓ '0 0/5 14,18 * * ?' is valid: true (1 ms) + ✓ '0 0-5 14 * * ?' is valid: true + ✓ '0 10,44 14 ? 3 WED' is valid: true + ✓ '0 15 10 ? * MON-FRI' is valid: true + ✓ '0 15 10 15 * ?' is valid: true (1 ms) + ✓ '0 15 10 L * ?' is valid: true + ✓ '0 15 10 L-2 * ?' is valid: true (1 ms) + ✓ '0 15 10 ? * 6L' is valid: true (22 ms) + ✓ '0 15 10 ? * 6L' is valid: true (1 ms) + ✓ '0 15 10 ? * 6L 2002-2005' is valid: true (1 ms) + ✓ '0 15 10 ? * 6#3' is valid: true (1 ms) + ✓ '0 0 12 1/5 * ?' is valid: true + ✓ '0 11 11 11 11 ?' is valid: true (1 ms) + ✓ '* * * * * ?' is valid: true + ✓ '0 0 0 * * ?' is valid: true (1 ms) + ✓ '0 0 1 * * ?' is valid: true + ✓ '0 0 10-19/10 ? * MON-FRI *' is valid: true + ✓ '0 0 1 1/1 * ? *' is valid: true (1 ms) + ✓ '0 0 12 * * ?' is valid: true + ✓ '0 0 15 * * ?' is valid: true (4 ms) + ✓ '0 0 17 * * ?' is valid: true (1 ms) + ✓ '0 0 18 * * ?' is valid: true (1 ms) + ✓ '0 0 18 1 * ?' is valid: true + ✓ '0 0 18 2 * ?' is valid: true (1 ms) + ✓ '0 0 2 * * ?' is valid: true + ✓ '0 0 21 * * ?' is valid: true (1 ms) + ✓ '0 0 2 L * ?' is valid: true + ✓ '0 0 3 * * ?' is valid: true + ✓ '0 0 4 * * ?' is valid: true (1 ms) + ✓ '0 0 5 * * ?' is valid: true + ✓ '0 0 6 * * ?' is valid: true (1 ms) + ✓ '0 0 7 * * ?' is valid: true + ✓ '0 0 9 * * ?' is valid: true (1 ms) + ✓ '0 0 9 ? * 5' is valid: true + ✓ '0 1 0 * * ?' is valid: true (1 ms) + ✓ '0 15,45 7-17 ? * MON-FRI' is valid: true + ✓ '0 15 6 * * ?' is valid: true + ✓ '0 30 1 * * ?' is valid: true (1 ms) + ✓ '0 30 2 * * ?' is valid: true + ✓ '0 30 6 * * ?' is valid: true (1 ms) + ✓ '0 30 8 ? * MON-FRI *' is valid: true + ✓ '0 35 12 ? * 7 ' is valid: true + ✓ '0 40 4,16 * * ? *' is valid: true (1 ms) + ✓ '0 45 6 * * ?' is valid: true + ✓ '0 5 0 ? * 7' is valid: true (1 ms) + ✓ '40 4,16 * * * ?' is valid: true + ✓ '* * * * * * *' is valid: true + ✓ 'wildly invalid' is valid: false (1 ms) + ✓ '* * * * *' is valid: false + ✓ '0 0 0 0 0 0' is valid: false (1 ms) + ✓ '* * * * * * ?' is valid: false + validateCronFrequencyOverOneHour + ✓ '0 0 12 * * ?' is valid: true + ✓ '0 0 12 * * ?' is valid: true (1 ms) + ✓ '0 0 * * * ?' is valid: true + ✓ '0 * 12 * * ?' is valid: false + ✓ '* * 12 * * ?' is valid: false + ✓ '15,45 * 12 * * ?' is valid: false + ✓ '0 15,45 12 * * ?' is valid: false (1 ms) + ✓ '0/10 * * * * ?' is valid: false + ✓ '0 0/10 * * * ?' is valid: false (1 ms) + + +StandardSyncPersistenceTest > testDontUpdateIfNotNeeded() STARTED +PASS src/components/connection/ConnectionForm/calculateInitialCatalog.test.ts + analyzeSyncCatalogBreakingChanges + ✓ should return syncCatalog unchanged when schemaChange is no_change and catalogDiff is undefined (11 ms) + ✓ should return syncCatalog unchanged when schemaChange is non_breaking and catalogDiff is undefined (1 ms) + ✓ should return syncCatalog with transformed streams when there are breaking changes - primaryKey (1 ms) + ✓ should return syncCatalog with transformed streams when there are breaking changes - cursor (1 ms) + ✓ should return syncCatalog with transformed streams when there are breaking changes - primaryKey - user-defined (1 ms) + ✓ should return syncCatalog with transformed streams when there are breaking changes - cursor - user-defined + ✓ should return syncCatalog unchanged when there are no breaking changes (1 ms) + +:airbyte-persistence:job-persistence:jacocoTestReport + +StandardSyncPersistenceTest > testDontUpdateIfNotNeeded() PASSED + +StandardSyncPersistenceTest > testList() STARTED + +StandardSyncPersistenceTest > testList() PASSED + +StandardSyncPersistenceTest > testReadWrite() STARTED +PASS src/area/connection/utils/computeStreamStatus.test.ts (13.101 s) + getStreamKey + when streamStatus is a StreamStatusRead + ✓ foo, bar (7 ms) + ✓ foo, + ✓ foo, undefined (2 ms) + when streamStatus is an AirbyteStream + ✓ foo, bar (1 ms) + ✓ foo, + ✓ foo, undefined (1 ms) + when streamStatus is a ConnectionSyncResultRead + ✓ foo, bar (1 ms) + ✓ foo, + ✓ foo, undefined + computeStreamStatus + on time + ✓ returns "OnTime" when the most recent sync was successful, unscheduled (2 ms) + ✓ returns "OnTime" when the most recent sync (long ago) was successful, cron (1 ms) + ✓ returns "OnTime" when the most recent sync was successful, basic (1 ms) + ✓ returns "OnTime" with a successful recent sync followed by a cancel (1 ms) + late + ✓ returns "OnTrack" when the most recent sync was successful but one late (1 ms) + ✓ returns "OnTrack" when the most recent sync failed but had a successful sync within the 2x window (1 ms) + ✓ returns "Late" when the most recent sync was successful but two late (2 ms) + action required + ✓ returns "ActionRequired" when there is a breaking schema change (otherwise ontime) (1 ms) + ✓ returns "ActionRequired" when there is a breaking schema change (otherwise error) + error + ✓ returns "Error" when there is one INCOMPLETE stream status two steps outside the 2-hour window (1 ms) + ✓ returns "Error" when there is one INCOMPLETE stream status and the connection frequency is manual (1 ms) + ✓ returns "Error" as the most recent sync failed, even though there successful sync within the 2x window, as the scheduling is not basic + with sync progress shown + queued for next sync + ✓ returns "Queued for next sync" when the most recent run state is pending + ✓ returns "queued for next sync" when there are no statuses + ✓ returns "queued for next sync" when the last job was a reset (1 ms) + queued + ✓ returns 'Queued' with a currently running sync that is behind schedule (1 ms) + ✓ returns "queued" with only a currently running sync (no history) (1 ms) + ✓ returns "queued" with a currently running sync + ✓ returns "queued with a currently running refresh (1 ms) + syncing + ✓ returns "syncing" if records were extracted - with only a currently running sync (no history) (7 ms) + ✓ returns "syncing" if records were extracted - with a currently running sync + clearing + ✓ returns "clearing" when job type is reset_connection (1 ms) + ✓ returns "clearing" when job type is clear (1 ms) + refreshing + ✓ returns "refreshing" with a currently running refresh + +PASS src/views/Connector/ConnectorForm/useAuthentication.test.tsx (13.042 s) + useAuthentication + ✓ should return empty results for non OAuth connectors (36 ms) + ✓ should not handle auth specifically if OAuth feature is disabled (5 ms) + for advancedAuth connectors + without a predicateKey + ✓ should calculate hiddenAuthFields correctly (4 ms) + ✓ should show the auth button on the root level (3 ms) + ✓ should not return authErrors before submitting (10 ms) + ✓ should return existing authErrors if submitted once (3 ms) + with predicateKey inside conditional + ✓ should hide auth fields when predicate value matches (4 ms) + ✓ should not hide auth fields when predicate value is a mismatch (15 ms) + ✓ should show the auth button inside the conditional if right option is selected (5 ms) + ✓ shouldn't show the auth button if the wrong conditional option is selected (3 ms) + ✓ should not return authErrors before submitting (3 ms) + ✓ should return authErrors when conditional has correct option selected (4 ms) + ✓ should not return authErrors when conditional has the incorrect option selected (26 ms) + + +StandardSyncPersistenceTest > testReadWrite() PASSED + +StandardSyncPersistenceTest > testCreateSchemaManagementIfNeeded() STARTED + +StandardSyncPersistenceTest > testCreateSchemaManagementIfNeeded() PASSED + +StandardSyncPersistenceTest > testDisableConnectionsById() STARTED + +StandardSyncPersistenceTest > testDisableConnectionsById() PASSED + +StandardSyncPersistenceTest > testListWorkspaceActiveSyncIds() STARTED +:airbyte-persistence:job-persistence:check +:airbyte-persistence:job-persistence:build + +StandardSyncPersistenceTest > testListWorkspaceActiveSyncIds() PASSED + +StandardSyncPersistenceTest > testCreateSchemaManagementAccessor() STARTED + +ConfigsDatabaseMigrationDevCenterTest > testSchemaDump() PASSED + +StandardSyncPersistenceTest > testCreateSchemaManagementAccessor() PASSED + +StandardSyncPersistenceTest > testConnectionHasAlphaOrBetaConnector() STARTED + +StandardSyncPersistenceTest > testConnectionHasAlphaOrBetaConnector() PASSED + +StandardSyncPersistenceTest > testReadNotExists() STARTED + +StandardSyncPersistenceTest > testReadNotExists() PASSED + +StandardSyncPersistenceTest > testDelete() STARTED + +StandardSyncPersistenceTest > testDelete() PASSED + +StandardSyncPersistenceTest > testWriteNotificationConfigurationIfNeeded() STARTED + +StandardSyncPersistenceTest > testWriteNotificationConfigurationIfNeeded() PASSED + +StandardSyncPersistenceTest > testListConnectionsByActorDefinitionIdAndType() STARTED + +StandardSyncPersistenceTest > testListConnectionsByActorDefinitionIdAndType() PASSED + +ConfigsDatabaseMigratorTest > dumpSchema() STARTED +PASS src/views/Connector/ConnectorForm/components/Sections/useGroupsAndSections.test.ts + useGroupsAndSections + ✓ should put optional fields in the back (13 ms) + ✓ should order optional fields in the back but respect order within collapsed section (1 ms) + ✓ should order optional fields with 'always_show: true' normally (1 ms) + ✓ should not unwrap nested objects (1 ms) + ✓ should split up groups and order and collapse them individually (1 ms) + ✓ should not create a group if the fields in this group are hidden (1 ms) + ✓ should group nested objects as a whole and ignore group tags set on nested fields (1 ms) + ✓ should title and order groups based on groups field (1 ms) + +PASS src/core/services/features/FeatureService.test.tsx + Feature Service + FeatureService + ✓ should allow setting default features (22 ms) + ✓ should set features based on airbyte pro edition (3 ms) + ✓ overwrite features can overwrite default features (5 ms) + ✓ overwritten features can be cleared again (5 ms) + env variable overwrites + ✓ should allow overwriting it in dev (2 ms) + ✓ should not overwrite in a non dev environment (2 ms) + IfFeatureEnabled + ✓ renders its children if the given feature is enabled (16 ms) + ✓ does not render its children if the given feature is disabled (4 ms) + ✓ allows changing features and rerenders correctly (7 ms) + + +StatePersistenceTest > testStreamReadWrite() STARTED + +StatePersistenceTest > testStreamReadWrite() PASSED + +StatePersistenceTest > testEnumsConversion() STARTED + +StatePersistenceTest > testEnumsConversion() PASSED + +StatePersistenceTest > testBulkDeleteNoStreamsNoDelete() STARTED + +StatePersistenceTest > testBulkDeleteNoStreamsNoDelete() PASSED + +StatePersistenceTest > testGlobalStateAllowsEmptyNameAndNamespace() STARTED + +StatePersistenceTest > testGlobalStateAllowsEmptyNameAndNamespace() PASSED + +StatePersistenceTest > testStatePersistenceLegacyWriteConsistency() STARTED +PASS src/core/api/errors/HttpProblem.test.ts (21.143 s) + HttpProblem + #isInstanceOf + ✓ should return true for HttpProblem (8 ms) + ✓ should deliver better typing than the instanceof operator (1 ms) + #isType + ✓ should return true if type matches (1 ms) + ✓ should return false if type does not match (1 ms) + ✓ should narrow down TypeScript type properly + #isTypeOrSubtype + ✓ should return true if type matches (2 ms) + ✓ should return true if type is a subtype (1 ms) + ✓ should return false if type does not match (1 ms) + error message + ✓ should use the exact match for legacy errors if available (95 ms) + ✓ should not try hierarchy on legacy error types (22 ms) + ✓ should do exact matches on new error:type (7 ms) + ✓ should search through the hierarchy for error: types (8 ms) + ✓ should search multiple layers through the hierarchy for error: types (21 ms) + ✓ should use details if no hierarchical match can be found (7 ms) + ✓ should use title if no hierarchical match or detail can be found (7 ms) + + +StatePersistenceTest > testStatePersistenceLegacyWriteConsistency() PASSED + +StatePersistenceTest > testBulkDeleteCorrectConnection() STARTED + +StatePersistenceTest > testBulkDeleteCorrectConnection() PASSED + +StatePersistenceTest > testEraseGlobalState() STARTED + +StatePersistenceTest > testEraseGlobalState() PASSED + +StatePersistenceTest > testInconsistentTypeUpdates() STARTED + +StatePersistenceTest > testInconsistentTypeUpdates() PASSED + +StatePersistenceTest > testBulkDeleteGlobal() STARTED + +ConfigsDatabaseMigratorTest > dumpSchema() PASSED + +StatePersistenceTest > testBulkDeleteGlobal() PASSED + +StatePersistenceTest > testLegacyReadWrite() STARTED + +StatePersistenceTest > testLegacyReadWrite() PASSED + +StatePersistenceTest > testBulkDeleteGlobalAllStreams() STARTED + +StatePersistenceTest > testBulkDeleteGlobalAllStreams() PASSED + +StatePersistenceTest > testLegacyMigrationToGlobal() STARTED + +StatePersistenceTest > testLegacyMigrationToGlobal() PASSED + +StatePersistenceTest > testEraseStreamState() STARTED +PASS src/components/ui/Input/Input.test.tsx + + ✓ renders text input (68 ms) + ✓ renders another type of input (10 ms) + ✓ renders password input with visibilty button (14 ms) + ✓ renders visible password when visibility button is clicked (1104 ms) + ✓ showing password should remember cursor position (19 ms) + ✓ hides password on blur (47 ms) + ✓ cursor position should be at the end after blur and and clicking on show password button (46 ms) + ✓ should trigger onChange once (73 ms) + ✓ has focused class after focus (20 ms) + ✓ does not have focused class after blur (27 ms) + ✓ calls onFocus if passed as prop (16 ms) + ✓ calls onBlur if passed as prop (7 ms) + + +StatePersistenceTest > testEraseStreamState() PASSED + +StatePersistenceTest > testGlobalPartialReset() STARTED + +StatePersistenceTest > testGlobalPartialReset() PASSED + +StatePersistenceTest > testReadingNonExistingState() STARTED + +StatePersistenceTest > testReadingNonExistingState() PASSED + +StatePersistenceTest > testGlobalFullReset() STARTED + +StatePersistenceTest > testGlobalFullReset() PASSED + +StatePersistenceTest > testLegacyMigrationToStream() STARTED +PASS src/packages/cloud/views/billing/BillingPage/components/calculateUsageDataObjects.test.tsx + calculateUsageDataObjects + generateArrayForTimeWindow + ✓ should generate an array of the correct length for past 30 days (5 ms) + ✓ should generate an array of the correct length for past 6 months (4 ms) + ✓ should generate an array of the correct length for past year (3 ms) + calculateFreeAndPaidUsageByTimeChunk + thirty day lookback + ✓ should calculate the correct usage with an empty set of filteredConsumptionData + ✓ should calculate the correct usage with a set of filteredConsumptionData (87 ms) + six month lookback + ✓ should calculate the correct usage with an empty set of filteredConsumptionData + ✓ should calculate the correct usage with a set of filteredConsumptionData (24 ms) + year lookback + ✓ should calculate the correct usage with an empty set of filteredConsumptionData + ✓ should calculate the correct usage with a set of filteredConsumptionData (6 ms) + calculateFreeAndPaidUsageByConnection + ✓ should calculate the correct usage with an empty set of filteredConsumptionData + ✓ should calculate the correct usage with a set of filteredConsumptionData (22 ms) + + +StatePersistenceTest > testLegacyMigrationToStream() PASSED + +StatePersistenceTest > testStreamPartialUpdates() STARTED + +StatePersistenceTest > testStreamPartialUpdates() PASSED + +StatePersistenceTest > testBulkDeletePerStream() STARTED + +StatePersistenceTest > testBulkDeletePerStream() PASSED + +StatePersistenceTest > testStreamFullReset() STARTED + +StatePersistenceTest > testStreamFullReset() PASSED + +StatePersistenceTest > testGlobalReadWrite() STARTED +PASS src/hooks/services/ConnectionForm/ConnectionFormService.test.tsx (10.522 s) + ConnectionFormService + ✓ should take a partial Connection (69 ms) + ✓ should take a full Connection (8 ms) + Error Message Generation + ✓ should return an error message if the form is invalid and dirty (10 ms) + ✓ should not return an error message if the form is valid and dirty (7 ms) + ✓ should return an error message if the form is invalid and not dirty (8 ms) + ✓ should return an error message when given a submit error (9 ms) + ✓ should return an error message if the streams field is invalid (15 ms) + ✓ should not return an error message if the form is valid (6 ms) + + +StatePersistenceTest > testGlobalReadWrite() PASSED +PASS src/hooks/services/ConnectionEdit/ConnectionEditService.test.tsx (23.703 s) + ConnectionEditServiceProvider + ✓ should load a Connection from a connectionId (68 ms) + ✓ should update a connection and set the current connection object to the updated connection (37 ms) + ✓ should refresh schema (26 ms) + ✓ should refresh schema only if the sync catalog has diffs (31 ms) + ✓ should discard the refreshed schema (24 ms) + Empty catalog diff with non-breaking changes + ✓ should automatically update the connection if schema change is non-breaking and catalogDiff is empty (40 ms) + ✓ should NOT automatically update the connection if schema change is non-breaking and catalogDiff is NOT empty (25 ms) + ✓ should NOT automatically update the connection if schema change is not no_change (17 ms) + +PASS src/packages/cloud/views/billing/BillingPage/components/BillingBanners.test.tsx + BillingBanners + auto recharge banner + ✓ should show auto recharge enabled banner (53 ms) + ✓ should only show auto recharge banner even on low credit (11 ms) + ✓ should only show auto recharge banner even on no credits (22 ms) + no billing account + ✓ should show only no billing account banner (7 ms) + low credit warnings + ✓ should show low credit banner when credits are low (7 ms) + ✓ should show no credit banner when credits are negative (7 ms) + +PASS src/packages/cloud/services/auth/CloudAuthService.test.tsx (23.815 s) + initializeUserManager() + ✓ should initialize with the correct default realm (9 ms) + ✓ should initialize realm from query params (2 ms) + ✓ should initialize realm based on local storage (2 ms) + CloudAuthService + ✓ should initialize with the correct default realm (152 ms) + ✓ should initialize realm from query params (39 ms) + ✓ should initialize realm based on local storage (23 ms) + +PASS src/components/connectorBuilder/useManifestToBuilderForm.test.ts (23.8 s) + Conversion throws error when + ✓ resolve throws error (45 ms) + ✓ manifests has incorrect retriever type (28 ms) + ✓ manifest has incorrect requester type (2 ms) + ✓ manifest has an authenticator with a non-interpolated secret key (3 ms) + ✓ manifest has an authenticator with an interpolated key that doesn't match any spec key (3 ms) + ✓ manifest has an authenticator with a required interpolated key that is not required in the spec (1 ms) + ✓ manifest has an authenticator with an interpolated key that is not type string in the spec (1 ms) + ✓ manifest has an authenticator with an interpolated secret key that is not secret in the spec (1 ms) + ✓ manifest has an OAuthAuthenticator with a refresh_request_body containing non-string values (1 ms) + ✓ manifest has a SessionTokenAuthenticator with an unsupported login_requester authenticator type (1 ms) + ✓ manifest has a paginator with an unsupported type (1 ms) + ✓ manifest has an error handler with an unsupported type (7 ms) + ✓ manifest has an incremental sync with an unsupported type (1 ms) + ✓ manifest has a record selector with an unsupported type (1 ms) + ✓ manifest has a record extractor with an unsupported type + ✓ manifest has a record filter with an unsupported type (6 ms) + ✓ SubstreamPartitionRouter doesn't use a $ref for the parent stream (1 ms) + ✓ SubstreamPartitionRouter's parent stream $ref does not point to a stream definition (1 ms) + ✓ SubstreamPartitionRouter's parent stream $ref does not match any stream name (1 ms) + ✓ unknown fields are found on component (1 ms) + Conversion successfully results in + ✓ default values if manifest is empty (2 ms) + ✓ spec properties converted to inputs if no streams present (1 ms) + ✓ spec conversion not failing on no required property (1 ms) + ✓ spec properties converted to locked inputs on matching auth keys (3 ms) + ✓ request options converted to key-value list (1 ms) + ✓ request json body converted to key-value list (1 ms) + ✓ nested request json body converted to string (1 ms) + ✓ request data body converted to list (1 ms) + ✓ record selector converted to builder record selector (1 ms) + ✓ string body converted to string (1 ms) + ✓ primary key string converted to array + ✓ multi list partition router converted to builder parameterized requests (6 ms) + ✓ substream partition router converted to builder parent streams (4 ms) + ✓ schema loader converted to schema with ordered keys in JSON (1 ms) + ✓ authenticator with a interpolated secret key of type config.key converted to config["key"] (1 ms) + ✓ OAuth authenticator refresh_request_body converted to array (1 ms) + ✓ OAuthAuthenticator with refresh token updater is converted (1 ms) + ✓ SessionTokenAuthenticator with types properly converted to builder form types (2 ms) + ✓ unrecognized stream fields are placed into unknownFields in BuilderStream (2 ms) + +PASS src/core/form/schemaToFormBlock.test.ts (23.788 s) + ✓ should reformat jsonSchema to internal widget representation (9 ms) + ✓ should turn single enum into const but keep multi value enum (2 ms) + ✓ should reformat jsonSchema to internal widget representation with parent schema (1 ms) + ✓ should reformat jsonSchema to internal widget representation when has oneOf (6 ms) + +PASS src/core/form/schemaToYup.test.ts (23.849 s) + ✓ should build schema for simple case (8 ms) + ✓ should build correct mixed schema structure for conditional case (5 ms) + yup schema validations + ✓ enforces required props for selected condition (53 ms) + ✓ does not enforce additional contraints if the condition is selected (2 ms) + ✓ enforces additional contraints only if the condition is selected (5 ms) + ✓ strips out properties belonging to other conditions (1 ms) + ✓ does not strip out any properties if the condition key is not set to prevent data loss of legacy specs + +PASS src/components/connection/ConnectionStatus/useConnectionStatus.test.ts (24.124 s) + isConnectionLate + manual syncs + ✓ is not late when there is no last successful sync (6 ms) + ✓ is not late when there is a recent last successful sync (1 ms) + ✓ is not late when there is a distant last successful sync (2 ms) + cron schedule + ✓ is not late when there is no last successful sync + ✓ is not late when there is a recent last successful sync (1 ms) + ✓ is not late when there is a distant last successful sync (1 ms) + basic schedule + ✓ is not late when there is no last successful sync + ✓ is not late when there is a recent last successful sync + ✓ is not late when the last successful sync is within 1x<->2x frequency (1 ms) + ✓ is late when the last successful sync is beyond the 2x frequency + isHandleableScheduledConnection + ✓ returns false when no connection schedule exists (1 ms) + ✓ returns false when connection schedule is manual + ✓ returns false when connection schedule is cron (1 ms) + ✓ returns true when connection schedule is basic + useConnectionStatus + ✓ most recent sync was successful, no schema changes: + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has no_change schema changes (17 ms) + ✓ most recent sync was successful, breaking schema changes: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has breaking schema changes (22 ms) + ✓ breaking schema changes, sync is within 1x frequency: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has breaking schema changes (3 ms) + ✓ breaking schema changes, sync is within 2x frequency: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has breaking schema changes (13 ms) + ✓ breaking schema changes, sync is outside of 2x frequency: + returns actionRequired when + a connection's status is inactive + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has breaking schema changes (3 ms) + ✓ new connection, not scheduled: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has no_change schema changes (3 ms) + ✓ new connection, scheduled: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ connection status is failed, no previous success: + returns error when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a undefined schedule: undefined + and has no_change schema changes (2 ms) + ✓ connection status is failed, last previous success was within 1x schedule frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ connection status is failed, last previous success was within 2x schedule frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (15 ms) + ✓ connection status is failed, last previous success was within 2x schedule frequency (cron): + returns error when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a cron schedule: {"cronExpression": "* * * * *", "cronTimeZone": "UTC"} + and has no_change schema changes (20 ms) + ✓ connection status is failed, last previous success was outside 2x schedule frequency: + returns error when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ connection status is failed, last previous success was within 2x schedule frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (10 ms) + ✓ last sync was successful, but the next sync hasn't started (outside 2x frequency): + returns late when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (2 ms) + ✓ last sync was successful, but the next sync hasn't started (outside 2x frequency, cron): + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a cron schedule: {"cronExpression": "* * * * *", "cronTimeZone": "UTC"} + and has non_breaking schema changes (2 ms) + ✓ last sync was cancelled, but the next cron-scheduled sync hasn't started: + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a cron schedule: {"cronExpression": "* * * * *", "cronTimeZone": "UTC"} + and has non_breaking schema changes (1 ms) + ✓ last sync was cancelled, but last successful sync is within 1x frequency: + returns onTime when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (8 ms) + ✓ last sync was cancelled, but last successful sync is within 2x frequency: + returns onTrack when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (2 ms) + ✓ last sync was cancelled, but last successful sync is outside 2x frequency: + returns late when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has non_breaking schema changes (2 ms) + ✓ last sync has a config_error: + returns actionRequired when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (3 ms) + ✓ most recent completed job was a successful reset: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ most recent completed job was a failed reset: + returns pending when + a connection's status is active + a connection's last completed sync status is $connectionSyncStatus + with a basic schedule: {"timeUnit": "hours", "units": 24} + and has no_change schema changes (2 ms) + ✓ sets isRunning to true when the current job status is incomplete (2 ms) + +PASS src/core/utils/rbac/rbacPermissionsQuery.test.ts (24.308 s) + partitionPermissionType + ✓ correctly parses permissions (8 ms) + ✓ maps workspace_owner to workspace_admin (1 ms) + useRbacPermissionsQuery + permission grants + ✓ no permission grants no access to workspace (1 ms) + ✓ no permission grants no access to organization + ✓ no permission grants no access to instance + ✓ workspace_reader permission grants access to the workspace (1 ms) + ✓ workspace_admin permission grants access to the workspace (1 ms) + ✓ workspace_admin permission on another workspace does not grant access to the workspace (1 ms) + ✓ workspace_reader permission on a workspace does not satisfy workspace_admin permission on the same workspace + ✓ workspace_reader AND workspace_admin permission on a workspace does satisfy workspace_admin permission on the same workspace (1 ms) + ✓ organization_reader permission grants access to the organization (1 ms) + ✓ organization_admin permission grants access to the organization (7 ms) + ✓ organization_admin permission on another organization does not grant access to the organization (1 ms) + ✓ organization_reader permission on a organization does not satisfy organization_admin permission on the same organization + ✓ organization_reader AND organization_admin permission on a organization does satisfy organization_admin permission on the same organization (1 ms) + ✓ organization_editor permission grants access to read its workspace + ✓ organization_admin permission does not grant access to read external workspaces (6 ms) + ✓ organization_admin permission does not grant access to read external workspaces but a workspace permission does (1 ms) + ✓ instance_admin permission grants access to the instance (1 ms) + ✓ instance_admin permission grants access to an organization + ✓ instance_admin permission grants access to a workspace (1 ms) + multiple queries + ✓ returns true when the workspace permission is exact (1 ms) + ✓ returns true when the workspace permission is higher + ✓ returns true when the organization permission is exact (1 ms) + ✓ returns true when the organization permission is higher (1 ms) + ✓ returns false when the permissions do not match + degenerate cases + ✓ returns false when an organization or workspace resource permission is missing an id (1 ms) + +PASS src/components/connection/CatalogDiffModal/CatalogDiffModal.test.tsx (24.405 s) + catalog diff modal + ✓ renders the correct section for each type of transform (1427 ms) + ✓ added fields are not rendered when not in the diff (30 ms) + ✓ removed fields are not rendered when not in the diff (25 ms) + ✓ changed streams accordion opens/closes on clicking the description row (987 ms) + ✓ renders breaking a breaking change icon on streams with braeking changes (136 ms) + source defined key changes + ✓ renders source defined primary key changes (25 ms) + ✓ renders source defined primary key changes without old primary key (34 ms) + +PASS src/core/utils/time.test.ts + moveTimeToFutureByPeriod + ✓ does nothing if the time is already in the future (3 ms) + ✓ advances by enough hours to go into the future up to one hour from now (36 ms) + with mocked values for easier test writing + ✓ brings forward in seconds (1 ms) + ✓ brings forward in years (1 ms) + useFormatLengthOfTime + ✓ formats time with hours, minutes, and seconds (36 ms) + ✓ formats time with minutes and seconds (33 ms) + ✓ formats time with seconds (48 ms) + +PASS src/components/connection/syncCatalog/StreamsConfigTable/useStreamsConfigTableRowProps.test.tsx + useStreamsConfigTableRowProps + ✓ should return default styles for a row that starts enabled (6 ms) + ✓ should return disabled styles for a row that starts disabled (2 ms) + ✓ should return added styles for a row that is added (2 ms) + ✓ should return removed styles for a row that is removed (2 ms) + ✓ should return updated styles for a row that is updated (3 ms) + ✓ should return added styles for a row that is both added and updated (3 ms) + +PASS src/views/Connector/ConnectorForm/components/Sections/auth/AuthButton.test.tsx + auth button + ✓ initially renders with correct message and no status message (141 ms) + ✓ after successful authentication, it renders with correct message and success message (60 ms) + ✓ renders an error if there are any auth fields with empty values (30 ms) + +PASS src/core/services/i18n/I18nProvider.test.tsx + I18nProvider + ✓ should set the react-intl locale correctly (69 ms) + ✓ should set messages for consumption via react-intl (25 ms) + ✓ should pick the browser locale if no locale is specified (6 ms) + ✓ should use the browser locale for formatting if no locale is specified (4 ms) + ✓ should allow render tags for every message (8 ms) + useI18nContext + ✓ should allow overwriting default and setting additional messages (37 ms) + ✓ should allow resetting overwrites with an empty object (6 ms) + ✓ should allow resetting overwrites with undefined (5 ms) + +PASS src/core/utils/rbac/intent.test.ts + useIntent + ✓ maps intent to query (5 ms) + ✓ intent meta property enforcement (1 ms) + applies overriding details + ✓ overrides the organizationId (2 ms) + ✓ overrides the workspaceId (3 ms) + ✓ does not override a resourceId with that of a mismatched resource (4 ms) + +PASS src/core/utils/errorStatusMessage.test.tsx + #generateMessageFromError + ✓ should return a provided error message (1 ms) + ✓ should return null if no error message and no status, or status is 0 (1 ms) + ✓ should return a validation error message if status is 400 (3 ms) + ✓ should return a 'some error' message if status is > 0 and not 400 (1 ms) + #getFailureType + ✓ should return 'error' if failure type is 'config_error' and origin is 'source' or 'destination' (1 ms) + ✓ should return 'warning' if failure type is 'config_error' and origin is not 'source' or 'destination' + ✓ should return 'warning' if failure type is not 'config_error' + #failureUiDetailsFromReason + ✓ should return correct UI details for a known error reason (1 ms) + ✓ should return correct UI details for a warning reason (1 ms) + +PASS src/components/connection/syncCatalog/utils.test.ts + compareObjectsByFields function + ✓ should return true for equal objects by the given props (3 ms) + ✓ should return false for different objects by the given props (1 ms) + ✓ should return false if any object is undefined + ✓ should return true for equal objects with nested arrays (1 ms) + ✓ should return true for objects with nested arrays of objects if they are even in different order (2 ms) + + +V0_30_22_001__Store_last_sync_state_test > testGetJobsDatabase() STARTED +PASS src/components/connection/CreateConnectionForm/SimplifiedConnectionCreation/SimplifiedSchemaQuestionnaire.test.tsx + getEnforcedDelivery + ✓ selects appendChanges when there are no replicateSource options (1 ms) + ✓ selects nothing when both replicateSource and appendChanges are empty (1 ms) + ✓ selects replicateSource when there are no appendChanges choices (1 ms) + ✓ selects the singular option when both replicateSource and appendChanges provide one option (1 ms) + ✓ selects nothing when both replicateSource and appendChanges each have one option but they differ (1 ms) + ✓ selects nothing when there are decisions to be made (1 ms) + getEnforcedIncrementOrRefresh + ✓ doesn't enforce when there are decisions to be made + ✓ selects the sole option (1 ms) + +PASS src/core/utils/rbac/rbac.test.ts + useRbac + query assembly + ✓ no permissions (7 ms) + ✓ instance admin does not need to add details to the query (6 ms) + ✓ organizationId can be provided directly (2 ms) + ✓ workspaceId can be provided directly (3 ms) + degenerate cases + ✓ throws an error when instance query includes a resourceId (645 ms) + ✓ throws an error when an workspaceId is missing (20 ms) + ✓ does throw an error when an organizationId is missing (27 ms) + +PASS src/packages/cloud/views/layout/CloudMainView/WorkspaceStatusBanner.test.tsx + WorkspaceCreditsBanner + ✓ should render credits problem banner for credits problem pre-trial (93 ms) + ✓ should render credits problem banner for credits problem during trial (10 ms) + ✓ should render credits problem banner for credits problem after trial (10 ms) + ✓ should render pre-trial banner if user's trial has not started (14 ms) + ✓ should render trial banner if user is in trial (11 ms) + ✓ should render an empty div if user is out of trial (7 ms) + +PASS src/hooks/services/Experiment/ExperimentService.test.tsx + ExperimentService + useExperiment + ✓ should return the value from the ExperimentService if provided (21 ms) + ✓ should return the defaultValue if ExperimentService provides undefined (3 ms) + ✓ should return the default value if no ExperimentService is provided (2 ms) + ✓ should rerender whenever the ExperimentService emits a new value (4 ms) + +PASS src/components/connection/syncCatalog/StreamFieldsTable/StreamFieldsTable.test.tsx + isCursor + ✓ returns true if the path matches the cursor (2 ms) + ✓ returns false if there is no cursor + ✓ returns false if the path does not match the cursor (1 ms) + isChildFieldCursor + ✓ returns true if the path is the parent of the cursor (1 ms) + ✓ returns false if there is no cursor (1 ms) + ✓ returns false if the path does not match the cursor + isPrimaryKey + ✓ returns true if the path matches any part of the primary key (1 ms) + ✓ returns false if there is no primary key (1 ms) + ✓ returns false if the path does not match any part of the primary key + isChildFieldPrimaryKey + ✓ returns true if the path is the parent of any part of the primary key (1 ms) + ✓ returns false if there is no primary key (1 ms) + ✓ returns false if the path is not the parent of any part of the primary key + + +V0_30_22_001__Store_last_sync_state_test > testGetJobsDatabase() PASSED + +V0_30_22_001__Store_last_sync_state_test > testCopyData() STARTED +PASS src/components/connection/syncCatalog/SyncCatalog/updateStreamSyncMode.test.ts + updateStreamSyncMode + ✓ updates the sync modes (1 ms) + when fieldSelection is enabled + ✓ does not add default pk or cursor for irrelevant sync modes (1 ms) + ✓ automatically selects the default cursor (1 ms) + ✓ automatically selects the composite primary key fields (1 ms) + +PASS src/components/connection/ConnectionForm/formConfig.test.ts + #useInitialFormValues + ✓ should generate initial values w/ mode: readonly (29 ms) + ✓ should generate initial values w/ mode: create (10 ms) + ✓ should generate initial values w/ mode: edit (20 ms) + ✓ should pick best sync mode in create mode (19 ms) + ✓ should not change sync mode in readonly mode (10 ms) + ✓ should not change sync mode in edit mode (21 ms) + +PASS src/core/services/analytics/AnalyticsService.test.ts + AnalyticsService + ✓ should send events to segment (2 ms) + ✓ should send version and environment for prod (1 ms) + ✓ should send version and environment for dev (1 ms) + ✓ should pass parameters to segment event + ✓ should pass context parameters to segment event (1 ms) + +PASS src/pages/connections/StreamStatusPage/LatestSyncCell.test.tsx + LastSyncCell + ✓ past sync (74 ms) + ✓ past sync without recordsLoaded (20 ms) + ✓ extracted == 0 && loaded == 0 (11 ms) + ✓ extracted > 0 && loaded == 0 (10 ms) + ✓ extracted > 0 && loaded > 0 (10 ms) + ✓ should format time elapsed (30) correctly (8 ms) + ✓ should format time elapsed (259200000) correctly (8 ms) + ✓ should format time elapsed (183600000) correctly (13 ms) + ✓ should format time elapsed (86640000) correctly (8 ms) + +PASS src/core/domain/catalog/traverseSchemaToField.test.ts + traverseSchemaToField + ✓ traverses a nested schema (1 ms) + ✓ traverses a flat schema + +PASS src/hooks/services/Modal/ModalService.test.tsx + ModalService + ✓ should open a modal on openModal (71 ms) + ✓ should close the modal with escape and emit a cancel result (51 ms) + ✓ should allow cancelling the modal from inside (181 ms) + ✓ should allow closing the button with a reason and return that reason (283 ms) + +PASS src/components/ui/SecretTextArea/SecretTextArea.test.tsx + SecretTextArea + ✓ renders textarea when there is no initial value (32 ms) + ✓ renders on hidden input when there is an initial value (26 ms) + ✓ renders disabled when disabled is set (51 ms) + ✓ renders disabled when disabled is set and with initial value (23 ms) + ✓ calls onChange handler when typing (1218 ms) + ✓ renders on textarea when clicked visibility button (95 ms) + ✓ renders on password input when clicking away from visibility area (81 ms) + +PASS src/packages/cloud/views/workspaces/WorkspacesPage/CloudWorkspacesPage.test.tsx + CloudWorkspacesPage + No Organization permission screen + ✓ should show if you're member of only one organization and fetched no workspaces (52 ms) + ✓ should show if you're member of multiple organizations and fetched no workspaces (44 ms) + ✓ organization member permissions do not supersede instance admin permissions in the check (15 ms) + ✓ should not show if you see any workspaces (e.g. as an instance admin) (11 ms) + ✓ should not show in case users can create workspaces (29 ms) + +PASS src/packages/cloud/services/thirdParty/launchdarkly/contextReducer.test.ts + contextReducer + ✓ should add a context (1 ms) + ✓ should add multiple contexts + ✓ should remove a context (1 ms) + ✓ state object has a stable reference if a duplicate context is added (1 ms) + +PASS src/components/connection/ConnectionForm/SchemaChangesBackdrop.test.tsx + SchemaChangesBackdrop + ✓ renders with breaking changes and prevents background interaction (114 ms) + ✓ does not render if there are non-breaking changes (73 ms) + ✓ does not render if there are no changes (67 ms) + ✓ does not render if schema has been refreshed (39 ms) + +PASS src/core/utils/objects.test.ts + haveSameShape + ✓ should return true for two numbers (1 ms) + ✓ should return true for two strings (1 ms) + ✓ should return true for two booleans + ✓ should return false for a number and a string + ✓ should return true for two empty arrays (1 ms) + ✓ should return true for arrays with the same shape + ✓ should return false for arrays with different lengths (1 ms) + ✓ should return false for arrays with different shapes + ✓ should return true for two empty objects (1 ms) + ✓ should return true for objects with the same shape (1 ms) + ✓ should return false for objects with different keys (1 ms) + ✓ should return true for nested structures with the same shape + ✓ should return false for nested structures with different shapes (1 ms) + ✓ should return false for an array and an object (1 ms) + ✓ should return false for an object and a number + ✓ should return false for an array and a string (7 ms) + +PASS src/components/NotificationSettingsForm/formValuesToNotificationSettings.test.ts + formValuesToNotificationSettings + ✓ converts empty notifications (28 ms) + ✓ adds slack configuration if slack notifications are enabled (1 ms) + ✓ adds customerio and slack if specified (3 ms) + +PASS src/packages/cloud/services/thirdParty/launchdarkly/contexts.test.ts + createUserContext + ✓ creates an anonymous user context (1 ms) + ✓ creates an identified user context + createLDContext + ✓ creates a workspace context + createMultiContext + ✓ creates a workspace context (1 ms) + getSingleContextsFromMulti + ✓ gets single contexts from a multi context + +PASS src/components/NotificationSettingsForm/notificationSettingsToFormValues.test.ts + notificationSettingsToFormValues + ✓ converts empty notifications (2 ms) + ✓ converts slack notifications + ✓ converts customerio notifications + +PASS src/area/connection/utils/dataTypes.test.tsx + getDataType + ✓ should translate string (2 ms) + ✓ should translate date + ✓ should translate timestamp_with_timezone (4 ms) + ✓ should translate timestamp_without_timezone (2 ms) + ✓ should translate datetime (3 ms) + ✓ should translate integer (4 ms) + ✓ should translate big_integer (6 ms) + ✓ should translate number (5 ms) + ✓ should translate big_number (1 ms) + ✓ should translate array (1 ms) + ✓ should translate object (5 ms) + ✓ should translate untyped (2 ms) + ✓ should translate union (1 ms) + ✓ should translate boolean (1 ms) + ✓ should return untyped when given no values (3 ms) + union type + ✓ should use union type if oneOf is set (1 ms) + ✓ should use union type if anyOf is set + ✓ should use union type if anyOf and oneOf is set (1 ms) + translation priority + ✓ should use airbyte_type over format or type (1 ms) + ✓ should use format over type (1 ms) + ✓ should use oneOf/anyOf over everything else (1 ms) + +PASS src/components/EntityTable/components/StateSwitchCell.test.tsx + StateSwitchCell + ✓ renders enabled switch (15 ms) + ✓ renders disabled switch when connection has `breaking` changes (6 ms) + ✓ renders disabled switch when connection is in loading state (7 ms) + +PASS src/components/connection/ConnectionHeaderControls/FormattedScheduleDataMessage.test.tsx + FormattedScheduleDataMessage + ✓ should render 'Manual' schedule type if scheduleData wasn't provided (41 ms) + ✓ should render '24 hours' schedule type (17 ms) + ✓ should render 'Cron' schedule type with humanized format (20 ms) + ✓ should NOT render anything (7 ms) + +PASS src/components/ui/StatusIcon/StatusIcon.test.tsx + + ✓ renders with title and default icon (30 ms) + ✓ renders success status (6 ms) + ✓ renders inactive status (5 ms) + ✓ renders sleep status (5 ms) + ✓ renders warning status (7 ms) + ✓ renders loading status (81 ms) + ✓ renders error status (26 ms) + ✓ renders cancelled status (5 ms) + +PASS src/core/utils/utmStorage.test.ts + utmStorage + ✓ correctly parses UTM parameters into sessionStorage (3 ms) + ✓ does ignore non utm parameters (1 ms) + ✓ does only write to sessionStorage when a utm_parameter is present (2 ms) + + +V0_30_22_001__Store_last_sync_state_test > testCopyData() PASSED +PASS src/hooks/services/FormChangeTracker/hooks.test.ts + #useUniqueFormId + ✓ should use what is passed into it (10 ms) + ✓ should generate an id like /form_/ (2 ms) + #useFormChangeTrackerService + ✓ hasFormChanges returns true when there are form changes (5 ms) + ✓ hasFormChanges returns false when there are no form changes (3 ms) + +PASS src/components/connection/ConnectionForm/ScheduleFormField/useBasicFrequencyDropdownData.test.tsx + #useBasicFrequencyDropdownData + ✓ should return only default frequencies when no additional frequency is provided (23 ms) + ✓ should return only default frequencies when additional frequency is already present (8 ms) + ✓ should include additional frequency when provided and unique (23 ms) + +PASS src/packages/cloud/views/users/InviteUsersHint/InviteUsersHint.test.tsx + InviteUsersHint + ✓ does not render by default (10 ms) + ✓ renders when `SHOW_INVITE_USERS_HINT` is set to `true` (8 ms) + ✓ opens modal when clicking on CTA by default (8 ms) + +PASS src/components/connection/ConnectionForm/preferredSyncModes.test.ts + pruneUnsupportedModes + ✓ returns all modes when they are supported (1 ms) + ✓ filters out unsupported modes + ✓ can return no modes (1 ms) + +PASS src/core/errors/components/DefaultErrorBoundary.test.tsx + DefaultErrorBoundary + ✓ should render children when no error is thrown (15 ms) + ✓ should render error view when an error is thrown (527 ms) + ✓ should log the error when it throws (172 ms) + +PASS src/components/ui/DatePicker/DatePicker.test.tsx (16.504 s) + Timezones + ✓ should always be US/Pacific (1 ms) + toEquivalentLocalTime + ✓ handles a date in the year 1 (2 ms) + ✓ handles an invalid date (1 ms) + ✓ outputs the same YYYY-MM-DDTHH:mm:ss (1 ms) + DatePicker + ✓ allows typing a date manually (1351 ms) + ✓ allows selecting a date from the datepicker (470 ms) + ✓ allows selecting a datetime from the datepicker (439 ms) + ✓ allows selecting a datetime with milliseconds from the datepicker (352 ms) + ✓ allows selecting a datetime with microseconds from the datepicker (276 ms) + ✓ focuses the input after selecting a date from the datepicker (231 ms) + + +StreamResetPersistenceTest > testCreateSameResetTwiceOnlyCreateItOnce() STARTED +PASS src/area/connection/utils/jobs.test.ts + isJobPartialSuccess + ✓ should return false if attempts is undefined (1 ms) + ✓ should return true if at least one attempt is a partial success + ✓ should return false if no attempts are a partial success (1 ms) + +PASS src/components/connection/syncCatalog/SyncCatalog/useStreamFilters.test.tsx + useStreamFilters + ✓ should return the same list if the search string is empty and hideDisabledStreams is false (5 ms) + ✓ should filter by stream name (8 ms) + ✓ should filter by disabled streams (2 ms) + ✓ should filter by both stream name and disabled streams (2 ms) + +PASS src/components/ui/Table/Table.test.tsx + + ✓ should should render the table with passed data (47 ms) + +PASS src/core/utils/numberHelper.test.tsx + #formatBytes + ✓ formats undefined as "0 Bytes" (18 ms) + ✓ formats 0 as "0 Bytes" (23 ms) + ✓ formats -1 as "0 Bytes" (2 ms) + ✓ formats 12 as "12 Bytes" (3 ms) + ✓ formats 1025 as "1 KB" (2 ms) + ✓ formats 10241 as "10 KB" (3 ms) + ✓ formats 1048577 as "1 MB" (2 ms) + ✓ formats 10485761 as "10 MB" (5 ms) + ✓ formats 1073741825 as "1 GB" (6 ms) + ✓ formats 10737418241 as "10 GB" (7 ms) + ✓ formats 1099511627777 as "1 TB" (3 ms) + ✓ formats 10995116277761 as "10 TB" (3 ms) + + +StreamResetPersistenceTest > testCreateSameResetTwiceOnlyCreateItOnce() PASSED + +StreamResetPersistenceTest > testCreateAndGetAndDeleteStreamResets() STARTED + +StreamResetPersistenceTest > testCreateAndGetAndDeleteStreamResets() PASSED +PASS src/components/ui/Markdown/Markdown.test.tsx (5.773 s) + Markdown rendering + ✓ basic markdown content (121 ms) + ✓ Details (1133 ms) + ✓ Docusaurus-style admonitions (41 ms) + ✓ Docusaurus-style tabs (73 ms) + ✓ HideInUI (34 ms) + ✓ GFM tables (19 ms) + ✓ fancy code blocks (12 ms) + preprocessing markdown strings + ✓ removes frontmatter (18 ms) + +PASS src/packages/cloud/views/billing/BillingPage/components/calculateAvailableSourcesAndDestinations.test.tsx + calculateAvailableSourcesAndDestinations + ✓ calculates a complete set of available sources and destinations (2 ms) + +PASS src/area/connection/components/JobHistoryItem/VirtualLogs.test.ts + sanitizeHtml + ✓ should return a normal logLine as it is (2 ms) + ✓ should escape HTML inside a log line (2 ms) + getMatchIndices + ✓ should return empty array if no match (14 ms) + ✓ should return an array with one match if there is a single match + ✓ should return an array with multiple matches if there are multiple matches (1 ms) + +PASS src/core/utils/dataPrivacy.test.ts + dataPrivacy + isGdprCountry() + ✓ should return true for timezones inside EU (1 ms) + ✓ should return false for non EU countries (2 ms) + +PASS src/core/utils/common.test.ts + ✓ should pass .isDefined(NaN) (1 ms) + ✓ should pass .isDefined(NaN) (1 ms) + ✓ should pass .isDefined(NaN) (1 ms) + ✓ should pass .isDefined(0) + ✓ should pass .isDefined(0) (1 ms) + ✓ should pass .isDefined(NaN) + ✓ should pass .isDefined(NaN) + ✓ should pass .isUrl(https://www.example.com) (4 ms) + ✓ should pass .isUrl(http://example.com) (1 ms) + ✓ should pass .isUrl(ftp://example.com) + ✓ should pass .isUrl(www.example.com) + ✓ should pass .isUrl(example.com) + ✓ should pass .isUrl(invalid-url) (1 ms) + ✓ should pass .isUrl(null) + ✓ should pass .isUrl(undefined) (1 ms) + ✓ should pass .isUrl() (6 ms) + +PASS src/components/ui/LoadingBackdrop/LoadingBackdrop.test.tsx + + ✓ loading backdrop is active (7 ms) + ✓ loading backdrop is not active (2 ms) + +PASS src/core/utils/cron.test.ts + humanizeCron + ✓ should return a human readable string (4 ms) + ✓ should not use 0-index days of week (1 ms) + +PASS src/components/ArrayOfObjectsEditor/components/EditorHeader.test.tsx + + edit mode + ✓ renders only relevant items for the mode (656 ms) + readonly mode + ✓ renders only relevant items for the mode (8 ms) + +PASS src/core/utils/strings.test.ts + convertSnakeToCamel + ✓ correctly convert snake case to camel case (1 ms) + +PASS src/components/ui/Spinner/Spinner.test.tsx + + ✓ should render without crash (8 ms) + +PASS src/components/forms/Form.test.tsx (29.677 s) + Form + ✓ should call onSubmit upon submission (1537 ms) + ✓ should call onSuccess upon success (320 ms) + ✓ should call onError upon error (349 ms) + reinitializeDefaultValues + ✓ does not reinitialize default values by default (71 ms) + ✓ reinitializes default values when reinitializeDefaultValues is true (65 ms) + ✓ does not reinitialize default values if the form is dirty (168 ms) + resetValues + ✓ should reset form with empty field values(default values) after submission (241 ms) + ✓ should reset form with desired field values after submission (189 ms) + ✓ should NOT reset form with empty field values(default values) after unsuccessful submission (131 ms) + +PASS src/core/errors/components/ErrorDetails.test.tsx + ErrorDetails + ✓ should render a standard error by its message (267 ms) + ✓ should render an I18nError with the correct message (83 ms) + ✓ should render a HttpProblem with documentation link (725 ms) + +PASS src/components/NotificationSettingsForm/NotificationSettingsForm.test.tsx + NotificationSettingsForm + ✓ should render (146 ms) + ✓ should display not display email toggles if the feature is disabled (48 ms) + ✓ should display display email toggles if the feature is enabled (71 ms) + ✓ calls updateNotificationSettings with the correct values (804 ms) + +PASS src/views/Connector/ConnectorDocumentationLayout/DocumentationPanel.test.ts + prepareMarkdown + ✓ should prepare markdown for cloud (1 ms) + ✓ should prepare markdown for oss + +PASS src/components/source/SelectConnector/SelectConnector.test.tsx + SelectConnector + ✓ Tracks an analytics event when a connector is selected (110 ms) + +PASS src/components/ui/TagInput/TagInput.test.tsx (6.232 s) + + ✓ renders with defaultValue (566 ms) + ✓ correctly removes a tag when user clicks its Remove button (177 ms) + delimiters and keypress events create tags + ✓ adds a tag when user types a tag and hits enter (1092 ms) + ✓ adds a tag when user types a tag and hits tab (312 ms) + ✓ adds multiple tags when a user enters a string with commas (668 ms) + ✓ adds multiple tags when a user enters a string with semicolons (439 ms) + ✓ handles a combination of methods at once (639 ms) + + +V0_32_8_001__AirbyteConfigDatabaseDenormalization_Test > testCompleteMigration() STARTED + +V0_32_8_001__AirbyteConfigDatabaseDenormalization_Test > testCompleteMigration() PASSED + +SyncOperationPersistenceTest > testList() STARTED + +SyncOperationPersistenceTest > testList() PASSED + +SyncOperationPersistenceTest > testReadWrite() STARTED + +SyncOperationPersistenceTest > testReadWrite() PASSED + +SyncOperationPersistenceTest > testReadNotExists() STARTED + +SyncOperationPersistenceTest > testReadNotExists() PASSED + +SyncOperationPersistenceTest > testDelete() STARTED + +SyncOperationPersistenceTest > testDelete() PASSED +PASS src/pages/connections/ConnectionReplicationPage/ConnectionReplicationPage.test.tsx (9.937 s) + ConnectionReplicationPage + ✓ should render (2073 ms) + ✓ should show an error if there is a schemaError (1284 ms) + ✓ should show loading if the schema is refreshing (1084 ms) + + +V0_35_14_001__AddTombstoneToActorDefinitionTest > test() STARTED + +V0_35_14_001__AddTombstoneToActorDefinitionTest > test() PASSED + +V0_35_15_001__AddReleaseStageAndReleaseDateToActorDefinition_Test > test() STARTED + +UserPersistenceTest > UserAccessTests > listWorkspaceUserAccessInfo() STARTED + +V0_35_15_001__AddReleaseStageAndReleaseDateToActorDefinition_Test > test() PASSED + +UserPersistenceTest > UserAccessTests > listWorkspaceUserAccessInfo() PASSED + +UserPersistenceTest > UserAccessTests > getUsersWithWorkspaceAccess() STARTED + +UserPersistenceTest > UserAccessTests > getUsersWithWorkspaceAccess() PASSED + +UserPersistenceTest > BasicTests > getUserByAuthIdTest() STARTED + +UserPersistenceTest > BasicTests > getUserByAuthIdTest() PASSED + +UserPersistenceTest > BasicTests > getUsersByEmailTest() STARTED + +UserPersistenceTest > BasicTests > getUsersByEmailTest() PASSED + +UserPersistenceTest > BasicTests > getUserByEmailTest() STARTED +PASS src/components/connection/CreateConnectionForm/CreateConnectionForm.test.tsx (23.692 s) + CreateConnectionForm + ✓ should render (1903 ms) + ✓ should render when loading (8 ms) + ✓ should render with an error (9 ms) + cron expression validation + ✓ should display an error for an invalid cron expression (1771 ms) + ✓ should allow cron expressions under one hour when feature enabled (1143 ms) + ✓ should not allow cron expressions under one hour when feature not enabled (1423 ms) + + +UserPersistenceTest > BasicTests > getUserByEmailTest() PASSED + +UserPersistenceTest > BasicTests > deleteUserByIdTest() STARTED + +UserPersistenceTest > BasicTests > deleteUserByIdTest() PASSED + +UserPersistenceTest > BasicTests > getUserByAuthIdFromAuthUserTableTest() STARTED + +UserPersistenceTest > BasicTests > getUserByAuthIdFromAuthUserTableTest() PASSED + +UserPersistenceTest > BasicTests > getUserByAuthIdFromUserTableTest() STARTED + +UserPersistenceTest > BasicTests > getUserByAuthIdFromUserTableTest() PASSED + +UserPersistenceTest > BasicTests > listAuthUserIdsForUserTest() STARTED + +UserPersistenceTest > BasicTests > listAuthUserIdsForUserTest() PASSED + +UserPersistenceTest > BasicTests > getUserByIdTest() STARTED + +UserPersistenceTest > BasicTests > getUserByIdTest() PASSED + +V0_35_1_001__RemoveForeignKeyFromActorOauth_Test > testCompleteMigration() STARTED + +V0_35_1_001__RemoveForeignKeyFromActorOauth_Test > testCompleteMigration() PASSED + +WorkspaceFilterTest > Should return a list of active workspace IDs with most recently running jobs STARTED + +WorkspaceFilterTest > Should return a list of active workspace IDs with most recently running jobs PASSED + +V0_35_26_001__PersistDiscoveredCatalogTest > test() STARTED + +V0_35_26_001__PersistDiscoveredCatalogTest > test() PASSED + +V0_35_28_001__AddActorCatalogMetadataColumnsTest > test() STARTED + +V0_35_28_001__AddActorCatalogMetadataColumnsTest > test() PASSED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [1] GENERALLY_AVAILABLE, GENERALLY_AVAILABLE, false STARTED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [1] GENERALLY_AVAILABLE, GENERALLY_AVAILABLE, false PASSED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [2] ALPHA, GENERALLY_AVAILABLE, true STARTED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [2] ALPHA, GENERALLY_AVAILABLE, true PASSED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [3] GENERALLY_AVAILABLE, BETA, true STARTED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [3] GENERALLY_AVAILABLE, BETA, true PASSED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [4] CUSTOM, CUSTOM, false STARTED + +WorkspacePersistenceTest > testWorkspaceHasAlphaOrBetaConnector(ReleaseStage, ReleaseStage, boolean) > [4] CUSTOM, CUSTOM, false PASSED + +WorkspacePersistenceTest > testWorkspaceWithFalseTombstone() STARTED + +WorkspacePersistenceTest > testWorkspaceWithFalseTombstone() PASSED + +WorkspacePersistenceTest > testListWorkspacesInOrgWithKeyword() STARTED + +WorkspacePersistenceTest > testListWorkspacesInOrgWithKeyword() PASSED + +WorkspacePersistenceTest > testListWorkspacesByUserIdWithKeywordWithPagination() STARTED + +WorkspacePersistenceTest > testListWorkspacesByUserIdWithKeywordWithPagination() PASSED + +WorkspacePersistenceTest > testUpdateFeedback() STARTED + +WorkspacePersistenceTest > testUpdateFeedback() PASSED + +WorkspacePersistenceTest > testListWorkspacesInOrgNoKeyword() STARTED + +WorkspacePersistenceTest > testListWorkspacesInOrgNoKeyword() PASSED + +WorkspacePersistenceTest > testListWorkspacesInOrgWithPagination() STARTED + +WorkspacePersistenceTest > testListWorkspacesInOrgWithPagination() PASSED + +WorkspacePersistenceTest > testWorkspaceWithNullTombstone() STARTED + +WorkspacePersistenceTest > testWorkspaceWithNullTombstone() PASSED + +WorkspacePersistenceTest > testGetDefaultWorkspaceForOrganization() STARTED + +WorkspacePersistenceTest > testGetDefaultWorkspaceForOrganization() PASSED + +WorkspacePersistenceTest > testWorkspaceWithTrueTombstone() STARTED +PASS src/pages/connections/ConnectionSettingsPage/ConnectionSettingsPage.test.tsx (32.17 s) + ConnectionSettingsPage + cron expression validation + ✓ should display an error for an invalid cron expression (2714 ms) + ✓ should allow cron expressions under one hour when feature enabled (1519 ms) + ✓ should not allow cron expressions under one hour when feature not enabled (1812 ms) + + +WorkspacePersistenceTest > testWorkspaceWithTrueTombstone() PASSED + +WorkspacePersistenceTest > testListWorkspacesByUserIdWithoutKeywordWithoutPagination() STARTED + +WorkspacePersistenceTest > testListWorkspacesByUserIdWithoutKeywordWithoutPagination() PASSED + +WorkspacePersistenceTest > getInitialSetupComplete(boolean) > [1] true STARTED + +WorkspacePersistenceTest > getInitialSetupComplete(boolean) > [1] true PASSED + +WorkspacePersistenceTest > getInitialSetupComplete(boolean) > [2] false STARTED + +WorkspacePersistenceTest > getInitialSetupComplete(boolean) > [2] false PASSED + +WorkspacePersistenceTest > testGetWorkspace() STARTED + +WorkspacePersistenceTest > testGetWorkspace() PASSED + +V0_35_3_001__DropAirbyteConfigsTableTest > test() STARTED + +V0_35_3_001__DropAirbyteConfigsTableTest > test() PASSED + +ActorDefinitionVersionResolverTest > testReturnsEmptyOptionalIfNoVersionFoundInDbOrRemote() STARTED + +ActorDefinitionVersionResolverTest > testReturnsEmptyOptionalIfNoVersionFoundInDbOrRemote() PASSED + +ActorDefinitionVersionResolverTest > testResolveVersionFromRemoteIfNotInDB() STARTED + +ActorDefinitionVersionResolverTest > testResolveVersionFromRemoteIfNotInDB() PASSED + +ActorDefinitionVersionResolverTest > testResolveVersionFromDB() STARTED + +ActorDefinitionVersionResolverTest > testResolveVersionFromDB() PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionNoOverride() STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionNoOverride() PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverrideNoActor(String) > [1] user STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverrideNoActor(String) > [1] user PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverrideNoActor(String) > [2] breaking_change STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverrideNoActor(String) > [2] breaking_change PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverride(String) > [1] user STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverride(String) > [1] user PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverride(String) > [2] breaking_change STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testGetVersionWithOverride(String) > [2] breaking_change PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testThrowsIfVersionIdDoesNotExist() STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testThrowsIfVersionIdDoesNotExist() PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testBCPinIntegrityMetricsEmitted(Boolean) > [1] true STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testBCPinIntegrityMetricsEmitted(Boolean) > [1] true PASSED + +ConfigurationDefinitionVersionOverrideProviderTest > testBCPinIntegrityMetricsEmitted(Boolean) > [2] false STARTED + +ConfigurationDefinitionVersionOverrideProviderTest > testBCPinIntegrityMetricsEmitted(Boolean) > [2] false PASSED + +V0_35_59_001__AddPublicToActorDefinitionTest > test() STARTED + +V0_35_59_001__AddPublicToActorDefinitionTest > test() PASSED + +V0_35_59_002__AddActorDefinitionWorkspaceGrantTableTest > test() STARTED + +V0_35_59_002__AddActorDefinitionWorkspaceGrantTableTest > test() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +StreamGenerationRepositoryTest > test db insertion() STARTED + +V0_35_59_003__AddCustomToActorDefinitionTest > test() STARTED + +StreamGenerationRepositoryTest > test db insertion() PASSED + +StreamGenerationRepositoryTest > delete by connection id() STARTED + +StreamGenerationRepositoryTest > delete by connection id() PASSED + +StreamGenerationRepositoryTest > find by connection id and stream name() STARTED + +StreamGenerationRepositoryTest > find by connection id and stream name() PASSED + +V0_35_59_003__AddCustomToActorDefinitionTest > test() PASSED + +V0_39_17_001__AddStreamDescriptorsToStateTableTest > testUniquenessConstraint() STARTED + +StreamRefreshesRepositoryTest > test db insertion() STARTED + +V0_39_17_001__AddStreamDescriptorsToStateTableTest > testUniquenessConstraint() PASSED + +V0_39_17_001__AddStreamDescriptorsToStateTableTest > testSimpleMigration() STARTED + +StreamRefreshesRepositoryTest > test db insertion() PASSED + +StreamRefreshesRepositoryTest > delete by connection id() STARTED + +StreamRefreshesRepositoryTest > delete by connection id() PASSED + +StreamRefreshesRepositoryTest > delete by connection id and stream name and namespace() STARTED + +StreamRefreshesRepositoryTest > delete by connection id and stream name and namespace() PASSED + +StreamRefreshesRepositoryTest > saveStreamsToRefresh generates the expected save call() STARTED + +StreamRefreshesRepositoryTest > saveStreamsToRefresh generates the expected save call() PASSED + +StreamRefreshesRepositoryTest > find by connection id() STARTED + +StreamRefreshesRepositoryTest > find by connection id() PASSED + +CatalogGenerationSetterTest > test that truncation are properly requested() STARTED + +CatalogGenerationSetterTest > test that truncation are properly requested() PASSED + +CatalogGenerationSetterTest > test that min gen is 0 for full refresh overwrite() STARTED + +CatalogGenerationSetterTest > test that min gen is 0 for full refresh overwrite() PASSED + +CatalogGenerationSetterTest > test that min gen is current gen for clear() STARTED + +CatalogGenerationSetterTest > test that min gen is current gen for clear() PASSED + +CatalogGenerationSetterTest > test that no refresh truncation is performed if there is no refresh() STARTED + +CatalogGenerationSetterTest > test that no refresh truncation is performed if there is no refresh() PASSED + +CatalogGenerationSetterTest > test that min gen is 0 for merge() STARTED + +CatalogGenerationSetterTest > test that min gen is 0 for merge() PASSED + +CatalogGenerationSetterTest > test that truncation are properly requested when partial() STARTED + +CatalogGenerationSetterTest > test that truncation are properly requested when partial() PASSED + +GenerationBumperTest > increase the generation properly() STARTED + +GenerationBumperTest > increase the generation properly() PASSED + +GenerationBumperTest > increase the generation properly for full refresh stream() STARTED + +GenerationBumperTest > increase the generation properly for full refresh stream() PASSED + +GenerationBumperTest > increase the generation properly if generation is missing() STARTED + +GenerationBumperTest > increase the generation properly if generation is missing() PASSED + +V0_39_17_001__AddStreamDescriptorsToStateTableTest > testSimpleMigration() PASSED +:airbyte-config:config-persistence:jacocoTestReport +:airbyte-config:config-persistence:check +:airbyte-config:config-persistence:build + +V0_40_18_002__AddActorDefinitionNormalizationAndDbtColumnsTest > test() STARTED + +V0_40_18_002__AddActorDefinitionNormalizationAndDbtColumnsTest > test() PASSED + +V0_40_3_002__RemoveActorForeignKeyFromOauthParamsTableTest > test() STARTED + +V0_40_3_002__RemoveActorForeignKeyFromOauthParamsTableTest > test() PASSED + +V0_44_5_004__BackFillNotificationSettingsColumnTest > testMigrateEmptyValues() STARTED + +V0_44_5_004__BackFillNotificationSettingsColumnTest > testMigrateEmptyValues() PASSED + +V0_44_5_004__BackFillNotificationSettingsColumnTest > testMigrateSlackConfigs() STARTED + +V0_44_5_004__BackFillNotificationSettingsColumnTest > testMigrateSlackConfigs() PASSED + +V0_50_16_002__RemoveInvalidSourceStripeCatalogTest > testRemoveInvalidSourceStripeCatalog() STARTED + +V0_50_16_002__RemoveInvalidSourceStripeCatalogTest > testRemoveInvalidSourceStripeCatalog() PASSED + +V0_50_19_001__CreateDefaultOrganizationAndUserTest > testMigrationExistingWorkspace(Boolean) > [1] true STARTED + +V0_50_19_001__CreateDefaultOrganizationAndUserTest > testMigrationExistingWorkspace(Boolean) > [1] true PASSED + +V0_50_19_001__CreateDefaultOrganizationAndUserTest > testMigrationExistingWorkspace(Boolean) > [2] false STARTED + +V0_50_19_001__CreateDefaultOrganizationAndUserTest > testMigrationExistingWorkspace(Boolean) > [2] false PASSED + +V0_50_19_001__CreateDefaultOrganizationAndUserTest > testMigrationBlankDatabase() STARTED + +V0_50_19_001__CreateDefaultOrganizationAndUserTest > testMigrationBlankDatabase() PASSED + +V0_50_1_001__NotificationSettingsBackfillTest > testMigrateEmptyValues() STARTED + +V0_50_1_001__NotificationSettingsBackfillTest > testMigrateEmptyValues() PASSED + +V0_50_1_001__NotificationSettingsBackfillTest > testMigrateSlackConfigs() STARTED + +V0_50_1_001__NotificationSettingsBackfillTest > testMigrateSlackConfigs() PASSED + +V0_50_21_001__BackfillActorDefaultVersionAndSetNonNullTest > testBackFillActorDefaultVersionId() STARTED + +V0_50_21_001__BackfillActorDefaultVersionAndSetNonNullTest > testBackFillActorDefaultVersionId() PASSED + +V0_50_21_001__BackfillActorDefaultVersionAndSetNonNullTest > testActorDefaultVersionIdIsNotNull() STARTED + +V0_50_21_001__BackfillActorDefaultVersionAndSetNonNullTest > testActorDefaultVersionIdIsNotNull() PASSED + +V0_50_23_002__SetBreakingChangesMessageColumnToClobTypeTest > testInsertThrowsBeforeMigration() STARTED + +V0_50_23_002__SetBreakingChangesMessageColumnToClobTypeTest > testInsertThrowsBeforeMigration() PASSED + +V0_50_23_002__SetBreakingChangesMessageColumnToClobTypeTest > testInsertSucceedsAfterMigration() STARTED + +V0_50_23_002__SetBreakingChangesMessageColumnToClobTypeTest > testInsertSucceedsAfterMigration() PASSED + +V0_50_23_003__AddSupportLevelToActorDefinitionVersionTest > test() STARTED + +V0_50_23_003__AddSupportLevelToActorDefinitionVersionTest > test() PASSED + +V0_50_23_004__NaivelyBackfillSupportLevelForActorDefitionVersionTest > testNoDefaultSupportLevel() STARTED +PASS src/views/Connector/ConnectorForm/ConnectorForm.test.tsx (82.616 s) + Connector form + should display json schema specs + ✓ should display general components: submit button, name and serviceType fields (996 ms) + ✓ should display text input field (638 ms) + ✓ should display number input field (560 ms) + ✓ should display secret input field (541 ms) + ✓ should display textarea field (475 ms) + ✓ should display oneOf field (496 ms) + ✓ should display array of simple entity field (473 ms) + ✓ should display array with items list field (484 ms) + ✓ should display array of objects field (461 ms) + filling service form + ✓ should render optional field hidden, but allow to open and edit (2443 ms) + ✓ should always render always_show optional field, but not require it (1616 ms) + ✓ should not render entire optional object and oneOf fields as hidden, but render the optional sub-fields as hidden (5419 ms) + ✓ should load optional fields' default values in collapsed fields (1381 ms) + ✓ should auto-expand optional sections containing a field with an existing non-default value (1397 ms) + ✓ should allow nested one ofs (4195 ms) + ✓ should not submit with failed validation (1725 ms) + ✓ should cast existing data, throwing away unknown properties and cast existing ones (1620 ms) + ✓ should fill password (1873 ms) + ✓ should change password (1567 ms) + ✓ should fill right values in array of simple entity field (2215 ms) + ✓ should extend right values in array of simple entity field (1740 ms) + ✓ should fill right values in array with items list field (1662 ms) + ✓ should add values in array with items list field (1430 ms) + ✓ change oneOf field value (1742 ms) + ✓ should fill right values oneOf field (1813 ms) + ✓ should change value in existing oneOf (1404 ms) + ✓ should fill right values in array of objects field (5140 ms) + ✓ should extend values in array of objects field (3674 ms) + oauth flow + ✓ should render regular inputs for auth fields (453 ms) + ✓ should render the oauth button (470 ms) + ✓ should insert values correctly and submit them (544 ms) + ✓ should render reauthenticate message if there are form values already (459 ms) + ✓ should hide the oauth button when switching auth strategy (548 ms) + ✓ should render the oauth button on the top level (473 ms) + +Test Suites: 83 passed, 83 total +Tests: 734 passed, 734 total +Snapshots: 26 passed, 26 total +Time: 85.27 s +:airbyte-webapp:unusedCode + +V0_50_23_004__NaivelyBackfillSupportLevelForActorDefitionVersionTest > testNoDefaultSupportLevel() PASSED + +V0_50_23_004__NaivelyBackfillSupportLevelForActorDefitionVersionTest > testBackfillSupportLevel() STARTED + +V0_50_23_004__NaivelyBackfillSupportLevelForActorDefitionVersionTest > testBackfillSupportLevel() PASSED + +> airbyte-webapp@ unused-code /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> knip --production --reporter markdown || { echo '[^] The above files and dependencies are not used within the code base. Please delete them or explicitly ignore them in knip.jsonc.'; exit 1; } + +The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details. +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + +🔨 Use build hash -dev- + +📃 Connector docs are served remotely from GitHub. +📃 To work with local docs checkout https://github.com/airbytehq/airbyte next to your airbyte-platform or airbyte-platform-internal folder. + + +V0_50_24_002__BackfillBreakingChangeNotificationSettingsTest > testBackfillBreakingChangeNotificationSettings() STARTED + +V0_50_24_002__BackfillBreakingChangeNotificationSettingsTest > testBackfillBreakingChangeNotificationSettings() PASSED + +V0_50_24_004__AddAndEnforceUniqueConstraintInADVTableTest > testMigrate() STARTED +# Knip report + +:airbyte-webapp:validateLock + +> airbyte-webapp@ validate-lock /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> node ./scripts/validate-lock-files.js + + +V0_50_24_004__AddAndEnforceUniqueConstraintInADVTableTest > testMigrate() PASSED +Lock file validation successful. +:airbyte-webapp:check +:airbyte-webapp:build + +V0_50_24_007__AddUniqueConstraintInUserTableTest > testMigrate() STARTED + +V0_50_24_007__AddUniqueConstraintInUserTableTest > testMigrate() PASSED + +V0_50_33_003__ConstraintPreventMultiplePermissionsForSameResourceTest > testAfterMigrate() STARTED + +V0_50_33_003__ConstraintPreventMultiplePermissionsForSameResourceTest > testAfterMigrate() PASSED + +V0_50_33_003__ConstraintPreventMultiplePermissionsForSameResourceTest > testBeforeMigrate() STARTED + +V0_50_33_003__ConstraintPreventMultiplePermissionsForSameResourceTest > testBeforeMigrate() PASSED + +V0_50_33_005__CreateInstanceAdminPermissionForDefaultUser_Test > testMigrationDefaultState() STARTED + +V0_50_33_005__CreateInstanceAdminPermissionForDefaultUser_Test > testMigrationDefaultState() PASSED + +V0_50_33_005__CreateInstanceAdminPermissionForDefaultUser_Test > testMigrationNoDefaultUser() STARTED + +V0_50_33_005__CreateInstanceAdminPermissionForDefaultUser_Test > testMigrationNoDefaultUser() PASSED + +V0_50_33_005__CreateInstanceAdminPermissionForDefaultUser_Test > testMigrationAlreadyInstanceAdmin() STARTED + +V0_50_33_005__CreateInstanceAdminPermissionForDefaultUser_Test > testMigrationAlreadyInstanceAdmin() PASSED + +V0_50_33_014__AddScopedConfigurationTableTest > test() STARTED + +V0_50_33_014__AddScopedConfigurationTableTest > test() PASSED + +V0_50_33_016__AddIconUrlToActorDefinitionTest > test() STARTED + +V0_50_33_016__AddIconUrlToActorDefinitionTest > test() PASSED + +V0_50_41_002__AddAuthUsersTableTest > testPopulateAuthUsersTable() STARTED + +V0_50_41_002__AddAuthUsersTableTest > testPopulateAuthUsersTable() PASSED + +V0_50_41_004__AddDeadlineColumnToWorkloadTest > test() STARTED + +V0_50_41_004__AddDeadlineColumnToWorkloadTest > test() PASSED + +V0_50_41_006__AlterSupportLevelAddArchivedTest > testArchivedConnectorVersion() STARTED + +V0_50_41_006__AlterSupportLevelAddArchivedTest > testArchivedConnectorVersion() PASSED + +V0_50_41_009__AddBreakingChangeConfigOriginTest > testBreakingChangeOriginScopedConfig() STARTED + +V0_50_41_009__AddBreakingChangeConfigOriginTest > testBreakingChangeOriginScopedConfig() PASSED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [1] 3.1.0, [], null STARTED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [1] 3.1.0, [], null PASSED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [2] 0.1.0, [], 1.0.0 STARTED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [2] 0.1.0, [], 1.0.0 PASSED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [3] 1.0.0, [], 2.0.0 STARTED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [3] 1.0.0, [], 2.0.0 PASSED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [4] 1.0.0, [ACTOR], null STARTED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [4] 1.0.0, [ACTOR], null PASSED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [5] 1.0.0, [WORKSPACE], null STARTED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [5] 1.0.0, [WORKSPACE], null PASSED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [6] 1.0.0, [ORGANIZATION], null STARTED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [6] 1.0.0, [ORGANIZATION], null PASSED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [7] 1.0.0, [ACTOR, WORKSPACE, ORGANIZATION], null STARTED + +V0_50_41_012__BreakingChangePinDataMigrationTest > testBreakingChangeOriginScopedConfig(String, List, String) > [7] 1.0.0, [ACTOR, WORKSPACE, ORGANIZATION], null PASSED + +V0_50_5_001__CreateOrganizationTableTest > test() STARTED + +V0_50_5_001__CreateOrganizationTableTest > test() PASSED + +V0_50_5_002__AddOrganizationColumnToWorkspaceTableTest > test() STARTED + +V0_50_5_002__AddOrganizationColumnToWorkspaceTableTest > test() PASSED + +V0_50_5_003__NotificationSettingsSendOnFailureBackfillTest > testBackfillCustomerIoValues() STARTED + +V0_50_5_003__NotificationSettingsSendOnFailureBackfillTest > testBackfillCustomerIoValues() PASSED + +V0_50_5_003__NotificationSettingsSendOnFailureBackfillTest > testKeepCustomerIoValues() STARTED + +V0_50_5_003__NotificationSettingsSendOnFailureBackfillTest > testKeepCustomerIoValues() PASSED + +V0_50_5_004__AddActorDefinitionBreakingChangeTest > test() STARTED + +V0_50_5_004__AddActorDefinitionBreakingChangeTest > test() PASSED + +V0_50_5_005__AddScopeToActorDefinitionWorkspaceGrantTableTest > testUniquenessConstraint() STARTED + +V0_50_5_005__AddScopeToActorDefinitionWorkspaceGrantTableTest > testUniquenessConstraint() PASSED + +V0_50_5_005__AddScopeToActorDefinitionWorkspaceGrantTableTest > testSimpleMigration() STARTED + +V0_50_5_005__AddScopeToActorDefinitionWorkspaceGrantTableTest > testSimpleMigration() PASSED + +V0_50_6_002__AddDefaultVersionIdToActorTest > test() STARTED + +V0_50_6_002__AddDefaultVersionIdToActorTest > test() PASSED + +V0_50_7_001__AddSupportStateToActorDefinitionVersionTest > test() STARTED + +V0_50_7_001__AddSupportStateToActorDefinitionVersionTest > test() PASSED + +V0_55_1_002__AddGenerationTableTest > test() STARTED + +V0_55_1_002__AddGenerationTableTest > test() PASSED + +V0_55_1_003__EditRefreshTableTest > test() STARTED + +V0_55_1_003__EditRefreshTableTest > test() PASSED + +V0_55_1_004__EnforceOrgsEverywhereTest > test() STARTED + +V0_55_1_004__EnforceOrgsEverywhereTest > test() PASSED + +V0_57_4_001__AddRefreshSupportTest > testSupportRefreshes() STARTED + +V0_57_4_001__AddRefreshSupportTest > testSupportRefreshes() PASSED + +V0_57_4_004__AddDeclarativeManifestImageVersionTableTest > test() STARTED + +V0_57_4_004__AddDeclarativeManifestImageVersionTableTest > test() PASSED + +V0_57_4_006__AddCdkVersionLastModifiedToActorDefVersionTest > addMetricsToActorDefinition() STARTED + +V0_57_4_006__AddCdkVersionLastModifiedToActorDefVersionTest > addMetricsToActorDefinition() PASSED + +V0_57_4_006__AddCdkVersionLastModifiedToActorDefVersionTest > addLastPublishedToActorDefinitionVersion() STARTED + +V0_57_4_006__AddCdkVersionLastModifiedToActorDefVersionTest > addLastPublishedToActorDefinitionVersion() PASSED + +V0_57_4_006__AddCdkVersionLastModifiedToActorDefVersionTest > addCdkVersionToActorDefinitionVersion() STARTED + +V0_57_4_006__AddCdkVersionLastModifiedToActorDefVersionTest > addCdkVersionToActorDefinitionVersion() PASSED + +MigrationDevHelperTest > testGetNextMigrationVersion() STARTED + +MigrationDevHelperTest > testGetNextMigrationVersion() PASSED + +MigrationDevHelperTest > testFormatAirbyteVersion() STARTED + +MigrationDevHelperTest > testFormatAirbyteVersion() PASSED + +MigrationDevHelperTest > testGetMigrationId() STARTED + +MigrationDevHelperTest > testGetMigrationId() PASSED + +MigrationDevHelperTest > testGetCurrentAirbyteVersion() STARTED + +MigrationDevHelperTest > testGetCurrentAirbyteVersion() PASSED + +MigrationDevHelperTest > testGetAirbyteVersion() STARTED + +MigrationDevHelperTest > testGetAirbyteVersion() PASSED + +JobsDatabaseMigrationDevCenterTest > testSchemaDump() STARTED + +JobsDatabaseMigrationDevCenterTest > testSchemaDump() PASSED + +JobsDatabaseMigratorTest > dumpSchema() STARTED + +JobsDatabaseMigratorTest > dumpSchema() PASSED + +V0_35_40_001_MigrateFailureReasonEnumValues_Test > test() STARTED + +V0_35_40_001_MigrateFailureReasonEnumValues_Test > test() PASSED + +V0_35_5_001__Add_failureSummary_col_to_AttemptsTest > test() STARTED + +V0_35_5_001__Add_failureSummary_col_to_AttemptsTest > test() PASSED + +V0_57_2_002__AddRateLimitedEnumAndMetadataColToStreamStatusesTest > test() STARTED + +V0_57_2_002__AddRateLimitedEnumAndMetadataColToStreamStatusesTest > test() PASSED + +ToysDatabaseMigratorTest > testMigration() STARTED + +ToysDatabaseMigratorTest > testMigration() PASSED +:airbyte-db:db-lib:jacocoTestReport +:airbyte-db:db-lib:check +:airbyte-db:db-lib:build + +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.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. + +BUILD SUCCESSFUL in 12m 57s +1779 actionable tasks: 412 executed, 801 from cache, 566 up-to-date + +Publishing build scan... +https://gradle.com/s/yg2534njxulmu + +S3 cache 08:22 wasted (08:07 wasted on hits, 15s wasted on misses), reads: 1690, hits: 1586, elapsed: 03:39, received: 75 MiB +S3 cache writes: 104, elapsed: 44s, sent to cache: 20 MiB +:buildSrc:extractPluginRequests UP-TO-DATE +:buildSrc:generatePluginAdapters UP-TO-DATE +:buildSrc:compileJava UP-TO-DATE +:buildSrc:compileGroovy UP-TO-DATE +:buildSrc:compileGroovyPlugins UP-TO-DATE +:buildSrc:pluginDescriptors UP-TO-DATE +:buildSrc:processResources UP-TO-DATE +:buildSrc:classes UP-TO-DATE +:buildSrc:jar UP-TO-DATE +Transforming main (project :buildSrc) with InstrumentationAnalysisTransform +Transforming main (project :buildSrc) with InstrumentationAnalysisTransform +Transforming buildSrc.jar (project :buildSrc) with ProjectDependencyInstrumentingArtifactTransform +:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors + +:airbyte-api:checkKotlinGradlePluginConfigurationErrors:airbyte-api:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors + +:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons:checkKotlinGradlePluginConfigurationErrors:airbyte-commons:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors + +:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors + +:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors + +:airbyte-db:db-lib:processResources:airbyte-db:db-lib:processResources + +:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons:compileKotlin:airbyte-commons:compileKotlin + +:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors + +:airbyte-api:genAirbyteApiProblems:airbyte-api:genAirbyteApiProblems + +:airbyte-featureflag:kspKotlin:airbyte-featureflag:kspKotlin + +:airbyte-analytics:generatePomFileForPublishPublication:airbyte-analytics:generatePomFileForPublishPublication + +:airbyte-db:db-lib:processResources :airbyte-db:db-lib:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors + +:airbyte-api-server:checkKotlinGradlePluginConfigurationErrors:airbyte-api-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-api-server:generatePomFileForPublishPublication:airbyte-api-server:generatePomFileForPublishPublication + +:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors + +:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors + +:airbyte-data:checkKotlinGradlePluginConfigurationErrors:airbyte-data:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-protocol:processResources :airbyte-commons-protocol:processResources NO-SOURCENO-SOURCE + +:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors + +:airbyte-notification:checkKotlinGradlePluginConfigurationErrors:airbyte-notification:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors + +:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors + +:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors + +:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors + +:airbyte-bootloader:processResources:airbyte-bootloader:processResources + +:airbyte-commons-auth:generatePomFileForPublishPublication:airbyte-commons-auth:generatePomFileForPublishPublication + +:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-converters:processResources :airbyte-commons-converters:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-converters:generatePomFileForPublishPublication:airbyte-commons-converters:generatePomFileForPublishPublication + +:airbyte-bootloader:processResources :airbyte-bootloader:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-api:genAirbyteApiProblems :airbyte-api:genAirbyteApiProblems UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:generatePomFileForPublishPublication:airbyte-bootloader:generatePomFileForPublishPublication + +:airbyte-api:genApiClient :airbyte-api:genApiClient UP-TO-DATEUP-TO-DATE + +:airbyte-api:genApiServer2:airbyte-api:genApiServer2 + +:airbyte-featureflag:kspKotlin :airbyte-featureflag:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:compileKotlin :airbyte-featureflag:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:compileJava :airbyte-featureflag:compileJava NO-SOURCENO-SOURCE + +:airbyte-commons-license:processResources :airbyte-commons-license:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-license:generatePomFileForPublishPublication:airbyte-commons-license:generatePomFileForPublishPublication + +:airbyte-api:genApiServer2 :airbyte-api:genApiServer2 UP-TO-DATEUP-TO-DATE + +:airbyte-api:genConnectorBuilderServerApiClient :airbyte-api:genConnectorBuilderServerApiClient UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateAirbyteApiServer2 :airbyte-api:generateAirbyteApiServer2 UP-TO-DATEUP-TO-DATE + +:airbyte-api:generatePublicApiServer:airbyte-api:generatePublicApiServer + +:airbyte-commons:compileKotlin :airbyte-commons:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons:compileJava :airbyte-commons:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:generatePomFileForPublishPublication:airbyte-commons-micronaut:generatePomFileForPublishPublication + +:airbyte-api:generatePublicApiServer :airbyte-api:generatePublicApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-json-validation:compileKotlin :airbyte-json-validation:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-json-validation:compileJava :airbyte-json-validation:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:kspKotlin:airbyte-config:config-models:kspKotlin + +:airbyte-commons:downloadSpecSecretMask:airbyte-commons:downloadSpecSecretMask + +:airbyte-api:generateAirbyteApiServer:airbyte-api:generateAirbyteApiServer + +:airbyte-commons-protocol:compileKotlin:airbyte-commons-protocol:compileKotlin + +Download https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yamlDownload https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yaml + +:airbyte-commons-protocol:compileKotlin :airbyte-commons-protocol:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-protocol:compileJava:airbyte-commons-protocol:compileJava + +:airbyte-api:generateAirbyteApiServer :airbyte-api:generateAirbyteApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateApiDocs :airbyte-api:generateApiDocs UP-TO-DATEUP-TO-DATE + +:airbyte-api:generateApiServer:airbyte-api:generateApiServer + +:airbyte-commons-protocol:compileJava :airbyte-commons-protocol:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:classes :airbyte-commons-protocol:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:jar :airbyte-commons-protocol:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons:generatePomFileForPublishPublication:airbyte-commons:generatePomFileForPublishPublication + +:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-micronaut-security:compileKotlin :airbyte-commons-micronaut-security:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-micronaut-security:compileJava:airbyte-commons-micronaut-security:compileJava + +:airbyte-commons:downloadSpecSecretMask :airbyte-commons:downloadSpecSecretMask UP-TO-DATEUP-TO-DATE + +:airbyte-commons:processResources :airbyte-commons:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons:classes :airbyte-commons:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons:jar :airbyte-commons:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons:generateMetadataFileForPublishPublication:airbyte-commons:generateMetadataFileForPublishPublication + +:airbyte-api:generateApiServer :airbyte-api:generateApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-commons-protocol:generateMetadataFileForPublishPublication:airbyte-commons-protocol:generateMetadataFileForPublishPublication + +:airbyte-commons-micronaut-security:compileJava :airbyte-commons-micronaut-security:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut-security:processResources:airbyte-commons-micronaut-security:processResources + +:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-micronaut-security:processResources :airbyte-commons-micronaut-security:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-micronaut-security:classes :airbyte-commons-micronaut-security:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut-security:jar:airbyte-commons-micronaut-security:jar + +:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-micronaut-security:jar :airbyte-commons-micronaut-security:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut-security:generateMetadataFileForPublishPublication:airbyte-commons-micronaut-security:generateMetadataFileForPublishPublication + +:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors + +:airbyte-worker-models:processResources :airbyte-worker-models:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons:publishPublishPublicationToCloudrepoRepository:airbyte-commons:publishPublishPublicationToCloudrepoRepository + +:airbyte-worker-models:generateJsonSchema2Pojo :airbyte-worker-models:generateJsonSchema2Pojo UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-server:generatePomFileForPublishPublication:airbyte-commons-server:generatePomFileForPublishPublication + +:airbyte-commons-protocol:generatePomFileForPublishPublication:airbyte-commons-protocol:generatePomFileForPublishPublication + +:airbyte-commons-temporal:processResources :airbyte-commons-temporal:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:generatePomFileForPublishPublication:airbyte-commons-temporal:generatePomFileForPublishPublication + +:airbyte-commons-temporal-core:generatePomFileForPublishPublication:airbyte-commons-temporal-core:generatePomFileForPublishPublication + +:airbyte-commons-with-dependencies:processResources :airbyte-commons-with-dependencies:processResources NO-SOURCENO-SOURCE + +:airbyte-commons-with-dependencies:generatePomFileForPublishPublication:airbyte-commons-with-dependencies:generatePomFileForPublishPublication + +:airbyte-config:config-models:kspKotlin :airbyte-config:config-models:kspKotlin FROM-CACHEFROM-CACHE + +:airbyte-config:config-models:processResources :airbyte-config:config-models:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:generateJsonSchema2Pojo :airbyte-config:config-models:generateJsonSchema2Pojo UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:compileKotlin :airbyte-config:config-models:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:compileJava :airbyte-config:config-models:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-db:db-lib:compileKotlin :airbyte-db:db-lib:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-db:db-lib:compileJava :airbyte-db:db-lib:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:classes :airbyte-config:config-models:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-models:jar :airbyte-config:config-models:jar UP-TO-DATEUP-TO-DATE + +:airbyte-db:db-lib:classes :airbyte-db:db-lib:classes UP-TO-DATEUP-TO-DATE + +:airbyte-db:db-lib:jar :airbyte-db:db-lib:jar UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:generateConfigsDatabaseJooq :airbyte-db:jooq:generateConfigsDatabaseJooq UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:generateJobsDatabaseJooq :airbyte-db:jooq:generateJobsDatabaseJooq UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:compileKotlin :airbyte-db:jooq:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-db:jooq:compileJava :airbyte-db:jooq:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:kspKotlin :airbyte-metrics:metrics-lib:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:compileKotlin :airbyte-metrics:metrics-lib:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:compileJava :airbyte-metrics:metrics-lib:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:kspKotlin :airbyte-commons-micronaut:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:compileKotlin :airbyte-commons-micronaut:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:compileJava :airbyte-commons-micronaut:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:kspKotlin :airbyte-commons-auth:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:compileKotlin :airbyte-commons-auth:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:compileJava :airbyte-commons-auth:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:compileKotlin :airbyte-commons-license:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-license:compileJava :airbyte-commons-license:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:kspKotlin :airbyte-config:config-secrets:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileKotlin :airbyte-config:config-secrets:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileJava :airbyte-config:config-secrets:compileJava NO-SOURCENO-SOURCE + +:airbyte-data:kspKotlin :airbyte-data:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:compileKotlin :airbyte-data:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-data:compileJava :airbyte-data:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:compileKotlin :airbyte-config:specs:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-config:specs:compileJava :airbyte-config:specs:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:kspKotlin :airbyte-config:config-persistence:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:compileKotlin :airbyte-config:config-persistence:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:compileJava :airbyte-config:config-persistence:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-oauth:compileKotlin :airbyte-oauth:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-oauth:compileJava :airbyte-oauth:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:processResources :airbyte-commons-auth:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:classes :airbyte-commons-auth:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:jar :airbyte-commons-auth:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-auth:generateMetadataFileForPublishPublication:airbyte-commons-auth:generateMetadataFileForPublishPublication + +:airbyte-commons:publish:airbyte-commons:publish + +:airbyte-commons-license:classes :airbyte-commons-license:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:jar :airbyte-commons-license:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:generateMetadataFileForPublishPublication:airbyte-commons-license:generateMetadataFileForPublishPublication + +:airbyte-commons-auth:publishPublishPublicationToCloudrepoRepository:airbyte-commons-auth:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-micronaut:processResources :airbyte-commons-micronaut:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:classes :airbyte-commons-micronaut:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-license:publishPublishPublicationToCloudrepoRepository:airbyte-commons-license:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-micronaut:jar :airbyte-commons-micronaut:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-micronaut:generateMetadataFileForPublishPublication:airbyte-commons-micronaut:generateMetadataFileForPublishPublication + +:airbyte-commons-micronaut:publishPublishPublicationToCloudrepoRepository:airbyte-commons-micronaut:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-micronaut-security:generatePomFileForPublishPublication:airbyte-commons-micronaut-security:generatePomFileForPublishPublication + +:airbyte-commons-micronaut-security:publishPublishPublicationToCloudrepoRepository:airbyte-commons-micronaut-security:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-temporal-core:kspKotlin :airbyte-commons-temporal-core:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:compileKotlin :airbyte-commons-temporal-core:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:compileJava :airbyte-commons-temporal-core:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:kspKotlin:airbyte-workload-api-server:kspKotlin + +:airbyte-commons-protocol:publishPublishPublicationToCloudrepoRepository:airbyte-commons-protocol:publishPublishPublicationToCloudrepoRepository + +:airbyte-worker-models:compileKotlin :airbyte-worker-models:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-worker-models:compileJava :airbyte-worker-models:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:processResources :airbyte-commons-temporal-core:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:classes :airbyte-commons-temporal-core:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:jar :airbyte-commons-temporal-core:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal-core:generateMetadataFileForPublishPublication:airbyte-commons-temporal-core:generateMetadataFileForPublishPublication + +:airbyte-commons-temporal-core:publishPublishPublicationToCloudrepoRepository:airbyte-commons-temporal-core:publishPublishPublicationToCloudrepoRepository + +:airbyte-workload-api-server:kspKotlin :airbyte-workload-api-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:compileKotlin :airbyte-workload-api-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api:genWorkloadApiClient :airbyte-api:genWorkloadApiClient UP-TO-DATEUP-TO-DATE + +:airbyte-api:kspKotlin :airbyte-api:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api:compileKotlin :airbyte-api:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api:compileJava :airbyte-api:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:kspKotlin :airbyte-analytics:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:compileKotlin :airbyte-analytics:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:compileJava :airbyte-analytics:compileJava NO-SOURCENO-SOURCE + +:airbyte-analytics:processResources :airbyte-analytics:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:classes :airbyte-analytics:classes UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:jar :airbyte-analytics:jar UP-TO-DATEUP-TO-DATE + +:airbyte-analytics:generateMetadataFileForPublishPublication:airbyte-analytics:generateMetadataFileForPublishPublication + +:airbyte-analytics:publishPublishPublicationToCloudrepoRepository:airbyte-analytics:publishPublishPublicationToCloudrepoRepository + +:airbyte-api-server:kspKotlin :airbyte-api-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:compileKotlin :airbyte-api-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:compileJava :airbyte-api-server:compileJava NO-SOURCENO-SOURCE + +:airbyte-api-server:processResources :airbyte-api-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:classes :airbyte-api-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:jar :airbyte-api-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-api-server:generateMetadataFileForPublishPublication:airbyte-api-server:generateMetadataFileForPublishPublication + +:airbyte-notification:kspKotlin :airbyte-notification:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-notification:compileKotlin :airbyte-notification:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-notification:compileJava :airbyte-notification:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:kspKotlin :airbyte-persistence:job-persistence:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:compileKotlin:airbyte-persistence:job-persistence:compileKotlin + +:airbyte-commons-auth:publish:airbyte-commons-auth:publish + +:airbyte-commons-micronaut:publish:airbyte-commons-micronaut:publish + +:airbyte-commons-micronaut-security:publish:airbyte-commons-micronaut-security:publish + +:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-worker:generatePomFileForPublishPublication:airbyte-commons-worker:generatePomFileForPublishPublication + +:airbyte-persistence:job-persistence:compileKotlin :airbyte-persistence:job-persistence:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:compileJava :airbyte-persistence:job-persistence:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:kspKotlin:airbyte-config:init:kspKotlin + +:airbyte-commons-converters:compileKotlin :airbyte-commons-converters:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-converters:compileJava :airbyte-commons-converters:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-converters:classes :airbyte-commons-converters:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-converters:jar :airbyte-commons-converters:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-converters:generateMetadataFileForPublishPublication:airbyte-commons-converters:generateMetadataFileForPublishPublication + +:airbyte-commons-converters:publishPublishPublicationToCloudrepoRepository:airbyte-commons-converters:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-license:publish:airbyte-commons-license:publish + +:airbyte-config:init:kspKotlin :airbyte-config:init:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:compileKotlin:airbyte-commons-temporal:compileKotlin + +:airbyte-config:init:compileKotlin :airbyte-config:init:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:compileJava :airbyte-config:init:compileJava NO-SOURCENO-SOURCE + +:airbyte-bootloader:compileKotlin:airbyte-bootloader:compileKotlin + +:airbyte-commons-temporal:compileKotlin :airbyte-commons-temporal:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:compileJava:airbyte-commons-temporal:compileJava + +:airbyte-bootloader:compileKotlin :airbyte-bootloader:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-bootloader:compileJava:airbyte-bootloader:compileJava + +:airbyte-commons-temporal:compileJava :airbyte-commons-temporal:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:compileKotlin:airbyte-commons-with-dependencies:compileKotlin + +:airbyte-bootloader:compileJava :airbyte-bootloader:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:classes :airbyte-bootloader:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:compileKotlin :airbyte-commons-with-dependencies:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-commons-with-dependencies:compileJava:airbyte-commons-with-dependencies:compileJava + +:airbyte-bootloader:jar :airbyte-bootloader:jar UP-TO-DATEUP-TO-DATE + +:airbyte-bootloader:generateMetadataFileForPublishPublication:airbyte-bootloader:generateMetadataFileForPublishPublication + +:airbyte-bootloader:publishPublishPublicationToCloudrepoRepository:airbyte-bootloader:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-with-dependencies:compileJava :airbyte-commons-with-dependencies:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:classes :airbyte-commons-temporal:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:jar :airbyte-commons-temporal:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:generateMetadataFileForPublishPublication:airbyte-commons-temporal:generateMetadataFileForPublishPublication + +:airbyte-commons-temporal:publishPublishPublicationToCloudrepoRepository:airbyte-commons-temporal:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-protocol:publish:airbyte-commons-protocol:publish + +:airbyte-commons-temporal-core:publish:airbyte-commons-temporal-core:publish + +:airbyte-commons-with-dependencies:classes :airbyte-commons-with-dependencies:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:jar :airbyte-commons-with-dependencies:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:generateMetadataFileForPublishPublication:airbyte-commons-with-dependencies:generateMetadataFileForPublishPublication + +:airbyte-analytics:publish:airbyte-analytics:publish + +:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-connector-builder-server:generateOpenApiServer :airbyte-connector-builder-server:generateOpenApiServer UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:processResources :airbyte-connector-builder-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:generatePomFileForPublishPublication:airbyte-connector-builder-server:generatePomFileForPublishPublication + +:airbyte-api-server:publishPublishPublicationToCloudrepoRepository:airbyte-api-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-converters:publish:airbyte-commons-converters:publish + +:airbyte-connector-sidecar:generatePomFileForPublishPublication:airbyte-connector-sidecar:generatePomFileForPublishPublication + +:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors + +:airbyte-container-orchestrator:processResources :airbyte-container-orchestrator:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:generatePomFileForPublishPublication:airbyte-container-orchestrator:generatePomFileForPublishPublication + +:airbyte-bootloader:publish:airbyte-bootloader:publish + +:airbyte-cron:checkKotlinGradlePluginConfigurationErrors:airbyte-cron:checkKotlinGradlePluginConfigurationErrors + +:airbyte-cron:kaptGenerateStubsKotlin :airbyte-cron:kaptGenerateStubsKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-cron:kaptKotlin :airbyte-cron:kaptKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-cron:compileKotlin :airbyte-cron:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-cron:compileJava :airbyte-cron:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-cron:processResources :airbyte-cron:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-cron:classes :airbyte-cron:classes UP-TO-DATEUP-TO-DATE + +:airbyte-cron:jar :airbyte-cron:jar UP-TO-DATEUP-TO-DATE + +:airbyte-cron:generateMetadataFileForPublishPublication:airbyte-cron:generateMetadataFileForPublishPublication + +:airbyte-data:processResources :airbyte-data:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-temporal:publish:airbyte-commons-temporal:publish + +:airbyte-data:classes :airbyte-data:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-with-dependencies:publishPublishPublicationToCloudrepoRepository:airbyte-commons-with-dependencies:publishPublishPublicationToCloudrepoRepository + +:airbyte-data:jar :airbyte-data:jar UP-TO-DATEUP-TO-DATE + +:airbyte-cron:generatePomFileForPublishPublication:airbyte-cron:generatePomFileForPublishPublication + +:airbyte-data:kspTestFixturesKotlin :airbyte-data:kspTestFixturesKotlin NO-SOURCENO-SOURCE + +:airbyte-data:compileTestFixturesKotlin :airbyte-data:compileTestFixturesKotlin NO-SOURCENO-SOURCE + +:airbyte-data:compileTestFixturesJava :airbyte-data:compileTestFixturesJava NO-SOURCENO-SOURCE + +:airbyte-data:processTestFixturesResources :airbyte-data:processTestFixturesResources NO-SOURCENO-SOURCE + +:airbyte-data:testFixturesClasses :airbyte-data:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:airbyte-data:testFixturesJar :airbyte-data:testFixturesJar UP-TO-DATEUP-TO-DATE + +:airbyte-data:generateMetadataFileForPublishPublication:airbyte-data:generateMetadataFileForPublishPublication + +:airbyte-data:generatePomFileForPublishPublication:airbyte-data:generatePomFileForPublishPublication + +Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'):Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'): + + - Variant testFixturesApiElements: - Variant testFixturesApiElements: + + - Declares capability io.airbyte:airbyte-data-test-fixtures:0.63.8 which cannot be mapped to Maven - Declares capability io.airbyte:airbyte-data-test-fixtures:0.63.8 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte:airbyte-data-test-fixtures:0.63.8 which cannot be mapped to Maven - Declares capability io.airbyte:airbyte-data-test-fixtures:0.63.8 which cannot be mapped to Maven + +These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven.These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven. + +The 'module' metadata file, which is used by Gradle 6+ is not affected.The 'module' metadata file, which is used by Gradle 6+ is not affected. + +:airbyte-cron:publishPublishPublicationToCloudrepoRepository:airbyte-cron:publishPublishPublicationToCloudrepoRepository + +:airbyte-data:publishPublishPublicationToCloudrepoRepository:airbyte-data:publishPublishPublicationToCloudrepoRepository + +:airbyte-featureflag:processResources :airbyte-featureflag:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:classes :airbyte-featureflag:classes UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:jar :airbyte-featureflag:jar UP-TO-DATEUP-TO-DATE + +:airbyte-featureflag:generateMetadataFileForPublishPublication:airbyte-featureflag:generateMetadataFileForPublishPublication + +:airbyte-featureflag:generatePomFileForPublishPublication:airbyte-featureflag:generatePomFileForPublishPublication + +:airbyte-featureflag:publishPublishPublicationToCloudrepoRepository:airbyte-featureflag:publishPublishPublicationToCloudrepoRepository + +:airbyte-api-server:publish:airbyte-api-server:publish + +:airbyte-json-validation:processResources :airbyte-json-validation:processResources NO-SOURCENO-SOURCE + +:airbyte-json-validation:classes :airbyte-json-validation:classes UP-TO-DATEUP-TO-DATE + +:airbyte-json-validation:jar :airbyte-json-validation:jar UP-TO-DATEUP-TO-DATE + +:airbyte-json-validation:generateMetadataFileForPublishPublication:airbyte-json-validation:generateMetadataFileForPublishPublication + +:airbyte-json-validation:generatePomFileForPublishPublication:airbyte-json-validation:generatePomFileForPublishPublication + +:airbyte-json-validation:publishPublishPublicationToCloudrepoRepository:airbyte-json-validation:publishPublishPublicationToCloudrepoRepository + +:airbyte-cron:publish:airbyte-cron:publish + +:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors + +:airbyte-keycloak:compileKotlin :airbyte-keycloak:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-keycloak:compileJava :airbyte-keycloak:compileJava NO-SOURCENO-SOURCE + +:airbyte-keycloak:processResources :airbyte-keycloak:processResources NO-SOURCENO-SOURCE + +:airbyte-keycloak:classes :airbyte-keycloak:classes UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak:jar :airbyte-keycloak:jar UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak:generateMetadataFileForPublishPublication:airbyte-keycloak:generateMetadataFileForPublishPublication + +:airbyte-keycloak:generatePomFileForPublishPublication:airbyte-keycloak:generatePomFileForPublishPublication + +:airbyte-keycloak:publishPublishPublicationToCloudrepoRepository:airbyte-keycloak:publishPublishPublicationToCloudrepoRepository + +:airbyte-commons-with-dependencies:publish:airbyte-commons-with-dependencies:publish + +:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors + +:airbyte-keycloak-setup:compileKotlin :airbyte-keycloak-setup:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-keycloak-setup:compileJava :airbyte-keycloak-setup:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:processResources :airbyte-keycloak-setup:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:classes :airbyte-keycloak-setup:classes UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:jar :airbyte-keycloak-setup:jar UP-TO-DATEUP-TO-DATE + +:airbyte-keycloak-setup:generateMetadataFileForPublishPublication:airbyte-keycloak-setup:generateMetadataFileForPublishPublication + +:airbyte-featureflag:publish:airbyte-featureflag:publish + +:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors + +:airbyte-micronaut-temporal:compileKotlin :airbyte-micronaut-temporal:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-micronaut-temporal:compileJava :airbyte-micronaut-temporal:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-micronaut-temporal:processResources :airbyte-micronaut-temporal:processResources NO-SOURCENO-SOURCE + +:airbyte-micronaut-temporal:classes :airbyte-micronaut-temporal:classes UP-TO-DATEUP-TO-DATE + +:airbyte-micronaut-temporal:jar :airbyte-micronaut-temporal:jar UP-TO-DATEUP-TO-DATE + +:airbyte-micronaut-temporal:generateMetadataFileForPublishPublication:airbyte-micronaut-temporal:generateMetadataFileForPublishPublication + +:airbyte-micronaut-temporal:generatePomFileForPublishPublication:airbyte-micronaut-temporal:generatePomFileForPublishPublication + +:airbyte-micronaut-temporal:publishPublishPublicationToCloudrepoRepository:airbyte-micronaut-temporal:publishPublishPublicationToCloudrepoRepository + +:airbyte-json-validation:publish:airbyte-json-validation:publish + +:airbyte-notification:processResources :airbyte-notification:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-notification:classes :airbyte-notification:classes UP-TO-DATEUP-TO-DATE + +:airbyte-notification:jar :airbyte-notification:jar UP-TO-DATEUP-TO-DATE + +:airbyte-notification:generateMetadataFileForPublishPublication:airbyte-notification:generateMetadataFileForPublishPublication + +:airbyte-notification:generatePomFileForPublishPublication:airbyte-notification:generatePomFileForPublishPublication + +:airbyte-notification:publishPublishPublicationToCloudrepoRepository:airbyte-notification:publishPublishPublicationToCloudrepoRepository + +:airbyte-oauth:processResources :airbyte-oauth:processResources NO-SOURCENO-SOURCE + +:airbyte-oauth:classes :airbyte-oauth:classes UP-TO-DATEUP-TO-DATE + +:airbyte-oauth:jar :airbyte-oauth:jar UP-TO-DATEUP-TO-DATE + +:airbyte-oauth:generateMetadataFileForPublishPublication:airbyte-oauth:generateMetadataFileForPublishPublication + +:airbyte-oauth:generatePomFileForPublishPublication:airbyte-oauth:generatePomFileForPublishPublication + +:airbyte-commons-worker:kspKotlin :airbyte-commons-worker:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:compileKotlin :airbyte-commons-worker:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:compileJava :airbyte-commons-worker:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:processResources :airbyte-commons-worker:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:classes :airbyte-commons-worker:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:jar :airbyte-commons-worker:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-worker:generateMetadataFileForPublishPublication:airbyte-commons-worker:generateMetadataFileForPublishPublication + +:airbyte-commons-worker:publishPublishPublicationToCloudrepoRepository:airbyte-commons-worker:publishPublishPublicationToCloudrepoRepository + +The dependency resolution engine wasn't able to find a version of module com.fasterxml.jackson:jackson-bom which satisfied all requirements because the graph wasn't stable enough. The highest version was selected in order to stabilize selection.The dependency resolution engine wasn't able to find a version of module com.fasterxml.jackson:jackson-bom which satisfied all requirements because the graph wasn't stable enough. The highest version was selected in order to stabilize selection. + +Features available in a stable graph like version alignment are not guaranteed in this case.Features available in a stable graph like version alignment are not guaranteed in this case. + +:airbyte-connector-sidecar:kspKotlin :airbyte-connector-sidecar:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:compileKotlin :airbyte-connector-sidecar:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:compileJava :airbyte-connector-sidecar:compileJava NO-SOURCENO-SOURCE + +:airbyte-connector-sidecar:processResources :airbyte-connector-sidecar:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:classes :airbyte-connector-sidecar:classes UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:jar :airbyte-connector-sidecar:jar UP-TO-DATEUP-TO-DATE + +:airbyte-connector-sidecar:generateMetadataFileForPublishPublication:airbyte-connector-sidecar:generateMetadataFileForPublishPublication + +:airbyte-container-orchestrator:compileKotlin :airbyte-container-orchestrator:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-container-orchestrator:compileJava:airbyte-container-orchestrator:compileJava + +:airbyte-data:publish:airbyte-data:publish + +:airbyte-keycloak-setup:generatePomFileForPublishPublication:airbyte-keycloak-setup:generatePomFileForPublishPublication + +:airbyte-container-orchestrator:compileJava :airbyte-container-orchestrator:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:classes :airbyte-container-orchestrator:classes UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:jar :airbyte-container-orchestrator:jar UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:generateMetadataFileForPublishPublication:airbyte-container-orchestrator:generateMetadataFileForPublishPublication + +:airbyte-keycloak-setup:publishPublishPublicationToCloudrepoRepository:airbyte-keycloak-setup:publishPublishPublicationToCloudrepoRepository + +:airbyte-keycloak:publish:airbyte-keycloak:publish + +:airbyte-oauth:publishPublishPublicationToCloudrepoRepository:airbyte-oauth:publishPublishPublicationToCloudrepoRepository + +:airbyte-micronaut-temporal:publish:airbyte-micronaut-temporal:publish + +:airbyte-proxy:checkKotlinGradlePluginConfigurationErrors:airbyte-proxy:checkKotlinGradlePluginConfigurationErrors + +:airbyte-proxy:compileKotlin :airbyte-proxy:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-proxy:compileJava :airbyte-proxy:compileJava NO-SOURCENO-SOURCE + +:airbyte-proxy:processResources :airbyte-proxy:processResources NO-SOURCENO-SOURCE + +:airbyte-proxy:classes :airbyte-proxy:classes UP-TO-DATEUP-TO-DATE + +:airbyte-proxy:jar :airbyte-proxy:jar UP-TO-DATEUP-TO-DATE + +:airbyte-proxy:generateMetadataFileForPublishPublication:airbyte-proxy:generateMetadataFileForPublishPublication + +:airbyte-proxy:generatePomFileForPublishPublication:airbyte-proxy:generatePomFileForPublishPublication + +:airbyte-proxy:publishPublishPublicationToCloudrepoRepository:airbyte-proxy:publishPublishPublicationToCloudrepoRepository + +:airbyte-notification:publish:airbyte-notification:publish + +:airbyte-server:checkKotlinGradlePluginConfigurationErrors:airbyte-server:checkKotlinGradlePluginConfigurationErrors + +:airbyte-server:generatePomFileForPublishPublication:airbyte-server:generatePomFileForPublishPublication + +:airbyte-commons-server:kspKotlin :airbyte-commons-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:compileKotlin :airbyte-commons-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:compileJava :airbyte-commons-server:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:processResources :airbyte-commons-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:classes :airbyte-commons-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:jar :airbyte-commons-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-commons-server:generateMetadataFileForPublishPublication:airbyte-commons-server:generateMetadataFileForPublishPublication + +:airbyte-connector-builder-server:compileKotlin :airbyte-connector-builder-server:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-connector-builder-server:compileJava :airbyte-connector-builder-server:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:classes :airbyte-connector-builder-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:jar :airbyte-connector-builder-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-connector-builder-server:generateMetadataFileForPublishPublication:airbyte-connector-builder-server:generateMetadataFileForPublishPublication + +:airbyte-commons-worker:publish:airbyte-commons-worker:publish + +:airbyte-keycloak-setup:publish:airbyte-keycloak-setup:publish + +:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors + +:airbyte-temporal:compileKotlin :airbyte-temporal:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-temporal:compileJava :airbyte-temporal:compileJava NO-SOURCENO-SOURCE + +:airbyte-temporal:processResources :airbyte-temporal:processResources NO-SOURCENO-SOURCE + +:airbyte-temporal:classes :airbyte-temporal:classes UP-TO-DATEUP-TO-DATE + +:airbyte-container-orchestrator:publishPublishPublicationToCloudrepoRepository:airbyte-container-orchestrator:publishPublishPublicationToCloudrepoRepository + +:airbyte-connector-builder-server:publishPublishPublicationToCloudrepoRepository:airbyte-connector-builder-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-connector-sidecar:publishPublishPublicationToCloudrepoRepository:airbyte-connector-sidecar:publishPublishPublicationToCloudrepoRepository + +:airbyte-temporal:jar:airbyte-temporal:jar + +:airbyte-temporal:generateMetadataFileForPublishPublication:airbyte-temporal:generateMetadataFileForPublishPublication + +:airbyte-temporal:generatePomFileForPublishPublication:airbyte-temporal:generatePomFileForPublishPublication + +:airbyte-temporal:publishPublishPublicationToCloudrepoRepository:airbyte-temporal:publishPublishPublicationToCloudrepoRepository + +:airbyte-oauth:publish:airbyte-oauth:publish + +:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors + +:airbyte-commons-server:publishPublishPublicationToCloudrepoRepository:airbyte-commons-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-test-utils:compileKotlin :airbyte-test-utils:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-test-utils:compileJava :airbyte-test-utils:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-test-utils:processResources :airbyte-test-utils:processResources NO-SOURCENO-SOURCE + +:airbyte-test-utils:classes :airbyte-test-utils:classes UP-TO-DATEUP-TO-DATE + +:airbyte-test-utils:jar :airbyte-test-utils:jar UP-TO-DATEUP-TO-DATE + +:airbyte-test-utils:generateMetadataFileForPublishPublication:airbyte-test-utils:generateMetadataFileForPublishPublication + +:airbyte-server:kspKotlin:airbyte-server:kspKotlin + +:airbyte-test-utils:generatePomFileForPublishPublication:airbyte-test-utils:generatePomFileForPublishPublication + +:airbyte-test-utils:publishPublishPublicationToCloudrepoRepository:airbyte-test-utils:publishPublishPublicationToCloudrepoRepository + +:airbyte-server:kspKotlin :airbyte-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-server:compileKotlin :airbyte-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-server:compileJava :airbyte-server:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-server:processResources :airbyte-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-server:classes :airbyte-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-server:jar :airbyte-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-server:generateMetadataFileForPublishPublication:airbyte-server:generateMetadataFileForPublishPublication + +:airbyte-proxy:publish:airbyte-proxy:publish + +:airbyte-worker-models:classes :airbyte-worker-models:classes UP-TO-DATEUP-TO-DATE + +:airbyte-worker-models:jar :airbyte-worker-models:jar UP-TO-DATEUP-TO-DATE + +:airbyte-worker-models:generateMetadataFileForPublishPublication:airbyte-worker-models:generateMetadataFileForPublishPublication + +:airbyte-worker-models:generatePomFileForPublishPublication:airbyte-worker-models:generatePomFileForPublishPublication + +:airbyte-worker-models:publishPublishPublicationToCloudrepoRepository:airbyte-worker-models:publishPublishPublicationToCloudrepoRepository + +:airbyte-temporal:publish:airbyte-temporal:publish + +:airbyte-workers:checkKotlinGradlePluginConfigurationErrors:airbyte-workers:checkKotlinGradlePluginConfigurationErrors + +:airbyte-workers:kspKotlin :airbyte-workers:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workers:compileKotlin :airbyte-workers:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workers:compileJava:airbyte-workers:compileJava + +:airbyte-connector-sidecar:publish:airbyte-connector-sidecar:publish + +:airbyte-workload-api-server:compileJava :airbyte-workload-api-server:compileJava NO-SOURCENO-SOURCE + +:airbyte-workload-api-server:processResources :airbyte-workload-api-server:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:classes :airbyte-workload-api-server:classes UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:jar :airbyte-workload-api-server:jar UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:generateMetadataFileForPublishPublication:airbyte-workload-api-server:generateMetadataFileForPublishPublication + +:airbyte-workers:compileJava :airbyte-workers:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-workers:processResources :airbyte-workers:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-workers:classes :airbyte-workers:classes UP-TO-DATEUP-TO-DATE + +:airbyte-workload-api-server:generatePomFileForPublishPublication:airbyte-workload-api-server:generatePomFileForPublishPublication + +:airbyte-workers:jar :airbyte-workers:jar UP-TO-DATEUP-TO-DATE + +:airbyte-workers:generateMetadataFileForPublishPublication:airbyte-workers:generateMetadataFileForPublishPublication + +:airbyte-workload-api-server:publishPublishPublicationToCloudrepoRepository:airbyte-workload-api-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-connector-builder-server:publish:airbyte-connector-builder-server:publish + +:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors + +:airbyte-workload-launcher:kspKotlin :airbyte-workload-launcher:kspKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:compileKotlin:airbyte-workload-launcher:compileKotlin + +:airbyte-container-orchestrator:publish:airbyte-container-orchestrator:publish + +:airbyte-config:config-models:generateMetadataFileForPublishPublication:airbyte-config:config-models:generateMetadataFileForPublishPublication + +:airbyte-workload-launcher:compileKotlin :airbyte-workload-launcher:compileKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:compileJava :airbyte-workload-launcher:compileJava NO-SOURCENO-SOURCE + +:airbyte-workload-launcher:processResources :airbyte-workload-launcher:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:classes :airbyte-workload-launcher:classes UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:jar :airbyte-workload-launcher:jar UP-TO-DATEUP-TO-DATE + +:airbyte-workload-launcher:generateMetadataFileForPublishPublication:airbyte-workload-launcher:generateMetadataFileForPublishPublication + +:airbyte-config:config-models:generatePomFileForPublishPublication:airbyte-config:config-models:generatePomFileForPublishPublication + +:airbyte-config:config-models:publishPublishPublicationToCloudrepoRepository:airbyte-config:config-models:publishPublishPublicationToCloudrepoRepository + +:airbyte-test-utils:publish:airbyte-test-utils:publish + +:airbyte-config:config-persistence:processResources :airbyte-config:config-persistence:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:classes :airbyte-config:config-persistence:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:jar :airbyte-config:config-persistence:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:kspTestFixturesKotlin :airbyte-config:config-persistence:kspTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:compileTestFixturesKotlin :airbyte-config:config-persistence:compileTestFixturesKotlin NO-SOURCENO-SOURCE + +:airbyte-config:config-persistence:compileTestFixturesJava :airbyte-config:config-persistence:compileTestFixturesJava UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:processTestFixturesResources :airbyte-config:config-persistence:processTestFixturesResources NO-SOURCENO-SOURCE + +:airbyte-config:config-persistence:testFixturesClasses :airbyte-config:config-persistence:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:testFixturesJar :airbyte-config:config-persistence:testFixturesJar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-persistence:generateMetadataFileForPublishPublication:airbyte-config:config-persistence:generateMetadataFileForPublishPublication + +:airbyte-commons-server:publish:airbyte-commons-server:publish + +:airbyte-config:config-secrets:processResources :airbyte-config:config-secrets:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:classes :airbyte-config:config-secrets:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:jar :airbyte-config:config-secrets:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:kspTestFixturesKotlin :airbyte-config:config-secrets:kspTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileTestFixturesKotlin :airbyte-config:config-secrets:compileTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:compileTestFixturesJava :airbyte-config:config-secrets:compileTestFixturesJava NO-SOURCENO-SOURCE + +:airbyte-config:config-secrets:processTestFixturesResources :airbyte-config:config-secrets:processTestFixturesResources NO-SOURCENO-SOURCE + +:airbyte-config:config-secrets:testFixturesClasses :airbyte-config:config-secrets:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:testFixturesJar :airbyte-config:config-secrets:testFixturesJar UP-TO-DATEUP-TO-DATE + +:airbyte-config:config-secrets:generateMetadataFileForPublishPublication:airbyte-config:config-secrets:generateMetadataFileForPublishPublication + +:airbyte-worker-models:publish:airbyte-worker-models:publish + +:airbyte-workers:generatePomFileForPublishPublication:airbyte-workers:generatePomFileForPublishPublication + +:airbyte-config:init:processResources :airbyte-config:init:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:classes :airbyte-config:init:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:jar :airbyte-config:init:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:init:generateMetadataFileForPublishPublication:airbyte-config:init:generateMetadataFileForPublishPublication + +:airbyte-workload-api-server:publish:airbyte-workload-api-server:publish + +:airbyte-config:specs:downloadConnectorRegistry:airbyte-config:specs:downloadConnectorRegistry + +Download https://connectors.airbyte.com/files/registries/v0/oss_registry.jsonDownload https://connectors.airbyte.com/files/registries/v0/oss_registry.json + +:airbyte-config:specs:downloadConnectorRegistry :airbyte-config:specs:downloadConnectorRegistry UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:processResources :airbyte-config:specs:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:classes :airbyte-config:specs:classes UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:jar :airbyte-config:specs:jar UP-TO-DATEUP-TO-DATE + +:airbyte-config:specs:generateMetadataFileForPublishPublication:airbyte-config:specs:generateMetadataFileForPublishPublication + +:airbyte-config:config-models:publish:airbyte-config:config-models:publish + +:airbyte-db:db-lib:generateMetadataFileForPublishPublication:airbyte-db:db-lib:generateMetadataFileForPublishPublication + +:airbyte-config:config-secrets:generatePomFileForPublishPublication:airbyte-config:config-secrets:generatePomFileForPublishPublication + +Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'):Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'): + + - Variant testFixturesApiElements: - Variant testFixturesApiElements: + + - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.63.8 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.63.8 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.63.8 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.63.8 which cannot be mapped to Maven + +These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven.These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven. + +The 'module' metadata file, which is used by Gradle 6+ is not affected.The 'module' metadata file, which is used by Gradle 6+ is not affected. + +:airbyte-db:db-lib:generatePomFileForPublishPublication:airbyte-db:db-lib:generatePomFileForPublishPublication + +:airbyte-workload-launcher:generatePomFileForPublishPublication:airbyte-workload-launcher:generatePomFileForPublishPublication + +:airbyte-config:init:generatePomFileForPublishPublication:airbyte-config:init:generatePomFileForPublishPublication + +:airbyte-config:specs:generatePomFileForPublishPublication:airbyte-config:specs:generatePomFileForPublishPublication + +:airbyte-config:specs:publishPublishPublicationToCloudrepoRepository:airbyte-config:specs:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:config-secrets:publishPublishPublicationToCloudrepoRepository:airbyte-config:config-secrets:publishPublishPublicationToCloudrepoRepository + +:airbyte-db:db-lib:publishPublishPublicationToCloudrepoRepository:airbyte-db:db-lib:publishPublishPublicationToCloudrepoRepository + +:airbyte-db:db-lib:publish:airbyte-db:db-lib:publish + +:airbyte-db:jooq:processResources :airbyte-db:jooq:processResources NO-SOURCENO-SOURCE + +:airbyte-db:jooq:classes :airbyte-db:jooq:classes UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:jar :airbyte-db:jooq:jar UP-TO-DATEUP-TO-DATE + +:airbyte-db:jooq:generateMetadataFileForPublishPublication:airbyte-db:jooq:generateMetadataFileForPublishPublication + +:airbyte-db:jooq:generatePomFileForPublishPublication:airbyte-db:jooq:generatePomFileForPublishPublication + +:airbyte-db:jooq:publishPublishPublicationToCloudrepoRepository:airbyte-db:jooq:publishPublishPublicationToCloudrepoRepository + +:airbyte-workers:publishPublishPublicationToCloudrepoRepository:airbyte-workers:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:specs:publish:airbyte-config:specs:publish + +:airbyte-metrics:metrics-lib:processResources :airbyte-metrics:metrics-lib:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:classes :airbyte-metrics:metrics-lib:classes UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:jar :airbyte-metrics:metrics-lib:jar UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:metrics-lib:generateMetadataFileForPublishPublication:airbyte-metrics:metrics-lib:generateMetadataFileForPublishPublication + +:airbyte-config:init:publishPublishPublicationToCloudrepoRepository:airbyte-config:init:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:config-secrets:publish:airbyte-config:config-secrets:publish + +:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors + +:airbyte-metrics:reporter:compileKotlin :airbyte-metrics:reporter:compileKotlin NO-SOURCENO-SOURCE + +:airbyte-config:config-persistence:generatePomFileForPublishPublication:airbyte-config:config-persistence:generatePomFileForPublishPublication + +:airbyte-metrics:reporter:compileJava :airbyte-metrics:reporter:compileJava UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:processResources :airbyte-metrics:reporter:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:classes :airbyte-metrics:reporter:classes UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:jar :airbyte-metrics:reporter:jar UP-TO-DATEUP-TO-DATE + +:airbyte-metrics:reporter:generateMetadataFileForPublishPublication:airbyte-metrics:reporter:generateMetadataFileForPublishPublication + +:airbyte-workload-launcher:publishPublishPublicationToCloudrepoRepository:airbyte-workload-launcher:publishPublishPublicationToCloudrepoRepository + +:airbyte-workers:publish:airbyte-workers:publish + +:airbyte-persistence:job-persistence:processResources :airbyte-persistence:job-persistence:processResources UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:classes :airbyte-persistence:job-persistence:classes UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:jar :airbyte-persistence:job-persistence:jar UP-TO-DATEUP-TO-DATE + +:airbyte-persistence:job-persistence:generateMetadataFileForPublishPublication:airbyte-persistence:job-persistence:generateMetadataFileForPublishPublication + +:airbyte-db:jooq:publish:airbyte-db:jooq:publish + +:airbyte-server:publishPublishPublicationToCloudrepoRepository:airbyte-server:publishPublishPublicationToCloudrepoRepository + +:airbyte-metrics:metrics-lib:generatePomFileForPublishPublication:airbyte-metrics:metrics-lib:generatePomFileForPublishPublication + +:airbyte-metrics:metrics-lib:publishPublishPublicationToCloudrepoRepository:airbyte-metrics:metrics-lib:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:init:publish:airbyte-config:init:publish + +:airbyte-workload-launcher:publish:airbyte-workload-launcher:publish + +:airbyte-metrics:metrics-lib:publish:airbyte-metrics:metrics-lib:publish + +Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'):Maven publication 'publish' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'): + + - Variant testFixturesApiElements: - Variant testFixturesApiElements: + + - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.63.8 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.63.8 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.63.8 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.63.8 which cannot be mapped to Maven + +These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven.These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven. + +The 'module' metadata file, which is used by Gradle 6+ is not affected.The 'module' metadata file, which is used by Gradle 6+ is not affected. + +:airbyte-persistence:job-persistence:generatePomFileForPublishPublication:airbyte-persistence:job-persistence:generatePomFileForPublishPublication + +:airbyte-metrics:reporter:generatePomFileForPublishPublication:airbyte-metrics:reporter:generatePomFileForPublishPublication + +:airbyte-metrics:reporter:publishPublishPublicationToCloudrepoRepository:airbyte-metrics:reporter:publishPublishPublicationToCloudrepoRepository + +:airbyte-config:config-persistence:publishPublishPublicationToCloudrepoRepository:airbyte-config:config-persistence:publishPublishPublicationToCloudrepoRepository + +:airbyte-server:publish:airbyte-server:publish + +:airbyte-metrics:reporter:publish:airbyte-metrics:reporter:publish + +:airbyte-config:config-persistence:publish:airbyte-config:config-persistence:publish + +:airbyte-persistence:job-persistence:publishPublishPublicationToCloudrepoRepository:airbyte-persistence:job-persistence:publishPublishPublicationToCloudrepoRepository + +:airbyte-persistence:job-persistence:publish:airbyte-persistence:job-persistence:publish + + + +Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.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.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.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. + + + +BUILD SUCCESSFULBUILD SUCCESSFUL in 1m 30s in 1m 30s + +375 actionable tasks: 182 executed, 1 from cache, 192 up-to-date375 actionable tasks: 182 executed, 1 from cache, 192 up-to-date + + + +Publishing build scan...Publishing build scan... + +https://gradle.com/s/6nbrryfsmwuiyhttps://gradle.com/s/6nbrryfsmwuiy + + + +S3 cache 435ms wasted on hits, hits: 1, elapsed: 296ms, received: 22 KiBS3 cache 435ms wasted on hits, hits: 1, elapsed: 296ms, received: 22 KiB + diff --git a/scan-journal.log b/scan-journal.log new file mode 100644 index 00000000000..5cedd63a336 --- /dev/null +++ b/scan-journal.log @@ -0,0 +1 @@ +Fri Jul 12 20:35:14 UTC 2024 - 6nbrryfsmwuiy - https://gradle.com/s/6nbrryfsmwuiy