diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8b4de55987f..817bb981f52 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.64.3 [bumpversion:file:.version] search = VERSION=dev diff --git a/.version b/.version index 0cd948b614b..e694e942980 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -VERSION=dev \ No newline at end of file +VERSION=0.64.3 \ No newline at end of file diff --git a/airbyte-connector-builder-server/Dockerfile b/airbyte-connector-builder-server/Dockerfile index d95a2dc57f1..6722a37f597 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.64.3 ENV APPLICATION airbyte-connector-builder-server ENV VERSION ${VERSION} diff --git a/airbyte-container-orchestrator/Dockerfile b/airbyte-container-orchestrator/Dockerfile index 6daf8f27807..c23b6dc2498 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.64.3 ENV APPLICATION airbyte-container-orchestrator ENV VERSION=${VERSION} diff --git a/airbyte-server/Dockerfile b/airbyte-server/Dockerfile index 1c4194fc1a8..b873a64061c 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.64.3 ENV APPLICATION airbyte-server ENV VERSION ${VERSION} WORKDIR /app diff --git a/charts/airbyte-bootloader/Chart.yaml b/charts/airbyte-bootloader/Chart.yaml index de3a94d935f..baf747751b2 100644 --- a/charts/airbyte-bootloader/Chart.yaml +++ b/charts/airbyte-bootloader/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-connector-builder-server/Chart.yaml b/charts/airbyte-connector-builder-server/Chart.yaml index b3ccc5ea198..f00fc1db0fb 100644 --- a/charts/airbyte-connector-builder-server/Chart.yaml +++ b/charts/airbyte-connector-builder-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-cron/Chart.yaml b/charts/airbyte-cron/Chart.yaml index 5ac925857e6..aad6700242e 100644 --- a/charts/airbyte-cron/Chart.yaml +++ b/charts/airbyte-cron/Chart.yaml @@ -21,7 +21,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-keycloak-setup/Chart.yaml b/charts/airbyte-keycloak-setup/Chart.yaml index f4911600d0c..75c1d92b666 100644 --- a/charts/airbyte-keycloak-setup/Chart.yaml +++ b/charts/airbyte-keycloak-setup/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-keycloak/Chart.yaml b/charts/airbyte-keycloak/Chart.yaml index 6a2aa25ecfc..48ab7b459dd 100644 --- a/charts/airbyte-keycloak/Chart.yaml +++ b/charts/airbyte-keycloak/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-metrics/Chart.yaml b/charts/airbyte-metrics/Chart.yaml index 52c40182267..b1be45167fd 100644 --- a/charts/airbyte-metrics/Chart.yaml +++ b/charts/airbyte-metrics/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-pod-sweeper/Chart.yaml b/charts/airbyte-pod-sweeper/Chart.yaml index 233408158fa..d961f8ce3bd 100644 --- a/charts/airbyte-pod-sweeper/Chart.yaml +++ b/charts/airbyte-pod-sweeper/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-server/Chart.yaml b/charts/airbyte-server/Chart.yaml index 9dfb9ebac06..a801a92be4a 100644 --- a/charts/airbyte-server/Chart.yaml +++ b/charts/airbyte-server/Chart.yaml @@ -21,7 +21,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-temporal/Chart.yaml b/charts/airbyte-temporal/Chart.yaml index 643648ef47a..c63fdebd526 100644 --- a/charts/airbyte-temporal/Chart.yaml +++ b/charts/airbyte-temporal/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-webapp/Chart.yaml b/charts/airbyte-webapp/Chart.yaml index 2eff0e58f4c..595f43b8279 100644 --- a/charts/airbyte-webapp/Chart.yaml +++ b/charts/airbyte-webapp/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte-worker/Chart.yaml b/charts/airbyte-worker/Chart.yaml index dd9b45b6032..7dffc6263af 100644 --- a/charts/airbyte-worker/Chart.yaml +++ b/charts/airbyte-worker/Chart.yaml @@ -22,7 +22,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte/Chart.yaml b/charts/airbyte/Chart.yaml index 70dc0e6b4f5..5cf74b1a520 100644 --- a/charts/airbyte/Chart.yaml +++ b/charts/airbyte/Chart.yaml @@ -25,7 +25,7 @@ version: 0.524.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.64.3 dependencies: - name: common diff --git a/charts/airbyte/README.md b/charts/airbyte/README.md index 820eb540244..64c3057a797 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.64.3](https://img.shields.io/badge/AppVersion-0.64.3-informational?style=flat-square) Helm chart to deploy airbyte diff --git a/gradle.log b/gradle.log new file mode 100644 index 00000000000..8f2f996fe8d --- /dev/null +++ b/gradle.log @@ -0,0 +1,30463 @@ +:oss:airbyte-commons-license:clean +:oss:airbyte-analytics:clean +:oss:airbyte-commons-converters:clean +:oss:airbyte-api:clean +:oss:airbyte-bootloader:clean +:oss:airbyte-commons:clean +:oss:airbyte-commons-auth:clean +:oss:airbyte-commons-logging:clean +:oss:airbyte-commons-protocol:clean +:oss:airbyte-commons-temporal:clean +:oss:airbyte-commons-server:clean +:oss:airbyte-commons-temporal-core:clean +:oss:airbyte-commons-worker:clean +:oss:airbyte-connector-builder-server:clean +:oss:airbyte-connector-sidecar:clean +:oss:airbyte-commons-micronaut-security:clean +:oss:airbyte-commons-micronaut:clean +:oss:airbyte-data:clean +:oss:airbyte-container-orchestrator:clean +:oss:airbyte-featureflag-server:clean +:oss:airbyte-json-validation:clean +:oss:airbyte-cron:clean +:oss:airbyte-keycloak:clean +:oss:airbyte-commons-with-dependencies:clean +:oss:airbyte-keycloak-setup:clean +:oss:airbyte-featureflag:clean +:oss:airbyte-mappers:clean +:oss:airbyte-server:clean +:oss:airbyte-test-utils:clean +:oss:airbyte-temporal:clean +:oss:airbyte-micronaut-temporal:clean +:oss:airbyte-tests:clean +:oss:airbyte-webapp:clean UP-TO-DATE +:oss:airbyte-workers:clean +:oss:airbyte-notification:clean +:oss:airbyte-oauth:clean +:oss:airbyte-workload-init-container:clean +:oss:airbyte-api:problems-api:clean +:oss:airbyte-worker-models:clean +:oss:airbyte-workload-api-server:clean +:oss:airbyte-api:server-api:clean +:oss:airbyte-api:connector-builder-api:clean +:oss:airbyte-api:public-api:clean +:oss:airbyte-api:commons:clean +:oss:airbyte-config:config-persistence:clean +:oss:airbyte-api:workload-api:clean +:oss:airbyte-config:config-models:clean +:oss:airbyte-config:init:clean +:oss:airbyte-config:config-secrets:clean +:oss:airbyte-config:specs:clean +:oss:airbyte-db:db-lib:clean +:oss:airbyte-db:jooq:clean +:oss:airbyte-workload-launcher:clean +:oss:airbyte-metrics:reporter:clean +:oss:airbyte-metrics:metrics-lib:clean +:oss:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-persistence:job-persistence:clean +:oss:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:commons:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors +:clean UP-TO-DATE +:oss:airbyte-api:generateCatalogAsToml +:oss:airbyte-analytics:generateCatalogAsToml +:oss:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-db:db-lib:processResources +:oss:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:server-api:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons:compileKotlin +:oss:airbyte-commons-auth:generateIntents +:oss:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:server-api:genApiClient +:oss:airbyte-data:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-protocol:processResources NO-SOURCE +:oss:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-notification:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:problems-api:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:problems-api:genAirbyteApiProblems +:oss:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-converters:processResources NO-SOURCE +:oss:airbyte-commons-license:processResources NO-SOURCE +:oss:airbyte-oauth:processResources +:oss:airbyte-json-validation:processResources NO-SOURCE +:oss:airbyte-config:specs:downloadConnectorRegistry +:oss:airbyte-oauth:processResources NO-SOURCE +:oss:airbyte-db:jooq:processResources NO-SOURCE +:oss:airbyte-bootloader:dockerCopyDockerfile +:oss:airbyte-bootloader:generateCatalogAsToml +:oss:airbyte-commons-auth:generateCatalogAsToml +:oss:airbyte-api:generateCatalogAsToml FROM-CACHE +:oss:airbyte-analytics:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:assemble UP-TO-DATE +:oss:airbyte-analytics:assemble UP-TO-DATE +:oss:airbyte-commons-converters:generateCatalogAsToml +:oss:airbyte-commons-license:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-license:assemble UP-TO-DATE +:oss:airbyte-commons-converters:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-logging:generateCatalogAsToml +:oss:airbyte-commons-converters:assemble UP-TO-DATE +:oss:airbyte-commons-micronaut:generateCatalogAsToml +:oss:airbyte-commons-logging:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-micronaut:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-logging:assemble UP-TO-DATE +:oss:airbyte-bootloader:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-micronaut:assemble UP-TO-DATE +:oss:airbyte-commons-micronaut-security:generateCatalogAsToml +:oss:airbyte-commons-server:generateCatalogAsToml +:oss:airbyte-commons-protocol:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-micronaut-security:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-micronaut-security:assemble UP-TO-DATE +:oss:airbyte-commons-protocol:assemble UP-TO-DATE +:oss:airbyte-commons-server:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-temporal-core:generateCatalogAsToml +:oss:airbyte-commons-temporal:generateCatalogAsToml +:oss:airbyte-commons-server:assemble UP-TO-DATE +:oss:airbyte-commons-temporal-core:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-temporal:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-with-dependencies:generateCatalogAsToml +:oss:airbyte-commons-temporal:assemble +:oss:airbyte-commons-temporal-core:assemble UP-TO-DATE +:oss:airbyte-commons-worker:generateCatalogAsToml +:oss:airbyte-commons-temporal:assemble UP-TO-DATE +:oss:airbyte-commons-logging:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-with-dependencies:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-with-dependencies:assemble UP-TO-DATE +:oss:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-worker-models:processResources +:oss:airbyte-api:connector-builder-api:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-worker:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-worker:assemble UP-TO-DATE +:oss:airbyte-commons-temporal:processResources +:oss:airbyte-commons-with-dependencies:processResources NO-SOURCE +:oss:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-worker-models:generateJsonSchema2Pojo +:oss:airbyte-mappers:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:workload-api:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-connector-builder-server:generateOpenApiServer +:oss:airbyte-connector-sidecar:generateWellKnownTypes +:oss:airbyte-commons-auth:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons-auth:assemble UP-TO-DATE +:oss:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-micronaut-security:processResources NO-SOURCE +:oss:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-container-orchestrator:processResources +:oss:airbyte-container-orchestrator:generateWellKnownTypes +:oss:airbyte-api:problems-api:genAirbyteApiProblems FROM-CACHE +:oss:airbyte-cron:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-cron:dockerCopyDockerfile +:oss:airbyte-cron:generateCatalogAsToml FROM-CACHE +:oss:airbyte-data:generateCatalogAsToml FROM-CACHE +:oss:airbyte-data:assemble UP-TO-DATE +:oss:airbyte-featureflag:generateCatalogAsToml FROM-CACHE +:oss:airbyte-featureflag:assemble UP-TO-DATE +:oss:airbyte-featureflag-server:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-featureflag-server:dockerCopyDockerfile +:oss:airbyte-featureflag-server:generateCatalogAsToml FROM-CACHE +:oss:airbyte-json-validation:generateCatalogAsToml FROM-CACHE +:oss:airbyte-json-validation:assemble UP-TO-DATE +:oss:airbyte-keycloak:distTar +:oss:airbyte-connector-builder-server:generateOpenApiServer FROM-CACHE +:oss:airbyte-connector-builder-server:copyPythonDependencies +:oss:airbyte-keycloak:distTar NO-SOURCE +:oss:airbyte-keycloak:distZip SKIPPED +:oss:airbyte-connector-builder-server:dockerCopyDockerfile +:oss:airbyte-keycloak:copyPasswordBlacklists +:oss:airbyte-connector-builder-server:generateCatalogAsToml +:oss:airbyte-keycloak:copyScripts +:oss:airbyte-connector-builder-server:generateCatalogAsToml FROM-CACHE +:oss:airbyte-keycloak:copyTheme +:oss:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-keycloak-setup:processResources +:oss:airbyte-keycloak-setup:dockerCopyDockerfile +:oss:airbyte-keycloak-setup:generateCatalogAsToml FROM-CACHE +:oss:airbyte-mappers:generateCatalogAsToml FROM-CACHE +:oss:airbyte-mappers:assemble UP-TO-DATE +:oss:airbyte-micronaut-temporal:generateCatalogAsToml FROM-CACHE +:oss:airbyte-micronaut-temporal:assemble UP-TO-DATE +:oss:airbyte-notification:generateCatalogAsToml FROM-CACHE +:oss:airbyte-notification:assemble UP-TO-DATE +:oss:airbyte-oauth:generateCatalogAsToml +:oss:airbyte-keycloak:dockerCopyDistribution NO-SOURCE +:oss:airbyte-keycloak:dockerCopyDockerfile +:oss:airbyte-oauth:generateCatalogAsToml FROM-CACHE +:oss:airbyte-oauth:assemble UP-TO-DATE +:oss:airbyte-keycloak:dockerBuildImage +:oss:airbyte-server:checkKotlinGradlePluginConfigurationErrors +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-keycloak/build/airbyte/docker'. +:oss:airbyte-api:public-api:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:public-api:generatePublicApiServer +Download https://connectors.airbyte.com/files/registries/v0/oss_registry.json +:oss:airbyte-server:dockerCopyDockerfile +:oss:airbyte-server:generateCatalogAsToml FROM-CACHE +:oss:airbyte-temporal:distTar NO-SOURCE +:oss:airbyte-temporal:distZip SKIPPED +:oss:airbyte-temporal:copyScripts +:oss:airbyte-temporal:dockerCopyDistribution NO-SOURCE +:oss:airbyte-temporal:dockerCopyDockerfile +:oss:airbyte-temporal:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-temporal/build/airbyte/docker'. +Using images 'airbyte/temporal:0.64.3'. +Using images 'airbyte/keycloak:0.64.3'. +:oss:airbyte-container-orchestrator:dockerCopyDockerfile +:oss:airbyte-container-orchestrator:generateCatalogAsToml FROM-CACHE +:oss:airbyte-test-utils:generateCatalogAsToml FROM-CACHE +:oss:airbyte-test-utils:assemble UP-TO-DATE +:oss:airbyte-tests:generateCatalogAsToml FROM-CACHE +:oss:airbyte-tests:assemble UP-TO-DATE +:oss:airbyte-webapp:distTar NO-SOURCE +:oss:airbyte-webapp:distZip SKIPPED +:oss:airbyte-webapp:nodeSetup +Step 1/9 : FROM airbyte/mirrored-keycloak:25.0.2 +Step 1/6 : FROM temporalio/auto-setup:1.23.0 +invokerPackage with kotlin generator is ignored. Use packageName. +:oss:airbyte-config:specs:processResources +:oss:airbyte-worker-models:generateCatalogAsToml FROM-CACHE +:oss:airbyte-worker-models:assemble UP-TO-DATE +:oss:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-micronaut-temporal:processResources NO-SOURCE +:oss:airbyte-workers:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-workers:generateWellKnownTypes +:oss:airbyte-workers:dockerCopyDockerfile +:oss:airbyte-workers:generateCatalogAsToml FROM-CACHE +:oss:airbyte-workload-api-server:dockerCopyDockerfile +:oss:airbyte-workload-api-server:generateCatalogAsToml FROM-CACHE +:oss:airbyte-workload-init-container:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-workload-init-container:dockerCopyDockerfile +:oss:airbyte-workload-init-container:generateCatalogAsToml FROM-CACHE +:oss:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-workload-launcher:dockerCopyDockerfile +:oss:airbyte-workload-launcher:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:commons:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:commons:assemble UP-TO-DATE +:oss:airbyte-api:connector-builder-api:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:connector-builder-api:assemble UP-TO-DATE +:oss:airbyte-api:problems-api:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:problems-api:assemble UP-TO-DATE +:oss:airbyte-api:workload-api:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:workload-api:assemble UP-TO-DATE +:oss:airbyte-config:config-models:generateCatalogAsToml FROM-CACHE +:oss:airbyte-config:config-models:assemble UP-TO-DATE +:oss:airbyte-config:config-persistence:generateCatalogAsToml FROM-CACHE +:oss:airbyte-config:config-persistence:assemble UP-TO-DATE +:oss:airbyte-config:config-secrets:generateCatalogAsToml FROM-CACHE +:oss:airbyte-config:config-secrets:assemble UP-TO-DATE +:oss:airbyte-config:init:distTar NO-SOURCE +:oss:airbyte-config:init:distZip SKIPPED +:oss:airbyte-config:init:copyScripts +:oss:airbyte-config:init:dockerCopyDistribution NO-SOURCE +:oss:airbyte-config:init:dockerCopyDockerfile +:oss: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.64.3'. +Step 1/6 : ARG ALPINE_IMAGE=alpine:3.18 +Step 2/6 : FROM ${ALPINE_IMAGE} AS seed + ---> 18f865063206 +Step 3/6 : WORKDIR /app +:oss:airbyte-connector-sidecar:dockerCopyDockerfile +:oss:airbyte-connector-sidecar:generateCatalogAsToml FROM-CACHE +:oss:airbyte-config:specs:generateCatalogAsToml FROM-CACHE +:oss:airbyte-config:specs:assemble UP-TO-DATE +:oss:airbyte-db:db-lib:distTar NO-SOURCE +:oss:airbyte-db:db-lib:distZip SKIPPED +:oss:airbyte-db:db-lib:copyInitSql +:oss:airbyte-db:db-lib:dockerCopyDistribution NO-SOURCE +:oss:airbyte-db:db-lib:dockerCopyDockerfile +:oss: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.64.3'. +Step 1/4 : FROM postgres:13-alpine + ---> Running in d6a42fa6a17e + ---> Removed intermediate container d6a42fa6a17e + ---> e066a6a06396 +Step 4/6 : COPY bin/scripts scripts + ---> af5406bd7a61 +Step 5/6 : LABEL io.airbyte.app=init + ---> Running in 951acf177aa6 +:oss:airbyte-webapp:pnpmSetup + ---> Removed intermediate container 951acf177aa6 + ---> 7169dcd823c7 +Step 6/6 : LABEL io.airbyte.version=0.64.3 + ---> Running in 6410f831b482 + +added 1 package in 999ms + +1 package is looking for funding + run `npm fund` for details +:oss:airbyte-webapp:pnpmInstall +################################################################################ +# Thanks for using OpenAPI Generator. # +# Please consider donation to help us maintain this project 🙏 # +# https://opencollective.com/openapi_generator/donate # +# # +# This generator's contributed by Jim Schubert (https://github.com/jimschubert)# +# Please support his work directly via https://patreon.com/jimschubert 🙏 # +################################################################################ +Successfully generated code to /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-api/public-api/build/generated/public_api/server + ---> Removed intermediate container 6410f831b482 + ---> 99bfa554fcfa +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 99bfa554fcfa +Successfully tagged airbyte/init:0.64.3 +Created image with ID '99bfa554fcfa'. +:oss:airbyte-config:init:generateCatalogAsToml FROM-CACHE +:oss:airbyte-config:init:assemble +:oss:airbyte-db:jooq:generateCatalogAsToml FROM-CACHE +:oss:airbyte-db:jooq:assemble UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:generateCatalogAsToml FROM-CACHE +:oss:airbyte-metrics:metrics-lib:assemble UP-TO-DATE +:oss:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-metrics:reporter:processResources +:oss:airbyte-metrics:reporter:dockerCopyDockerfile +:oss:airbyte-metrics:reporter:generateCatalogAsToml FROM-CACHE +:oss:airbyte-persistence:job-persistence:generateCatalogAsToml FROM-CACHE +:oss:airbyte-persistence:job-persistence:assemble UP-TO-DATE +:oss:airbyte-analytics:checkstyleCopyRules FROM-CACHE +:oss:airbyte-analytics:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-analytics:pmdCopyRules FROM-CACHE +:oss:airbyte-analytics:spotbugsCopyRules + ---> 84552a503ff6 +Step 2/6 : ENV TEMPORAL_HOME /etc/temporal + ---> Running in 69ccca7130c9 +:oss:airbyte-analytics:spotbugsCopyRules FROM-CACHE +:oss:airbyte-analytics:codeStyleCopyRules FROM-CACHE +:spotlessInternalRegisterDependencies +:oss:airbyte-analytics:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-analytics:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-analytics:spotlessJava +:oss:airbyte-api:public-api:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:public-api:assemble UP-TO-DATE +:oss:airbyte-api:checkstyleCopyRules FROM-CACHE +:oss:airbyte-api:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-api:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-api:processIntegrationTestResources NO-SOURCE +:oss:airbyte-api:processResources NO-SOURCE +:oss:airbyte-api:processTestResources NO-SOURCE +:oss:airbyte-api:pmdCopyRules FROM-CACHE +:oss:airbyte-api:spotbugsCopyRules FROM-CACHE +:oss:airbyte-api:codeStyleCopyRules FROM-CACHE +:oss:airbyte-api:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-api:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-api:spotlessJava +Lockfile is up to date, resolution step is skipped +:oss:airbyte-analytics:spotlessJava FROM-CACHE +:oss:airbyte-analytics:spotlessJavaApply UP-TO-DATE +:oss:airbyte-analytics:spotlessKotlin FROM-CACHE +:oss:airbyte-analytics:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-analytics:spotlessKotlinGradle +:oss:airbyte-api:spotlessJava FROM-CACHE +:oss:airbyte-api:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:spotlessKotlin +Progress: resolved 1, reused 0, downloaded 0, added 0 +:oss:airbyte-analytics:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-analytics:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-analytics:spotlessSql +:oss:airbyte-api:spotlessKotlin FROM-CACHE +:oss:airbyte-api:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-api:spotlessKotlinGradle +:oss:airbyte-analytics:spotlessSql FROM-CACHE +:oss:airbyte-analytics:spotlessSqlApply UP-TO-DATE +:oss:airbyte-analytics:spotlessStyling +:oss:airbyte-api:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:spotlessSql FROM-CACHE +:oss:airbyte-api:spotlessSqlApply UP-TO-DATE +:oss:airbyte-api:spotlessStyling +:oss:airbyte-analytics:spotlessStyling FROM-CACHE +:oss:airbyte-analytics:spotlessStylingApply UP-TO-DATE +:oss:airbyte-analytics:spotlessApply UP-TO-DATE +:oss:airbyte-analytics:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-analytics:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-analytics:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-analytics:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-analytics:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-analytics:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-analytics:spotlessCheck UP-TO-DATE +:oss:airbyte-bootloader:checkstyleCopyRules FROM-CACHE +:oss:airbyte-bootloader:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-bootloader:pmdCopyRules FROM-CACHE +:oss:airbyte-bootloader:spotbugsCopyRules FROM-CACHE +:oss:airbyte-bootloader:codeStyleCopyRules FROM-CACHE +:oss:airbyte-bootloader:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-bootloader:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-bootloader:spotlessJava +:oss:airbyte-api:spotlessStyling FROM-CACHE +:oss:airbyte-api:spotlessStylingApply UP-TO-DATE +:oss:airbyte-api:spotlessApply UP-TO-DATE +:oss:airbyte-api:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-api:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-api:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-api:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-api:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-api:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-bootloader:spotlessJava FROM-CACHE +:oss:airbyte-api:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-auth:checkstyleCopyRules +:oss:airbyte-bootloader:spotlessJavaApply UP-TO-DATE +:oss:airbyte-bootloader:spotlessKotlin +:oss:airbyte-commons-auth:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-auth:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-auth:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-auth:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-auth:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-auth:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-auth:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-auth:spotlessJava +################################################################################ +# Thanks for using OpenAPI Generator. # +# Please consider donation to help us maintain this project 🙏 # +# https://opencollective.com/openapi_generator/donate # +# # +# This generator's contributed by Jim Schubert (https://github.com/jimschubert)# +# Please support his work directly via https://patreon.com/jimschubert 🙏 # +################################################################################ +Successfully generated code to /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-api/server-api/build/generated/api/client +:oss:airbyte-commons-auth:spotlessJava FROM-CACHE +:oss:airbyte-commons-auth:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-auth:spotlessKotlin +:oss:airbyte-bootloader:spotlessKotlin FROM-CACHE +:oss:airbyte-bootloader:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-bootloader:spotlessKotlinGradle +:oss:airbyte-commons-auth:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-auth:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-auth:spotlessKotlinGradle +Packages: +2128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + ---> Removed intermediate container 69ccca7130c9 + ---> bc2cc73679f9 +Step 3/6 : COPY update-and-start-temporal.sh update-and-start-temporal.sh +:oss:airbyte-commons-auth:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-auth:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-auth:spotlessSql +:oss:airbyte-bootloader:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-bootloader:spotlessKotlinGradleApply +:oss:airbyte-commons-auth:spotlessSql FROM-CACHE +:oss:airbyte-commons-auth:spotlessSqlApply +:oss:airbyte-bootloader:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-bootloader:spotlessSql +:oss:airbyte-commons-auth:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-auth:spotlessStyling +:oss:airbyte-bootloader:spotlessSql FROM-CACHE +:oss:airbyte-bootloader:spotlessSqlApply UP-TO-DATE +:oss:airbyte-bootloader:spotlessStyling +:oss:airbyte-commons-auth:spotlessStyling FROM-CACHE +:oss:airbyte-commons-auth:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-auth:spotlessApply UP-TO-DATE +:oss:airbyte-commons-auth:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-auth:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-auth:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-auth:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-auth:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-auth:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-auth:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-converters:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-converters:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-converters:processIntegrationTestResources +:oss:airbyte-bootloader:spotlessStyling FROM-CACHE +:oss:airbyte-bootloader:spotlessStylingApply +:oss:airbyte-commons-converters:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-converters:processTestResources NO-SOURCE +:oss:airbyte-commons-converters:pmdCopyRules +:oss:airbyte-bootloader:spotlessStylingApply UP-TO-DATE +:oss:airbyte-bootloader:spotlessApply UP-TO-DATE +:oss:airbyte-bootloader:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-bootloader:spotlessJavaCheck +:oss:airbyte-commons-converters:pmdCopyRules FROM-CACHE +:oss:airbyte-bootloader:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-converters:spotbugsCopyRules +:oss:airbyte-bootloader:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-bootloader:spotlessKotlinGradleCheck +:oss:airbyte-commons-converters:spotbugsCopyRules FROM-CACHE +:oss:airbyte-bootloader:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-converters:codeStyleCopyRules +:oss:airbyte-bootloader:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-bootloader:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-bootloader:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-license:checkstyleCopyRules +:oss:airbyte-commons-converters:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-license:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-converters:spotlessGroovyGradle +:oss:airbyte-commons-license:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-license:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-license:processTestResources NO-SOURCE +:oss:airbyte-commons-license:pmdCopyRules +:oss:airbyte-commons-converters:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-converters:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessJava +:oss:airbyte-commons-license:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-license:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-license:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-license:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-license:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-license:spotlessJava FROM-CACHE +:oss:airbyte-commons-converters:spotlessJava FROM-CACHE +:oss:airbyte-commons-converters:spotlessJavaApply +:oss:airbyte-commons-license:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessKotlin +:oss:airbyte-commons-license:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-license:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-license:spotlessKotlinGradle +:oss:airbyte-commons-converters:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-converters:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessKotlinGradle +:oss:airbyte-commons-license:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-license:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-license:spotlessSql FROM-CACHE +:oss:airbyte-commons-license:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-license:spotlessStyling FROM-CACHE +:oss:airbyte-commons-license:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-license:spotlessApply UP-TO-DATE +:oss:airbyte-commons-license:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-license:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-license:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-license:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-license:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-license:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-license:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-logging:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-logging:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-logging:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-logging:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-logging:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-logging:spotlessGroovyGradle +:oss:airbyte-commons-converters:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-logging:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-converters:spotlessKotlinGradleApply +:oss:airbyte-commons-logging:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-logging:spotlessJava +:oss:airbyte-commons-converters:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessSql FROM-CACHE +:oss:airbyte-commons-converters:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessStyling +:oss:airbyte-commons-logging:spotlessJava FROM-CACHE +:oss:airbyte-commons-logging:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessStyling FROM-CACHE +:oss:airbyte-commons-logging:spotlessKotlin +:oss:airbyte-commons-converters:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessApply UP-TO-DATE +:oss:airbyte-commons-converters:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-converters:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-converters:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-converters:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-converters:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-converters:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-converters:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-micronaut:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-micronaut:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessJava +:oss:airbyte-commons-logging:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-logging:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-logging:spotlessKotlinGradle +:oss:airbyte-commons-micronaut:spotlessJava FROM-CACHE +:oss:airbyte-commons-micronaut:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessKotlin +:oss:airbyte-commons-logging:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-micronaut:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-logging:spotlessKotlinGradleApply +:oss:airbyte-commons-micronaut:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-logging:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-logging:spotlessSql +:oss:airbyte-commons-micronaut:spotlessKotlinGradle +Progress: resolved 2128, reused 0, downloaded 0, added 0 +:oss:airbyte-commons-logging:spotlessSql FROM-CACHE +:oss:airbyte-commons-logging:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-logging:spotlessStyling +:oss:airbyte-api:server-api:genApiServer2 +:oss:airbyte-commons-micronaut:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:connector-builder-api:genConnectorBuilderServerApiClient +:oss:airbyte-commons-logging:spotlessStyling FROM-CACHE +:oss:airbyte-commons-logging:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-logging:spotlessApply UP-TO-DATE +:oss:airbyte-commons-logging:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-logging:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-logging:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-logging:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-logging:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-logging:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-logging:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessSql FROM-CACHE +:oss:airbyte-commons-micronaut:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessStyling FROM-CACHE +:oss:airbyte-commons-micronaut:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessApply UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-micronaut:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-micronaut-security:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut-security:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-micronaut-security:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-micronaut-security:processTestResources NO-SOURCE +:oss:airbyte-commons-micronaut-security:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut-security:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessJava FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessSql FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessStyling FROM-CACHE +:oss:airbyte-commons-micronaut-security:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessApply UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-micronaut-security:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-protocol:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-protocol:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-protocol:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-protocol:processTestResources +:oss:airbyte-api:connector-builder-api:genConnectorBuilderServerApiClient FROM-CACHE +:oss:airbyte-commons-server:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-server:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-commons-protocol:pmdCopyRules +:oss:airbyte-commons-server:pmdCopyRules FROM-CACHE +:oss:airbyte-test-utils:processResources +:oss:airbyte-commons-protocol:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-protocol:spotbugsCopyRules +:oss:airbyte-test-utils:processResources NO-SOURCE +:oss:airbyte-commons-server:spotbugsCopyRules +:oss:airbyte-commons-protocol:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-server:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-server:codeStyleCopyRules +:oss:airbyte-commons-protocol:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-server:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-protocol:spotlessGroovyGradle +:oss:airbyte-commons-server:spotlessGroovyGradle + ---> 41074bb06652 +Step 4/6 : ENTRYPOINT ["./update-and-start-temporal.sh"] +:oss:airbyte-commons-protocol:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-protocol:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessJava +:oss:airbyte-commons-server:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-server:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-server:spotlessJava +:oss:airbyte-commons-protocol:spotlessJava FROM-CACHE +:oss:airbyte-commons-protocol:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessKotlin + ---> Running in 0be0db3deb9d +:oss:airbyte-commons-server:spotlessJava FROM-CACHE +:oss:airbyte-commons-protocol:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-server:spotlessJavaApply +:oss:airbyte-commons-protocol:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-server:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessKotlinGradle +:oss:airbyte-commons-server:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-server:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-server:spotlessKotlinGradle +:oss:airbyte-commons-protocol:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-protocol:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessSql FROM-CACHE +:oss:airbyte-commons-protocol:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessStyling +:oss:airbyte-commons-server:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-server:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-server:spotlessSql +:oss:airbyte-commons-protocol:spotlessStyling FROM-CACHE +:oss:airbyte-commons-protocol:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessApply UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-protocol:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-temporal:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-temporal:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-server:spotlessSql FROM-CACHE +:oss:airbyte-commons-temporal:processIntegrationTestResources +:oss:airbyte-commons-server:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-temporal:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-server:spotlessStyling +:oss:airbyte-commons-temporal:processTestResources NO-SOURCE +:oss:airbyte-commons-temporal:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-temporal:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-temporal:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-temporal:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-temporal:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessJava FROM-CACHE +:oss:airbyte-commons-temporal:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessKotlin +:oss:airbyte-commons-server:spotlessStyling FROM-CACHE +:oss:airbyte-commons-server:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-server:spotlessApply UP-TO-DATE +:oss:airbyte-commons-server:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-server:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-server:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-server:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-server:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-server:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-server:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-temporal-core:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-temporal-core:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-temporal-core:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-temporal-core:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-temporal-core:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessJava +:oss:airbyte-commons-temporal:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-temporal:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-temporal:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessSql FROM-CACHE +:oss:airbyte-commons-temporal:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessStyling +:oss:airbyte-commons-temporal-core:spotlessJava FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessStyling FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessKotlin +:oss:airbyte-commons-temporal:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessApply UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-temporal:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-with-dependencies:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-with-dependencies:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-with-dependencies:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-with-dependencies:processTestResources +:oss:airbyte-commons-with-dependencies:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-with-dependencies:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessJava +Progress: resolved 2128, reused 0, downloaded 31, added 0 +:oss:airbyte-commons-temporal-core:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessKotlinGradle +:oss:airbyte-commons-with-dependencies:spotlessJava FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessKotlinGradle +:oss:airbyte-commons-temporal-core:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessSql +:oss:airbyte-commons-with-dependencies:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessSql FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessStyling +:oss:airbyte-commons-temporal-core:spotlessSql FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessStyling FROM-CACHE +:oss:airbyte-commons-temporal-core:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessApply UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-temporal-core:spotlessCheck UP-TO-DATE +:oss:airbyte-commons-worker:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons-worker:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons-worker:pmdCopyRules FROM-CACHE +:oss:airbyte-commons-worker:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons-worker:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons-worker:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-worker:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-worker:spotlessJava +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 +:oss:airbyte-commons-with-dependencies:spotlessStyling FROM-CACHE +:oss:airbyte-commons-with-dependencies:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessApply UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-with-dependencies:spotlessCheck UP-TO-DATE +:oss:airbyte-connector-builder-server:checkstyleCopyRules FROM-CACHE +:oss:airbyte-connector-builder-server:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-connector-builder-server:pmdCopyRules FROM-CACHE +:oss:airbyte-connector-builder-server:spotbugsCopyRules FROM-CACHE +:oss:airbyte-connector-builder-server:codeStyleCopyRules FROM-CACHE +:oss:airbyte-connector-builder-server:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons-worker:spotlessJava FROM-CACHE +:oss:airbyte-connector-builder-server:spotlessGroovyGradleApply +:oss:airbyte-commons-worker:spotlessJavaApply UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons-worker:spotlessKotlin +:oss:airbyte-connector-builder-server:spotlessJava FROM-CACHE +:oss:airbyte-connector-builder-server:spotlessJavaApply UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessKotlin +:oss:airbyte-commons-worker:spotlessKotlin FROM-CACHE +:oss:airbyte-commons-worker:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons-worker:spotlessKotlinGradle + ---> Removed intermediate container 0be0db3deb9d + ---> 95691ebe4e36 +Step 5/6 : LABEL io.airbyte.app=airbyte-temporal +:oss:airbyte-connector-builder-server:spotlessKotlin FROM-CACHE +:oss:airbyte-connector-builder-server:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessKotlinGradle +:oss:airbyte-commons-worker:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons-worker:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons-worker:spotlessSql + ---> Running in 7cae6e9f86be +:oss:airbyte-commons-worker:spotlessSql FROM-CACHE +:oss:airbyte-commons-worker:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons-worker:spotlessStyling +:oss:airbyte-connector-builder-server:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-connector-builder-server:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessSql FROM-CACHE +:oss:airbyte-connector-builder-server:spotlessSqlApply UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessStyling +:oss:airbyte-commons-worker:spotlessStyling FROM-CACHE +:oss:airbyte-commons-worker:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons-worker:spotlessApply UP-TO-DATE +:oss:airbyte-commons-worker:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons-worker:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons-worker:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons-worker:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons-worker:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons-worker:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons-worker:spotlessCheck UP-TO-DATE +:oss:airbyte-connector-sidecar:checkstyleCopyRules FROM-CACHE +:oss:airbyte-connector-sidecar:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-connector-sidecar:pmdCopyRules FROM-CACHE +:oss:airbyte-connector-sidecar:spotbugsCopyRules FROM-CACHE +:oss:airbyte-connector-sidecar:codeStyleCopyRules FROM-CACHE +:oss:airbyte-connector-sidecar:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-connector-sidecar:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessJava FROM-CACHE +:oss:airbyte-connector-sidecar:spotlessJavaApply UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessKotlin +:oss:airbyte-connector-builder-server:spotlessStyling FROM-CACHE +:oss:airbyte-connector-builder-server:spotlessStylingApply UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessApply UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-connector-builder-server:spotlessCheck UP-TO-DATE +:oss:airbyte-container-orchestrator:checkstyleCopyRules FROM-CACHE +:oss:airbyte-container-orchestrator:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-container-orchestrator:processIntegrationTestResources NO-SOURCE +:oss:airbyte-container-orchestrator:processTestResources +:oss:airbyte-container-orchestrator:pmdCopyRules FROM-CACHE +:oss:airbyte-container-orchestrator:spotbugsCopyRules FROM-CACHE +:oss:airbyte-container-orchestrator:codeStyleCopyRules FROM-CACHE +:oss:airbyte-container-orchestrator:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-container-orchestrator:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessJava +:oss:airbyte-connector-sidecar:spotlessKotlin FROM-CACHE +:oss:airbyte-connector-sidecar:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessKotlinGradle +:oss:airbyte-container-orchestrator:spotlessJava FROM-CACHE +:oss:airbyte-container-orchestrator:spotlessJavaApply UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessKotlin FROM-CACHE +:oss:airbyte-container-orchestrator:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessKotlinGradle +:oss:airbyte-connector-sidecar:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-connector-sidecar:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessSql FROM-CACHE +:oss:airbyte-connector-sidecar:spotlessSqlApply UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessStyling +:oss:airbyte-container-orchestrator:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-container-orchestrator:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessSql FROM-CACHE +:oss:airbyte-container-orchestrator:spotlessSqlApply UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessStyling +:oss:airbyte-connector-sidecar:spotlessStyling FROM-CACHE +:oss:airbyte-connector-sidecar:spotlessStylingApply UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessApply UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-connector-sidecar:spotlessCheck UP-TO-DATE +:oss:airbyte-cron:checkstyleCopyRules FROM-CACHE +:oss:airbyte-cron:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-cron:copyPlatformCompatibilityMatrix NO-SOURCE +:oss:airbyte-cron:pmdCopyRules FROM-CACHE +:oss:airbyte-cron:spotbugsCopyRules FROM-CACHE +:oss:airbyte-cron:codeStyleCopyRules FROM-CACHE +:oss:airbyte-cron:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-cron:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-cron:spotlessJava FROM-CACHE +:oss:airbyte-cron:spotlessJavaApply UP-TO-DATE +:oss:airbyte-cron:spotlessKotlin +:oss:airbyte-container-orchestrator:spotlessStyling FROM-CACHE +:oss:airbyte-container-orchestrator:spotlessStylingApply UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessApply UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-container-orchestrator:spotlessCheck UP-TO-DATE +:oss:airbyte-data:checkstyleCopyRules FROM-CACHE +:oss:airbyte-data:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-data:pmdCopyRules FROM-CACHE +:oss:airbyte-data:spotbugsCopyRules FROM-CACHE +:oss:airbyte-data:codeStyleCopyRules FROM-CACHE +:oss:airbyte-data:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-data:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-data:spotlessJava +:oss:airbyte-cron:spotlessKotlin FROM-CACHE +:oss:airbyte-cron:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-cron:spotlessKotlinGradle +Progress: resolved 2128, reused 0, downloaded 81, added 25 +:oss:airbyte-data:spotlessJava FROM-CACHE +:oss:airbyte-data:spotlessJavaApply UP-TO-DATE +:oss:airbyte-data:spotlessKotlin +:oss:airbyte-cron:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-cron:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-cron:spotlessSql FROM-CACHE +:oss:airbyte-cron:spotlessSqlApply UP-TO-DATE +:oss:airbyte-cron:spotlessStyling FROM-CACHE +:oss:airbyte-cron:spotlessStylingApply UP-TO-DATE +:oss:airbyte-cron:spotlessApply UP-TO-DATE +:oss:airbyte-cron:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-cron:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-cron:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-cron:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-cron:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-cron:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-cron:spotlessCheck UP-TO-DATE +:oss:airbyte-featureflag:checkstyleCopyRules FROM-CACHE +:oss:airbyte-featureflag:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-featureflag:pmdCopyRules +:oss:airbyte-data:spotlessKotlin FROM-CACHE +:oss:airbyte-data:spotlessKotlinApply +:oss:airbyte-featureflag:pmdCopyRules FROM-CACHE +:oss:airbyte-data:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-data:spotlessKotlinGradle +:oss:airbyte-featureflag:spotbugsCopyRules FROM-CACHE +:oss:airbyte-featureflag:codeStyleCopyRules FROM-CACHE +:oss:airbyte-featureflag:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-featureflag:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-featureflag:spotlessJava FROM-CACHE +:oss:airbyte-featureflag:spotlessJavaApply UP-TO-DATE +:oss:airbyte-featureflag:spotlessKotlin +:oss:airbyte-data:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-data:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-data:spotlessSql FROM-CACHE +:oss:airbyte-featureflag:spotlessKotlin FROM-CACHE +:oss:airbyte-featureflag:spotlessKotlinApply +:oss:airbyte-data:spotlessSqlApply UP-TO-DATE +:oss:airbyte-featureflag:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-data:spotlessStyling +:oss:airbyte-featureflag:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-featureflag:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-featureflag:spotlessSql FROM-CACHE +:oss:airbyte-featureflag:spotlessSqlApply UP-TO-DATE +:oss:airbyte-featureflag:spotlessStyling +:oss:airbyte-data:spotlessStyling FROM-CACHE +:oss:airbyte-data:spotlessStylingApply UP-TO-DATE +:oss:airbyte-data:spotlessApply UP-TO-DATE +:oss:airbyte-data:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-data:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-data:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-data:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-data:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-data:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-data:spotlessCheck UP-TO-DATE +:oss:airbyte-featureflag-server:checkstyleCopyRules FROM-CACHE +:oss:airbyte-featureflag-server:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-featureflag-server:pmdCopyRules FROM-CACHE +:oss:airbyte-featureflag-server:spotbugsCopyRules FROM-CACHE +:oss:airbyte-featureflag-server:codeStyleCopyRules FROM-CACHE +:oss:airbyte-featureflag-server:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-featureflag-server:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessJava FROM-CACHE +:oss:airbyte-featureflag-server:spotlessJavaApply UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessKotlin +:oss:airbyte-featureflag:spotlessStyling FROM-CACHE +:oss:airbyte-featureflag:spotlessStylingApply UP-TO-DATE +:oss:airbyte-featureflag:spotlessApply UP-TO-DATE +:oss:airbyte-featureflag:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-featureflag:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-featureflag:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-featureflag:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-featureflag:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-featureflag:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-featureflag:spotlessCheck UP-TO-DATE +:oss:airbyte-json-validation:checkstyleCopyRules FROM-CACHE +:oss:airbyte-json-validation:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-json-validation:processIntegrationTestResources NO-SOURCE +:oss:airbyte-json-validation:processTestResources NO-SOURCE +:oss:airbyte-json-validation:pmdCopyRules FROM-CACHE +:oss:airbyte-json-validation:spotbugsCopyRules FROM-CACHE +:oss:airbyte-json-validation:codeStyleCopyRules FROM-CACHE +:oss:airbyte-json-validation:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-json-validation:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-json-validation:spotlessJava +:oss:airbyte-featureflag-server:spotlessKotlin FROM-CACHE +:oss:airbyte-featureflag-server:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessKotlinGradle +:oss:airbyte-json-validation:spotlessJava FROM-CACHE +:oss:airbyte-json-validation:spotlessJavaApply UP-TO-DATE +:oss:airbyte-json-validation:spotlessKotlin +:oss:airbyte-featureflag-server:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-featureflag-server:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessSql +:oss:airbyte-json-validation:spotlessKotlin FROM-CACHE +:oss:airbyte-json-validation:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-json-validation:spotlessKotlinGradle +:oss:airbyte-featureflag-server:spotlessSql FROM-CACHE +:oss:airbyte-featureflag-server:spotlessSqlApply UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessStyling + ---> Removed intermediate container 7cae6e9f86be + ---> 71a6cce46185 +Step 6/6 : LABEL io.airbyte.version=0.64.3 +:oss:airbyte-json-validation:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-json-validation:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-json-validation:spotlessSql FROM-CACHE +:oss:airbyte-json-validation:spotlessSqlApply UP-TO-DATE +:oss:airbyte-json-validation:spotlessStyling FROM-CACHE +:oss:airbyte-json-validation:spotlessStylingApply UP-TO-DATE +:oss:airbyte-json-validation:spotlessApply UP-TO-DATE +:oss:airbyte-json-validation:spotlessGroovyGradleCheck UP-TO-DATE + ---> Running in 5a12ad58f9bd +:oss:airbyte-json-validation:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-json-validation:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-json-validation:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-json-validation:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-json-validation:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-json-validation:spotlessCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:checkstyleCopyRules FROM-CACHE +:oss:airbyte-keycloak-setup:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-keycloak-setup:processIntegrationTestResources NO-SOURCE +:oss:airbyte-keycloak-setup:processTestResources NO-SOURCE +:oss:airbyte-keycloak-setup:pmdCopyRules FROM-CACHE +:oss:airbyte-featureflag-server:spotlessStyling FROM-CACHE +:oss:airbyte-keycloak-setup:spotbugsCopyRules +:oss:airbyte-featureflag-server:spotlessStylingApply UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessApply UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessGroovyGradleCheck +:oss:airbyte-keycloak-setup:spotbugsCopyRules FROM-CACHE +:oss:airbyte-featureflag-server:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:codeStyleCopyRules +:oss:airbyte-featureflag-server:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessKotlinGradleCheck +:oss:airbyte-keycloak-setup:codeStyleCopyRules FROM-CACHE +:oss:airbyte-featureflag-server:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessGroovyGradle +:oss:airbyte-featureflag-server:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-featureflag-server:spotlessCheck UP-TO-DATE +:oss:airbyte-mappers:checkstyleCopyRules FROM-CACHE +:oss:airbyte-mappers:checkstyleCopySuppressions +:oss:airbyte-keycloak-setup:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-keycloak-setup:spotlessGroovyGradleApply +:oss:airbyte-mappers:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-keycloak-setup:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessJava +:oss:airbyte-mappers:pmdCopyRules FROM-CACHE +:oss:airbyte-mappers:spotbugsCopyRules FROM-CACHE +:oss:airbyte-mappers:codeStyleCopyRules FROM-CACHE +:oss:airbyte-mappers:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-mappers:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-mappers:spotlessJava FROM-CACHE +:oss:airbyte-mappers:spotlessJavaApply UP-TO-DATE +:oss:airbyte-mappers:spotlessKotlin FROM-CACHE +:oss:airbyte-mappers:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-mappers:spotlessKotlinGradle +:oss:airbyte-keycloak-setup:spotlessJava FROM-CACHE +:oss:airbyte-keycloak-setup:spotlessJavaApply UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessKotlin FROM-CACHE +:oss:airbyte-keycloak-setup:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessKotlinGradle +:oss:airbyte-mappers:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-mappers:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-mappers:spotlessSql FROM-CACHE +:oss:airbyte-mappers:spotlessSqlApply UP-TO-DATE +:oss:airbyte-mappers:spotlessStyling + ---> 455d1a779e21 +Step 2/9 : WORKDIR /opt/keycloak +:oss:airbyte-keycloak-setup:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-keycloak-setup:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessSql +:oss:airbyte-mappers:spotlessStyling FROM-CACHE +:oss:airbyte-mappers:spotlessStylingApply UP-TO-DATE +:oss:airbyte-mappers:spotlessApply UP-TO-DATE +:oss:airbyte-mappers:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-mappers:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessSql FROM-CACHE +:oss:airbyte-mappers:spotlessKotlinCheck +:oss:airbyte-keycloak-setup:spotlessSqlApply UP-TO-DATE +:oss:airbyte-mappers:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessStyling +:oss:airbyte-mappers:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-mappers:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-mappers:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-mappers:spotlessCheck UP-TO-DATE +:oss:airbyte-micronaut-temporal:checkstyleCopyRules FROM-CACHE +:oss:airbyte-micronaut-temporal:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-micronaut-temporal:processIntegrationTestResources NO-SOURCE +:oss:airbyte-micronaut-temporal:processTestResources NO-SOURCE +:oss:airbyte-micronaut-temporal:pmdCopyRules FROM-CACHE +:oss:airbyte-micronaut-temporal:spotbugsCopyRules FROM-CACHE + ---> Running in bda5b9459802 +:oss:airbyte-micronaut-temporal:codeStyleCopyRules FROM-CACHE +:oss:airbyte-micronaut-temporal:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-micronaut-temporal:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessJava +:oss:airbyte-keycloak-setup:spotlessStyling FROM-CACHE +:oss:airbyte-keycloak-setup:spotlessStylingApply UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessApply UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-keycloak-setup:spotlessCheck UP-TO-DATE +:oss:airbyte-notification:checkstyleCopyRules FROM-CACHE +:oss:airbyte-notification:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-notification:pmdCopyRules FROM-CACHE +:oss:airbyte-notification:spotbugsCopyRules FROM-CACHE +:oss:airbyte-notification:codeStyleCopyRules FROM-CACHE +:oss:airbyte-notification:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-notification:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-notification:spotlessJava +:oss:airbyte-micronaut-temporal:spotlessJava FROM-CACHE +:oss:airbyte-micronaut-temporal:spotlessJavaApply UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessKotlin FROM-CACHE +:oss:airbyte-micronaut-temporal:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessKotlinGradle +:oss:airbyte-notification:spotlessJava FROM-CACHE +:oss:airbyte-notification:spotlessJavaApply UP-TO-DATE +:oss:airbyte-notification:spotlessKotlin +:oss:airbyte-micronaut-temporal:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-micronaut-temporal:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessSql FROM-CACHE +:oss:airbyte-micronaut-temporal:spotlessSqlApply UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessStyling +:oss:airbyte-notification:spotlessKotlin FROM-CACHE +:oss:airbyte-notification:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-notification:spotlessKotlinGradle +:oss:airbyte-micronaut-temporal:spotlessStyling FROM-CACHE +:oss:airbyte-micronaut-temporal:spotlessStylingApply UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessApply UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-micronaut-temporal:spotlessCheck UP-TO-DATE +:oss:airbyte-oauth:checkstyleCopyRules FROM-CACHE +:oss:airbyte-oauth:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-oauth:processIntegrationTestResources NO-SOURCE +:oss:airbyte-oauth:processTestResources NO-SOURCE +:oss:airbyte-oauth:pmdCopyRules FROM-CACHE +:oss:airbyte-oauth:spotbugsCopyRules FROM-CACHE +:oss:airbyte-oauth:codeStyleCopyRules FROM-CACHE +:oss:airbyte-oauth:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-oauth:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-oauth:spotlessJava +:oss:airbyte-notification:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-notification:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-notification:spotlessSql + ---> 51efd51de93c +Step 2/4 : COPY bin/init.sql /docker-entrypoint-initdb.d/000_init.sql +:oss:airbyte-notification:spotlessSql FROM-CACHE +:oss:airbyte-notification:spotlessSqlApply UP-TO-DATE +:oss:airbyte-notification:spotlessStyling +Progress: resolved 2128, reused 0, downloaded 133, added 57 +:oss:airbyte-notification:spotlessStyling FROM-CACHE +:oss:airbyte-notification:spotlessStylingApply UP-TO-DATE +:oss:airbyte-notification:spotlessApply UP-TO-DATE +:oss:airbyte-notification:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-notification:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-notification:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-notification:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-notification:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-notification:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-notification:spotlessCheck UP-TO-DATE +:oss:airbyte-server:checkstyleCopyRules FROM-CACHE +:oss:airbyte-oauth:spotlessJava FROM-CACHE +:oss:airbyte-server:checkstyleCopySuppressions +:oss:airbyte-oauth:spotlessJavaApply UP-TO-DATE +:oss:airbyte-oauth:spotlessKotlin +:oss:airbyte-server:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-server:pmdCopyRules FROM-CACHE +:oss:airbyte-server:spotbugsCopyRules +:oss:airbyte-oauth:spotlessKotlin FROM-CACHE +:oss:airbyte-oauth:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-oauth:spotlessKotlinGradle +:oss:airbyte-server:spotbugsCopyRules FROM-CACHE +:oss:airbyte-server:codeStyleCopyRules FROM-CACHE +:oss:airbyte-server:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-server:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-server:spotlessJava +:oss:airbyte-oauth:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-oauth:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-oauth:spotlessSql FROM-CACHE +:oss:airbyte-oauth:spotlessSqlApply UP-TO-DATE +:oss:airbyte-oauth:spotlessStyling FROM-CACHE +:oss:airbyte-oauth:spotlessStylingApply UP-TO-DATE +:oss:airbyte-oauth:spotlessApply UP-TO-DATE +:oss:airbyte-oauth:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-oauth:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-oauth:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-oauth:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-oauth:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-oauth:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-oauth:spotlessCheck UP-TO-DATE +:oss:airbyte-test-utils:checkstyleCopyRules FROM-CACHE +:oss:airbyte-test-utils:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-test-utils:processIntegrationTestResources NO-SOURCE +:oss:airbyte-test-utils:processTestResources NO-SOURCE +:oss:airbyte-test-utils:pmdCopyRules FROM-CACHE +:oss:airbyte-test-utils:spotbugsCopyRules FROM-CACHE +:oss:airbyte-test-utils:codeStyleCopyRules FROM-CACHE +:oss:airbyte-test-utils:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-test-utils:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-test-utils:spotlessJava +:oss:airbyte-server:spotlessJava FROM-CACHE +:oss:airbyte-server:spotlessJavaApply UP-TO-DATE +:oss:airbyte-server:spotlessKotlin +:oss:airbyte-test-utils:spotlessJava FROM-CACHE +:oss:airbyte-test-utils:spotlessJavaApply UP-TO-DATE +:oss:airbyte-test-utils:spotlessKotlin +:oss:airbyte-server:spotlessKotlin FROM-CACHE +:oss:airbyte-server:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-server:spotlessKotlinGradle +:oss:airbyte-test-utils:spotlessKotlin FROM-CACHE +:oss:airbyte-test-utils:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-test-utils:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-test-utils:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-test-utils:spotlessSql FROM-CACHE +:oss:airbyte-test-utils:spotlessSqlApply UP-TO-DATE +:oss:airbyte-test-utils:spotlessStyling +:oss:airbyte-server:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-server:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-server:spotlessSql +:oss:airbyte-test-utils:spotlessStyling FROM-CACHE +:oss:airbyte-test-utils:spotlessStylingApply UP-TO-DATE +:oss:airbyte-test-utils:spotlessApply UP-TO-DATE +:oss:airbyte-test-utils:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-test-utils:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-test-utils:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-test-utils:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-test-utils:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-test-utils:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-test-utils:spotlessCheck UP-TO-DATE +:oss:airbyte-tests:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-tests:processAcceptanceTestResources +:oss:airbyte-server:spotlessSql FROM-CACHE +:oss:airbyte-server:spotlessSqlApply UP-TO-DATE +:oss:airbyte-server:spotlessStyling +:oss:airbyte-tests:checkstyleCopyRules FROM-CACHE +:oss:airbyte-tests:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-tests:processApiAcceptanceTestResources +:oss:airbyte-tests:processBuilderAcceptanceTestResources +:oss:airbyte-tests:processEnterpriseAcceptanceTestResources +:oss:airbyte-tests:processIntegrationTestResources NO-SOURCE +:oss:airbyte-tests:processResources NO-SOURCE +:oss:airbyte-tests:processSyncAcceptanceTestResources +:oss:airbyte-tests:processTestResources NO-SOURCE +:oss:airbyte-tests:pmdCopyRules FROM-CACHE +:oss:airbyte-tests:spotbugsCopyRules FROM-CACHE +:oss:airbyte-tests:codeStyleCopyRules FROM-CACHE +:oss:airbyte-tests:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-tests:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-tests:spotlessJava +:oss:airbyte-server:spotlessStyling FROM-CACHE +:oss:airbyte-server:spotlessStylingApply UP-TO-DATE +:oss:airbyte-server:spotlessApply UP-TO-DATE +:oss:airbyte-server:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-server:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-server:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-server:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-server:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-server:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-server:spotlessCheck UP-TO-DATE +:oss:airbyte-worker-models:checkstyleCopyRules +:oss:airbyte-tests:spotlessJava FROM-CACHE +:oss:airbyte-tests:spotlessJavaApply UP-TO-DATE +:oss:airbyte-worker-models:checkstyleCopyRules FROM-CACHE +:oss:airbyte-tests:spotlessKotlin +:oss:airbyte-worker-models:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-worker-models:processIntegrationTestResources NO-SOURCE +:oss:airbyte-tests:spotlessKotlin FROM-CACHE +:oss:airbyte-worker-models:processTestResources +:oss:airbyte-tests:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-tests:spotlessKotlinGradle +:oss:airbyte-worker-models:processTestResources NO-SOURCE +:oss:airbyte-worker-models:pmdCopyRules + ---> Removed intermediate container bda5b9459802 + ---> Removed intermediate container 5a12ad58f9bd + ---> 58243e0eace4 + ---> 0ef87418f352 +Step 3/9 : COPY bin/password-blacklists/10k-most-common.txt data/password-blacklists/10k-most-common.txt +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +:oss:airbyte-worker-models:pmdCopyRules FROM-CACHE +Successfully built 0ef87418f352 +:oss:airbyte-worker-models:spotbugsCopyRules FROM-CACHE +:oss:airbyte-worker-models:codeStyleCopyRules FROM-CACHE +Successfully tagged airbyte/temporal:0.64.3 +:oss:airbyte-worker-models:spotlessGroovyGradle +Created image with ID '0ef87418f352'. +:oss:airbyte-temporal:generateCatalogAsToml +:oss:airbyte-worker-models:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-temporal:generateCatalogAsToml FROM-CACHE +:oss:airbyte-worker-models:spotlessGroovyGradleApply +:oss:airbyte-temporal:assemble +:oss:airbyte-worker-models:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-worker-models:spotlessJava +:oss:airbyte-temporal:checkstyleCopyRules FROM-CACHE +:oss:airbyte-temporal:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-temporal:compileKotlin NO-SOURCE +:oss:airbyte-temporal:compileJava NO-SOURCE +:oss:airbyte-temporal:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-temporal:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-temporal:processIntegrationTestResources NO-SOURCE +:oss:airbyte-temporal:integrationTestClasses UP-TO-DATE +################################################################################ +# Thanks for using OpenAPI Generator. # +# Please consider donation to help us maintain this project 🙏 # +# https://opencollective.com/openapi_generator/donate # +# # +# This generator's contributed by Jim Schubert (https://github.com/jimschubert)# +# Please support his work directly via https://patreon.com/jimschubert 🙏 # +################################################################################ +Successfully generated code to /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-api/server-api/build/generated/api/server2 +:oss:airbyte-temporal:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-temporal:processResources NO-SOURCE +:oss:airbyte-temporal:classes UP-TO-DATE +:oss:airbyte-temporal:checkstyleMain NO-SOURCE +:oss:airbyte-temporal:compileTestKotlin NO-SOURCE +:oss:airbyte-temporal:compileTestJava NO-SOURCE +:oss:airbyte-temporal:processTestResources NO-SOURCE +:oss:airbyte-temporal:testClasses UP-TO-DATE + ---> 9207b5cf82d3 +Step 3/4 : LABEL io.airbyte.app=db-lib +:oss:airbyte-temporal:checkstyleTest NO-SOURCE +:oss:airbyte-temporal:jar +:oss:airbyte-temporal:pmdCopyRules + ---> Running in ffebc4b8d872 +:oss:airbyte-tests:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-tests:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-tests:spotlessSql +:oss:airbyte-worker-models:spotlessJava FROM-CACHE +:oss:airbyte-worker-models:spotlessJavaApply UP-TO-DATE +:oss:airbyte-worker-models:spotlessKotlin FROM-CACHE +:oss:airbyte-worker-models:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-worker-models:spotlessKotlinGradle +:oss:airbyte-temporal:pmdCopyRules FROM-CACHE +:oss:airbyte-temporal:pmdIntegrationTest NO-SOURCE +:oss:airbyte-temporal:pmdMain NO-SOURCE +:oss:airbyte-temporal:pmdTest NO-SOURCE +:oss:airbyte-temporal:spotbugsCopyRules FROM-CACHE +:oss:airbyte-temporal:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-temporal:spotbugsMain NO-SOURCE +:oss:airbyte-temporal:spotbugsTest SKIPPED +:oss:airbyte-temporal:codeStyleCopyRules FROM-CACHE +:oss:airbyte-temporal:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-temporal:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-temporal:spotlessJava FROM-CACHE +:oss:airbyte-temporal:spotlessJavaApply UP-TO-DATE +:oss:airbyte-temporal:spotlessKotlin FROM-CACHE +:oss:airbyte-temporal:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-temporal:spotlessKotlinGradle +:oss:airbyte-tests:spotlessSql FROM-CACHE +:oss:airbyte-tests:spotlessSqlApply UP-TO-DATE +:oss:airbyte-tests:spotlessStyling FROM-CACHE +:oss:airbyte-tests:spotlessStylingApply UP-TO-DATE +:oss:airbyte-tests:spotlessApply UP-TO-DATE +:oss:airbyte-tests:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-tests:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-tests:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-tests:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-tests:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-tests:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-tests:spotlessCheck UP-TO-DATE +:oss:airbyte-worker-models:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-worker-models:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-worker-models:spotlessSql +:oss:airbyte-workers:checkstyleCopyRules FROM-CACHE +:oss:airbyte-worker-models:spotlessSql FROM-CACHE +:oss:airbyte-workers:checkstyleCopySuppressions +:oss:airbyte-worker-models:spotlessSqlApply UP-TO-DATE +:oss:airbyte-worker-models:spotlessStyling +:oss:airbyte-workers:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-workers:pmdCopyRules FROM-CACHE +:oss:airbyte-workers:spotbugsCopyRules FROM-CACHE +:oss:airbyte-workers:codeStyleCopyRules FROM-CACHE +:oss:airbyte-workers:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-workers:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-workers:spotlessJava +:oss:airbyte-temporal:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-temporal:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-temporal:spotlessSql FROM-CACHE +:oss:airbyte-temporal:spotlessSqlApply UP-TO-DATE +:oss:airbyte-temporal:spotlessStyling FROM-CACHE +:oss:airbyte-temporal:spotlessStylingApply UP-TO-DATE +:oss:airbyte-temporal:spotlessApply UP-TO-DATE +:oss:airbyte-temporal:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-temporal:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-temporal:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-temporal:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-temporal:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-temporal:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-temporal:spotlessCheck UP-TO-DATE +:oss:airbyte-temporal:test NO-SOURCE +:oss:airbyte-temporal:jacocoTestReport SKIPPED +:oss:airbyte-temporal:check UP-TO-DATE +:oss:airbyte-workload-api-server:checkstyleCopyRules FROM-CACHE +:oss:airbyte-workload-api-server:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-workload-api-server:pmdCopyRules FROM-CACHE +:oss:airbyte-workload-api-server:spotbugsCopyRules FROM-CACHE +:oss:airbyte-workload-api-server:codeStyleCopyRules FROM-CACHE +:oss:airbyte-workload-api-server:spotlessGroovyGradle +:oss:airbyte-worker-models:spotlessStyling FROM-CACHE +:oss:airbyte-worker-models:spotlessStylingApply UP-TO-DATE +:oss:airbyte-worker-models:spotlessApply UP-TO-DATE +:oss:airbyte-worker-models:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-workload-api-server:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessJava +:oss:airbyte-worker-models:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-worker-models:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-worker-models:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-worker-models:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-worker-models:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-worker-models:spotlessCheck UP-TO-DATE +:oss:airbyte-workload-init-container:checkstyleCopyRules FROM-CACHE +:oss:airbyte-workload-api-server:spotlessJava FROM-CACHE +:oss:airbyte-workload-init-container:checkstyleCopySuppressions +:oss:airbyte-workload-api-server:spotlessJavaApply UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessKotlin +:oss:airbyte-workload-init-container:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-workload-init-container:pmdCopyRules FROM-CACHE +:oss:airbyte-workload-init-container:spotbugsCopyRules FROM-CACHE +:oss:airbyte-workload-init-container:codeStyleCopyRules FROM-CACHE +:oss:airbyte-workload-init-container:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-workload-init-container:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessJava FROM-CACHE +:oss:airbyte-workload-init-container:spotlessJavaApply UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessKotlin +:oss:airbyte-workers:spotlessJava FROM-CACHE +:oss:airbyte-workers:spotlessJavaApply UP-TO-DATE +:oss:airbyte-workers:spotlessKotlin +:oss:airbyte-workload-api-server:spotlessKotlin FROM-CACHE +:oss:airbyte-workload-api-server:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessKotlinGradle +:oss:airbyte-workload-init-container:spotlessKotlin FROM-CACHE +:oss:airbyte-workload-init-container:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessKotlinGradle +:oss:airbyte-workers:spotlessKotlin FROM-CACHE +:oss:airbyte-workers:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-workers:spotlessKotlinGradle +:oss:airbyte-workload-api-server:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-workload-api-server:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:server-api:generateApiDocs +:oss:airbyte-workload-api-server:spotlessSql FROM-CACHE +:oss:airbyte-workload-api-server:spotlessSqlApply UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessStyling +:oss:airbyte-workers:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-workers:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-workers:spotlessSql +:oss:airbyte-workload-init-container:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-workload-init-container:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessSql FROM-CACHE +:oss:airbyte-workload-init-container:spotlessSqlApply UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessStyling +:oss:airbyte-api:server-api:generateApiDocs FROM-CACHE +:oss:airbyte-workload-api-server:spotlessStyling FROM-CACHE +:oss:airbyte-api:server-api:generateApiServer +:oss:airbyte-workload-api-server:spotlessStylingApply UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessApply UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessSqlCheck +:oss:airbyte-workers:spotlessSql FROM-CACHE +:oss:airbyte-workload-api-server:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessStylingCheck +:oss:airbyte-workers:spotlessSqlApply UP-TO-DATE +:oss:airbyte-workload-api-server:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-workers:spotlessStyling +:oss:airbyte-workload-api-server:spotlessCheck UP-TO-DATE +:oss:airbyte-workload-launcher:checkstyleCopyRules FROM-CACHE +:oss:airbyte-workload-launcher:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-workload-launcher:pmdCopyRules FROM-CACHE +:oss:airbyte-workload-launcher:spotbugsCopyRules FROM-CACHE +:oss:airbyte-workload-init-container:spotlessStyling FROM-CACHE +:oss:airbyte-workload-launcher:codeStyleCopyRules +:oss:airbyte-workload-init-container:spotlessStylingApply UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessApply UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessJavaCheck +:oss:airbyte-workload-launcher:codeStyleCopyRules FROM-CACHE +:oss:airbyte-workload-init-container:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessGroovyGradle +:oss:airbyte-workload-init-container:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-workload-init-container:spotlessCheck UP-TO-DATE +:oss:airbyte-api:commons:checkstyleCopyRules FROM-CACHE +:oss:airbyte-api:commons:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-api:commons:pmdCopyRules +:oss:airbyte-workload-launcher:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-workload-launcher:spotlessGroovyGradleApply +:oss:airbyte-api:commons:pmdCopyRules FROM-CACHE +:oss:airbyte-workload-launcher:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessJava +:oss:airbyte-api:commons:spotbugsCopyRules FROM-CACHE +:oss:airbyte-api:commons:codeStyleCopyRules FROM-CACHE +:oss:airbyte-api:commons:spotlessGroovyGradle +:oss:airbyte-workload-launcher:spotlessJava FROM-CACHE +:oss:airbyte-workload-launcher:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-workload-launcher:spotlessKotlin +:oss:airbyte-api:commons:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessJava FROM-CACHE +:oss:airbyte-api:commons:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessKotlin +:oss:airbyte-workers:spotlessStyling FROM-CACHE +:oss:airbyte-workers:spotlessStylingApply UP-TO-DATE +:oss:airbyte-workers:spotlessApply UP-TO-DATE +:oss:airbyte-workers:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-workers:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-workers:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-workers:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-workers:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-workers:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-workers:spotlessCheck UP-TO-DATE +:oss:airbyte-api:connector-builder-api:checkstyleCopyRules FROM-CACHE +:oss:airbyte-api:connector-builder-api:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-api:connector-builder-api:pmdCopyRules FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotbugsCopyRules FROM-CACHE +:oss:airbyte-api:connector-builder-api:codeStyleCopyRules FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotlessGroovyGradle +:oss:airbyte-api:commons:spotlessKotlin FROM-CACHE +:oss:airbyte-api:commons:spotlessKotlinApply +:oss:airbyte-api:connector-builder-api:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotlessGroovyGradleApply +:oss:airbyte-api:commons:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessKotlinGradle +:oss:airbyte-api:connector-builder-api:spotlessJava FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessKotlin +:oss:airbyte-workload-launcher:spotlessKotlin FROM-CACHE +:oss:airbyte-workload-launcher:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessKotlinGradle +:oss:airbyte-api:commons:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:commons:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessSql FROM-CACHE +:oss:airbyte-api:commons:spotlessSqlApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessStyling +:oss:airbyte-api:connector-builder-api:spotlessKotlin FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessKotlinGradle +:oss:airbyte-workload-launcher:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-workload-launcher:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessSql FROM-CACHE +:oss:airbyte-workload-launcher:spotlessSqlApply UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessStyling +Progress: resolved 2128, reused 0, downloaded 221, added 83 +:oss:airbyte-api:commons:spotlessStyling FROM-CACHE +:oss:airbyte-api:commons:spotlessStylingApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessApply UP-TO-DATE +:oss:airbyte-api:commons:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-api:commons:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-api:commons:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-api:commons:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-api:commons:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-api:commons:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-api:commons:spotlessCheck UP-TO-DATE +:oss:airbyte-api:problems-api:checkstyleCopyRules FROM-CACHE +:oss:airbyte-api:problems-api:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-api:problems-api:pmdCopyRules FROM-CACHE +:oss:airbyte-api:problems-api:spotbugsCopyRules FROM-CACHE +:oss:airbyte-api:problems-api:codeStyleCopyRules FROM-CACHE +:oss:airbyte-api:problems-api:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-api:problems-api:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessJava +:oss:airbyte-api:connector-builder-api:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessSql FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotlessSqlApply UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessStyling FROM-CACHE +:oss:airbyte-api:connector-builder-api:spotlessStylingApply UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessApply UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-api:connector-builder-api:spotlessCheck UP-TO-DATE +:oss:airbyte-api:public-api:checkstyleCopyRules FROM-CACHE +:oss:airbyte-api:public-api:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-api:public-api:pmdCopyRules FROM-CACHE +:oss:airbyte-api:public-api:spotbugsCopyRules FROM-CACHE +:oss:airbyte-api:public-api:codeStyleCopyRules FROM-CACHE +:oss:airbyte-api:public-api:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-api:public-api:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessJava FROM-CACHE +:oss:airbyte-api:public-api:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessKotlin +:oss:airbyte-api:problems-api:spotlessJava FROM-CACHE +:oss:airbyte-api:public-api:spotlessKotlin FROM-CACHE +:oss:airbyte-api:public-api:spotlessKotlinApply +:oss:airbyte-api:problems-api:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessKotlin +:oss:airbyte-api:public-api:spotlessKotlinGradle +:oss:airbyte-workload-launcher:spotlessStyling FROM-CACHE +:oss:airbyte-workload-launcher:spotlessStylingApply UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessApply UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-workload-launcher:spotlessCheck UP-TO-DATE +:oss:airbyte-api:workload-api:checkstyleCopyRules FROM-CACHE +:oss:airbyte-api:workload-api:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-api:workload-api:pmdCopyRules FROM-CACHE +:oss:airbyte-api:workload-api:spotbugsCopyRules FROM-CACHE +:oss:airbyte-api:problems-api:spotlessKotlin FROM-CACHE +:oss:airbyte-api:workload-api:codeStyleCopyRules +:oss:airbyte-api:problems-api:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessKotlinGradle +:oss:airbyte-api:workload-api:codeStyleCopyRules FROM-CACHE +:oss:airbyte-api:workload-api:spotlessGroovyGradle +:oss:airbyte-api:public-api:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:public-api:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessSql FROM-CACHE +:oss:airbyte-api:workload-api:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-api:public-api:spotlessSqlApply +:oss:airbyte-api:workload-api:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessSqlApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessStyling +:oss:airbyte-api:workload-api:spotlessJava FROM-CACHE +:oss:airbyte-api:public-api:spotlessStyling FROM-CACHE +:oss:airbyte-api:public-api:spotlessStylingApply +:oss:airbyte-api:workload-api:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessStylingApply UP-TO-DATE +:oss:airbyte-api:public-api:spotlessApply UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessKotlin +:oss:airbyte-api:public-api:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-api:public-api:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-api:public-api:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-api:public-api:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-api:public-api:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-api:public-api:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-api:public-api:spotlessCheck UP-TO-DATE +:oss:airbyte-config:config-models:checkstyleCopyRules FROM-CACHE +:oss:airbyte-config:config-models:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-config:config-models:pmdCopyRules FROM-CACHE +:oss:airbyte-config:config-models:spotbugsCopyRules FROM-CACHE +:oss:airbyte-config:config-models:codeStyleCopyRules FROM-CACHE +:oss:airbyte-config:config-models:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-config:config-models:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-config:config-models:spotlessJava +:oss:airbyte-api:workload-api:spotlessKotlin FROM-CACHE +:oss:airbyte-api:workload-api:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessKotlinGradle +:oss:airbyte-api:problems-api:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:problems-api:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessSql FROM-CACHE +:oss:airbyte-api:problems-api:spotlessSqlApply UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessStyling +:oss:airbyte-config:config-models:spotlessJava FROM-CACHE +:oss:airbyte-config:config-models:spotlessJavaApply UP-TO-DATE +:oss:airbyte-config:config-models:spotlessKotlin +:oss:airbyte-api:problems-api:spotlessStyling FROM-CACHE +:oss:airbyte-api:problems-api:spotlessStylingApply UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessApply UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-api:problems-api:spotlessCheck UP-TO-DATE +:oss:airbyte-config:config-persistence:checkstyleCopyRules FROM-CACHE +:oss:airbyte-config:config-persistence:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-config:config-persistence:pmdCopyRules FROM-CACHE +:oss:airbyte-config:config-persistence:spotbugsCopyRules FROM-CACHE +:oss:airbyte-config:config-persistence:codeStyleCopyRules FROM-CACHE +:oss:airbyte-config:config-persistence:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-config:config-persistence:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessJava +:oss:airbyte-config:config-models:spotlessKotlin FROM-CACHE +:oss:airbyte-config:config-models:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-config:config-models:spotlessKotlinGradle +:oss:airbyte-api:workload-api:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:workload-api:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessSql FROM-CACHE +:oss:airbyte-api:workload-api:spotlessSqlApply UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessStyling FROM-CACHE +:oss:airbyte-api:workload-api:spotlessStylingApply UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessApply UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-api:workload-api:spotlessCheck UP-TO-DATE +:oss:airbyte-config:config-secrets:checkstyleCopyRules FROM-CACHE +:oss:airbyte-config:config-secrets:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-config:config-secrets:pmdCopyRules FROM-CACHE +:oss:airbyte-config:config-secrets:spotbugsCopyRules FROM-CACHE +:oss:airbyte-config:config-secrets:codeStyleCopyRules FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessGroovyGradleApply +:oss:airbyte-config:config-persistence:spotlessJava FROM-CACHE +:oss:airbyte-config:config-persistence:spotlessJavaApply +:oss:airbyte-config:config-secrets:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessJavaApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessKotlin +:oss:airbyte-config:config-secrets:spotlessJava FROM-CACHE +:oss:airbyte-config:config-models:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessJavaApply +:oss:airbyte-config:config-models:spotlessKotlinGradleApply + ---> e85ec3d67fee +:oss:airbyte-config:config-secrets:spotlessJavaApply UP-TO-DATE +Step 4/9 : COPY bin/scripts/entrypoint.sh entrypoint.sh +:oss:airbyte-config:config-models:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessKotlin +:oss:airbyte-config:config-models:spotlessSql FROM-CACHE +:oss:airbyte-config:config-models:spotlessSqlApply UP-TO-DATE +:oss:airbyte-config:config-models:spotlessStyling + ---> Removed intermediate container ffebc4b8d872 + ---> 4292f60e795c +Step 4/4 : LABEL io.airbyte.version=0.64.3 + ---> Running in 04c035f42393 +:oss:airbyte-config:config-secrets:spotlessKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessKotlinGradle +:oss:airbyte-config:config-persistence:spotlessKotlin FROM-CACHE +:oss:airbyte-config:config-models:spotlessStyling FROM-CACHE +:oss:airbyte-config:config-models:spotlessStylingApply +:oss:airbyte-config:config-persistence:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-config:config-models:spotlessStylingApply UP-TO-DATE +:oss:airbyte-config:config-models:spotlessApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessKotlinGradle +:oss:airbyte-config:config-models:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-config:config-models:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-config:config-models:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-config:config-models:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-config:config-models:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-config:config-models:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-config:config-models:spotlessCheck UP-TO-DATE +:oss:airbyte-config:init:checkstyleCopyRules FROM-CACHE +:oss:airbyte-config:init:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-config:init:pmdCopyRules FROM-CACHE +:oss:airbyte-config:init:spotbugsCopyRules FROM-CACHE +:oss:airbyte-config:init:codeStyleCopyRules FROM-CACHE +:oss:airbyte-config:init:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-config:init:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-config:init:spotlessJava FROM-CACHE +:oss:airbyte-config:init:spotlessJavaApply UP-TO-DATE +:oss:airbyte-config:init:spotlessKotlin +:oss:airbyte-config:config-secrets:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessSql FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessSqlApply UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessStyling +:oss:airbyte-config:init:spotlessKotlin FROM-CACHE +:oss:airbyte-config:init:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-config:init:spotlessKotlinGradle +:oss:airbyte-config:config-persistence:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-config:config-persistence:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessSql FROM-CACHE +:oss:airbyte-config:config-persistence:spotlessSqlApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessStyling FROM-CACHE +:oss:airbyte-config:config-persistence:spotlessStylingApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessApply UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-config:config-persistence:spotlessCheck UP-TO-DATE +:oss:airbyte-config:specs:checkstyleCopyRules FROM-CACHE +:oss:airbyte-config:specs:checkstyleCopySuppressions +:oss:airbyte-config:config-secrets:spotlessStyling FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessStylingApply UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessApply UP-TO-DATE +:oss:airbyte-config:specs:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-config:config-secrets:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-config:specs:processIntegrationTestResources +:oss:airbyte-config:config-secrets:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-config:specs:processIntegrationTestResources NO-SOURCE +:oss:airbyte-config:specs:processTestResources +:oss:airbyte-config:config-secrets:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-config:init:spotlessKotlinGradleApply +:oss:airbyte-config:config-secrets:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-config:config-secrets:spotlessCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessSql +:oss:airbyte-db:jooq:checkstyleCopyRules FROM-CACHE +:oss:airbyte-db:jooq:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-db:jooq:processIntegrationTestResources NO-SOURCE +:oss:airbyte-db:jooq:processTestResources NO-SOURCE +:oss:airbyte-db:jooq:pmdCopyRules FROM-CACHE +:oss:airbyte-config:specs:pmdCopyRules +:oss:airbyte-db:jooq:spotbugsCopyRules FROM-CACHE +:oss:airbyte-db:jooq:codeStyleCopyRules +:oss:airbyte-config:specs:pmdCopyRules FROM-CACHE +:oss:airbyte-config:specs:spotbugsCopyRules +:oss:airbyte-db:jooq:codeStyleCopyRules FROM-CACHE +:oss:airbyte-config:init:spotlessSql FROM-CACHE +:oss:airbyte-db:jooq:spotlessGroovyGradle +:oss:airbyte-config:init:spotlessSqlApply UP-TO-DATE +:oss:airbyte-config:specs:spotbugsCopyRules FROM-CACHE +:oss:airbyte-config:init:spotlessStyling +:oss:airbyte-config:specs:codeStyleCopyRules +:oss:airbyte-db:jooq:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-db:jooq:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-config:specs:codeStyleCopyRules FROM-CACHE +:oss:airbyte-config:specs:spotlessGroovyGradle +:oss:airbyte-db:jooq:spotlessJava FROM-CACHE +:oss:airbyte-db:jooq:spotlessJavaApply UP-TO-DATE +:oss:airbyte-db:jooq:spotlessKotlin FROM-CACHE +:oss:airbyte-config:specs:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-config:specs:spotlessGroovyGradleApply +:oss:airbyte-db:jooq:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-db:jooq:spotlessKotlinGradle +:oss:airbyte-config:specs:spotlessJava +:oss:airbyte-config:init:spotlessStyling FROM-CACHE +:oss:airbyte-config:init:spotlessStylingApply UP-TO-DATE +:oss:airbyte-config:init:spotlessApply UP-TO-DATE +:oss:airbyte-config:init:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-config:init:spotlessCheck UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:checkstyleCopyRules FROM-CACHE +:oss:airbyte-metrics:metrics-lib:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-metrics:metrics-lib:pmdCopyRules FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotbugsCopyRules FROM-CACHE +:oss:airbyte-metrics:metrics-lib:codeStyleCopyRules FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessJava +:oss:airbyte-db:jooq:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-db:jooq:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-db:jooq:spotlessSql FROM-CACHE +:oss:airbyte-db:jooq:spotlessSqlApply UP-TO-DATE +:oss:airbyte-db:jooq:spotlessStyling FROM-CACHE +:oss:airbyte-db:jooq:spotlessStylingApply UP-TO-DATE +:oss:airbyte-db:jooq:spotlessApply UP-TO-DATE +:oss:airbyte-db:jooq:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-db:jooq:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-db:jooq:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-db:jooq:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-db:jooq:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-db:jooq:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-db:jooq:spotlessCheck UP-TO-DATE +:oss:airbyte-metrics:reporter:checkstyleCopyRules +:oss:airbyte-config:specs:spotlessJava FROM-CACHE +:oss:airbyte-config:specs:spotlessJavaApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessKotlin +:oss:airbyte-metrics:reporter:checkstyleCopyRules FROM-CACHE +:oss:airbyte-metrics:reporter:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-metrics:reporter:processIntegrationTestResources NO-SOURCE +:oss:airbyte-metrics:reporter:processTestResources NO-SOURCE +:oss:airbyte-config:specs:spotlessKotlin FROM-CACHE +:oss:airbyte-metrics:reporter:pmdCopyRules +:oss:airbyte-config:specs:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessKotlinGradle +:oss:airbyte-metrics:reporter:pmdCopyRules FROM-CACHE +:oss:airbyte-metrics:reporter:spotbugsCopyRules FROM-CACHE +:oss:airbyte-metrics:reporter:codeStyleCopyRules FROM-CACHE +:oss:airbyte-metrics:reporter:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-metrics:reporter:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessJava +:oss:airbyte-metrics:metrics-lib:spotlessJava FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotlessJavaApply UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessKotlin +:oss:airbyte-config:specs:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-config:specs:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessSql +:oss:airbyte-metrics:reporter:spotlessJava FROM-CACHE +:oss:airbyte-config:specs:spotlessSql FROM-CACHE +:oss:airbyte-config:specs:spotlessSqlApply +:oss:airbyte-metrics:reporter:spotlessJavaApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessSqlApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessStyling +:oss:airbyte-metrics:reporter:spotlessKotlin FROM-CACHE +:oss:airbyte-metrics:reporter:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessKotlinGradle +:oss:airbyte-metrics:metrics-lib:spotlessKotlin FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessKotlinGradle +:oss:airbyte-config:specs:spotlessStyling FROM-CACHE +:oss:airbyte-config:specs:spotlessStylingApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessApply UP-TO-DATE +:oss:airbyte-config:specs:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-config:specs:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-config:specs:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-config:specs:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-config:specs:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-config:specs:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-config:specs:spotlessCheck UP-TO-DATE +:oss:airbyte-persistence:job-persistence:checkstyleCopyRules FROM-CACHE +:oss:airbyte-persistence:job-persistence:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-persistence:job-persistence:pmdCopyRules FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotbugsCopyRules FROM-CACHE +:oss:airbyte-persistence:job-persistence:codeStyleCopyRules FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessJava +:oss:airbyte-metrics:reporter:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-metrics:reporter:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessSql FROM-CACHE +:oss:airbyte-metrics:reporter:spotlessSqlApply UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessStyling FROM-CACHE +:oss:airbyte-metrics:reporter:spotlessStylingApply UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessApply UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-metrics:reporter:spotlessCheck UP-TO-DATE +:oss:airbyte-temporal:build +:oss:airbyte-metrics:metrics-lib:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessSql FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotlessSqlApply UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessStyling FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotlessStylingApply UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessApply UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:spotlessCheck UP-TO-DATE +Progress: resolved 2128, reused 0, downloaded 299, added 130 +:oss:airbyte-persistence:job-persistence:spotlessJava FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotlessJavaApply UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessKotlin FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessSql FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotlessSqlApply UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessStyling FROM-CACHE +:oss:airbyte-persistence:job-persistence:spotlessStylingApply UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessApply UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-persistence:job-persistence:spotlessCheck UP-TO-DATE + ---> 1bf2ec56f1df +Step 5/9 : COPY bin/themes themes + ---> Removed intermediate container 04c035f42393 + ---> 60dd8d45bd26 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 60dd8d45bd26 +Successfully tagged airbyte/db:0.64.3 +Created image with ID '60dd8d45bd26'. +:oss:airbyte-db:db-lib:generateCatalogAsToml FROM-CACHE +:oss:airbyte-db:db-lib:assemble +:oss:airbyte-db:db-lib:checkstyleCopyRules FROM-CACHE +:oss:airbyte-db:db-lib:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-db:db-lib:processIntegrationTestResources NO-SOURCE +:oss:airbyte-db:db-lib:processTestResources +:oss:airbyte-db:db-lib:pmdCopyRules FROM-CACHE +:oss:airbyte-db:db-lib:spotbugsCopyRules FROM-CACHE +:oss:airbyte-db:db-lib:codeStyleCopyRules FROM-CACHE +:oss:airbyte-db:db-lib:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-db:db-lib:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessJava FROM-CACHE +:oss:airbyte-db:db-lib:spotlessJavaApply UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessKotlin FROM-CACHE +:oss:airbyte-db:db-lib:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-db:db-lib:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessSql FROM-CACHE +:oss:airbyte-db:db-lib:spotlessSqlApply UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessStyling FROM-CACHE +:oss:airbyte-db:db-lib:spotlessStylingApply UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessApply UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-db:db-lib:spotlessCheck UP-TO-DATE +Progress: resolved 2128, reused 0, downloaded 337, added 152 + ---> 52022c1f2290 +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 + ---> Running in e40d3c1c11e3 +Progress: resolved 2128, reused 0, downloaded 407, added 171 +Progress: resolved 2128, reused 0, downloaded 659, added 283 +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +Ignoring complex example on request body +################################################################################ +# 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-api/server-api/build/generated/api/server +Progress: resolved 2128, reused 0, downloaded 749, added 427 +:oss:airbyte-api:server-api:generateCatalogAsToml FROM-CACHE +:oss:airbyte-api:server-api:assemble UP-TO-DATE +:oss:airbyte-api:server-api:checkstyleCopyRules FROM-CACHE +:oss:airbyte-api:server-api:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-api:server-api:pmdCopyRules FROM-CACHE +:oss:airbyte-api:server-api:spotbugsCopyRules FROM-CACHE +:oss:airbyte-api:server-api:codeStyleCopyRules FROM-CACHE +:oss:airbyte-api:server-api:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-api:server-api:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-api:server-api:spotlessJava FROM-CACHE +:oss:airbyte-api:server-api:spotlessJavaApply UP-TO-DATE +:oss:airbyte-api:server-api:spotlessKotlin FROM-CACHE +:oss:airbyte-api:server-api:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-api:server-api:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-api:server-api:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-api:server-api:spotlessSql FROM-CACHE +:oss:airbyte-api:server-api:spotlessSqlApply UP-TO-DATE +:oss:airbyte-api:server-api:spotlessStyling + ---> Removed intermediate container e40d3c1c11e3 + ---> c191a8094879 +Step 7/9 : ENTRYPOINT ["./entrypoint.sh"] +:oss:airbyte-api:server-api:spotlessStyling FROM-CACHE +:oss:airbyte-api:server-api:spotlessStylingApply UP-TO-DATE +:oss:airbyte-api:server-api:spotlessApply UP-TO-DATE +:oss:airbyte-api:server-api:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-api:server-api:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-api:server-api:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-api:server-api:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-api:server-api:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-api:server-api:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-api:server-api:spotlessCheck UP-TO-DATE + ---> Running in 04660ede17d5 +Progress: resolved 2128, reused 0, downloaded 874, added 871 +:oss:airbyte-commons:compileKotlin FROM-CACHE +:oss:airbyte-commons:compileJava + ---> Removed intermediate container 04660ede17d5 + ---> 9446f595394b +Step 8/9 : LABEL io.airbyte.app=airbyte-keycloak + ---> Running in 02b80700f24a +Progress: resolved 2128, reused 0, downloaded 976, added 976 + ---> Removed intermediate container 02b80700f24a + ---> 431438036722 +Step 9/9 : LABEL io.airbyte.version=0.64.3 + ---> Running in f01c84cc4ee3 +Progress: resolved 2128, reused 0, downloaded 1143, added 1140 +:oss:airbyte-commons:compileJava FROM-CACHE +:oss:airbyte-commons:downloadSpecSecretMask +:oss:airbyte-commons-micronaut-security:compileKotlin +:oss:airbyte-featureflag-server:kspKotlin +:oss:airbyte-featureflag:kspKotlin +:oss:airbyte-json-validation:compileKotlin NO-SOURCE +:oss:airbyte-commons-micronaut-security:compileKotlin NO-SOURCE +:oss:airbyte-commons-micronaut-security:compileJava +:oss:airbyte-json-validation:compileJava +Download https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yaml + ---> Removed intermediate container f01c84cc4ee3 + ---> 8ddce8fc0e3a +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 8ddce8fc0e3a +Successfully tagged airbyte/keycloak:0.64.3 +Created image with ID '8ddce8fc0e3a'. +:oss:airbyte-commons:generateCatalogAsToml FROM-CACHE +:oss:airbyte-commons:assemble UP-TO-DATE +:oss:airbyte-keycloak:generateCatalogAsToml FROM-CACHE +:oss:airbyte-keycloak:assemble +:oss:airbyte-commons:checkstyleCopyRules FROM-CACHE +:oss:airbyte-commons:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-commons:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons:processTestResources +:oss:airbyte-commons:pmdCopyRules FROM-CACHE +:oss:airbyte-commons:spotbugsCopyRules FROM-CACHE +:oss:airbyte-commons:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons:codeStyleCopyRules FROM-CACHE +:oss:airbyte-commons:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-commons:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-commons:spotlessJava +:oss:airbyte-keycloak:checkstyleCopyRules FROM-CACHE +:oss:airbyte-keycloak:checkstyleCopySuppressions FROM-CACHE +:oss:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors +:oss:airbyte-keycloak:compileKotlin NO-SOURCE +:oss:airbyte-keycloak:compileJava NO-SOURCE +:oss:airbyte-keycloak:processResources NO-SOURCE +:oss:airbyte-keycloak:classes UP-TO-DATE +:oss:airbyte-keycloak:jar +:oss:airbyte-keycloak:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-keycloak:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-keycloak:processIntegrationTestResources NO-SOURCE +:oss:airbyte-keycloak:integrationTestClasses UP-TO-DATE +:oss:airbyte-keycloak:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-keycloak:checkstyleMain NO-SOURCE +:oss:airbyte-keycloak:compileTestKotlin NO-SOURCE +:oss:airbyte-keycloak:compileTestJava NO-SOURCE +:oss:airbyte-keycloak:processTestResources NO-SOURCE +:oss:airbyte-keycloak:testClasses UP-TO-DATE +:oss:airbyte-keycloak:checkstyleTest NO-SOURCE +:oss:airbyte-keycloak:pmdCopyRules FROM-CACHE +:oss:airbyte-keycloak:pmdIntegrationTest NO-SOURCE +:oss:airbyte-keycloak:pmdMain NO-SOURCE +:oss:airbyte-keycloak:pmdTest NO-SOURCE +:oss:airbyte-keycloak:spotbugsCopyRules FROM-CACHE +:oss:airbyte-keycloak:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-keycloak:spotbugsMain NO-SOURCE +:oss:airbyte-keycloak:spotbugsTest SKIPPED +:oss:airbyte-keycloak:codeStyleCopyRules FROM-CACHE +:oss:airbyte-keycloak:spotlessGroovyGradle FROM-CACHE +:oss:airbyte-keycloak:spotlessGroovyGradleApply UP-TO-DATE +:oss:airbyte-keycloak:spotlessJava FROM-CACHE +:oss:airbyte-keycloak:spotlessJavaApply UP-TO-DATE +:oss:airbyte-keycloak:spotlessKotlin FROM-CACHE +:oss:airbyte-keycloak:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-keycloak:spotlessKotlinGradle +:oss:airbyte-commons:spotlessJava FROM-CACHE +:oss:airbyte-commons:processResources +:oss:airbyte-commons:classes +:oss:airbyte-commons:jar +:oss:airbyte-keycloak:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-keycloak:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-keycloak:spotlessSql FROM-CACHE +:oss:airbyte-keycloak:spotlessSqlApply UP-TO-DATE +:oss:airbyte-keycloak:spotlessStyling FROM-CACHE +:oss:airbyte-keycloak:spotlessStylingApply UP-TO-DATE +:oss:airbyte-keycloak:spotlessApply UP-TO-DATE +:oss:airbyte-keycloak:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-keycloak:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-keycloak:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-keycloak:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-keycloak:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-keycloak:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-keycloak:spotlessCheck UP-TO-DATE +:oss:airbyte-keycloak:test NO-SOURCE +:oss:airbyte-keycloak:jacocoTestReport SKIPPED +:oss:airbyte-keycloak:check UP-TO-DATE +:oss:airbyte-keycloak:build +:oss:airbyte-commons:checkstyleMain +Progress: resolved 2128, reused 0, downloaded 1266, added 1266 +Progress: resolved 2128, reused 0, downloaded 1414, added 1411 +:oss:airbyte-json-validation:compileJava FROM-CACHE +:oss:airbyte-json-validation:classes UP-TO-DATE +:oss:airbyte-json-validation:jar +:oss:airbyte-json-validation:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-json-validation:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-json-validation:integrationTestClasses UP-TO-DATE +:oss:airbyte-json-validation:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-json-validation:checkstyleMain +Progress: resolved 2128, reused 0, downloaded 1616, added 1615 +:oss:airbyte-json-validation:checkstyleMain FROM-CACHE +:oss:airbyte-json-validation:compileTestKotlin NO-SOURCE +:oss:airbyte-json-validation:compileTestJava +Progress: resolved 2128, reused 0, downloaded 1792, added 1788 +:oss:airbyte-commons:checkstyleMain FROM-CACHE +:oss:airbyte-commons:compileTestKotlin +:oss:airbyte-json-validation:compileTestJava FROM-CACHE +:oss:airbyte-json-validation:testClasses UP-TO-DATE +:oss:airbyte-json-validation:checkstyleTest +:oss:airbyte-commons:compileTestKotlin FROM-CACHE +:oss:airbyte-commons:compileTestJava FROM-CACHE +:oss:airbyte-commons:testClasses +:oss:airbyte-commons:checkstyleTest +Progress: resolved 2128, reused 0, downloaded 1972, added 1973 +:oss:airbyte-json-validation:checkstyleTest FROM-CACHE +:oss:airbyte-json-validation:pmdIntegrationTest NO-SOURCE +:oss:airbyte-json-validation:pmdMain +:oss:airbyte-commons:checkstyleTest FROM-CACHE +:oss:airbyte-commons:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons:pmdMain +Progress: resolved 2128, reused 0, downloaded 2120, added 2119 +Progress: resolved 2128, reused 0, downloaded 2127, added 2128, done +.../node_modules/@datadog/native-appsec install$ exit 0 +.../@datadog/native-iast-taint-tracking install$ exit 0 +.../node_modules/@datadog/native-metrics install$ exit 0 +.../node_modules/@datadog/pprof install$ exit 0 +.../node_modules/@datadog/native-appsec install: Done +.../@datadog/native-iast-taint-tracking install: Done +.../node_modules/@datadog/native-metrics 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.20.2/node_modules/esbuild postinstall: Done +.../node_modules/dd-trace preinstall: Done +.../esbuild@0.18.20/node_modules/esbuild postinstall: Done +.../cypress@13.10.0/node_modules/cypress postinstall$ node index.js --exec install +:oss:airbyte-commons:pmdMain FROM-CACHE +:oss:airbyte-commons:pmdTest +:oss:airbyte-json-validation:pmdMain FROM-CACHE +:oss:airbyte-json-validation:pmdTest +.../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. +:oss:airbyte-commons:pmdTest FROM-CACHE +:oss:airbyte-commons:spotbugsMain +:oss:airbyte-json-validation:pmdTest FROM-CACHE +:oss:airbyte-json-validation:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-json-validation:spotbugsMain +:oss:airbyte-commons-micronaut-security:compileJava FROM-CACHE +:oss:airbyte-commons-micronaut-security:classes UP-TO-DATE +:oss:airbyte-commons-micronaut-security:jar +:oss:airbyte-commons-micronaut-security:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-micronaut-security:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-micronaut-security:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-micronaut-security:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-micronaut-security:checkstyleMain FROM-CACHE +:oss:airbyte-commons-micronaut-security:compileTestKotlin NO-SOURCE +:oss:airbyte-commons-micronaut-security:compileTestJava NO-SOURCE +:oss:airbyte-commons-micronaut-security:testClasses UP-TO-DATE +:oss:airbyte-commons-micronaut-security:checkstyleTest NO-SOURCE +:oss:airbyte-commons-micronaut-security:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-micronaut-security:pmdMain +.../cypress@13.10.0/node_modules/cypress postinstall: [SUCCESS] Task without title. +.../cypress@13.10.0/node_modules/cypress postinstall: [STARTED] Task without title. +:oss:airbyte-featureflag-server:kspKotlin FROM-CACHE +:oss:airbyte-featureflag-server:compileKotlin +:oss:airbyte-commons:spotbugsTest SKIPPED +:oss:airbyte-commons:spotlessJavaApply UP-TO-DATE +:oss:airbyte-commons:spotlessKotlin FROM-CACHE +:oss:airbyte-commons:spotlessKotlinApply UP-TO-DATE +:oss:airbyte-commons:spotlessKotlinGradle FROM-CACHE +:oss:airbyte-commons:spotlessKotlinGradleApply UP-TO-DATE +:oss:airbyte-commons:spotlessSql +:oss:airbyte-featureflag-server:compileKotlin FROM-CACHE +:oss:airbyte-featureflag-server:compileJava NO-SOURCE +:oss:airbyte-featureflag-server:processResources +:oss:airbyte-commons:spotlessSql FROM-CACHE +:oss:airbyte-commons:spotlessSqlApply UP-TO-DATE +:oss:airbyte-commons:spotlessStyling +:oss:airbyte-featureflag-server:classes +:oss:airbyte-json-validation:spotbugsTest SKIPPED +:oss:airbyte-json-validation:test +:oss:airbyte-featureflag-server:jar +:oss:airbyte-featureflag-server:startScripts +:oss:airbyte-featureflag:kspKotlin FROM-CACHE +:oss:airbyte-featureflag:compileKotlin +:oss:airbyte-commons:spotlessStyling FROM-CACHE +:oss:airbyte-commons:spotlessStylingApply UP-TO-DATE +:oss:airbyte-commons:spotlessApply UP-TO-DATE +:oss:airbyte-commons:spotlessGroovyGradleCheck UP-TO-DATE +:oss:airbyte-commons:spotlessJavaCheck UP-TO-DATE +:oss:airbyte-commons:spotlessKotlinCheck UP-TO-DATE +:oss:airbyte-commons:spotlessKotlinGradleCheck UP-TO-DATE +:oss:airbyte-commons:spotlessSqlCheck UP-TO-DATE +:oss:airbyte-commons:spotlessStylingCheck UP-TO-DATE +:oss:airbyte-commons:spotlessCheck UP-TO-DATE +:oss:airbyte-commons:test +:oss:airbyte-featureflag:compileKotlin FROM-CACHE +:oss:airbyte-featureflag:compileJava NO-SOURCE +:oss:airbyte-config:config-models:kspKotlin +:oss:airbyte-json-validation:test FROM-CACHE +:oss:airbyte-featureflag:processResources +:oss:airbyte-featureflag:classes +:oss:airbyte-featureflag:jar +:oss:airbyte-commons:test FROM-CACHE +:oss:airbyte-commons:jacocoTestReport +:oss:airbyte-featureflag:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-featureflag:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-featureflag:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-featureflag:processIntegrationTestResources NO-SOURCE +:oss:airbyte-featureflag:integrationTestClasses UP-TO-DATE +:oss:airbyte-featureflag:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-featureflag:checkstyleMain NO-SOURCE +:oss:airbyte-featureflag:kspTestKotlin +:oss:airbyte-commons:jacocoTestReport FROM-CACHE +:oss:airbyte-json-validation:jacocoTestReport FROM-CACHE +:oss:airbyte-config:config-models:kspKotlin FROM-CACHE +:oss:airbyte-config:config-models:processResources +:oss:airbyte-config:config-models:generateJsonSchema2Pojo +:oss:airbyte-commons-micronaut-security:pmdMain FROM-CACHE +:oss:airbyte-commons-micronaut-security:pmdTest NO-SOURCE +:oss:airbyte-commons-micronaut-security:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-micronaut-security:spotbugsMain +:oss:airbyte-featureflag-server:distTar +:oss:airbyte-config:config-models:compileKotlin FROM-CACHE +:oss:airbyte-config:config-models:compileJava +:oss:airbyte-commons-micronaut-security:spotbugsTest SKIPPED +:oss:airbyte-commons-micronaut-security:test NO-SOURCE +:oss:airbyte-commons-micronaut-security:jacocoTestReport SKIPPED +:oss:airbyte-featureflag:kspTestKotlin FROM-CACHE +:oss:airbyte-featureflag:compileTestKotlin FROM-CACHE +:oss:airbyte-featureflag:compileTestJava NO-SOURCE +:oss:airbyte-featureflag:processTestResources +:oss:airbyte-featureflag:testClasses +:oss:airbyte-featureflag:checkstyleTest NO-SOURCE +:oss:airbyte-featureflag:pmdIntegrationTest NO-SOURCE +:oss:airbyte-featureflag:pmdMain NO-SOURCE +:oss:airbyte-featureflag:pmdTest NO-SOURCE +:oss:airbyte-featureflag:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-featureflag:spotbugsMain +:oss:airbyte-featureflag:spotbugsTest SKIPPED +:oss:airbyte-featureflag:test +:oss:airbyte-config:config-models:compileJava FROM-CACHE +:oss:airbyte-db:db-lib:compileKotlin NO-SOURCE +:oss:airbyte-db:db-lib:compileJava +:oss:airbyte-config:config-models:classes +:oss:airbyte-config:config-models:jar +The following classes needed for analysis were missing: + makeConcatWithConstants + apply +:oss:airbyte-commons-micronaut:kspKotlin +:oss:airbyte-commons-protocol:compileKotlin NO-SOURCE +:oss:airbyte-commons-protocol:compileJava +:oss:airbyte-commons-micronaut:kspKotlin FROM-CACHE +:oss:airbyte-commons-micronaut:compileKotlin +:oss:airbyte-featureflag:test FROM-CACHE +:oss:airbyte-config:specs:compileKotlin NO-SOURCE +:oss:airbyte-config:specs:compileJava +:oss:airbyte-commons-micronaut:compileKotlin FROM-CACHE +:oss:airbyte-commons-micronaut:compileJava +:oss:airbyte-commons-protocol:compileJava FROM-CACHE +:oss:airbyte-commons-protocol:classes UP-TO-DATE +:oss:airbyte-commons-protocol:jar +:oss:airbyte-worker-models:compileKotlin NO-SOURCE +:oss:airbyte-worker-models:compileJava +:oss:airbyte-commons-micronaut:compileJava FROM-CACHE +:oss:airbyte-commons-auth:kspKotlin +:oss:airbyte-worker-models:compileJava FROM-CACHE +:oss:airbyte-commons-license:compileKotlin NO-SOURCE +:oss:airbyte-commons-license:compileJava FROM-CACHE +:oss:airbyte-commons-license:classes UP-TO-DATE +:oss:airbyte-commons-license:jar +:oss:airbyte-commons-micronaut:processResources +:oss:airbyte-commons-micronaut:classes +:oss:airbyte-commons-micronaut:jar +:oss:airbyte-mappers:kspKotlin FROM-CACHE +:oss:airbyte-mappers:compileKotlin FROM-CACHE +:oss:airbyte-mappers:compileJava NO-SOURCE +:oss:airbyte-mappers:processResources +:oss:airbyte-mappers:classes +:oss:airbyte-mappers:jar +:oss:airbyte-worker-models:classes +:oss:airbyte-worker-models:jar +:oss:airbyte-featureflag-server:distZip SKIPPED +:oss:airbyte-featureflag-server:dockerCopyDistribution +:oss:airbyte-featureflag-server:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-featureflag-server/build/airbyte/docker'. +.../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. +:oss:airbyte-config:specs:compileJava FROM-CACHE +:oss:airbyte-config:specs:classes +:oss:airbyte-config:specs:jar +:oss:airbyte-commons-license:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-license:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-license:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-license:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-license:checkstyleMain FROM-CACHE +:oss:airbyte-commons-license:compileTestKotlin NO-SOURCE +:oss:airbyte-commons-license:compileTestJava +.../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 +:oss:airbyte-commons-license:compileTestJava FROM-CACHE +:oss:airbyte-commons-license:testClasses UP-TO-DATE +:oss:airbyte-commons-license:checkstyleTest FROM-CACHE +:oss:airbyte-commons-license:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-license:pmdMain +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + applyAsInt + test + get + accept + run + call + hashCode + equals + toString +:oss:airbyte-commons:check +:oss:airbyte-commons-license:pmdMain FROM-CACHE +:oss:airbyte-commons-license:pmdTest +:oss:airbyte-commons-micronaut:kspIntegrationTestKotlin +:oss:airbyte-db:db-lib:compileJava FROM-CACHE +:oss:airbyte-db:db-lib:classes +:oss:airbyte-db:db-lib:jar +:oss:airbyte-commons-micronaut:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-micronaut:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-micronaut:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-micronaut:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-micronaut:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-micronaut:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-micronaut:checkstyleMain + +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 2.1.2 ++ @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 ++ 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 ++ object-hash 3.0.0 ++ 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 ++ @cypress/grep 4.1.0 ++ @formatjs/icu-messageformat-parser 2.4.0 ++ @inquirer/select 2.4.3 ++ @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/dom 10.4.0 ++ @testing-library/jest-dom 6.5.0 ++ @testing-library/react 16.0.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/object-hash 3.0.6 ++ @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 + +:oss:airbyte-commons-micronaut:checkstyleMain FROM-CACHE +:oss:airbyte-commons-micronaut:kspTestKotlin +:oss:airbyte-db:jooq:generateConfigsDatabaseJooq + +> airbyte-webapp@ prepare /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> ./scripts/install-githooks.sh + +Done in 35s +:oss:airbyte-commons-license:pmdTest FROM-CACHE +:oss:airbyte-commons-license:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-license:spotbugsMain +:oss:airbyte-commons-license:spotbugsTest SKIPPED +:oss:airbyte-commons-license:test +:oss:airbyte-commons-micronaut:kspTestKotlin FROM-CACHE +:oss:airbyte-commons-micronaut:compileTestKotlin FROM-CACHE +:oss:airbyte-commons-micronaut:compileTestJava NO-SOURCE +:oss:airbyte-commons-micronaut:processTestResources NO-SOURCE +:oss:airbyte-commons-micronaut:testClasses UP-TO-DATE +:oss:airbyte-commons-micronaut:checkstyleTest NO-SOURCE +:oss:airbyte-commons-micronaut:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-micronaut:pmdMain +:oss:airbyte-commons-license:test FROM-CACHE +:oss:airbyte-commons-license:jacocoTestReport +:oss:airbyte-commons-micronaut:pmdMain FROM-CACHE +:oss:airbyte-commons-micronaut:pmdTest NO-SOURCE +:oss:airbyte-commons-micronaut:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-micronaut:spotbugsMain +:oss:airbyte-commons-license:jacocoTestReport FROM-CACHE +:oss:airbyte-commons-micronaut-security:check +:oss:airbyte-commons-protocol:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-protocol:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-protocol:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-protocol:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-protocol:checkstyleMain FROM-CACHE +:oss:airbyte-commons-micronaut:spotbugsTest SKIPPED +:oss:airbyte-commons-micronaut:test FROM-CACHE +:oss:airbyte-commons-micronaut:jacocoTestReport FROM-CACHE +:oss:airbyte-commons-protocol:compileTestKotlin +:oss:airbyte-db:jooq:generateConfigsDatabaseJooq FROM-CACHE +:oss:airbyte-db:jooq:generateJobsDatabaseJooq FROM-CACHE +:oss:airbyte-db:jooq:compileKotlin NO-SOURCE +:oss:airbyte-db:jooq:compileJava +:oss:airbyte-commons-protocol:compileTestKotlin FROM-CACHE +:oss:airbyte-commons-protocol:compileTestJava +Using images 'airbyte/featureflag-server:0.64.3'. +:oss:airbyte-commons-protocol:compileTestJava FROM-CACHE +:oss:airbyte-commons-protocol:testClasses +:oss:airbyte-commons-protocol:checkstyleTest +:oss:airbyte-db:jooq:compileJava FROM-CACHE +:oss:airbyte-metrics:metrics-lib:kspKotlin +:oss:airbyte-commons-protocol:checkstyleTest FROM-CACHE +:oss:airbyte-db:jooq:classes UP-TO-DATE +:oss:airbyte-db:jooq:jar +:oss:airbyte-commons-protocol:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-protocol:pmdMain FROM-CACHE +:oss:airbyte-commons-protocol:pmdTest +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 +:oss:airbyte-commons-protocol:pmdTest FROM-CACHE +:oss:airbyte-commons-protocol:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-protocol:spotbugsMain + ---> Running in 0c4099abcddc + ---> Removed intermediate container 0c4099abcddc + ---> 6af9411aa74d +Step 4/14 : ADD airbyte-app.tar /app +The following classes needed for analysis were missing: + makeConcatWithConstants +:oss:airbyte-commons-protocol:spotbugsTest SKIPPED +:oss:airbyte-commons-protocol:test FROM-CACHE +:oss:airbyte-commons-protocol:jacocoTestReport + ---> c0438eff6220 +Step 5/14 : FROM ${JDK_IMAGE} +:oss:airbyte-commons-protocol:jacocoTestReport FROM-CACHE +:oss:airbyte-featureflag:jacocoTestReport FROM-CACHE +:oss:airbyte-featureflag:check +:oss:airbyte-json-validation:check +:oss:airbyte-mappers:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-mappers:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-mappers:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-mappers:processIntegrationTestResources NO-SOURCE +:oss:airbyte-mappers:integrationTestClasses UP-TO-DATE +:oss:airbyte-mappers:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-mappers:checkstyleMain NO-SOURCE +:oss:airbyte-mappers:kspTestKotlin FROM-CACHE +:oss:airbyte-mappers:compileTestKotlin FROM-CACHE +:oss:airbyte-mappers:compileTestJava NO-SOURCE +:oss:airbyte-mappers:processTestResources NO-SOURCE +:oss:airbyte-mappers:testClasses UP-TO-DATE +:oss:airbyte-mappers:checkstyleTest NO-SOURCE +:oss:airbyte-mappers:pmdIntegrationTest NO-SOURCE +:oss:airbyte-mappers:pmdMain NO-SOURCE +:oss:airbyte-mappers:pmdTest NO-SOURCE +:oss:airbyte-mappers:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-mappers:spotbugsMain +The following classes needed for analysis were missing: + makeConcatWithConstants + get + test + toString + hashCode + equals + apply +:oss:airbyte-commons-license:check +:oss:airbyte-mappers:spotbugsTest SKIPPED +:oss:airbyte-mappers:test FROM-CACHE +:oss:airbyte-mappers:jacocoTestReport FROM-CACHE +:oss:airbyte-worker-models:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-worker-models:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-worker-models:integrationTestClasses UP-TO-DATE +:oss:airbyte-worker-models:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-worker-models:checkstyleMain FROM-CACHE +:oss:airbyte-worker-models:compileTestKotlin NO-SOURCE +:oss:airbyte-worker-models:compileTestJava NO-SOURCE +:oss:airbyte-worker-models:testClasses UP-TO-DATE +:oss:airbyte-worker-models:checkstyleTest NO-SOURCE +:oss:airbyte-worker-models:pmdIntegrationTest NO-SOURCE +:oss:airbyte-worker-models:pmdMain FROM-CACHE +:oss:airbyte-worker-models:pmdTest NO-SOURCE +:oss:airbyte-worker-models:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-worker-models:spotbugsMain +The following classes needed for analysis were missing: + makeConcatWithConstants + get + test + apply +:oss:airbyte-commons-micronaut:check +:oss:airbyte-worker-models:spotbugsTest SKIPPED +:oss:airbyte-worker-models:test NO-SOURCE +:oss:airbyte-worker-models:jacocoTestReport SKIPPED +:oss:airbyte-config:config-models:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:config-models:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:config-models:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-config:config-models:processIntegrationTestResources NO-SOURCE +:oss:airbyte-config:config-models:integrationTestClasses UP-TO-DATE +:oss:airbyte-config:config-models:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-config:config-models:checkstyleMain FROM-CACHE +:oss:airbyte-config:config-models:kspTestKotlin FROM-CACHE +:oss:airbyte-config:config-models:compileTestKotlin FROM-CACHE +:oss:airbyte-config:config-models:compileTestJava FROM-CACHE +:oss:airbyte-config:config-models:processTestResources NO-SOURCE +:oss:airbyte-config:config-models:testClasses UP-TO-DATE +:oss:airbyte-config:config-models:checkstyleTest FROM-CACHE +:oss:airbyte-config:config-models:pmdIntegrationTest NO-SOURCE +:oss:airbyte-config:config-models:pmdMain FROM-CACHE +:oss:airbyte-config:config-models:pmdTest FROM-CACHE +:oss:airbyte-config:config-models:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-config:config-models:spotbugsMain +The following classes needed for analysis were missing: + equals + toString + hashCode + makeConcatWithConstants + accept + apply + test + get +:oss:airbyte-commons-protocol:check +:oss:airbyte-config:config-models:spotbugsTest SKIPPED +:oss:airbyte-config:config-models:test FROM-CACHE +:oss:airbyte-config:config-models:jacocoTestReport FROM-CACHE +:oss:airbyte-config:specs:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:specs:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-config:specs:integrationTestClasses UP-TO-DATE +:oss:airbyte-config:specs:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-config:specs:checkstyleMain FROM-CACHE +:oss:airbyte-config:specs:compileTestKotlin NO-SOURCE +:oss:airbyte-config:specs:compileTestJava FROM-CACHE +:oss:airbyte-config:specs:testClasses +:oss:airbyte-config:specs:checkstyleTest FROM-CACHE +:oss:airbyte-config:specs:pmdIntegrationTest NO-SOURCE +:oss:airbyte-config:specs:pmdMain FROM-CACHE +:oss:airbyte-config:specs:pmdTest FROM-CACHE +:oss:airbyte-config:specs:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-config:specs:spotbugsMain +The following classes needed for analysis were missing: + makeConcatWithConstants +:oss:airbyte-mappers:check +:oss:airbyte-config:specs:spotbugsTest SKIPPED +:oss:airbyte-config:specs:test FROM-CACHE +:oss:airbyte-config:specs:jacocoTestReport FROM-CACHE +:oss:airbyte-db:db-lib:checkstyleMain FROM-CACHE +:oss:airbyte-db:db-lib:pmdMain + ---> 74fbabbc6f02 +Step 6/14 : EXPOSE 8007 5005 + ---> Running in b0a9aad04d5b +The following classes needed for analysis were missing: + makeConcatWithConstants +:oss:airbyte-worker-models:check +:oss:airbyte-db:jooq:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-db:jooq:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-db:jooq:integrationTestClasses UP-TO-DATE +:oss:airbyte-db:jooq:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-db:jooq:checkstyleMain NO-SOURCE +:oss:airbyte-db:jooq:compileTestKotlin NO-SOURCE +:oss:airbyte-db:jooq:compileTestJava NO-SOURCE +:oss:airbyte-db:jooq:testClasses UP-TO-DATE +:oss:airbyte-db:jooq:checkstyleTest NO-SOURCE +:oss:airbyte-db:jooq:pmdIntegrationTest NO-SOURCE +:oss:airbyte-db:jooq:pmdMain + ---> Removed intermediate container b0a9aad04d5b + ---> 7ce4e0575cb0 +Step 7/14 : ENV APPLICATION airbyte-featureflag-server + ---> Running in 21dbc0273120 +:oss:airbyte-db:jooq:pmdMain FROM-CACHE +:oss:airbyte-db:jooq:pmdTest NO-SOURCE +:oss:airbyte-db:jooq:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-db:jooq:spotbugsMain +:oss:airbyte-db:db-lib:pmdMain FROM-CACHE +:oss:airbyte-db:db-lib:spotbugsMain + ---> Removed intermediate container 21dbc0273120 + ---> d485240cc0cd +Step 8/14 : ENV VERSION ${VERSION} + ---> Running in 5a051764238c + ---> Removed intermediate container 5a051764238c + ---> 979cb4e5639d +Step 9/14 : WORKDIR /app + ---> Running in 90abe1128aa4 + ---> Removed intermediate container 90abe1128aa4 + ---> 1cdcedf744b8 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app +:oss:airbyte-webapp:pnpmBuild + ---> ce80dabb8a4d +Step 11/14 : USER airbyte:airbyte + ---> Running in 165278eda1cb + +> airbyte-webapp@ prebuild /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> pnpm run generate-client + + ---> Removed intermediate container 165278eda1cb + ---> 018ee103fe1d +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in a265e5a4916e + ---> Removed intermediate container a265e5a4916e + ---> aca0727ef9a7 +Step 13/14 : LABEL io.airbyte.app=airbyte-featureflag-server + ---> Running in 22b7450edd9c + +> 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 4.6.2 from pypi + % Total % Received % Xferd Average Speed Time Time Time Current + Dload Upload Total Spent Left Speed + 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 294k 100 294k 0 0 2626k 0 --:--:-- --:--:-- --:--:-- 2655k +:oss:airbyte-commons-auth:kspKotlin FROM-CACHE +:oss:airbyte-commons-auth:compileKotlin +:oss:airbyte-metrics:metrics-lib:kspKotlin FROM-CACHE +:oss:airbyte-metrics:metrics-lib:compileKotlin + ---> Removed intermediate container 22b7450edd9c + ---> 8e35830149e0 +Step 14/14 : LABEL io.airbyte.version=0.64.3 + ---> Running in f4c2105c5cb5 +:oss:airbyte-commons-auth:compileKotlin FROM-CACHE +:oss:airbyte-commons-auth:compileJava +:oss:airbyte-metrics:metrics-lib:compileKotlin FROM-CACHE +:oss:airbyte-metrics:metrics-lib:compileJava + ---> Removed intermediate container f4c2105c5cb5 + ---> 847cbc2db225 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 847cbc2db225 +Successfully tagged airbyte/featureflag-server:0.64.3 +Created image with ID '847cbc2db225'. +:oss:airbyte-featureflag-server:assemble +:oss:airbyte-featureflag-server:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-featureflag-server:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-featureflag-server:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-featureflag-server:processIntegrationTestResources NO-SOURCE +:oss:airbyte-featureflag-server:integrationTestClasses UP-TO-DATE +:oss:airbyte-featureflag-server:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-featureflag-server:checkstyleMain NO-SOURCE +:oss:airbyte-featureflag-server:kspTestKotlin +:oss:airbyte-metrics:metrics-lib:compileJava FROM-CACHE +:oss:airbyte-api:commons:kspKotlin +:oss:airbyte-featureflag-server:kspTestKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:kspKotlin +:oss:airbyte-commons-auth:compileJava FROM-CACHE +:oss:airbyte-commons-auth:processResources +:oss:airbyte-commons-auth:classes +:oss:airbyte-commons-auth:jar +:oss:airbyte-metrics:metrics-lib:processResources +:oss:airbyte-metrics:metrics-lib:classes +:oss:airbyte-metrics:metrics-lib:jar +:oss:airbyte-commons-logging:kspKotlin +🍻 Start orval v6.19.1 - A swagger client generator for typescript +The following classes needed for analysis were missing: + makeConcatWithConstants + apply +:oss:airbyte-commons-temporal-core:kspKotlin +:oss:airbyte-config:config-secrets:kspKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:compileKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:compileJava NO-SOURCE +:oss:airbyte-config:config-secrets:processResources +:oss:airbyte-config:config-secrets:classes +:oss:airbyte-config:config-secrets:jar +:oss:airbyte-metrics:reporter:compileKotlin NO-SOURCE +:oss:airbyte-metrics:reporter:compileJava FROM-CACHE +:oss:airbyte-metrics:reporter:classes +:oss:airbyte-metrics:reporter:jar +:oss:airbyte-metrics:reporter:startScripts +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... +:oss:airbyte-commons-logging:kspKotlin FROM-CACHE +:oss:airbyte-commons-logging:compileKotlin FROM-CACHE +:oss:airbyte-commons-logging:compileJava NO-SOURCE +:oss:airbyte-commons-logging:processResources +:oss:airbyte-commons-logging:classes +:oss:airbyte-commons-logging:jar +:oss:airbyte-commons-auth:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-auth:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-auth:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-auth:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-auth:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-auth:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-auth:checkstyleMain FROM-CACHE +:oss:airbyte-metrics:reporter:distTar +:oss:airbyte-commons-auth:kspTestKotlin FROM-CACHE +:oss:airbyte-commons-auth:compileTestKotlin FROM-CACHE +:oss:airbyte-commons-auth:compileTestJava FROM-CACHE +:oss:airbyte-commons-auth:processTestResources +:oss:airbyte-commons-auth:testClasses +:oss:airbyte-commons-auth:checkstyleTest FROM-CACHE +:oss:airbyte-commons-auth:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-auth:pmdMain FROM-CACHE +:oss:airbyte-commons-auth:pmdTest FROM-CACHE +:oss:airbyte-commons-auth:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-auth:spotbugsMain +:oss:airbyte-api:commons:kspKotlin FROM-CACHE +:oss:airbyte-api:commons:compileKotlin FROM-CACHE +:oss:airbyte-commons-temporal-core:kspKotlin FROM-CACHE +:oss:airbyte-api:commons:compileJava NO-SOURCE +:oss:airbyte-api:server-api:kspKotlin +:oss:airbyte-api:problems-api:kspKotlin +:oss:airbyte-api:commons:processResources +:oss:airbyte-api:commons:classes +:oss:airbyte-api:commons:jar +:oss:airbyte-commons-temporal-core:compileKotlin +🎉 api - Your OpenAPI spec has been converted into ready to use orval! +:oss:airbyte-commons-temporal-core:compileKotlin FROM-CACHE +:oss:airbyte-commons-temporal-core:compileJava +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... +:oss:airbyte-commons-temporal-core:compileJava FROM-CACHE +:oss:airbyte-commons-temporal-core:processResources +:oss:airbyte-commons-temporal-core:classes +:oss:airbyte-commons-temporal-core:jar +:oss:airbyte-workload-api-server:kspKotlin +🎉 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... +The following classes needed for analysis were missing: + makeConcatWithConstants + equals + hashCode + toString + test + apply + get + call + accept +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! +:oss:airbyte-micronaut-temporal:compileKotlin NO-SOURCE +:oss:airbyte-micronaut-temporal:compileJava +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... +:oss:airbyte-micronaut-temporal:compileJava FROM-CACHE +:oss:airbyte-micronaut-temporal:classes UP-TO-DATE +:oss:airbyte-micronaut-temporal:jar +:oss:airbyte-metrics:reporter:distZip SKIPPED +:oss:airbyte-metrics:reporter:dockerCopyDistribution +:oss:airbyte-metrics:reporter:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-metrics/reporter/build/airbyte/docker'. +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! +🎉 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 + +:oss:airbyte-workload-api-server:kspKotlin FROM-CACHE +:oss:airbyte-workload-api-server:compileKotlin FROM-CACHE +:oss:airbyte-api:workload-api:genWorkloadApiClient FROM-CACHE +:oss:airbyte-workload-api-server:compileJava NO-SOURCE +:oss:airbyte-workload-api-server:processResources +:oss:airbyte-workload-api-server:classes +:oss:airbyte-workload-api-server:jar +:oss:airbyte-workload-api-server:startScripts +🔨 Use build hash 94a02ef4703c9c4c03f00b49bd4a52b5c80108bd + +📃 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. + +Replacing the following process.env values in the frontend code: + { + 'process.env.REACT_APP_VERSION': '"0.64.3"', + 'process.env.NODE_ENV': '"production"', + 'process.env.REACT_APP_SEGMENT_TOKEN': '"6cxNSmQyGSKcATLdJ2pL6WsawkzEMDAN"', + 'process.env.REACT_APP_OSANO': '"16A0CTTE7vE8m1Qif/67beec9b-e563-4736-bdb4-4fe4adc39d48"' +} +:oss:airbyte-workload-api-server:distTar +The following classes needed for analysis were missing: + apply + run + accept + test + compare + get + equals + hashCode + toString + map + makeConcatWithConstants + query +vite v5.2.12 building for production... +🤖 Generate intents.ts file... done! +transforming... +:oss:airbyte-commons-auth:spotbugsTest SKIPPED +:oss:airbyte-commons-auth:test FROM-CACHE +:oss:airbyte-commons-auth:jacocoTestReport FROM-CACHE +:oss:airbyte-commons-logging:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-logging:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-logging:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-logging:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-logging:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-logging:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-logging:checkstyleMain NO-SOURCE +:oss:airbyte-commons-logging:kspTestKotlin FROM-CACHE +:oss:airbyte-commons-logging:compileTestKotlin +:oss:airbyte-workload-api-server:distZip SKIPPED +:oss:airbyte-workload-api-server:dockerCopyDistribution +:oss:airbyte-commons-logging:compileTestKotlin FROM-CACHE +:oss:airbyte-commons-logging:compileTestJava NO-SOURCE +:oss:airbyte-commons-logging:processTestResources +:oss:airbyte-commons-logging:testClasses +:oss:airbyte-commons-logging:checkstyleTest NO-SOURCE +:oss:airbyte-commons-logging:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-logging:pmdMain NO-SOURCE +:oss:airbyte-commons-logging:pmdTest NO-SOURCE +:oss:airbyte-commons-logging:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-logging:spotbugsMain +:oss:airbyte-commons-logging:spotbugsTest SKIPPED +:oss:airbyte-commons-logging:test +:oss: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'. +The following classes needed for analysis were missing: + makeConcatWithConstants + get +:oss:airbyte-commons-auth:check +:oss:airbyte-commons-temporal-core:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-temporal-core:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-temporal-core:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-temporal-core:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-temporal-core:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-temporal-core:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-temporal-core:checkstyleMain FROM-CACHE +:oss:airbyte-commons-temporal-core:kspTestKotlin FROM-CACHE +:oss:airbyte-commons-temporal-core:compileTestKotlin FROM-CACHE +:oss:airbyte-commons-temporal-core:compileTestJava FROM-CACHE +:oss:airbyte-commons-temporal-core:processTestResources NO-SOURCE +:oss:airbyte-commons-temporal-core:testClasses UP-TO-DATE +:oss:airbyte-commons-temporal-core:checkstyleTest FROM-CACHE +:oss:airbyte-commons-temporal-core:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-temporal-core:pmdMain FROM-CACHE +:oss:airbyte-commons-temporal-core:pmdTest FROM-CACHE +:oss:airbyte-commons-temporal-core:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-temporal-core:spotbugsMain +Using images 'airbyte/metrics-reporter:0.64.3'. +:oss:airbyte-commons-logging:test FROM-CACHE +:oss:airbyte-commons-logging:jacocoTestReport FROM-CACHE +:oss:airbyte-commons-temporal-core:spotbugsTest SKIPPED +:oss:airbyte-commons-temporal-core:test +Browserslist: caniuse-lite is outdated. Please run: + npx update-browserslist-db@latest + Why you should do it regularly: https://github.com/browserslist/update-db#readme +:oss:airbyte-commons-temporal-core:test FROM-CACHE +:oss:airbyte-commons-temporal-core:jacocoTestReport FROM-CACHE +:oss:airbyte-featureflag-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 + ---> 6af9411aa74d +Step 4/11 : ADD airbyte-app.tar /app +:oss:airbyte-featureflag-server:compileTestKotlin FROM-CACHE +:oss:airbyte-featureflag-server:compileTestJava NO-SOURCE +:oss:airbyte-featureflag-server:processTestResources +:oss:airbyte-featureflag-server:testClasses +:oss:airbyte-featureflag-server:checkstyleTest NO-SOURCE +:oss:airbyte-featureflag-server:pmdIntegrationTest NO-SOURCE +:oss:airbyte-featureflag-server:pmdMain NO-SOURCE +:oss:airbyte-featureflag-server:pmdTest NO-SOURCE +:oss:airbyte-featureflag-server:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-featureflag-server:spotbugsMain + ---> b5ee0ec4b2c5 +Step 5/11 : FROM ${JDK_IMAGE} + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> Running in cd0d71f73351 + ---> Removed intermediate container cd0d71f73351 + ---> 8b26bc275243 +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> c5e8ab74fd6f +Step 8/11 : USER airbyte:airbyte + ---> Running in 18760a0f53f7 + ---> Removed intermediate container 18760a0f53f7 + ---> 0f382afd4ad1 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-metrics-reporter"] + ---> Running in ad18435af543 + ---> Removed intermediate container ad18435af543 + ---> a6d008dc47e5 +Step 10/11 : LABEL io.airbyte.app=reporter + ---> Running in 784c088329b1 +Using images 'airbyte/workload-api-server:0.64.3'. + ---> Removed intermediate container 784c088329b1 + ---> 3f2e4ca57d4f +Step 11/11 : LABEL io.airbyte.version=0.64.3 + ---> Running in 45babdb68482 + ---> Removed intermediate container 45babdb68482 + ---> ba4425ac0277 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built ba4425ac0277 +Successfully tagged airbyte/metrics-reporter:0.64.3 +Created image with ID 'ba4425ac0277'. +:oss:airbyte-metrics:reporter:assemble +:oss:airbyte-featureflag-server:spotbugsTest SKIPPED +:oss:airbyte-featureflag-server:test FROM-CACHE +:oss:airbyte-featureflag-server:jacocoTestReport FROM-CACHE +:oss:airbyte-micronaut-temporal:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-micronaut-temporal:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-micronaut-temporal:integrationTestClasses UP-TO-DATE +:oss:airbyte-micronaut-temporal:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-micronaut-temporal:checkstyleMain FROM-CACHE +:oss:airbyte-micronaut-temporal:compileTestKotlin NO-SOURCE +:oss:airbyte-micronaut-temporal:compileTestJava FROM-CACHE +:oss:airbyte-micronaut-temporal:testClasses UP-TO-DATE +:oss:airbyte-micronaut-temporal:checkstyleTest FROM-CACHE +:oss:airbyte-micronaut-temporal:pmdIntegrationTest NO-SOURCE +:oss:airbyte-micronaut-temporal:pmdMain FROM-CACHE +:oss:airbyte-micronaut-temporal:pmdTest FROM-CACHE +:oss:airbyte-micronaut-temporal:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-micronaut-temporal:spotbugsMain +The following classes needed for analysis were missing: + accept + resolveCredentials + makeConcatWithConstants + applyAsDouble + call + apply +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 + ---> 6af9411aa74d +Step 4/14 : ADD airbyte-app.tar /app +:oss:airbyte-commons-logging:check +:oss:airbyte-micronaut-temporal:spotbugsTest SKIPPED +:oss:airbyte-micronaut-temporal:test FROM-CACHE +:oss:airbyte-micronaut-temporal:jacocoTestReport FROM-CACHE +:oss:airbyte-api:commons:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:commons:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:commons:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-api:commons:processIntegrationTestResources NO-SOURCE +:oss:airbyte-api:commons:integrationTestClasses UP-TO-DATE +:oss:airbyte-api:commons:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-api:commons:checkstyleMain NO-SOURCE +:oss:airbyte-api:commons:kspTestKotlin +:oss:airbyte-api:problems-api:compileKotlin + ---> 02d4abe80c11 +Step 5/14 : FROM ${JDK_IMAGE} + ---> 74fbabbc6f02 +Step 6/14 : EXPOSE 8007 5005 + ---> Using cache + ---> 7ce4e0575cb0 +Step 7/14 : ENV APPLICATION airbyte-workload-api-server + ---> Running in 6e51087ca213 + ---> Removed intermediate container 6e51087ca213 + ---> 2bc38124f292 +Step 8/14 : ENV VERSION ${VERSION} + ---> Running in 0a5768d294fa +The following classes needed for analysis were missing: + makeConcatWithConstants + run + test + accept + get + apply +:oss:airbyte-api:problems-api:processResources +:oss:airbyte-commons-temporal-core:check +:oss:airbyte-config:config-models:check +:oss:airbyte-config:config-secrets:kspTestFixturesKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:compileTestFixturesKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:compileTestFixturesJava NO-SOURCE +:oss:airbyte-config:config-secrets:checkstyleMain NO-SOURCE +:oss:airbyte-config:config-secrets:processTestFixturesResources NO-SOURCE +:oss:airbyte-config:config-secrets:testFixturesClasses UP-TO-DATE +:oss:airbyte-config:config-secrets:checkstyleTestFixtures NO-SOURCE +:oss:airbyte-config:config-secrets:testFixturesJar +:oss:airbyte-config:config-secrets:pmdMain NO-SOURCE +:oss:airbyte-config:config-secrets:pmdTestFixtures NO-SOURCE +:oss:airbyte-config:config-secrets:spotbugsMain + ---> Removed intermediate container 0a5768d294fa + ---> 089f770e6e3e +Step 9/14 : WORKDIR /app + ---> Running in 4bbababf0ba0 +:oss:airbyte-api:commons:kspTestKotlin FROM-CACHE +:oss:airbyte-api:commons:compileTestKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + test +:oss:airbyte-api:commons:compileTestKotlin FROM-CACHE +:oss:airbyte-api:commons:compileTestJava NO-SOURCE +:oss:airbyte-api:commons:processTestResources +:oss:airbyte-api:commons:testClasses +:oss:airbyte-api:commons:checkstyleTest NO-SOURCE +:oss:airbyte-api:commons:pmdIntegrationTest NO-SOURCE +:oss:airbyte-api:commons:pmdMain NO-SOURCE +:oss:airbyte-api:commons:pmdTest NO-SOURCE +:oss:airbyte-api:commons:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-api:commons:spotbugsMain SKIPPED +:oss:airbyte-api:commons:spotbugsTest SKIPPED + ---> Removed intermediate container 4bbababf0ba0 + ---> e7c5cdb87409 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app +:oss:airbyte-api:commons:test +:oss:airbyte-featureflag-server:check +:oss:airbyte-config:config-secrets:spotbugsTestFixtures +:oss:airbyte-api:commons:test FROM-CACHE +:oss:airbyte-api:commons:jacocoTestReport FROM-CACHE +:oss:airbyte-api:commons:check UP-TO-DATE +:oss:airbyte-config:specs:check +:oss:airbyte-db:jooq:spotbugsTest SKIPPED +:oss:airbyte-db:jooq:test NO-SOURCE +:oss:airbyte-db:jooq:jacocoTestReport SKIPPED +:oss:airbyte-db:jooq:check +:oss:airbyte-metrics:metrics-lib:checkstyleMain FROM-CACHE +:oss:airbyte-metrics:metrics-lib:pmdMain FROM-CACHE +:oss:airbyte-metrics:metrics-lib:spotbugsMain + ---> 9536748204a5 +Step 11/14 : USER airbyte:airbyte + ---> Running in c50c470348b0 + ---> Removed intermediate container c50c470348b0 + ---> 3da36ccec9f5 +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in 34016f1b7ea3 + ---> Removed intermediate container 34016f1b7ea3 + ---> 5419c4756442 +Step 13/14 : LABEL io.airbyte.app=airbyte-workload-api-server + ---> Running in 1bf54e7bdcdf + ---> Removed intermediate container 1bf54e7bdcdf + ---> 906097a9a051 +Step 14/14 : LABEL io.airbyte.version=0.64.3 + ---> Running in c31d68f70efd + ---> Removed intermediate container c31d68f70efd + ---> 164c85ea5b5b +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 164c85ea5b5b +Successfully tagged airbyte/workload-api-server:0.64.3 +Created image with ID '164c85ea5b5b'. +:oss:airbyte-workload-api-server:assemble +:oss:airbyte-workload-api-server:checkstyleMain NO-SOURCE +:oss:airbyte-workload-api-server:pmdMain NO-SOURCE +:oss:airbyte-workload-api-server:spotbugsMain SKIPPED +:oss:airbyte-metrics:reporter:checkstyleMain FROM-CACHE +:oss:airbyte-metrics:reporter:pmdMain FROM-CACHE +:oss:airbyte-metrics:reporter:spotbugsMain +The following classes needed for analysis were missing: + apply + test + makeConcatWithConstants + matches + accept + call +:oss:airbyte-micronaut-temporal:check +:oss:airbyte-commons:build +:oss:airbyte-commons-auth:build +:oss:airbyte-commons-license:build +:oss:airbyte-commons-logging:build +:oss:airbyte-commons-micronaut:build +:oss:airbyte-commons-micronaut-security:build +:oss:airbyte-commons-protocol:build +:oss:airbyte-commons-temporal-core:build +:oss:airbyte-featureflag:build +:oss:airbyte-featureflag-server:build +:oss:airbyte-json-validation:build +:oss:airbyte-mappers:build +:oss:airbyte-micronaut-temporal:build +:oss:airbyte-worker-models:build +:oss:airbyte-api:commons:build UP-TO-DATE +:oss:airbyte-config:config-models:build +:oss:airbyte-config:specs:build +:oss:airbyte-db:jooq:build +:oss:airbyte-api:problems-api:compileJava +The following classes needed for analysis were missing: + makeConcatWithConstants + call + accept +The following classes needed for analysis were missing: + makeConcatWithConstants + hashCode + toString + equals + accept + test + apply +The following classes needed for analysis were missing: + makeConcatWithConstants + test + apply + accept + get +The following classes needed for analysis were missing: + call + accept + run +:oss:airbyte-api:problems-api:classes +:oss:airbyte-api:problems-api:jar +:oss:airbyte-api:public-api:kspKotlin +:oss:airbyte-oauth:compileKotlin NO-SOURCE +:oss:airbyte-oauth:compileJava +:oss:airbyte-api:problems-api:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:problems-api:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:problems-api:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-api:problems-api:processIntegrationTestResources NO-SOURCE +:oss:airbyte-api:problems-api:integrationTestClasses UP-TO-DATE +:oss:airbyte-api:problems-api:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-api:problems-api:checkstyleMain +:oss:airbyte-api:problems-api:kspTestKotlin NO-SOURCE +:oss:airbyte-api:problems-api:compileTestKotlin NO-SOURCE +:oss:airbyte-api:problems-api:compileTestJava NO-SOURCE +:oss:airbyte-api:problems-api:processTestResources NO-SOURCE +:oss:airbyte-api:problems-api:testClasses UP-TO-DATE +:oss:airbyte-api:problems-api:checkstyleTest NO-SOURCE +:oss:airbyte-api:problems-api:pmdIntegrationTest NO-SOURCE +:oss:airbyte-api:problems-api:pmdMain +:oss:airbyte-api:problems-api:pmdTest NO-SOURCE +:oss:airbyte-api:problems-api:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-api:problems-api:spotbugsMain SKIPPED +:oss:airbyte-api:problems-api:spotbugsTest SKIPPED +:oss:airbyte-api:problems-api:test NO-SOURCE +:oss:airbyte-api:problems-api:jacocoTestReport SKIPPED +:oss:airbyte-api:public-api:kspKotlin FROM-CACHE +:oss:airbyte-api:public-api:compileKotlin +:oss:airbyte-oauth:compileJava FROM-CACHE +:oss:airbyte-oauth:classes UP-TO-DATE +:oss:airbyte-oauth:jar +:oss:airbyte-oauth:checkstyleMain +:oss:airbyte-api:public-api:compileKotlin FROM-CACHE +:oss:airbyte-api:public-api:compileJava NO-SOURCE +:oss:airbyte-api:public-api:processResources +:oss:airbyte-oauth:checkstyleMain FROM-CACHE +:oss:airbyte-oauth:pmdMain +:oss:airbyte-api:public-api:classes +:oss:airbyte-oauth:spotbugsMain +:oss:airbyte-api:public-api:jar +:oss:airbyte-api:public-api:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:public-api:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:public-api:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-api:public-api:processIntegrationTestResources NO-SOURCE +:oss:airbyte-api:public-api:integrationTestClasses UP-TO-DATE +:oss:airbyte-api:public-api:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-api:public-api:checkstyleMain NO-SOURCE +:oss:airbyte-api:public-api:kspTestKotlin NO-SOURCE +:oss:airbyte-api:public-api:compileTestKotlin NO-SOURCE +:oss:airbyte-api:public-api:compileTestJava NO-SOURCE +:oss:airbyte-api:public-api:processTestResources NO-SOURCE +:oss:airbyte-api:public-api:testClasses UP-TO-DATE +:oss:airbyte-api:public-api:checkstyleTest NO-SOURCE +:oss:airbyte-api:public-api:pmdIntegrationTest NO-SOURCE +:oss:airbyte-api:public-api:pmdMain NO-SOURCE +:oss:airbyte-api:public-api:pmdTest NO-SOURCE +:oss:airbyte-api:public-api:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-api:public-api:spotbugsMain SKIPPED +:oss:airbyte-api:public-api:spotbugsTest SKIPPED +:oss:airbyte-api:public-api:test NO-SOURCE +:oss:airbyte-api:public-api:jacocoTestReport SKIPPED +:oss:airbyte-api:public-api:check UP-TO-DATE +:oss:airbyte-api:public-api:build UP-TO-DATE +:oss:airbyte-api:problems-api:check +:oss:airbyte-api:problems-api:build +The following classes needed for analysis were missing: + makeConcatWithConstants + accept + apply + get +✓ 5650 modules transformed. +rendering chunks... +computing gzip size... +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  18.69 kB │ gzip: 3.71 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/ScrollableContainer-mgnqhxgkkv.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-vpglcad54b.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/JobEventMenu-k7trgv32so.css  0.19 kB │ gzip: 0.16 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-hkqoks9t5b.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/index-g770z885w3.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-op4fuopn4m.css  0.60 kB │ gzip: 0.34 kB +build/app/assets/index-cebbt1apda.css  0.61 kB │ gzip: 0.30 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/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/ConnectionTable-l2ailxz9zi.css  0.72 kB │ gzip: 0.34 kB +build/app/assets/ButtonTab-tdf90qe427.css  0.72 kB │ gzip: 0.30 kB +build/app/assets/LinkTab-082rf9o6t0.css  0.75 kB │ gzip: 0.33 kB +build/app/assets/ConnectorQualityMetrics-e3uyxq9tc2.css  0.76 kB │ gzip: 0.36 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/streamStatusUtils-begz9q7ixe.css  1.13 kB │ gzip: 0.49 kB +build/app/assets/NumberBadge-dpom4kojjz.css  1.14 kB │ gzip: 0.36 kB +build/app/assets/ProgressBar-2bgebk4sq5.css  1.16 kB │ gzip: 0.51 kB +build/app/assets/index-ln19v2v6mv.css  1.23 kB │ gzip: 0.50 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/JobFailureDetails-e6tknk0tz1.css  1.38 kB │ gzip: 0.52 kB +build/app/assets/LoadingSkeleton-ko6s2agxzr.css  1.56 kB │ gzip: 0.54 kB +build/app/assets/ConnectorBuilderStateService-dqo6q8uno2.css  1.66 kB │ gzip: 0.51 kB +build/app/assets/index-ev43gigiki.css  1.72 kB │ gzip: 0.64 kB +build/app/assets/AdminWorkspaceWarning-kwolmmhbtz.css  1.77 kB │ gzip: 0.60 kB +build/app/assets/SimplifiedConnectionSettingsCard-l823rz974d.css  1.89 kB │ gzip: 0.68 kB +build/app/assets/SettingsNavigation-oeig0ye61t.css  1.92 kB │ gzip: 0.63 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-ewr4adc3wa.css  2.10 kB │ gzip: 0.69 kB +build/app/assets/index-ch83avssqv.css  2.32 kB │ gzip: 0.73 kB +build/app/assets/index-ocmjc3dbb4.css  2.33 kB │ gzip: 0.79 kB +build/app/assets/SideBar-bdl1g12rfg.css  2.64 kB │ gzip: 0.81 kB +build/app/assets/utils-hu7ikmse53.css  2.71 kB │ gzip: 0.65 kB +build/app/assets/Markdown-dlyb2ey4ol.css  2.90 kB │ gzip: 0.85 kB +build/app/assets/App-hksy9ebw81.css  3.08 kB │ gzip: 1.01 kB +build/app/assets/index-f5wkvlhtpq.css  3.17 kB │ gzip: 1.02 kB +build/app/assets/JobLogsModal-obxlym6f2c.css  3.33 kB │ gzip: 0.92 kB +build/app/assets/SelectConnector-gpjkk7izp4.css  5.96 kB │ gzip: 1.53 kB +build/app/assets/index-ghs8d3g2n6.css  11.90 kB │ gzip: 2.04 kB +build/app/assets/ConnectionOnboarding-g8040hpu3f.css  13.70 kB │ gzip: 1.93 kB +build/app/assets/main-dcknriey4g.css  14.03 kB │ gzip: 3.22 kB +build/app/assets/index-n52vrbolau.css  27.02 kB │ gzip: 3.77 kB +build/app/assets/index-i36pgq5tv6.css  27.82 kB │ gzip: 6.25 kB +build/app/assets/ConnectorForm-es1pf0kcjg.css  29.99 kB │ gzip: 9.95 kB +build/app/assets/SyncCatalogTable-heh9gqjwa9.css  31.05 kB │ gzip: 4.67 kB +build/app/assets/CodeEditor-7v3d92lyp1.css  39.45 kB │ gzip: 7.05 kB +build/app/assets/WorkspaceAccessManagementSection-drmvs57bo8.css  47.81 kB │ gzip: 8.12 kB +build/app/assets/core-n50nq1or09.css  61.98 kB │ gzip: 10.07 kB +build/app/assets/oauthConstants-hgibzoz7o0.js  0.05 kB │ gzip: 0.07 kB +build/app/assets/_baseEach-oagabxcr27.js  0.13 kB │ gzip: 0.13 kB +build/app/assets/cloneDeep-bbfwuohyih.js  0.13 kB │ gzip: 0.14 kB +build/app/assets/lowerCase-gnizy2mqhk.js  0.15 kB │ gzip: 0.15 kB +build/app/assets/isBoolean-jsvkt1xq03.js  0.18 kB │ gzip: 0.17 kB +build/app/assets/FormPageContent-o1h0i8jass.js  0.19 kB │ gzip: 0.17 kB +build/app/assets/Tabs-m3bbcyc5ax.js  0.19 kB │ gzip: 0.17 kB +build/app/assets/_createBaseEach-dgk35sjmzh.js  0.24 kB │ gzip: 0.20 kB +build/app/assets/ConnectorIcon-mjrigbx84d.js  0.27 kB │ gzip: 0.22 kB +build/app/assets/ClearFiltersButton-enup9l9pfa.js  0.28 kB │ gzip: 0.23 kB +build/app/assets/CloudDefaultView-c0vgvj8m5a.js  0.29 kB │ gzip: 0.23 kB +build/app/assets/ScrollableContainer-k2r204cpxa.js  0.30 kB │ gzip: 0.23 kB +build/app/assets/oauthCallback-dmy8vtqk.js  0.30 kB │ gzip: 0.24 kB +build/app/assets/PageContainer-jy23y0ockn.js  0.34 kB │ gzip: 0.21 kB +build/app/assets/DefaultView-hjtyi56axn.js  0.39 kB │ gzip: 0.30 kB +build/app/assets/Breadcrumbs-i3k2usne10.js  0.45 kB │ gzip: 0.29 kB +build/app/assets/isEmpty-czu5ecuvae.js  0.50 kB │ gzip: 0.34 kB +build/app/assets/useDeleteModal-fkk0xee1zs.js  0.53 kB │ gzip: 0.34 kB +build/app/assets/DocumentationPanelContext-mwzpjcil0k.js  0.54 kB │ gzip: 0.32 kB +build/app/assets/_baseUniq-hk5neixdum.js  0.58 kB │ gzip: 0.42 kB +build/app/assets/PageHeaderWithNavigation-mxjs5yd7fi.js  0.64 kB │ gzip: 0.34 kB +build/app/assets/ConnectorBuilderLocalStorageService-gc0symwgol.js  0.66 kB │ gzip: 0.42 kB +build/app/assets/SourceConnectionTable-b48bnv7zir.js  0.68 kB │ gzip: 0.42 kB +build/app/assets/modulepreload-polyfill-cm6ok5jwih.js  0.71 kB │ gzip: 0.40 kB +build/app/assets/FormDevToolsInternal-chcsmtccs4.js  0.71 kB │ gzip: 0.42 kB +build/app/assets/UpcomingFeaturesPage-cv92117obu.js  0.76 kB │ gzip: 0.45 kB +build/app/assets/LoadingSkeleton-dj7jz01vl2.js  0.83 kB │ gzip: 0.36 kB +build/app/assets/ButtonTab-mmcinxy1ba.js  0.88 kB │ gzip: 0.49 kB +build/app/assets/LinkTab-o6jv4l0lx4.js  0.88 kB │ gzip: 0.42 kB +build/app/assets/HelpDropdown-kjj9n1zwmk.js  1.05 kB │ gzip: 0.55 kB +build/app/assets/SelectSourcePage-eskdmvw5z9.js  1.05 kB │ gzip: 0.58 kB +build/app/assets/NumberBadge-mz6f48n0jw.js  1.05 kB │ gzip: 0.53 kB +build/app/assets/SelectDestinationPage-cn5mftghy2.js  1.08 kB │ gzip: 0.58 kB +build/app/assets/InviteUsersHint-hvmoa3xxdt.js  1.11 kB │ gzip: 0.63 kB +build/app/assets/LoginPage-04g046tx5o.js  1.14 kB │ gzip: 0.63 kB +build/app/assets/SourceForm-oohomssc4v.js  1.14 kB │ gzip: 0.61 kB +build/app/assets/CloudHelpDropdown-ge90vaomsf.js  1.20 kB │ gzip: 0.63 kB +build/app/assets/DestinationForm-n5ram3uu49.js  1.24 kB │ gzip: 0.64 kB +build/app/assets/SignupPage-otw5uw5g31.js  1.34 kB │ gzip: 0.62 kB +build/app/assets/sortBy-bv3176q16r.js  1.35 kB │ gzip: 0.76 kB +build/app/assets/SourceItemPage-k5c09s2wtv.js  1.43 kB │ gzip: 0.77 kB +build/app/assets/AuthLayout-m41r8vl07t.js  1.43 kB │ gzip: 0.73 kB +build/app/assets/DestinationItemPage-cytbf32xl2.js  1.47 kB │ gzip: 0.77 kB +build/app/assets/StatusIcon-dy8ka3ohmq.js  1.57 kB │ gzip: 0.73 kB +build/app/assets/useCreateAndNavigate-mjihcj9x27.js  1.66 kB │ gzip: 0.85 kB +build/app/assets/AdvancedSettingsPage-nxwse6ad3a.js  1.66 kB │ gzip: 0.64 kB +build/app/assets/ConnectorDefinitionBranding-mo2no3p4d1.js  1.74 kB │ gzip: 0.75 kB +build/app/assets/ConnectorDocumentationWrapper-nxfnr8n5t5.js  1.91 kB │ gzip: 0.93 kB +build/app/assets/RangeDatePicker-ct3idxypte.js  1.93 kB │ gzip: 0.94 kB +build/app/assets/SourceSettingsPage-h8n9yzofvu.js  1.96 kB │ gzip: 1.08 kB +build/app/assets/DestinationSettingsPage-dyqh89oyp7.js  2.05 kB │ gzip: 1.07 kB +build/app/assets/RadioButtonTiles-dxalug21is.js  2.07 kB │ gzip: 0.78 kB +build/app/assets/AllSourcesPage-coumspk3iq.js  2.14 kB │ gzip: 1.13 kB +build/app/assets/SettingsPage-ctckhj3b1f.js  2.18 kB │ gzip: 0.82 kB +build/app/assets/useBuildForm-jnkpw7fw8y.js  2.20 kB │ gzip: 1.03 kB +build/app/assets/CreateSourcePage-k5bj74h4bf.js  2.21 kB │ gzip: 1.18 kB +build/app/assets/AllDestinationsPage-h71iujx6nw.js  2.23 kB │ gzip: 1.13 kB +build/app/assets/CreateDestinationPage-bja2tfpbzd.js  2.24 kB │ gzip: 1.17 kB +build/app/assets/JobFailureDetails-ifa3gl3gnb.js  2.27 kB │ gzip: 1.01 kB +build/app/assets/DestinationConnectionsPage-cw6uuzgx68.js  2.37 kB │ gzip: 1.20 kB +build/app/assets/ConnectorBuilderForkPage-kowue2bjss.js  2.37 kB │ gzip: 1.09 kB +build/app/assets/CloudMainView-jq6ssjrrvy.js  2.37 kB │ gzip: 1.12 kB +build/app/assets/CloudSettingsPage-ly1q09jvbw.js  2.44 kB │ gzip: 0.97 kB +build/app/assets/CreateConnectionPage-gi3x5e9au1.js  2.46 kB │ gzip: 1.25 kB +build/app/assets/SettingsNavigation-f3r17oa8ja.js  2.74 kB │ gzip: 0.98 kB +build/app/assets/ConnectorEmptyStateContent-by0eomd8uq.js  2.82 kB │ gzip: 1.20 kB +build/app/assets/airbyte-logo-kmiowd7ls5.js  2.96 kB │ gzip: 1.46 kB +build/app/assets/JobEventMenu-lg6rptod93.js  2.98 kB │ gzip: 1.42 kB +build/app/assets/SourceConnectionsPage-n5tkmiil69.js  3.05 kB │ gzip: 1.40 kB +build/app/assets/AdminWorkspaceWarning-oevchts7by.js  3.32 kB │ gzip: 1.36 kB +build/app/assets/ProgressBar-e4pa9brlfx.js  3.45 kB │ gzip: 1.36 kB +build/app/assets/ConnectorQualityMetrics-odtkshmve1.js  3.79 kB │ gzip: 1.36 kB +build/app/assets/ImplementationTable-fof0fws9o1.js  3.94 kB │ gzip: 1.36 kB +build/app/assets/CloudWorkspacesPage-jscbws8eui.js  3.97 kB │ gzip: 1.65 kB +build/app/assets/CreateNewSource-n3m5jwdk87.js  4.10 kB │ gzip: 1.74 kB +build/app/assets/ConnectorBuilderGeneratePage-h3j9xol4m1.js  4.68 kB │ gzip: 1.69 kB +build/app/assets/ConnectionRefreshModal-fhxmnx1guu.js  4.79 kB │ gzip: 1.45 kB +build/app/assets/SetupPage-c20p82cobu.js  5.03 kB │ gzip: 1.98 kB +build/app/assets/PersonQuoteCover-ifqysu5271.js  5.62 kB │ gzip: 2.35 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. +build/app/assets/streamStatusUtils-itw5pkqu18.js  6.31 kB │ gzip: 2.42 kB +build/app/assets/CreateConnectionTitleBlock-bigat7ry89.js  6.35 kB │ gzip: 2.36 kB +build/app/assets/ConnectorTitleBlock-gbhh6m4z76.js  6.39 kB │ gzip: 2.21 kB +build/app/assets/LoginButtons-lnu4d4ajxv.js  7.09 kB │ gzip: 2.83 kB +build/app/assets/WorkspacesPage-i175mjgsnr.js  7.12 kB │ gzip: 2.66 kB +build/app/assets/ConnectionTable-c6qayjtfsw.js  7.24 kB │ gzip: 2.54 kB +build/app/assets/utils-iu0qa1g3up.js  7.40 kB │ gzip: 2.68 kB +build/app/assets/ConnectionsRoutes-clhtckz6w6.js  7.79 kB │ gzip: 2.87 kB +build/app/assets/DocumentationPanel-ncoade22fb.js  7.96 kB │ gzip: 3.29 kB +build/app/assets/ConnectorCard-c4sq6eub1z.js  8.05 kB │ gzip: 3.20 kB +build/app/assets/AllConnectionsPage-fh2tcxh0hf.js  8.73 kB │ gzip: 3.01 kB +build/app/assets/ConnectionPage-pc2afdwl4k.js  8.98 kB │ gzip: 3.47 kB +build/app/assets/ConnectionSettingsPage-otgel8t2c7.js  9.19 kB │ gzip: 3.08 kB +build/app/assets/formConfig-g0q2ixac0o.js  10.51 kB │ gzip: 3.31 kB +build/app/assets/broadcast-channel-d2aggzsa1i.js  10.67 kB │ gzip: 3.80 kB +build/app/assets/ConnectionTransformationPage-n10m7d6n27.js  10.68 kB │ gzip: 3.52 kB +build/app/assets/SideBar-gacl4v8zdh.js  10.99 kB │ gzip: 4.34 kB +build/app/assets/ConnectionJobHistoryPage-kd9wde73oi.js  11.05 kB │ gzip: 4.05 kB +build/app/assets/ConfigureConnectionPage-ej6bkvy3hs.js  13.28 kB │ gzip: 4.59 kB +build/app/assets/SelectConnector-bie05k53aj.js  14.85 kB │ gzip: 4.69 kB +build/app/assets/ConnectionOnboarding-ccrrm0yi8f.js  15.19 kB │ gzip: 5.22 kB +build/app/assets/main-cte22bsw.js  15.29 kB │ gzip: 6.07 kB +build/app/assets/App-ev4c4ozai2.js  19.25 kB │ gzip: 6.00 kB +build/app/assets/JobLogsModal-n56yzj0yj3.js  20.94 kB │ gzip: 7.43 kB +build/app/assets/convertManifestToBuilderForm-gdvpzo3evn.js  23.67 kB │ gzip: 7.37 kB +build/app/assets/StreamStatusPage-go2hjld3qa.js  26.40 kB │ gzip: 9.19 kB +build/app/assets/ConnectionTimelinePage-llc768wq0s.js  26.69 kB │ gzip: 6.62 kB +build/app/assets/SimplifiedConnectionSettingsCard-fsguo81vfr.js  28.31 kB │ gzip: 8.33 kB +build/app/assets/BillingPage-owtwo582ja.js  30.73 kB │ gzip: 10.00 kB +build/app/assets/ConnectionReplicationPage-c3ypiivmy1.js  32.08 kB │ gzip: 9.38 kB +build/app/assets/ResizablePanels-jzwbek2ht0.js  33.29 kB │ gzip: 9.60 kB +build/app/assets/ConnectorBuilderStateService-b23r9dv1ij.js  59.90 kB │ gzip: 20.48 kB +build/app/assets/Markdown-g448ns2i5o.js  62.72 kB │ gzip: 20.77 kB +build/app/assets/index-jen3hezj7w.js  68.60 kB │ gzip: 21.04 kB +build/app/assets/SyncCatalogTable-kc5ms2dibv.js  89.63 kB │ gzip: 26.32 kB +build/app/assets/App-gailhz143u.js  130.30 kB │ gzip: 46.10 kB +build/app/assets/DataResidencyDropdown-e4bt63sirc.js  236.01 kB │ gzip: 53.15 kB +build/app/assets/ConnectorBuilderCreatePage-f0kipy7au9.js  274.95 kB │ gzip: 38.70 kB +build/app/assets/ConnectorForm-cmj8yx445o.js  298.20 kB │ gzip: 92.62 kB +build/app/assets/ConnectorBuilderEditPage-kchbrihtgk.js  306.10 kB │ gzip: 83.71 kB +build/app/assets/BarChart-4w6latcjmo.js  338.84 kB │ gzip: 94.88 kB +build/app/assets/WorkspaceAccessManagementSection-mbe74lwj82.js  476.11 kB │ gzip: 120.79 kB +build/app/assets/CodeEditor-miz1y3spyn.js 1,864.16 kB │ gzip: 479.64 kB +build/app/assets/core-gv5edzf9j6.js 2,176.87 kB │ gzip: 658.71 kB +✓ built in 1m 6s +:oss:airbyte-api:server-api:compileKotlin +:oss:airbyte-api:server-api:processResources +:oss:airbyte-webapp:copyBuildOutput +:oss:airbyte-webapp:copyNginx +:oss:airbyte-webapp:dockerCopyDistribution NO-SOURCE +:oss:airbyte-webapp:dockerCopyDockerfile +:oss:airbyte-webapp:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp/build/airbyte/docker'. +Using images 'airbyte/webapp:0.64.3'. +Step 1/12 : ARG NGINX_IMAGE=nginxinc/nginx-unprivileged:alpine3.18 +Step 2/12 : FROM ${NGINX_IMAGE} + ---> 64997a8aa9d0 +Step 3/12 : ARG BUILD_DIR=bin/build + ---> Running in 27ee3b73726e + ---> Removed intermediate container 27ee3b73726e + ---> 28cb989dd727 +Step 4/12 : ARG NGINX_CONFIG=bin/nginx/default.conf.template + ---> Running in 568b14149ac6 + ---> Removed intermediate container 568b14149ac6 + ---> 3697b13c3dff +Step 5/12 : EXPOSE 8080 + ---> Running in d08fe0630d03 + ---> Removed intermediate container d08fe0630d03 + ---> 9316efcbc936 +Step 6/12 : USER root + ---> Running in 4fc90cff63ba + ---> Removed intermediate container 4fc90cff63ba + ---> b56e53091bd7 +Step 7/12 : COPY ${BUILD_DIR} /usr/share/nginx/html + ---> 291fe24684a3 +Step 8/12 : RUN < Running in d3d3c7b242a2 + ---> Removed intermediate container d3d3c7b242a2 + ---> 8fcf8a1f6e2a +Step 9/12 : COPY ${NGINX_CONFIG} /etc/nginx/templates/default.conf.template + ---> df5ccf5101b5 +Step 10/12 : USER nginx:nginx + ---> Running in e9d750e87bdf + ---> Removed intermediate container e9d750e87bdf + ---> 98b768a6b0b7 +Step 11/12 : LABEL io.airbyte.app=airbyte-webapp + ---> Running in 226e4d2da8c4 + ---> Removed intermediate container 226e4d2da8c4 + ---> c519a1703c50 +Step 12/12 : LABEL io.airbyte.version=0.64.3 + ---> Running in 274ec7888338 + ---> Removed intermediate container 274ec7888338 + ---> 2ec9990ddaf9 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 2ec9990ddaf9 +Successfully tagged airbyte/webapp:0.64.3 +Created image with ID '2ec9990ddaf9'. +:oss:airbyte-webapp:assemble +:oss:airbyte-webapp:licenseCheck + +> airbyte-webapp@ license-check /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> node ./scripts/license-check.js + +(node:6079) [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) +:oss:airbyte-webapp:prettier + +> airbyte-webapp@ prettier:ci /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> prettier --check 'src/**/*.{css,scss,md,json}' + +Checking formatting... +All matched files use Prettier code style! +:oss:airbyte-webapp:test + +> airbyte-webapp@ pretest:ci /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> TS_NODE_TRANSPILE_ONLY=true pnpm run generate-client + + +> 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 4.6.2 +🍻 Start orval v6.19.1 - A swagger client generator for typescript +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... +🎉 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... +🎉 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! +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! +🎉 apiErrorTypes - Your OpenAPI spec has been converted into ready to use orval! + +> airbyte-webapp@ test:ci /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> JEST_RETRIES=3 jest --watchAll=false --silent + +PASS src/components/connection/syncCatalog/SyncCatalog/streamConfigHelpers.test.ts (7.898 s) + mergeFieldPathArrays + ✓ merges two arrays of fieldPaths without duplicates (7 ms) + ✓ merges two arrays of complex fieldPaths without duplicates (1 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 (1 ms) + ✓ disables field selection when the selected primary key is the last unselected field (1 ms) + ✓ 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 (1 ms) + ✓ adds the new primary key when only one other field is unselected (8 ms) + ✓ adds the new primary key when it is one of many unselected fields (1 ms) + ✓ disables field selection when selected primary key is the last unselected field (1 ms) + updateFieldSelected + ✓ Adds a field to selectedFields when selected + ✓ Removes a field to selectedFields when deselected selected + ✓ Deselects the first field, enabling fieldSelection (1 ms) + ✓ Selects the last unselected field + toggleAllFieldsSelected + ✓ unselects all fields if field selection was disabled + ✓ selects all fields if field selection was enabled (1 ms) + ✓ keeps cursor field selected if syncMode is incremental + ✓ keeps primary key fields selected if destinationSyncMode is append_dedup + ✓ keeps primary key fields selected if destinationSyncMode is overwrite_dedup (1 ms) + +PASS src/pages/connections/ConnectionReplicationPage/connectionUpdateHelpers.test.tsx + #determineRecommendRefresh + ✓ change in primary key suggests refresh if incremental (2 ms) + ✓ change in cursor field suggests refresh if incremental + ✓ 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 (2 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 + ✓ Does not recommend a refresh when changing to full refresh | append + +PASS src/components/connection/ConnectionForm/SyncCatalogTable/utils.test.ts (8.513 s) + getStreamChangeStatus + ✓ should return 'unchanged' status (6 ms) + ✓ should return 'disabled' status for a row that initially was not enabled (1 ms) + ✓ 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 + ✓ 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 + ✓ should return 'updated' status for a row that has changed 'primaryKey' prop + ✓ should return 'updated' status for a row that has changed 'selectedFields' prop + ✓ should return 'updated' status for a row that has changed 'fieldSelectionEnabled' prop + ✓ should return added styles for a row that is both added and updated (1 ms) + 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 (7 ms) + ✓ returns 'removed' when field is not selected but was initially selected (10 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 + +PASS src/area/connection/utils/validateCronExpression.test.ts + validateCronExpression + ✓ '0 0 12 * * ?' is valid: true (2 ms) + ✓ '0 0 12 * * ? ' is valid: true (1 ms) + ✓ '0 0 12 * * ? ' is valid: true + ✓ ' 0 0 12 * * ?' is valid: true (1 ms) + ✓ '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 (5 ms) + ✓ '0 15 10 * * ? 2005' is valid: true + ✓ '0 * 14 * * ?' is valid: true (1 ms) + ✓ '0 0/5 14 * * ?' is valid: true + ✓ '0 0/5 14,18 * * ?' is valid: true + ✓ '0 0-5 14 * * ?' is valid: true + ✓ '0 10,44 14 ? 3 WED' is valid: true + ✓ '0 15 10 ? * MON-FRI' is valid: true (1 ms) + ✓ '0 15 10 15 * ?' is valid: true + ✓ '0 15 10 L * ?' is valid: true (1 ms) + ✓ '0 15 10 L-2 * ?' is valid: true + ✓ '0 15 10 ? * 6L' is valid: true (1 ms) + ✓ '0 15 10 ? * 6L' is valid: true + ✓ '0 15 10 ? * 6L 2002-2005' is valid: true (1 ms) + ✓ '0 15 10 ? * 6#3' is valid: true + ✓ '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 (1 ms) + ✓ '0 0 1 1/1 * ? *' is valid: true + ✓ '0 0 12 * * ?' is valid: true (1 ms) + ✓ '0 0 15 * * ?' is valid: true (4 ms) + ✓ '0 0 17 * * ?' is valid: true + ✓ '0 0 18 * * ?' is valid: true + ✓ '0 0 18 1 * ?' is valid: true (1 ms) + ✓ '0 0 18 2 * ?' is valid: true + ✓ '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 (1 ms) + ✓ '0 0 4 * * ?' is valid: true + ✓ '0 0 5 * * ?' is valid: true (9 ms) + ✓ '0 0 6 * * ?' is valid: true + ✓ '0 0 7 * * ?' is valid: true (1 ms) + ✓ '0 0 9 * * ?' is valid: true (1 ms) + ✓ '0 0 9 ? * 5' is valid: true + ✓ '0 1 0 * * ?' is valid: true (1 ms) + ✓ '* * * 1 * ?' is valid: true (1 ms) + ✓ '* * * 10 * ?' is valid: true + ✓ '* * * 31 * ?' is valid: true (1 ms) + ✓ '0 15,45 7-17 ? * MON-FRI' is valid: true + ✓ '0 15 6 * * ?' is valid: true (1 ms) + ✓ '0 30 1 * * ?' is valid: true + ✓ '0 30 2 * * ?' is valid: true (1 ms) + ✓ '0 30 6 * * ?' is valid: true + ✓ '0 30 8 ? * MON-FRI *' is valid: true + ✓ '0 35 12 ? * 7 ' is valid: true + ✓ '0 40 4,16 * * ? *' is valid: true + ✓ '0 45 6 * * ?' is valid: true (1 ms) + ✓ '0 5 0 ? * 7' is valid: true + ✓ '40 4,16 * * * ?' is valid: true (1 ms) + ✓ '* * * * * * *' is valid: true + ✓ 'wildly invalid' is valid: false (1 ms) + ✓ '* * * * *' is valid: false + ✓ '0 0 0 0 0 0' is valid: false + ✓ '* * * * * * ?' is valid: false (1 ms) + validateCronFrequencyOverOneHour + ✓ '0 0 12 * * ?' is valid: true (1 ms) + ✓ '0 0 12 * * ?' is valid: true + ✓ '0 0 * * * ?' is valid: true (1 ms) + ✓ '0 * 12 * * ?' is valid: false + ✓ '* * 12 * * ?' is valid: false (1 ms) + ✓ '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) + +PASS src/area/connection/utils/computeStreamStatus.test.ts (9.011 s) + getStreamKey + when streamStatus is a StreamStatusRead + ✓ foo, bar (6 ms) + ✓ foo, + ✓ foo, undefined + when streamStatus is an AirbyteStream + ✓ foo, bar (1 ms) + ✓ foo, (1 ms) + ✓ foo, undefined + when streamStatus is a ConnectionSyncResultRead + ✓ foo, bar + ✓ foo, (10 ms) + ✓ foo, undefined (1 ms) + computeStreamStatus + ✓ returns "Synced" for successful, unscheduled sync (2 ms) + ✓ returns "Synced" for successful sync, long ago (1 ms) + ✓ returns "Synced" with successful sync followed by a cancel (1 ms) + ✓ returns "Failed" for breaking schema change after a successful sync + ✓ returns "Incomplete" for a sync that extracted no records + ✓ returns "Incomplete" for failed sync that extracted records (1 ms) + ✓ returns "Incomplete" when the most recent sync failed after a successful sync (7 ms) + ✓ returns "Queued for next sync" when the most recent run state is pending + ✓ returns "Queued for next sync" when there are no previous statuses + ✓ returns "Queued for next sync" when the last job was a clear (1 ms) + ✓ returns "Queued" for a currently running sync with history + ✓ returns "Queued" for only a currently running sync with no history (1 ms) + ✓ returns "Queued" with a currently running refresh job (1 ms) + ✓ returns "Syncing" if records were extracted with only a currently running sync (no history) + ✓ returns "Syncing" if records were extracted with a currently running sync (1 ms) + ✓ returns "RateLimited" if the most recent status is RATE_LIMITED + ✓ returns "RateLimited" with a quotaReset if the most recent status is RATE_LIMITED (1 ms) + ✓ returns "Clearing" when job type is reset_connection (1 ms) + ✓ returns "Clearing" when job type is clear (1 ms) + ✓ returns "Refreshing" with records extracted during a currently running refresh + +PASS src/components/connection/ConnectionForm/calculateInitialCatalog.test.ts + analyzeSyncCatalogBreakingChanges + ✓ should return syncCatalog unchanged when schemaChange is no_change and catalogDiff is undefined (2 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 + ✓ should return syncCatalog with transformed streams when there are breaking changes - primaryKey - user-defined + ✓ should return syncCatalog with transformed streams when there are breaking changes - cursor - user-defined (1 ms) + ✓ should return syncCatalog unchanged when there are no breaking changes + +PASS src/views/Connector/ConnectorForm/useAuthentication.test.tsx (12.581 s) + useAuthentication + ✓ should return empty results for non OAuth connectors (27 ms) + ✓ should not handle auth specifically if OAuth feature is disabled (4 ms) + for advancedAuth connectors + without a predicateKey + ✓ should calculate hiddenAuthFields correctly (12 ms) + ✓ should show the auth button on the root level (4 ms) + ✓ should not return authErrors before submitting (3 ms) + ✓ should return existing authErrors if submitted once (3 ms) + with predicateKey inside conditional + ✓ should hide auth fields when predicate value matches (3 ms) + ✓ should not hide auth fields when predicate value is a mismatch (10 ms) + ✓ should show the auth button inside the conditional if right option is selected (4 ms) + ✓ shouldn't show the auth button if the wrong conditional option is selected (5 ms) + ✓ should not return authErrors before submitting (14 ms) + ✓ should return authErrors when conditional has correct option selected (8 ms) + ✓ should not return authErrors when conditional has the incorrect option selected (10 ms) + +PASS src/core/api/errors/HttpProblem.test.ts (16.164 s) + HttpProblem + #isInstanceOf + ✓ should return true for HttpProblem (50 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 (1 ms) + #isTypeOrSubtype + ✓ should return true if type matches (1 ms) + ✓ should return true if type is a subtype (1 ms) + ✓ should return false if type does not match + error message + ✓ should use the exact match for legacy errors if available (75 ms) + ✓ should not try hierarchy on legacy error types (8 ms) + ✓ should do exact matches on new error:type (7 ms) + ✓ should search through the hierarchy for error: types (7 ms) + ✓ should search multiple layers through the hierarchy for error: types (20 ms) + ✓ should use details if no hierarchical match can be found (12 ms) + ✓ should use title if no hierarchical match or detail can be found (13 ms) + +PASS src/hooks/services/ConnectionForm/ConnectionFormService.test.tsx (8.315 s) + ConnectionFormService + ✓ should take a partial Connection (65 ms) + ✓ should take a full Connection (8 ms) + Error Message Generation + ✓ should return an error message if the form is invalid and dirty (8 ms) + ✓ should not return an error message if the form is valid and dirty (25 ms) + ✓ should return an error message if the form is invalid and not dirty (9 ms) + ✓ should return an error message when given a submit error (9 ms) + ✓ should return an error message if the streams field is invalid (7 ms) + ✓ should not return an error message if the form is valid (6 ms) + +PASS src/hooks/services/ConnectionEdit/ConnectionEditService.test.tsx (17.801 s) + ConnectionEditServiceProvider + ✓ should load a Connection from a connectionId (66 ms) + ✓ should update a connection and set the current connection object to the updated connection (40 ms) + ✓ should refresh schema (22 ms) + ✓ should refresh schema only if the sync catalog has diffs (26 ms) + ✓ should discard the refreshed schema (10 ms) + Empty catalog diff with non-breaking changes + ✓ should automatically update the connection if schema change is non-breaking and catalogDiff is empty (29 ms) + ✓ should NOT automatically update the connection if schema change is non-breaking and catalogDiff is NOT empty (15 ms) + ✓ should NOT automatically update the connection if schema change is not no_change (30 ms) + +PASS src/views/Connector/ConnectorForm/components/Sections/useGroupsAndSections.test.ts + useGroupsAndSections + ✓ should put optional fields in the back (3 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 + ✓ 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/utils/rbac/rbacPermissionsQuery.test.ts (18.36 s) + partitionPermissionType + ✓ correctly parses permissions (7 ms) + ✓ maps workspace_owner to workspace_admin (1 ms) + useRbacPermissionsQuery + permission grants + ✓ no permission grants no access to workspace (2 ms) + ✓ no permission grants no access to organization (1 ms) + ✓ no permission grants no access to instance (1 ms) + ✓ 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 (1 ms) + ✓ workspace_reader AND workspace_admin permission on a workspace does satisfy workspace_admin permission on the same workspace + ✓ organization_reader permission grants access to the organization + ✓ organization_admin permission grants access to the organization (8 ms) + ✓ organization_admin permission on another organization does not grant access to the organization + ✓ 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 (1 ms) + ✓ organization_admin permission does not grant access to read external workspaces but a workspace permission does + ✓ 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 + ✓ returns true when the workspace permission is higher (1 ms) + ✓ returns true when the organization permission is exact + ✓ returns true when the organization permission is higher + ✓ returns false when the permissions do not match + degenerate cases + ✓ returns false when an organization or workspace resource permission is missing an id (10 ms) + +PASS src/pages/connections/ConnectionsRoutes.test.tsx + JobHistoryToTimelineRedirect + ✓ should render ConnectionTimelinePage from /timeline (23 ms) + ✓ should redirect from /job-history to /timeline and render ConnectionTimelinePage (24 ms) + ✓ should parse URL hash from a /job-history link into search params to open logs on /timeline including attempt number (3 ms) + ✓ should parse URL hash without an attempt number from a /job-history link into search params to open logs on /timeline (3 ms) + +PASS src/components/connection/CatalogDiffModal/CatalogDiffModal.test.tsx (18.779 s) + catalog diff modal + ✓ renders the correct section for each type of transform (1506 ms) + ✓ added fields are not rendered when not in the diff (29 ms) + ✓ removed fields are not rendered when not in the diff (24 ms) + ✓ changed streams accordion opens/closes on clicking the description row (352 ms) + ✓ renders breaking a breaking change icon on streams with braeking changes (75 ms) + source defined key changes + ✓ renders source defined primary key changes (28 ms) + ✓ renders source defined primary key changes without old primary key (24 ms) + +PASS src/components/connectorBuilder/useManifestToBuilderForm.test.ts (18.676 s) + Conversion throws error when + ✓ resolve throws error (121 ms) + ✓ manifests has incorrect retriever type (33 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 (1 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 + ✓ manifest has a SessionTokenAuthenticator with an unsupported login_requester authenticator type (1 ms) + ✓ manifest has a paginator with an unsupported type (31 ms) + ✓ manifest has an error handler with an unsupported type (5 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 (1 ms) + ✓ manifest has a record filter with an unsupported type (2 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 + ✓ 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 (22 ms) + ✓ nested request json body converted to string + ✓ request data body converted to list + ✓ record selector converted to builder record selector (2 ms) + ✓ string body converted to string + ✓ primary key string converted to array (1 ms) + ✓ multi list partition router converted to builder parameterized requests (5 ms) + ✓ substream partition router converted to builder parent streams (5 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/packages/cloud/services/auth/CloudAuthService.test.tsx (18.8 s) + initializeUserManager() + ✓ should initialize with the correct default realm (8 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 (178 ms) + ✓ should initialize realm from query params (34 ms) + ✓ should initialize realm based on local storage (22 ms) + +PASS src/core/form/schemaToFormBlock.test.ts (18.83 s) + ✓ should reformat jsonSchema to internal widget representation (8 ms) + ✓ should turn single enum into const but keep multi value enum (1 ms) + ✓ should reformat jsonSchema to internal widget representation with parent schema (1 ms) + ✓ should reformat jsonSchema to internal widget representation when has oneOf (3 ms) + +PASS src/core/services/features/FeatureService.test.tsx + Feature Service + FeatureService + ✓ should allow setting default features (21 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 (4 ms) + env variable overwrites + ✓ should allow overwriting it in dev (3 ms) + ✓ should not overwrite in a non dev environment (2 ms) + IfFeatureEnabled + ✓ renders its children if the given feature is enabled (11 ms) + ✓ does not render its children if the given feature is disabled (4 ms) + ✓ allows changing features and rerenders correctly (7 ms) + +PASS src/area/connection/utils/useStreamsStatuses.test.ts (6.172 s) + useStreamsStatuses + ✓ should return stream statuses and enabled streams (29 ms) + ✓ no history of stream statuses, stream should return pending (2 ms) + ✓ no per-stream statuses, stream should return connection status (3 ms) + ✓ should force Incomplete stream status to Failed if connection status is Failed (2 ms) + ✓ should retain the Incomplete status if the connection status is not Failed (2 ms) + ✓ should set streams to paused if connection disabled (1 ms) + +PASS src/components/connection/ConnectionStatus/useConnectionStatus.test.ts (18.78 s) + useConnectionStatus + ✓ most recent sync was successful, no schema changes: + returns synced 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 (21 ms) + ✓ most recent sync was successful, breaking schema changes: + returns failed 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 (2 ms) + ✓ breaking schema changes, sync is within 1x frequency: + returns failed 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 failed 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 outside of 2x frequency: + returns failed 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 (2 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 incomplete 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 2x schedule frequency (cron): + returns incomplete 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 (2 ms) + ✓ connection status is failed, last previous success was outside 2x schedule frequency: + returns incomplete 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) + ✓ last sync was successful, but the next sync hasn't started (outside 2x frequency, cron): + returns synced 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 synced 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 last successful sync is within 1x frequency: + returns synced 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 failed 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 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 (11 ms) + ✓ sets isRunning to true when the current job status is incomplete (2 ms) + +PASS src/core/form/schemaToYup.test.ts (10.501 s) + ✓ should build schema for simple case (4 ms) + ✓ should build correct mixed schema structure for conditional case (5 ms) + yup schema validations + ✓ enforces required props for selected condition (64 ms) + ✓ does not enforce additional contraints if the condition is selected (2 ms) + ✓ enforces additional contraints only if the condition is selected (4 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 (1 ms) + +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 (18 ms) + ✓ should generate an array of the correct length for past 6 months (5 ms) + ✓ should generate an array of the correct length for past year (2 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 (33 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 (19 ms) + year lookback + ✓ should calculate the correct usage with an empty set of filteredConsumptionData (1 ms) + ✓ should calculate the correct usage with a set of filteredConsumptionData (14 ms) + calculateFreeAndPaidUsageByConnection + ✓ should calculate the correct usage with an empty set of filteredConsumptionData (1 ms) + ✓ should calculate the correct usage with a set of filteredConsumptionData (28 ms) + +PASS src/area/connection/utils/useUiStreamsStates.test.ts (19.597 s) + useUiStreamStates + ✓ should correctly set isLoadingHistoricalData flag (6 ms) + ✓ should handle RateLimited status (7 ms) + ✓ should handle post-job fetching correctly (38 ms) + No running sync + ✓ should return correct UIStreamState when no syncs have been run (76 ms) + ✓ should return correct UIStreamState when historical data is present (17 ms) + During running sync + ✓ should return correct UIStreamState for initial sync (8 ms) + +PASS src/packages/cloud/views/billing/BillingPage/components/BillingBanners.test.tsx + BillingBanners + auto recharge banner + ✓ should show auto recharge enabled banner (137 ms) + ✓ should only show auto recharge banner even on low credit (14 ms) + ✓ should only show auto recharge banner even on no credits (12 ms) + no billing account + ✓ should show only no billing account banner (10 ms) + low credit warnings + ✓ should show low credit banner when credits are low (10 ms) + ✓ should show no credit banner when credits are negative (10 ms) + +PASS src/components/connection/syncCatalog/StreamsConfigTable/useStreamsConfigTableRowProps.test.tsx + useStreamsConfigTableRowProps + ✓ should return default styles for a row that starts enabled (5 ms) + ✓ should return disabled styles for a row that starts disabled (3 ms) + ✓ should return added styles for a row that is added (2 ms) + ✓ should return removed styles for a row that is removed (14 ms) + ✓ should return updated styles for a row that is updated (2 ms) + ✓ should return added styles for a row that is both added and updated (1 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 (32 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 (72 ms) + ✓ formats time with minutes and seconds (45 ms) + ✓ formats time with seconds (47 ms) + +PASS src/components/connection/syncCatalog/SyncCatalog/updateStreamSyncMode.test.ts + updateStreamSyncMode + ✓ updates the sync modes (2 ms) + when fieldSelection is enabled + ✓ does not add default pk or cursor for irrelevant sync modes + ✓ automatically selects the default cursor + ✓ automatically selects the composite primary key fields (append) (1 ms) + ✓ automatically selects the composite primary key fields (overwrite) (1 ms) + +PASS src/core/services/i18n/I18nProvider.test.tsx + I18nProvider + ✓ should set the react-intl locale correctly (27 ms) + ✓ should set messages for consumption via react-intl (7 ms) + ✓ should pick the browser locale if no locale is specified (16 ms) + ✓ should use the browser locale for formatting if no locale is specified (3 ms) + ✓ should allow render tags for every message (6 ms) + useI18nContext + ✓ should allow overwriting default and setting additional messages (4 ms) + ✓ should allow resetting overwrites with an empty object (3 ms) + ✓ should allow resetting overwrites with undefined (3 ms) + +PASS src/components/ui/Input/Input.test.tsx + + ✓ renders text input (44 ms) + ✓ renders another type of input (8 ms) + ✓ renders password input with visibilty button (12 ms) + ✓ renders visible password when visibility button is clicked (173 ms) + ✓ showing password should remember cursor position (796 ms) + ✓ hides password on blur (54 ms) + ✓ cursor position should be at the end after blur and and clicking on show password button (40 ms) + ✓ should trigger onChange once (8 ms) + ✓ has focused class after focus (12 ms) + ✓ does not have focused class after blur (25 ms) + ✓ calls onFocus if passed as prop (8 ms) + ✓ calls onBlur if passed as prop (12 ms) + +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 + ✓ 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 + ✓ selects nothing when there are decisions to be made (1 ms) + getEnforcedIncrementOrRefresh + ✓ doesn't enforce when there are decisions to be made (1 ms) + ✓ selects the sole option (1 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 (1 ms) + ✓ returns false if the path does not match the cursor (1 ms) + isChildFieldCursor + ✓ returns true if the path is the parent of the cursor + ✓ 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 + ✓ returns false if there is no primary key (1 ms) + ✓ returns false if the path does not match any part of the primary key (1 ms) + isChildFieldPrimaryKey + ✓ returns true if the path is the parent of any part of the primary key + ✓ returns false if there is no primary key + ✓ returns false if the path is not the parent of any part of the primary key (1 ms) + +PASS src/core/utils/rbac/intent.test.ts + useIntent + ✓ maps intent to query (5 ms) + ✓ intent meta property enforcement + applies overriding details + ✓ overrides the organizationId (2 ms) + ✓ overrides the workspaceId (5 ms) + ✓ does not override a resourceId with that of a mismatched resource (3 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 (94 ms) + ✓ should show if you're member of multiple organizations and fetched no workspaces (15 ms) + ✓ organization member permissions do not supersede instance admin permissions in the check (20 ms) + ✓ should not show if you see any workspaces (e.g. as an instance admin) (14 ms) + ✓ should not show in case users can create workspaces (15 ms) + +PASS src/pages/connections/StreamStatusPage/StreamsList.test.tsx (21.415 s) + StreamsList + ✓ one stream has synced before, one stream has not (180 ms) + ✓ active sync - one queued, one syncing (71 ms) + ✓ active sync - loading historical data but should show sync progress (63 ms) + ✓ no active sync - loading historical data so should show spinner for stats (63 ms) + +PASS src/packages/cloud/views/layout/CloudMainView/WorkspaceStatusBanner.test.tsx + WorkspaceCreditsBanner + ✓ should render credits problem banner for credits problem pre-trial (23 ms) + ✓ should render credits problem banner for credits problem during trial (9 ms) + ✓ should render credits problem banner for credits problem after trial (20 ms) + ✓ should render pre-trial banner if user's trial has not started (7 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/core/utils/errorStatusMessage.test.tsx + #generateMessageFromError + ✓ should return a provided error message (2 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 (4 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' (1 ms) + #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/core/utils/rbac/rbac.test.ts + useRbac + query assembly + ✓ no permissions (21 ms) + ✓ instance admin does not need to add details to the query (7 ms) + ✓ organizationId can be provided directly (2 ms) + ✓ workspaceId can be provided directly (2 ms) + degenerate cases + ✓ throws an error when instance query includes a resourceId (709 ms) + ✓ throws an error when an workspaceId is missing (7 ms) + ✓ does throw an error when an organizationId is missing (7 ms) + +PASS src/hooks/services/Experiment/ExperimentService.test.tsx + ExperimentService + useExperiment + ✓ should return the value from the ExperimentService if provided (4 ms) + ✓ should return the defaultValue if ExperimentService provides undefined (2 ms) + ✓ should return the default value if no ExperimentService is provided (3 ms) + ✓ should rerender whenever the ExperimentService emits a new value (4 ms) + +PASS src/views/Connector/ConnectorForm/components/Sections/auth/AuthButton.test.tsx + auth button + ✓ initially renders with correct message and no status message (93 ms) + ✓ after successful authentication, it renders with correct message and success message (49 ms) + ✓ renders an error if there are any auth fields with empty values (38 ms) + +PASS src/components/connection/syncCatalog/utils.test.ts + compareObjectsByFields function + ✓ should return true for equal objects by the given props (2 ms) + ✓ should return false for different objects by the given props + ✓ should return false if any object is undefined (1 ms) + ✓ 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 (1 ms) + +PASS src/components/ui/SecretTextArea/SecretTextArea.test.tsx + SecretTextArea + ✓ renders textarea when there is no initial value (30 ms) + ✓ renders on hidden input when there is an initial value (14 ms) + ✓ renders disabled when disabled is set (7 ms) + ✓ renders disabled when disabled is set and with initial value (7 ms) + ✓ calls onChange handler when typing (277 ms) + ✓ renders on textarea when clicked visibility button (79 ms) + ✓ renders on password input when clicking away from visibility area (66 ms) + +PASS src/components/connection/ConnectionForm/SchemaChangesBackdrop.test.tsx + SchemaChangesBackdrop + ✓ renders with breaking changes and prevents background interaction (149 ms) + ✓ does not render if there are non-breaking changes (51 ms) + ✓ does not render if there are no changes (38 ms) + ✓ does not render if schema has been refreshed (41 ms) + +PASS src/components/connection/ConnectionForm/formConfig.test.ts + #useInitialFormValues + ✓ should generate initial values w/ mode: readonly (15 ms) + ✓ should generate initial values w/ mode: create (9 ms) + ✓ should generate initial values w/ mode: edit (21 ms) + ✓ should pick best sync mode in create mode (8 ms) + ✓ should not change sync mode in readonly mode (9 ms) + ✓ should not change sync mode in edit mode (12 ms) + +PASS src/core/services/analytics/AnalyticsService.test.ts + AnalyticsService + ✓ should send events to segment (3 ms) + ✓ should send version and environment for prod (2 ms) + ✓ should send version and environment for dev (1 ms) + ✓ should pass parameters to segment event (1 ms) + ✓ should pass context parameters to segment event (1 ms) + +PASS src/core/utils/rbac/useGeneratedIntent.test.ts + useGeneratedIntent + ✓ returns true for instance_admin (12 ms) + ✓ returns false if user has no permissions (5 ms) + ✓ returns true if user has an organization admin permission from a matching org (5 ms) + ✓ returns false if user has an organization admin permission from a different org (5 ms) + +PASS src/core/domain/catalog/traverseSchemaToField.test.ts + traverseSchemaToField + ✓ traverses a nested schema (2 ms) + ✓ traverses a flat schema (1 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 + ✓ state object has a stable reference if a duplicate context is added (1 ms) + +PASS src/pages/connections/StreamStatusPage/LatestSyncCell.test.tsx + LastSyncCell + ✓ past sync (20 ms) + ✓ past sync without recordsLoaded (26 ms) + ✓ extracted == 0 && loaded == 0 (9 ms) + ✓ extracted > 0 && loaded == 0 (16 ms) + ✓ extracted > 0 && loaded > 0 (20 ms) + ✓ should format time elapsed (30) correctly (7 ms) + ✓ should format time elapsed (259200000) correctly (9 ms) + ✓ should format time elapsed (183600000) correctly (13 ms) + ✓ should format time elapsed (86640000) correctly (13 ms) + +PASS src/components/ui/DatePicker/DatePicker.test.tsx (13.557 s) + Timezones + ✓ should always be US/Pacific (1 ms) + toEquivalentLocalTime + ✓ handles a date in the year 1 (25 ms) + ✓ handles an invalid date (1 ms) + ✓ outputs the same YYYY-MM-DDTHH:mm:ss (1 ms) + DatePicker + ✓ allows typing a date manually (522 ms) + ✓ allows selecting a date from the datepicker (334 ms) + ✓ allows selecting a datetime from the datepicker (340 ms) + ✓ allows selecting a datetime with milliseconds from the datepicker (307 ms) + ✓ allows selecting a datetime with microseconds from the datepicker (261 ms) + ✓ focuses the input after selecting a date from the datepicker (273 ms) + +PASS src/core/utils/objects.test.ts + haveSameShape + ✓ should return true for two numbers + ✓ should return true for two strings + ✓ should return true for two booleans (1 ms) + ✓ should return false for a number and a string + ✓ should return true for two empty arrays + ✓ should return true for arrays with the same shape + ✓ should return false for arrays with different lengths + ✓ should return false for arrays with different shapes (1 ms) + ✓ should return true for two empty objects + ✓ should return true for objects with the same shape (1 ms) + ✓ should return false for objects with different keys + ✓ should return true for nested structures with the same shape (1 ms) + ✓ should return false for nested structures with different shapes + ✓ 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 (6 ms) + +PASS src/packages/cloud/services/thirdParty/launchdarkly/contexts.test.ts + createUserContext + ✓ creates an anonymous user context (1 ms) + ✓ creates an identified user context (1 ms) + createLDContext + ✓ creates a workspace context (1 ms) + createMultiContext + ✓ creates a workspace context (1 ms) + getSingleContextsFromMulti + ✓ gets single contexts from a multi context (1 ms) + +PASS src/components/NotificationSettingsForm/notificationSettingsToFormValues.test.ts + notificationSettingsToFormValues + ✓ converts empty notifications (2 ms) + ✓ converts slack notifications (1 ms) + ✓ converts customerio notifications (1 ms) + +PASS src/area/connection/utils/dataTypes.test.tsx + getDataType + ✓ should translate string (3 ms) + ✓ should translate date (1 ms) + ✓ should translate timestamp_with_timezone (1 ms) + ✓ should translate timestamp_without_timezone (15 ms) + ✓ should translate datetime (1 ms) + ✓ should translate integer (1 ms) + ✓ should translate big_integer + ✓ should translate number (5 ms) + ✓ should translate big_number (1 ms) + ✓ should translate array + ✓ should translate object + ✓ should translate untyped (1 ms) + ✓ should translate union (1 ms) + ✓ should translate boolean (1 ms) + ✓ should return untyped when given no values + union type + ✓ should use union type if oneOf is set + ✓ should use union type if anyOf is set (1 ms) + ✓ 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 + ✓ should use oneOf/anyOf over everything else (1 ms) + +PASS src/components/NotificationSettingsForm/formValuesToNotificationSettings.test.ts + formValuesToNotificationSettings + ✓ converts empty notifications (1 ms) + ✓ adds slack configuration if slack notifications are enabled + ✓ adds customerio and slack if specified (1 ms) + +PASS src/hooks/services/Modal/ModalService.test.tsx + ModalService + ✓ should open a modal on openModal (559 ms) + ✓ should close the modal with escape and emit a cancel result (143 ms) + ✓ should allow cancelling the modal from inside (121 ms) + ✓ should allow closing the button with a reason and return that reason (182 ms) + +PASS src/components/EntityTable/components/StateSwitchCell.test.tsx + StateSwitchCell + ✓ renders enabled switch (21 ms) + ✓ renders disabled switch when connection has `breaking` changes (19 ms) + ✓ renders disabled switch when connection is in loading state (6 ms) + +PASS src/components/forms/Form.test.tsx (23.252 s) + Form + ✓ should call onSubmit upon submission (575 ms) + ✓ should call onSuccess upon success (294 ms) + ✓ should call onError upon error (271 ms) + reinitializeDefaultValues + ✓ does not reinitialize default values by default (67 ms) + ✓ reinitializes default values when reinitializeDefaultValues is true (60 ms) + ✓ does not reinitialize default values if the form is dirty (162 ms) + resetValues + ✓ should reset form with empty field values(default values) after submission (271 ms) + ✓ should reset form with desired field values after submission (317 ms) + ✓ should NOT reset form with empty field values(default values) after unsuccessful submission (264 ms) + +PASS src/components/ui/Markdown/Markdown.test.tsx + Markdown rendering + ✓ basic markdown content (93 ms) + ✓ Details (247 ms) + ✓ Docusaurus-style admonitions (50 ms) + ✓ Docusaurus-style tabs (90 ms) + ✓ HideInUI (26 ms) + ✓ GFM tables (42 ms) + ✓ fancy code blocks (13 ms) + preprocessing markdown strings + ✓ removes frontmatter (13 ms) + +PASS src/core/utils/utmStorage.test.ts + utmStorage + ✓ correctly parses UTM parameters into sessionStorage (3 ms) + ✓ does ignore non utm parameters (2 ms) + ✓ does only write to sessionStorage when a utm_parameter is present (2 ms) + +PASS src/components/connection/ConnectionHeaderControls/FormattedScheduleDataMessage.test.tsx + FormattedScheduleDataMessage + ✓ should render 'Manual' schedule type if scheduleData wasn't provided (34 ms) + ✓ should render '24 hours' schedule type (7 ms) + ✓ should render 'Cron' schedule type with humanized format (19 ms) + ✓ should NOT render anything (5 ms) + +PASS src/components/ui/StatusIcon/StatusIcon.test.tsx + + ✓ renders with title and default icon (14 ms) + ✓ renders success status (5 ms) + ✓ renders inactive status (5 ms) + ✓ renders sleep status (5 ms) + ✓ renders warning status (5 ms) + ✓ renders loading status (68 ms) + ✓ renders error status (5 ms) + ✓ renders cancelled status (5 ms) + +PASS src/hooks/services/FormChangeTracker/hooks.test.ts + #useUniqueFormId + ✓ should use what is passed into it (18 ms) + ✓ should generate an id like /form_/ (2 ms) + #useFormChangeTrackerService + ✓ hasFormChanges returns true when there are form changes (4 ms) + ✓ hasFormChanges returns false when there are no form changes (2 ms) + +PASS src/components/connection/ConnectionForm/preferredSyncModes.test.ts + pruneUnsupportedModes + ✓ returns all modes when they are supported + ✓ filters out unsupported modes + ✓ can return no modes + +PASS src/components/connection/ConnectionForm/ScheduleFormField/useBasicFrequencyDropdownData.test.tsx + #useBasicFrequencyDropdownData + ✓ should return only default frequencies when no additional frequency is provided (13 ms) + ✓ should return only default frequencies when additional frequency is already present (6 ms) + ✓ should include additional frequency when provided and unique (7 ms) + +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/ui/Table/Table.test.tsx + + ✓ should should render the table with passed data (54 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 (4 ms) + ✓ should filter by stream name (2 ms) + ✓ should filter by disabled streams (2 ms) + ✓ should filter by both stream name and disabled streams (10 ms) + +PASS src/core/utils/numberHelper.test.tsx + #formatBytes + ✓ formats undefined as "0 Bytes" (9 ms) + ✓ formats 0 as "0 Bytes" (2 ms) + ✓ formats -1 as "0 Bytes" (14 ms) + ✓ formats 12 as "12 Bytes" (3 ms) + ✓ formats 1025 as "1 KB" (2 ms) + ✓ formats 10241 as "10 KB" (2 ms) + ✓ formats 1048577 as "1 MB" (2 ms) + ✓ formats 10485761 as "10 MB" (2 ms) + ✓ formats 1073741825 as "1 GB" (1 ms) + ✓ formats 10737418241 as "10 GB" (4 ms) + ✓ formats 1099511627777 as "1 TB" (2 ms) + ✓ formats 10995116277761 as "10 TB" (2 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/core/utils/dataPrivacy.test.ts + dataPrivacy + isGdprCountry() + ✓ should return true for timezones inside EU (2 ms) + ✓ should return false for non EU countries (1 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 + ✓ should return an array with one match if there is a single match (1 ms) + ✓ should return an array with multiple matches if there are multiple matches + +PASS src/components/ui/LoadingBackdrop/LoadingBackdrop.test.tsx + + ✓ loading backdrop is active (6 ms) + ✓ loading backdrop is not active (2 ms) + +PASS src/core/utils/common.test.ts + ✓ should pass .isDefined(NaN) (2 ms) + ✓ should pass .isDefined(NaN) + ✓ should pass .isDefined(NaN) (1 ms) + ✓ should pass .isDefined(0) + ✓ should pass .isDefined(0) + ✓ should pass .isDefined(NaN) + ✓ should pass .isDefined(NaN) + ✓ should pass .isUrl(https://www.example.com) (1 ms) + ✓ should pass .isUrl(http://example.com) (4 ms) + ✓ should pass .isUrl(ftp://example.com) (1 ms) + ✓ should pass .isUrl(www.example.com) + ✓ should pass .isUrl(example.com) (1 ms) + ✓ should pass .isUrl(invalid-url) + ✓ should pass .isUrl(null) (1 ms) + ✓ should pass .isUrl(undefined) + ✓ should pass .isUrl() (6 ms) + +PASS src/components/NotificationSettingsForm/NotificationSettingsForm.test.tsx + NotificationSettingsForm + ✓ should render (73 ms) + ✓ should display not display email toggles if the feature is disabled (52 ms) + ✓ should display display email toggles if the feature is enabled (86 ms) + ✓ calls updateNotificationSettings with the correct values (424 ms) + +PASS src/core/utils/cron.test.ts + humanizeCron + ✓ should return a human readable string (2 ms) + ✓ should not use 0-index days of week (1 ms) + +PASS src/core/errors/components/ErrorDetails.test.tsx + ErrorDetails + ✓ should render a standard error by its message (197 ms) + ✓ should render an I18nError with the correct message (128 ms) + ✓ should render a HttpProblem with documentation link (573 ms) + +PASS src/core/utils/strings.test.ts + convertSnakeToCamel + ✓ correctly convert snake case to camel case (2 ms) + +PASS src/components/ui/Spinner/Spinner.test.tsx + + ✓ should render without crash (12 ms) + +PASS src/components/ArrayOfObjectsEditor/components/EditorHeader.test.tsx + + edit mode + ✓ renders only relevant items for the mode (661 ms) + readonly mode + ✓ renders only relevant items for the mode (9 ms) + +PASS src/core/errors/components/DefaultErrorBoundary.test.tsx + DefaultErrorBoundary + ✓ should render children when no error is thrown (19 ms) + ✓ should render error view when an error is thrown (895 ms) + ✓ should log the error when it throws (141 ms) + +PASS src/components/source/SelectConnector/SelectConnector.test.tsx + SelectConnector + ✓ Tracks an analytics event when a connector is selected (67 ms) + +PASS src/packages/cloud/views/users/InviteUsersHint/InviteUsersHint.test.tsx + InviteUsersHint + ✓ does not render by default (12 ms) + ✓ renders when `SHOW_INVITE_USERS_HINT` is set to `true` (7 ms) + ✓ opens modal when clicking on CTA by default (9 ms) + +PASS src/components/ui/TagInput/TagInput.test.tsx (6.401 s) + + ✓ renders with defaultValue (440 ms) + ✓ correctly removes a tag when user clicks its Remove button (204 ms) + delimiters and keypress events create tags + ✓ adds a tag when user types a tag and hits enter (667 ms) + ✓ adds a tag when user types a tag and hits tab (320 ms) + ✓ adds multiple tags when a user enters a string with commas (647 ms) + ✓ adds multiple tags when a user enters a string with semicolons (647 ms) + ✓ handles a combination of methods at once (1433 ms) + blurring the TagInput + ✓ triggers onChange when the value changes from the blur (115 ms) + ✓ does not trigger onChange when the blurring doesn't result in a new value (147 ms) + +PASS src/views/Connector/ConnectorDocumentationLayout/DocumentationPanel.test.ts + prepareMarkdown + ✓ should prepare markdown for cloud + ✓ should prepare markdown for oss + +PASS src/area/connection/components/UptimeStatusGraph/UptimeStatusGraph.test.ts (8.691 s) + ensureStreams + ✓ returns the same bucket if 1 real stream is all there is (1 ms) + ✓ returns the same bucket if 1 null stream is all there is + ✓ returns the same bucket if null streams is all there is (1 ms) + ✓ returns the same bucket if the bucket is a real stream + ✓ returns the previous good bucket if the bucket is a null stream (1 ms) + ✓ returns the next good bucket if the bucket is a null stream and there isn't a previous good one (1 ms) + +PASS src/pages/connections/ConnectionReplicationPage/ConnectionReplicationPage.test.tsx (8.837 s) + ConnectionReplicationPage + ✓ should render (2482 ms) + ✓ should show an error if there is a schemaError (1092 ms) + ✓ should show loading if the schema is refreshing (1506 ms) + +:oss:airbyte-api:server-api:compileJava +PASS src/components/connection/CreateConnectionForm/CreateConnectionForm.test.tsx (14.952 s) + CreateConnectionForm + ✓ should render (1808 ms) + ✓ should render when loading (7 ms) + ✓ should render with an error (10 ms) + cron expression validation + ✓ should display an error for an invalid cron expression (2616 ms) + ✓ should allow cron expressions under one hour when feature enabled (1677 ms) + ✓ should not allow cron expressions under one hour when feature not enabled (1778 ms) + +Note: Some input files use or override a deprecated API. +Note: Recompile with -Xlint:deprecation for details. +:oss:airbyte-api:server-api:classes +:oss:airbyte-api:server-api:jar +:oss:airbyte-commons-converters:compileKotlin +:oss:airbyte-notification:kspKotlin +:oss:airbyte-api:connector-builder-api:kspKotlin +:oss:airbyte-analytics:kspKotlin +:oss:airbyte-data:kspKotlin +:oss:airbyte-api:workload-api:kspKotlin FROM-CACHE +:oss:airbyte-api:workload-api:compileKotlin +:oss:airbyte-api:connector-builder-api:kspKotlin FROM-CACHE +:oss:airbyte-api:connector-builder-api:compileKotlin +:oss:airbyte-commons-converters:compileKotlin FROM-CACHE +:oss:airbyte-commons-converters:compileJava +:oss:airbyte-api:workload-api:compileKotlin FROM-CACHE +:oss:airbyte-api:workload-api:compileJava NO-SOURCE +:oss:airbyte-api:workload-api:processResources +:oss:airbyte-api:workload-api:classes +:oss:airbyte-api:workload-api:jar +:oss:airbyte-api:connector-builder-api:compileKotlin FROM-CACHE +:oss:airbyte-api:connector-builder-api:compileJava NO-SOURCE +:oss:airbyte-api:connector-builder-api:processResources +:oss:airbyte-api:server-api:kspIntegrationTestKotlin +:oss:airbyte-api:compileKotlin NO-SOURCE +:oss:airbyte-api:server-api:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:server-api:compileIntegrationTestKotlin +:oss:airbyte-api:compileJava NO-SOURCE +:oss:airbyte-api:server-api:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:compileIntegrationTestKotlin +:oss:airbyte-api:server-api:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-api:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:connector-builder-api:classes +:oss:airbyte-api:compileIntegrationTestJava +:oss:airbyte-api:connector-builder-api:jar +:oss:airbyte-api:server-api:processIntegrationTestResources NO-SOURCE +:oss:airbyte-api:server-api:integrationTestClasses UP-TO-DATE +:oss:airbyte-api:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-api:integrationTestClasses UP-TO-DATE +:oss:airbyte-api:checkstyleIntegrationTest +:oss:airbyte-api:server-api:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-api:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-api:classes UP-TO-DATE +:oss:airbyte-api:server-api:checkstyleMain +:oss:airbyte-api:checkstyleMain NO-SOURCE +:oss:airbyte-api:compileTestKotlin NO-SOURCE +:oss:airbyte-api:compileTestJava NO-SOURCE +:oss:airbyte-api:testClasses UP-TO-DATE +:oss:airbyte-api:checkstyleTest NO-SOURCE +:oss:airbyte-api:jar +:oss:airbyte-api:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-api:spotbugsMain NO-SOURCE +:oss:airbyte-api:spotbugsTest SKIPPED +:oss:airbyte-api:workload-api:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:connector-builder-api:kspIntegrationTestKotlin +:oss:airbyte-api:pmdIntegrationTest NO-SOURCE +:oss:airbyte-api:pmdMain NO-SOURCE +:oss:airbyte-api:connector-builder-api:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:connector-builder-api:compileIntegrationTestKotlin +:oss:airbyte-api:pmdTest NO-SOURCE +:oss:airbyte-api:connector-builder-api:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:test +:oss:airbyte-api:connector-builder-api:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-api:test NO-SOURCE +:oss:airbyte-api:connector-builder-api:processIntegrationTestResources +:oss:airbyte-api:jacocoTestReport SKIPPED +:oss:airbyte-api:check UP-TO-DATE +:oss:airbyte-api:connector-builder-api:processIntegrationTestResources NO-SOURCE +:oss:airbyte-api:workload-api:compileIntegrationTestKotlin +:oss:airbyte-api:connector-builder-api:integrationTestClasses UP-TO-DATE +:oss:airbyte-api:connector-builder-api:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-api:workload-api:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-api:connector-builder-api:checkstyleMain NO-SOURCE +:oss:airbyte-api:connector-builder-api:kspTestKotlin +:oss:airbyte-api:workload-api:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-api:workload-api:processIntegrationTestResources +:oss:airbyte-api:connector-builder-api:kspTestKotlin NO-SOURCE +:oss:airbyte-api:workload-api:processIntegrationTestResources NO-SOURCE +:oss:airbyte-api:connector-builder-api:compileTestKotlin +:oss:airbyte-api:workload-api:integrationTestClasses UP-TO-DATE +:oss:airbyte-api:workload-api:checkstyleIntegrationTest +:oss:airbyte-api:connector-builder-api:compileTestKotlin NO-SOURCE +:oss:airbyte-api:workload-api:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-api:connector-builder-api:compileTestJava +:oss:airbyte-api:workload-api:checkstyleMain NO-SOURCE +:oss:airbyte-api:connector-builder-api:compileTestJava NO-SOURCE +:oss:airbyte-api:connector-builder-api:processTestResources NO-SOURCE +:oss:airbyte-api:workload-api:kspTestKotlin +:oss:airbyte-api:connector-builder-api:testClasses UP-TO-DATE +:oss:airbyte-api:connector-builder-api:checkstyleTest NO-SOURCE +:oss:airbyte-api:connector-builder-api:pmdIntegrationTest NO-SOURCE +:oss:airbyte-api:connector-builder-api:pmdMain NO-SOURCE +:oss:airbyte-api:connector-builder-api:pmdTest NO-SOURCE +:oss:airbyte-api:connector-builder-api:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-api:connector-builder-api:spotbugsMain SKIPPED +:oss:airbyte-api:connector-builder-api:spotbugsTest SKIPPED +:oss:airbyte-api:connector-builder-api:test NO-SOURCE +:oss:airbyte-api:connector-builder-api:jacocoTestReport SKIPPED +:oss:airbyte-api:connector-builder-api:check UP-TO-DATE +:oss:airbyte-api:build UP-TO-DATE +:oss:airbyte-api:connector-builder-api:build UP-TO-DATE +:oss:airbyte-api:server-api:kspTestKotlin +:oss:airbyte-commons-converters:compileJava FROM-CACHE +:oss:airbyte-commons-converters:classes UP-TO-DATE +:oss:airbyte-commons-converters:jar +:oss:airbyte-commons-converters:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-converters:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-converters:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-converters:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-converters:checkstyleMain FROM-CACHE +:oss:airbyte-commons-converters:compileTestKotlin NO-SOURCE +:oss:airbyte-commons-converters:compileTestJava +:oss:airbyte-api:workload-api:kspTestKotlin FROM-CACHE +:oss:airbyte-api:workload-api:compileTestKotlin +:oss:airbyte-notification:kspKotlin FROM-CACHE +:oss:airbyte-notification:compileKotlin +:oss:airbyte-api:workload-api:compileTestKotlin FROM-CACHE +:oss:airbyte-api:workload-api:compileTestJava NO-SOURCE +:oss:airbyte-api:workload-api:processTestResources +:oss:airbyte-api:workload-api:testClasses +:oss:airbyte-api:workload-api:checkstyleTest NO-SOURCE +:oss:airbyte-api:workload-api:pmdIntegrationTest NO-SOURCE +:oss:airbyte-api:workload-api:pmdMain NO-SOURCE +:oss:airbyte-api:workload-api:pmdTest NO-SOURCE +:oss:airbyte-api:workload-api:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-api:workload-api:spotbugsMain SKIPPED +:oss:airbyte-api:workload-api:spotbugsTest SKIPPED +:oss:airbyte-api:workload-api:test +:oss:airbyte-notification:compileKotlin FROM-CACHE +:oss:airbyte-notification:compileJava FROM-CACHE +:oss:airbyte-notification:processResources +:oss:airbyte-notification:classes +:oss:airbyte-notification:jar +:oss:airbyte-notification:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-notification:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-notification:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-notification:processIntegrationTestResources NO-SOURCE +:oss:airbyte-notification:integrationTestClasses UP-TO-DATE +:oss:airbyte-notification:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-notification:checkstyleMain FROM-CACHE +:oss:airbyte-notification:kspTestKotlin FROM-CACHE +:oss:airbyte-notification:compileTestKotlin FROM-CACHE +:oss:airbyte-notification:compileTestJava +:oss:airbyte-api:server-api:pmdIntegrationTest NO-SOURCE +:oss:airbyte-api:server-api:pmdMain +:oss:airbyte-commons-converters:compileTestJava FROM-CACHE +:oss:airbyte-commons-converters:testClasses UP-TO-DATE +:oss:airbyte-commons-converters:checkstyleTest FROM-CACHE +:oss:airbyte-commons-converters:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-converters:pmdMain +:oss:airbyte-analytics:kspKotlin FROM-CACHE +:oss:airbyte-analytics:compileKotlin +:oss:airbyte-data:kspKotlin FROM-CACHE +:oss:airbyte-data:compileKotlin +:oss:airbyte-notification:compileTestJava FROM-CACHE +:oss:airbyte-commons-converters:pmdTest +:oss:airbyte-analytics:compileKotlin FROM-CACHE +:oss:airbyte-analytics:compileJava NO-SOURCE +:oss:airbyte-analytics:processResources +:oss:airbyte-analytics:classes +:oss:airbyte-analytics:jar +:oss:airbyte-analytics:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-analytics:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-analytics:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-analytics:processIntegrationTestResources NO-SOURCE +:oss:airbyte-analytics:integrationTestClasses UP-TO-DATE +:oss:airbyte-analytics:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-analytics:checkstyleMain NO-SOURCE +:oss:airbyte-analytics:kspTestKotlin +:oss:airbyte-data:compileKotlin FROM-CACHE +:oss:airbyte-data:compileJava FROM-CACHE +:oss:airbyte-config:config-persistence:kspKotlin +:oss:airbyte-analytics:kspTestKotlin FROM-CACHE +:oss:airbyte-data:processResources +:oss:airbyte-data:classes +:oss:airbyte-data:jar +:oss:airbyte-config:config-persistence:kspKotlin FROM-CACHE +:oss:airbyte-config:config-persistence:compileKotlin +:oss:airbyte-keycloak-setup:compileKotlin NO-SOURCE +:oss:airbyte-keycloak-setup:compileJava +:oss:airbyte-config:config-persistence:compileKotlin FROM-CACHE +:oss:airbyte-config:config-persistence:compileJava +:oss:airbyte-keycloak-setup:compileJava FROM-CACHE +:oss:airbyte-keycloak-setup:classes +:oss:airbyte-keycloak-setup:jar +:oss:airbyte-config:config-persistence:compileJava FROM-CACHE +:oss:airbyte-persistence:job-persistence:kspKotlin +:oss:airbyte-config:config-persistence:processResources +:oss:airbyte-config:config-persistence:classes +:oss:airbyte-config:config-persistence:jar +:oss:airbyte-keycloak-setup:startScripts +:oss:airbyte-analytics:compileTestKotlin FROM-CACHE +:oss:airbyte-analytics:compileTestJava NO-SOURCE +:oss:airbyte-analytics:processTestResources NO-SOURCE +:oss:airbyte-analytics:testClasses UP-TO-DATE +:oss:airbyte-analytics:checkstyleTest NO-SOURCE +:oss:airbyte-analytics:pmdIntegrationTest NO-SOURCE +:oss:airbyte-analytics:pmdMain NO-SOURCE +:oss:airbyte-analytics:pmdTest NO-SOURCE +:oss:airbyte-analytics:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-analytics:spotbugsMain +:oss:airbyte-persistence:job-persistence:kspKotlin FROM-CACHE +:oss:airbyte-persistence:job-persistence:compileKotlin FROM-CACHE +:oss:airbyte-persistence:job-persistence:compileJava FROM-CACHE +:oss:airbyte-config:init:kspKotlin +:oss:airbyte-persistence:job-persistence:processResources +:oss:airbyte-persistence:job-persistence:classes +:oss:airbyte-commons-temporal:compileKotlin +:oss:airbyte-persistence:job-persistence:jar +:oss:airbyte-keycloak-setup:distTar +:oss:airbyte-config:init:kspKotlin FROM-CACHE +:oss:airbyte-config:init:compileKotlin +:oss:airbyte-commons-temporal:compileKotlin FROM-CACHE +:oss:airbyte-commons-temporal:compileJava +:oss:airbyte-config:init:compileKotlin FROM-CACHE +:oss:airbyte-config:init:compileJava NO-SOURCE +:oss:airbyte-bootloader:kspKotlin + +WorkloadApiClientTest > test that the workload API client creates the underlying Workload API object with the provided configuration() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-commons-temporal:compileJava FROM-CACHE +:oss:airbyte-config:init:processResources +:oss:airbyte-commons-with-dependencies:compileKotlin NO-SOURCE +:oss:airbyte-commons-with-dependencies:compileJava +:oss:airbyte-config:init:classes +:oss:airbyte-config:init:jar +:oss:airbyte-commons-with-dependencies:compileJava FROM-CACHE +:oss:airbyte-commons-server:kspKotlin +:oss:airbyte-commons-temporal:classes +:oss:airbyte-commons-temporal:jar +:oss:airbyte-commons-with-dependencies:classes UP-TO-DATE +:oss:airbyte-commons-with-dependencies:jar +:oss:airbyte-commons-worker:kspKotlin +:oss:airbyte-cron:kspKotlin +PASS src/pages/connections/ConnectionSettingsPage/ConnectionSettingsPage.test.tsx (27.67 s) + ConnectionSettingsPage + cron expression validation + ✓ should display an error for an invalid cron expression (3005 ms) + ✓ should allow cron expressions under one hour when feature enabled (3737 ms) + ✓ should not allow cron expressions under one hour when feature not enabled (3235 ms) + +:oss:airbyte-keycloak-setup:distZip SKIPPED +:oss:airbyte-keycloak-setup:dockerCopyDistribution +:oss:airbyte-keycloak-setup:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-keycloak-setup/build/airbyte/docker'. + +WorkloadApiClientTest > test that the workload API client creates the underlying Workload API object with the provided configuration() PASSED + +WorkloadApiTest > test client exception null http response body() STARTED +:oss:airbyte-bootloader:kspKotlin FROM-CACHE +:oss:airbyte-bootloader:compileKotlin +:oss:airbyte-cron:kspKotlin FROM-CACHE +:oss:airbyte-cron:compileKotlin +:oss:airbyte-commons-server:kspKotlin FROM-CACHE +:oss:airbyte-commons-server:compileKotlin +:oss:airbyte-bootloader:compileKotlin FROM-CACHE +:oss:airbyte-bootloader:compileJava +:oss:airbyte-commons-worker:kspKotlin FROM-CACHE +:oss:airbyte-commons-worker:compileKotlin +:oss:airbyte-cron:compileKotlin FROM-CACHE +:oss:airbyte-cron:compileJava +:oss:airbyte-commons-server:compileKotlin FROM-CACHE +:oss:airbyte-commons-server:compileJava +:oss:airbyte-commons-worker:compileKotlin FROM-CACHE +:oss:airbyte-commons-worker:compileJava + +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 + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is blank, the authentication header is not added$io_airbyte_airbyte_api_workload_api_test() STARTED +:oss:airbyte-bootloader:compileJava FROM-CACHE +:oss:airbyte-bootloader:processResources +:oss:airbyte-bootloader:classes +:oss:airbyte-bootloader:jar +:oss:airbyte-cron:compileJava FROM-CACHE +:oss:airbyte-cron:processResources +:oss:airbyte-cron:classes +:oss:airbyte-bootloader:startScripts +:oss:airbyte-cron:jar +:oss:airbyte-cron:startScripts +:oss:airbyte-commons-server:compileJava FROM-CACHE +:oss:airbyte-commons-server:processResources +:oss:airbyte-commons-server:classes +:oss:airbyte-commons-server:jar +:oss:airbyte-server:copySeed NO-SOURCE +:oss:airbyte-server:kspKotlin + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is blank, the authentication header is not added$io_airbyte_airbyte_api_workload_api_test() PASSED + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is not blank, the authentication header is added$io_airbyte_airbyte_api_workload_api_test() STARTED +:oss:airbyte-commons-worker:compileJava FROM-CACHE +:oss:airbyte-commons-worker:processResources + +WorkloadApiAuthenticationInterceptorTest > test that when the bearer token is not blank, the authentication header is added$io_airbyte_airbyte_api_workload_api_test() PASSED +:oss:airbyte-commons-worker:classes +:oss:airbyte-commons-worker:jar +:oss:airbyte-connector-builder-server:kspKotlin +:oss:airbyte-bootloader:distTar +:oss:airbyte-connector-sidecar:kspKotlin +:oss:airbyte-server:kspKotlin FROM-CACHE +:oss:airbyte-container-orchestrator:compileKotlin NO-SOURCE +:oss:airbyte-container-orchestrator:compileJava +:oss:airbyte-connector-sidecar:kspKotlin FROM-CACHE +:oss:airbyte-connector-sidecar:compileKotlin +:oss:airbyte-cron:distTar +:oss:airbyte-container-orchestrator:compileJava FROM-CACHE +:oss:airbyte-container-orchestrator:classes +:oss:airbyte-container-orchestrator:jar +:oss:airbyte-container-orchestrator:startScripts +:oss:airbyte-connector-sidecar:compileKotlin FROM-CACHE +:oss:airbyte-connector-sidecar:compileJava NO-SOURCE +:oss:airbyte-connector-sidecar:processResources +:oss:airbyte-connector-sidecar:classes +:oss:airbyte-connector-sidecar:jar +:oss:airbyte-connector-sidecar:startScripts +The following classes needed for analysis were missing: + makeConcatWithConstants + get + transform + apply +:oss:airbyte-container-orchestrator:distTar +:oss:airbyte-server:compileKotlin FROM-CACHE +:oss:airbyte-server:compileJava FROM-CACHE +:oss:airbyte-server:processResources +:oss:airbyte-server:classes +:oss:airbyte-server:jar +:oss:airbyte-server:startScripts +:oss:airbyte-server:distTar +:oss:airbyte-bootloader:distZip SKIPPED +:oss:airbyte-bootloader:dockerCopyDistribution +:oss:airbyte-cron:distZip SKIPPED +:oss:airbyte-cron:dockerCopyDistribution +:oss:airbyte-container-orchestrator:distZip SKIPPED +:oss:airbyte-container-orchestrator:dockerCopyDistribution +:oss:airbyte-bootloader:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-bootloader/build/airbyte/docker'. +:oss:airbyte-connector-sidecar:distTar +:oss:airbyte-cron:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-cron/build/airbyte/docker'. +:oss:airbyte-container-orchestrator:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-container-orchestrator/build/airbyte/docker'. +:oss:airbyte-server:distZip SKIPPED +:oss:airbyte-server:dockerCopyDistribution +:oss:airbyte-server:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-server/build/airbyte/docker'. +Using images 'airbyte/keycloak-setup:0.64.3'. +:oss:airbyte-connector-sidecar:distZip SKIPPED +:oss:airbyte-connector-sidecar:dockerCopyDistribution +:oss:airbyte-connector-sidecar:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-sidecar/build/airbyte/docker'. +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 + ---> 6af9411aa74d +Step 4/11 : ADD airbyte-app.tar /app +:oss:airbyte-connector-builder-server:compileKotlin + ---> e5b70f497742 +Step 5/11 : FROM ${JDK_IMAGE} AS keycloak-setup + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> Using cache + ---> 8b26bc275243 +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app +Using images 'airbyte/bootloader:0.64.3'. +Using images 'airbyte/cron:0.64.3'. +Using images 'airbyte/container-orchestrator:0.64.3'. +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/requester/assist/AssistConfigurationImpl.kt:30:17 'constructor URL(String!)' is deprecated. Deprecated in Java +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/requester/assist/AssistProxy.kt:43:27 Name shadowed: inputStream +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/services/GithubContributionService.kt:128:38 'getter for content: String!' is deprecated. Deprecated in Java +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/templates/ContributionTemplates.kt:47:47 Unchecked cast: Any? to Map +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/templates/ContributionTemplates.kt:48:50 Unchecked cast: Any? to Map +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/templates/ContributionTemplates.kt:82:59 Unchecked cast: Any? to Map +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/templates/ContributionTemplates.kt:83:51 Unchecked cast: Any? to Map> +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/utils/ManifestParser.kt:31:37 Unchecked cast: Any? to List> +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/utils/ManifestParser.kt:41:34 Unchecked cast: Any? to Map +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/utils/ManifestParser.kt:69:61 Unchecked cast: Any? to Map +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/utils/ManifestParser.kt:86:44 Unchecked cast: Any? to Map +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/utils/ManifestParser.kt:101:33 Destructured parameter 'key' is never used +w: file:///home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-connector-builder-server/src/main/kotlin/io/airbyte/connector_builder/utils/ManifestParser.kt:221:26 Unchecked cast: Any to Map +:oss:airbyte-connector-builder-server:compileJava +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 + ---> 6af9411aa74d +Step 4/11 : ADD airbyte-app.tar /app + ---> 67f5cc67a68f +Step 8/11 : USER airbyte:airbyte + ---> Running in 2b77cb5c89ce +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 + ---> 6af9411aa74d +Step 4/11 : ADD airbyte-app.tar /app +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 images 'airbyte/server:0.64.3'. + ---> Using cache + ---> 6af9411aa74d +Step 4/15 : ADD airbyte-app.tar /app + ---> Removed intermediate container 2b77cb5c89ce + ---> ebe08b185e2b +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-keycloak-setup"] + ---> Running in 7bfe8522c99c + ---> 2ee01055a318 +Step 5/11 : FROM ${JDK_IMAGE} + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> Using cache + ---> 8b26bc275243 +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app +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. + ---> Removed intermediate container 7bfe8522c99c + ---> d40348d5f31f +Step 10/11 : LABEL io.airbyte.app=airbyte-keycloak-setup + ---> Running in 7a4567498146 +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 + ---> 6af9411aa74d +Step 4/15 : ADD airbyte-app.tar /app +Using images 'airbyte/connector-sidecar:0.64.3'. + ---> a7666cf9a94a +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> 9386b758eee9 +Step 5/11 : FROM ${JDK_IMAGE} + ---> 74fbabbc6f02 +Step 6/11 : WORKDIR /app + ---> Using cache + ---> 8b26bc275243 +Step 7/11 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Removed intermediate container 7a4567498146 + ---> 3e582908b107 +Step 11/11 : LABEL io.airbyte.version=0.64.3 + ---> Running in 9eacfc05f872 +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 + ---> 6af9411aa74d +Step 4/15 : ADD airbyte-app.tar /app + ---> Removed intermediate container 9eacfc05f872 + ---> b50d3491320a +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed + ---> 8619382b0233 +Step 5/15 : FROM ${JDK_IMAGE} AS server + ---> 74fbabbc6f02 +Step 6/15 : EXPOSE 8000 5005 +Successfully built b50d3491320a +Successfully tagged airbyte/keycloak-setup:0.64.3 +Created image with ID 'b50d3491320a'. +:oss:airbyte-keycloak-setup:assemble +:oss:airbyte-workers:kspKotlin + ---> Running in 77ebbbfea9ea + ---> 11b0d1fbf1f5 +Step 8/11 : USER airbyte:airbyte + ---> Running in 8d31459c98e2 + ---> Removed intermediate container 77ebbbfea9ea + ---> 5dae84437ce7 +Step 7/15 : ARG VERSION=0.64.3 +:oss:airbyte-workers:kspKotlin FROM-CACHE +:oss:airbyte-workers:compileKotlin + ---> Running in 757c06da7a96 + ---> 6f21cda2eaef +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} +:oss:airbyte-workers:compileKotlin FROM-CACHE +:oss:airbyte-workers:compileJava + ---> d98353d2635a +Step 8/11 : USER airbyte:airbyte + ---> Running in 4725bbe1d36b + ---> Removed intermediate container 8d31459c98e2 + ---> 6aed65b58cb2 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-bootloader"] +:oss:airbyte-workers:compileJava FROM-CACHE +:oss:airbyte-workers:processResources + ---> Running in d8dee8f83fec +:oss:airbyte-workers:classes +:oss:airbyte-workers:jar +:oss:airbyte-workers:startScripts +:oss:airbyte-connector-builder-server:processResources +:oss:airbyte-connector-builder-server:classes +:oss:airbyte-workers:distTar +:oss:airbyte-connector-builder-server:jar +:oss:airbyte-connector-builder-server:startScripts +:oss:airbyte-connector-builder-server:distTar + ---> Removed intermediate container 4725bbe1d36b + ---> Removed intermediate container 757c06da7a96 + ---> 6abcce2025e3 + ---> 857e43a15b69 +Step 9/11 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/airbyte-cron"] +Step 8/15 : ENV APPLICATION airbyte-server + ---> Removed intermediate container d8dee8f83fec + ---> bab73b89afd8 +Step 10/11 : LABEL io.airbyte.app=airbyte-bootloader + ---> Running in 90b3be4d624c + ---> Running in b1618106231b + ---> Running in 9d6a877524bb + ---> Removed intermediate container 90b3be4d624c + ---> c37a90372587 +Step 9/15 : ENV VERSION ${VERSION} + ---> Removed intermediate container 9d6a877524bb + ---> 331cb302f6e4 +Step 11/11 : LABEL io.airbyte.version=0.64.3 + ---> Removed intermediate container b1618106231b + ---> 32904563fcd1 +Step 10/11 : LABEL io.airbyte.app=airbyte-cron + ---> Running in c417c860c012 + ---> Running in 9b0a439771ab + ---> Running in c1e0af29dcc3 + ---> 5e836a93a7f3 +Step 6/15 : ARG DOCKER_BUILD_ARCH=amd64 + ---> 5e836a93a7f3 +Step 6/15 : ARG VERSION=0.64.3 + ---> Running in 981fdac3ab30 + ---> Running in cd4519266eae +:oss:airbyte-workers:distZip SKIPPED +:oss:airbyte-workers:dockerCopyDistribution +:oss:airbyte-connector-builder-server:distZip SKIPPED +:oss:airbyte-connector-builder-server:dockerCopyDistribution + ---> Removed intermediate container 9b0a439771ab + ---> 983a2d7155a7 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed + ---> Removed intermediate container c417c860c012 + ---> Removed intermediate container c1e0af29dcc3 + ---> b82d2df00074 + ---> cad374f2eb0e +Step 10/15 : WORKDIR /app +Step 11/11 : LABEL io.airbyte.version=0.64.3 + ---> Running in 5f2af2ae2917 + ---> Running in 384911d292b2 +Successfully built 983a2d7155a7 +Successfully tagged airbyte/bootloader:0.64.3 +Created image with ID '983a2d7155a7'. +:oss:airbyte-bootloader:assemble +:oss:airbyte-workload-init-container:kspKotlin FROM-CACHE +:oss:airbyte-workload-init-container:compileKotlin + ---> Removed intermediate container 981fdac3ab30 + ---> 2eb597eea119 +Step 7/15 : ARG VERSION=dev + ---> Running in a8256ce9a82c + ---> Removed intermediate container cd4519266eae + ---> bb877d18d5b3 +Step 7/15 : ENV APPLICATION airbyte-container-orchestrator + ---> Running in 59f8ba169fbb +:oss:airbyte-workers:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workers/build/airbyte/docker'. +:oss: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'. +:oss:airbyte-workload-init-container:compileKotlin FROM-CACHE +:oss:airbyte-workload-init-container:compileJava NO-SOURCE +:oss:airbyte-workload-init-container:processResources +:oss:airbyte-workload-init-container:classes +:oss:airbyte-workload-init-container:jar +:oss:airbyte-workload-init-container:startScripts +:oss:airbyte-workload-init-container:distTar + ---> Removed intermediate container 5f2af2ae2917 + ---> 498610e3b258 +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Removed intermediate container 59f8ba169fbb + ---> 6075cf0bbdf3 +Step 8/15 : ENV VERSION=${VERSION} + ---> Removed intermediate container a8256ce9a82c + ---> 10c19d7eafd4 +Step 8/15 : ENV APPLICATION airbyte-connector-sidecar + ---> Removed intermediate container 384911d292b2 + ---> 62a07a563476 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed + ---> Running in e22071b7c615 + ---> Running in 2ef82b712a53 +Successfully built 62a07a563476 +Successfully tagged airbyte/cron:0.64.3 +Created image with ID '62a07a563476'. +:oss:airbyte-cron:assemble +:oss:airbyte-workload-launcher:kspKotlin + ---> Removed intermediate container e22071b7c615 + ---> Removed intermediate container 2ef82b712a53 + ---> 21db3bed1155 + ---> 9794886af768 +Step 9/15 : WORKDIR /app +Step 9/15 : ENV VERSION=${VERSION} + ---> Running in 513c617a9db0 + ---> Running in fc1045b80a09 +:oss:airbyte-workload-launcher:kspKotlin FROM-CACHE +:oss:airbyte-workload-launcher:compileKotlin FROM-CACHE +:oss:airbyte-workload-launcher:compileJava NO-SOURCE +:oss:airbyte-workload-launcher:processResources +:oss:airbyte-workload-launcher:classes +:oss:airbyte-workload-launcher:jar +:oss:airbyte-workload-launcher:startScripts +:oss:airbyte-workload-launcher:distTar +:oss:airbyte-workload-init-container:distZip SKIPPED +:oss:airbyte-workload-init-container:dockerCopyDistribution + ---> Removed intermediate container fc1045b80a09 + ---> 0ecbb8176c69 +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app + ---> Removed intermediate container 513c617a9db0 + ---> a3d727d7d3f7 +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app +:oss:airbyte-workload-init-container:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-init-container/build/airbyte/docker'. + ---> 55a68cff92b1 +Step 12/15 : USER airbyte:airbyte + ---> Running in 83bde6b74149 + ---> 132e8dacbb9e +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> ce5ae16917ee +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Removed intermediate container 83bde6b74149 + ---> fcf68ddb71f2 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in 023d6bf132fa +:oss:airbyte-workload-launcher:distZip SKIPPED +:oss:airbyte-workload-launcher:dockerCopyDistribution + ---> Removed intermediate container 023d6bf132fa + ---> beb8aaae16d1 +Step 14/15 : LABEL io.airbyte.app=airbyte-server + ---> Running in 3afa33f39dd0 +:oss:airbyte-workload-launcher:dockerBuildImage +Building image using context '/home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-workload-launcher/build/airbyte/docker'. + ---> Removed intermediate container 3afa33f39dd0 + ---> 9c9beb77b0a5 +Step 15/15 : LABEL io.airbyte.version=0.64.3 + ---> Running in c68dca2f6e97 + ---> a8a23e6666ac +Step 12/15 : USER airbyte:airbyte + ---> Running in 4b9d6c8981c2 + ---> 13ce5c06c493 +Step 12/15 : USER airbyte:airbyte + ---> Running in 881e9ae863a4 + ---> Removed intermediate container c68dca2f6e97 + ---> ece2fbbee4f0 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built ece2fbbee4f0 +Successfully tagged airbyte/server:0.64.3 +Created image with ID 'ece2fbbee4f0'. +:oss:airbyte-server:assemble +:oss:airbyte-analytics:spotbugsTest SKIPPED +:oss:airbyte-analytics:test + ---> Removed intermediate container 4b9d6c8981c2 + ---> e15d15451678 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "/app/airbyte-app/bin/${APPLICATION}"] + ---> Running in 2fc3d7a842dd + ---> Removed intermediate container 881e9ae863a4 + ---> fde785a73f38 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "/app/airbyte-app/bin/${APPLICATION}"] + ---> Running in 09830201621a + ---> Removed intermediate container 2fc3d7a842dd + ---> a9b626eca520 +Step 14/15 : LABEL io.airbyte.app=airbyte-connector-sidecar + ---> Running in 9d17e792492a + ---> Removed intermediate container 09830201621a + ---> aaaa1bf4ca9e +Step 14/15 : LABEL io.airbyte.app=airbyte-container-orchestrator + ---> Running in 8f90e9f2a06a + ---> Removed intermediate container 9d17e792492a + ---> 756bbd9dfb73 +Step 15/15 : LABEL io.airbyte.version=0.64.3 + ---> Running in c6513b269114 + ---> Removed intermediate container 8f90e9f2a06a + ---> a6e687a34e78 +Step 15/15 : LABEL io.airbyte.version=0.64.3 + ---> Running in ad748a6760ac +Using images 'airbyte/worker:0.64.3'. +Using images 'airbyte/connector-builder-server:0.64.3'. + ---> Removed intermediate container c6513b269114 + ---> eb097e9d69e9 +[Warning] One or more build-args [APPLICATION JDK_VERSION] were not consumed + ---> Removed intermediate container ad748a6760ac + ---> 44e60a599115 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built eb097e9d69e9 +Successfully tagged airbyte/connector-sidecar:0.64.3 +Created image with ID 'eb097e9d69e9'. +:oss:airbyte-connector-sidecar:assemble +:oss:airbyte-bootloader:kspIntegrationTestKotlin +Successfully built 44e60a599115 +Successfully tagged airbyte/container-orchestrator:0.64.3 +Created image with ID '44e60a599115'. +:oss:airbyte-container-orchestrator:assemble +:oss:airbyte-commons-converters:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-converters:spotbugsMain + +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 +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 + ---> 6af9411aa74d +Step 4/15 : ADD airbyte-app.tar /app +Step 1/21 : ARG JAVA_PYTHON_BASE_IMAGE_VERSION=2.1.5 +Step 2/21 : FROM airbyte/airbyte-base-java-python-image:${JAVA_PYTHON_BASE_IMAGE_VERSION} AS connector-builder-server +Using images 'airbyte/workload-init-container:0.64.3'. +:oss:airbyte-bootloader:kspIntegrationTestKotlin FROM-CACHE +:oss:airbyte-bootloader:compileIntegrationTestKotlin FROM-CACHE +:oss:airbyte-bootloader:compileIntegrationTestJava + ---> d670ecac4307 +Step 5/15 : FROM airbyte/airbyte-base-java-worker-image:${JAVA_WORKER_BASE_IMAGE_VERSION} + ---> 5e836a93a7f3 +Step 6/15 : ENV APPLICATION airbyte-workers + ---> Running in 1318b348f249 +:oss:airbyte-bootloader:compileIntegrationTestJava FROM-CACHE +:oss:airbyte-bootloader:processIntegrationTestResources +:oss:airbyte-bootloader:integrationTestClasses +:oss:airbyte-bootloader:checkstyleIntegrationTest FROM-CACHE +:oss:airbyte-bootloader:checkstyleMain FROM-CACHE +:oss:airbyte-bootloader:kspTestKotlin FROM-CACHE +:oss:airbyte-bootloader:compileTestKotlin NO-SOURCE +:oss:airbyte-bootloader:compileTestJava FROM-CACHE +:oss:airbyte-bootloader:processTestResources NO-SOURCE +:oss:airbyte-bootloader:testClasses UP-TO-DATE +:oss:airbyte-bootloader:checkstyleTest + ---> Removed intermediate container 1318b348f249 + ---> c4fabcdf48fb +Step 7/15 : ENV VERSION ${VERSION} +:oss:airbyte-bootloader:checkstyleTest FROM-CACHE +:oss:airbyte-bootloader:pmdIntegrationTest + ---> Running in b3cfc5a34cf2 +:oss:airbyte-bootloader:pmdMain + ---> Removed intermediate container b3cfc5a34cf2 + ---> c80a784f13ba +Step 8/15 : EXPOSE 5005 + ---> Running in ec3f4254aa67 + +BlockingShutdownAnalyticsPluginTest > test that all in-flight messages are flushed before shutdown() PASSED +Using images 'airbyte/workload-launcher:0.64.3'. + +BlockingShutdownAnalyticsPluginTest > test that the plugin handles the timeout waiting on the client to flush messages() STARTED + +BlockingShutdownAnalyticsPluginTest > test that the plugin handles the timeout waiting on the client to flush messages() PASSED + +DeploymentFetcherTest > testRetrievingDeploymentMetadata() STARTED + +DeploymentFetcherTest > testRetrievingDeploymentMetadata() PASSED + +SegmentAnalyticsClientTest > test that the client blocks to ensure all enqueued messages are flushed on shutdown() STARTED + ---> Removed intermediate container ec3f4254aa67 + ---> a61b55220d4b +Step 9/15 : WORKDIR /app + ---> Running in f1cdeb0f59d2 + +SegmentAnalyticsClientTest > test that the client blocks to ensure all enqueued messages are flushed on shutdown() PASSED + +SegmentTrackingClientTest > testTrack() STARTED +Step 1/14 : ARG JAVA_BASE_IMAGE=3.2.3 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app + ---> Using cache + ---> 6af9411aa74d +Step 4/14 : ADD airbyte-app.tar /app +:oss:airbyte-bootloader:pmdTest + ---> Removed intermediate container f1cdeb0f59d2 + ---> d14ae537d76f +Step 10/15 : COPY --chown=airbyte:airbyte WellKnownTypes.json /app + +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 + ---> 0dd87ae847c6 +Step 11/15 : COPY --chown=airbyte:airbyte --from=builder /app /app +The following classes needed for analysis were missing: + apply + makeConcatWithConstants + +SegmentTrackingClientTest > testTrackAirbyteAnalyticSource() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityRespectsWorkspaceId() STARTED +:oss:airbyte-bootloader:spotbugsIntegrationTest +:oss:airbyte-bootloader:spotbugsMain + +TrackingIdentityFetcherTest > testGetTrackingIdentityRespectsWorkspaceId() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityNonAnonymous() STARTED +Step 1/14 : ARG JAVA_WORKER_BASE_IMAGE_VERSION=2.2.2 +Step 2/14 : FROM scratch as builder + ---> +Step 3/14 : WORKDIR /app + +TrackingIdentityFetcherTest > testGetTrackingIdentityNonAnonymous() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityAnonymous() STARTED + +TrackingIdentityFetcherTest > testGetTrackingIdentityAnonymous() PASSED + +TrackingIdentityFetcherTest > testGetTrackingIdentityInitialSetupNotComplete() STARTED + +TrackingIdentityFetcherTest > testGetTrackingIdentityInitialSetupNotComplete() PASSED + ---> Using cache + ---> 6af9411aa74d +Step 4/14 : ADD airbyte-app.tar /app + ---> 44f6f95ce718 +Step 5/14 : FROM airbyte/airbyte-base-java-image:${JAVA_BASE_IMAGE} + ---> 74fbabbc6f02 +Step 6/14 : ARG DOCKER_BUILD_ARCH=amd64 + ---> Running in 9ac833ed79f2 +:oss:airbyte-analytics:jacocoTestReport + ---> Removed intermediate container 9ac833ed79f2 + ---> 2c2d78056fbf +Step 7/14 : ARG VERSION=dev + ---> Running in b6ef9d146fc1 +:oss:airbyte-analytics:check +:oss:airbyte-bootloader:spotbugsTest SKIPPED +:oss:airbyte-bootloader:test + ---> Removed intermediate container b6ef9d146fc1 + ---> 5b5cee27e9f3 +Step 8/14 : ENV APPLICATION airbyte-workload-init-container + ---> Running in 6bbddc347cb5 + ---> f98382500b1f +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 2062bd3ded06 + ---> Removed intermediate container 6bbddc347cb5 + ---> 5ab0c2ca498f +Step 9/14 : ENV VERSION=${VERSION} + ---> Running in 1bcddc92840c + ---> c7e7fe757aea +Step 12/15 : USER airbyte:airbyte + ---> Running in 3a1ddd414311 + ---> Removed intermediate container 2062bd3ded06 + ---> 923fe7da1473 +Step 7/14 : ENV VERSION ${VERSION} + ---> Running in e856cb4fdf5b + ---> Removed intermediate container 1bcddc92840c + ---> 8898ede8a2a2 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Removed intermediate container 3a1ddd414311 + ---> 69507cc3cf49 +Step 13/15 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in 1dbf211baaf1 + ---> Removed intermediate container e856cb4fdf5b + ---> 596e5aa618ff +Step 8/14 : EXPOSE 8016 5005 + ---> Running in 3a1e3800070d + +DefaultPostLoadExecutorTest > testPostLoadExecutionWithException() STARTED + ---> Removed intermediate container 1dbf211baaf1 + ---> 8d91935ce96e +Step 14/15 : LABEL io.airbyte.app=airbyte-workers + ---> Running in e2b6137896e7 +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + ---> Removed intermediate container 3a1e3800070d + ---> dc658ae2fe12 +Step 9/14 : WORKDIR /app + ---> Running in f13221b3ffcf + ---> Removed intermediate container e2b6137896e7 + ---> 23a5b85a14e0 +Step 15/15 : LABEL io.airbyte.version=0.64.3 + ---> Running in ac5d996b00ce + ---> Removed intermediate container f13221b3ffcf + ---> a71a5b602225 +Step 10/14 : COPY --chown=airbyte:airbyte --from=builder /app /app + ---> Removed intermediate container ac5d996b00ce + ---> 7b09cb785b03 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 7b09cb785b03 +Successfully tagged airbyte/worker:0.64.3 +Created image with ID '7b09cb785b03'. +:oss:airbyte-workers:assemble +:oss:airbyte-commons-converters:spotbugsTest SKIPPED +:oss:airbyte-commons-converters:test + ---> f9b799d865a7 +Step 11/14 : USER airbyte:airbyte + ---> Running in 3c4ec9696e7d + ---> Removed intermediate container 3c4ec9696e7d + ---> 4b906351e0d7 +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "/app/airbyte-app/bin/${APPLICATION}"] + ---> Running in 5e5be04a3bea +:oss:airbyte-test-utils:compileKotlin + +DefaultPostLoadExecutorTest > testPostLoadExecutionWithException() PASSED + +DefaultPostLoadExecutorTest > testPostLoadExecution() STARTED + +DefaultPostLoadExecutorTest > testPostLoadExecution() PASSED + ---> Removed intermediate container 5e5be04a3bea + ---> 2fb545a29e1f +Step 13/14 : LABEL io.airbyte.app=airbyte-workload-init-container + ---> Running in 0556e0ff134d + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingDestination(boolean) > [1] true STARTED + +CatalogClientConvertersTest > testConvertToClientAPI() STARTED + +CatalogClientConvertersTest > testConvertToClientAPI() PASSED + +CatalogClientConvertersTest > testIsResumableExport() STARTED + +CatalogClientConvertersTest > testIsResumableExport() PASSED + +CatalogClientConvertersTest > testIsResumableImport() STARTED + +CatalogClientConvertersTest > testIsResumableImport() PASSED + +CatalogClientConvertersTest > testConvertToProtocol() STARTED + +CatalogClientConvertersTest > testConvertToProtocol() PASSED + ---> Removed intermediate container 0556e0ff134d + ---> 9e0f5ca71812 +Step 14/14 : LABEL io.airbyte.version=0.64.3 + ---> Running in 7ab5dc17d767 + ---> aaa724c7a5c3 +Step 11/14 : USER airbyte:airbyte +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + test + accept + ---> Running in fab9177febc8 +:oss:airbyte-commons-server:checkstyleMain +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-commons-server:checkstyleMain FROM-CACHE +:oss:airbyte-commons-server:pmdMain + +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 + +ProtocolVersionCheckerTest > testValidateAllConnectorsAreUpgraded(boolean) > [2] false PASSED + +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 + ---> Removed intermediate container 7ab5dc17d767 + ---> ae6ff270a122 +[Warning] One or more build-args [APPLICATION JDK_VERSION] were not consumed + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingSource(boolean) > [1] true PASSED + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingSource(boolean) > [2] false STARTED +Successfully built ae6ff270a122 +Successfully tagged airbyte/workload-init-container:0.64.3 +Created image with ID 'ae6ff270a122'. +:oss:airbyte-workload-init-container:assemble +:oss:airbyte-commons-server:spotbugsMain SKIPPED +:oss:airbyte-commons-temporal:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-temporal:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-temporal:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-temporal:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-temporal:checkstyleMain + +ProtocolVersionCheckerTest > testValidateBadUpgradeMissingSource(boolean) > [2] false PASSED + +ProtocolVersionCheckerTest > testRetrievingCurrentConflictsWhenNoConflicts() STARTED + +ProtocolVersionCheckerTest > testRetrievingCurrentConflictsWhenNoConflicts() PASSED +:oss:airbyte-commons-temporal:checkstyleMain FROM-CACHE +:oss:airbyte-commons-temporal:compileTestKotlin NO-SOURCE +:oss:airbyte-commons-temporal:compileTestJava + ---> Removed intermediate container fab9177febc8 + ---> 4b40b87603d1 +Step 12/14 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + ---> Running in 7c5efee3968c +:oss:airbyte-commons-temporal:compileTestJava FROM-CACHE +:oss:airbyte-commons-temporal:testClasses UP-TO-DATE +:oss:airbyte-commons-temporal:checkstyleTest FROM-CACHE +:oss:airbyte-commons-temporal:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-temporal:pmdMain +:oss:airbyte-test-utils:compileKotlin FROM-CACHE +:oss:airbyte-test-utils:compileJava +:oss:airbyte-bootloader:jacocoTestReport +PASS src/views/Connector/ConnectorForm/ConnectorForm.test.tsx (104.266 s) + Connector form + should display json schema specs + ✓ should display general components: submit button, name and serviceType fields (1163 ms) + ✓ should display text input field (564 ms) + ✓ should display number input field (510 ms) + ✓ should display secret input field (641 ms) + ✓ should display textarea field (630 ms) + ✓ should display oneOf field (613 ms) + ✓ should display array of simple entity field (625 ms) + ✓ should display array with items list field (502 ms) + ✓ should display array of objects field (527 ms) + filling service form + ✓ should render optional field hidden, but allow to open and edit (2378 ms) + ✓ should always render always_show optional field, but not require it (1924 ms) + ✓ should not render entire optional object and oneOf fields as hidden, but render the optional sub-fields as hidden (10133 ms) + ✓ should load optional fields' default values in collapsed fields (2336 ms) + ✓ should auto-expand optional sections containing a field with an existing non-default value (2101 ms) + ✓ should allow nested one ofs (5496 ms) + ✓ should not submit with failed validation (2429 ms) + ✓ should cast existing data, throwing away unknown properties and cast existing ones (1902 ms) + ✓ should fill password (2589 ms) + ✓ should change password (2510 ms) + ✓ should fill right values in array of simple entity field (3372 ms) + ✓ should extend right values in array of simple entity field (2217 ms) + ✓ should fill right values in array with items list field (1882 ms) + ✓ should add values in array with items list field (1809 ms) + ✓ change oneOf field value (2095 ms) + ✓ should fill right values oneOf field (2229 ms) + ✓ should change value in existing oneOf (1905 ms) + ✓ should fill right values in array of objects field (10965 ms) + ✓ should extend values in array of objects field (7685 ms) + oauth flow + ✓ should render regular inputs for auth fields (947 ms) + ✓ should render the oauth button (950 ms) + ✓ should insert values correctly and submit them (1335 ms) + ✓ should render reauthenticate message if there are form values already (876 ms) + ✓ should hide the oauth button when switching auth strategy (1059 ms) + ✓ should render the oauth button on the top level (863 ms) + + ---> Removed intermediate container 7c5efee3968c + ---> 4d2d384b7ad0 +Step 13/14 : LABEL io.airbyte.app=airbyte-workload-launcher +Test Suites: 89 passed, 89 total +Tests: 747 passed, 747 total +Snapshots: 26 passed, 26 total +Time: 106.36 s + ---> Running in 12e2989f1126 +:oss:airbyte-commons-temporal:pmdTest +:oss:airbyte-bootloader:check +:oss:airbyte-commons-temporal:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-temporal:spotbugsMain +:oss:airbyte-test-utils:compileJava FROM-CACHE +:oss:airbyte-commons-server:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-server:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-server:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-server:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-server:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-server:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-server:kspTestKotlin FROM-CACHE +:oss:airbyte-commons-server:compileTestKotlin + ---> Removed intermediate container 12e2989f1126 + ---> e69e53fb4247 +Step 14/14 : LABEL io.airbyte.version=0.64.3 +:oss:airbyte-commons-server:compileTestKotlin FROM-CACHE +:oss:airbyte-commons-server:compileTestJava + ---> Running in e06c320fbd3d +:oss:airbyte-commons-server:compileTestJava FROM-CACHE +:oss:airbyte-commons-server:processTestResources +:oss:airbyte-commons-server:testClasses +:oss:airbyte-commons-server:checkstyleTest FROM-CACHE +:oss:airbyte-test-utils:classes UP-TO-DATE +:oss:airbyte-test-utils:jar +:oss:airbyte-commons-server:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-server:pmdTest + ---> Removed intermediate container e06c320fbd3d + ---> fe4d74da18a0 +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built fe4d74da18a0 +Successfully tagged airbyte/workload-launcher:0.64.3 +Created image with ID 'fe4d74da18a0'. +:oss:airbyte-workload-launcher:assemble +:oss:airbyte-commons-server:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-server:spotbugsTest SKIPPED +:oss:airbyte-commons-server:test +:oss:airbyte-commons-temporal:spotbugsTest SKIPPED +:oss:airbyte-commons-temporal:test + +ConnectorConfigUpdaterTest > testPersistDestinationConfig() STARTED +:oss:airbyte-commons-with-dependencies:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-with-dependencies:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-with-dependencies:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-with-dependencies:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-with-dependencies:checkstyleMain FROM-CACHE +:oss:airbyte-commons-with-dependencies:compileTestKotlin NO-SOURCE +:oss:airbyte-commons-with-dependencies:compileTestJava FROM-CACHE +:oss:airbyte-commons-with-dependencies:testClasses +:oss:airbyte-commons-with-dependencies:checkstyleTest FROM-CACHE +:oss:airbyte-commons-with-dependencies:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-with-dependencies:pmdMain + +ConnectorConfigUpdaterTest > testPersistDestinationConfig() PASSED + +ConnectorConfigUpdaterTest > testPersistSourceConfig() STARTED + +ConnectorConfigUpdaterTest > testPersistSourceConfig() PASSED +:oss:airbyte-commons-with-dependencies:pmdTest +:oss:airbyte-commons-converters:jacocoTestReport +:oss:airbyte-commons-converters:check +:oss:airbyte-commons-with-dependencies:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-with-dependencies:spotbugsMain + +ConnectionManageUtilsTest > signalAndRepairIfNeceesaryWhenNoWorkflowWillCreate() STARTED +:oss:airbyte-commons-with-dependencies:spotbugsTest SKIPPED +:oss:airbyte-commons-with-dependencies:test +:oss:airbyte-commons-worker:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-worker:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-commons-worker:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-commons-worker:processIntegrationTestResources NO-SOURCE +:oss:airbyte-commons-worker:integrationTestClasses UP-TO-DATE +:oss:airbyte-commons-worker:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-commons-worker:checkstyleMain FROM-CACHE +:oss:airbyte-commons-worker:kspTestKotlin +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +OperationsConverterTest > testPopulateWebhookInfoWithCustomUrl() STARTED + +OperationsConverterTest > testPopulateWebhookInfoWithCustomUrl() PASSED + +OperationsConverterTest > testParseDbtUrl() STARTED + +OperationsConverterTest > testParseDbtUrl() PASSED + +OperationsConverterTest > testPopulateWebhookNoCustomUrl() STARTED + +OperationsConverterTest > testPopulateWebhookNoCustomUrl() PASSED + +OperationsConverterTest > testParseCustomDbtHostUrl() STARTED + +OperationsConverterTest > testParseCustomDbtHostUrl() PASSED + +KeycloakTokenValidatorTest > testInternalServiceAccountIsInstanceAdmin() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [1] hello:1, hello STARTED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [1] hello:1, hello PASSED + +DockerImageNameHelperTest > testExtractShortImageName(String, String) > [2] hello/world:2, world STARTED + +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 + +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 + +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 + +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 + +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 + +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 + +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 +:oss:airbyte-commons-worker:kspTestKotlin FROM-CACHE +:oss:airbyte-commons-worker:compileTestKotlin + +ConnectionManageUtilsTest > signalAndRepairIfNeceesaryWhenNoWorkflowWillCreate() PASSED + +StreamResetRecordsHelperTest > testDeleteStreamResetRecordsForJob() STARTED +:oss:airbyte-commons-worker:compileTestKotlin FROM-CACHE +:oss:airbyte-commons-worker:compileTestJava FROM-CACHE +:oss:airbyte-commons-worker:processTestResources +:oss:airbyte-commons-worker:testClasses +:oss:airbyte-commons-worker:checkstyleTest FROM-CACHE +:oss:airbyte-commons-worker:pmdIntegrationTest NO-SOURCE +:oss:airbyte-commons-worker:pmdMain + +StreamResetRecordsHelperTest > testDeleteStreamResetRecordsForJob() PASSED + +StreamResetRecordsHelperTest > testIncorrectConfigType() STARTED + +StreamResetRecordsHelperTest > testIncorrectConfigType() PASSED + +StreamResetRecordsHelperTest > testNoJobId() STARTED + +StreamResetRecordsHelperTest > testNoJobId() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + call + get + apply + accept + test + +TemporalClientTest > Test manual operation on completed workflow causes a restart STARTED +:oss:airbyte-commons-worker:pmdTest +The following classes needed for analysis were missing: + test + apply + hashCode + toString + equals + makeConcatWithConstants + get +:oss:airbyte-commons-worker:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-commons-worker:spotbugsMain + +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 + +KeycloakTokenValidatorTest > testInternalServiceAccountIsInstanceAdmin() PASSED + +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 + +KeycloakTokenValidatorTest > testTokenWithNoRealmIsPassedToNextValidator() 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 + +TemporalClientTest > Test reset connection behavior > Test resetConnection returns a failure reason when connection is deleted PASSED + +KeycloakTokenValidatorTest > testTokenWithNoRealmIsPassedToNextValidator() PASSED + +KeycloakTokenValidatorTest > testValidateToken() STARTED + +TemporalClientTest > Test refresh connection behavior > Test refreshConnectionAsync saves the stream to refresh and signals workflow STARTED + +KeycloakTokenValidatorTest > testValidateToken() PASSED + +KeycloakTokenValidatorTest > testKeycloakValidationFailureNoSubClaim() STARTED + +KeycloakTokenValidatorTest > testKeycloakValidationFailureNoSubClaim() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorAndPrimaryKey() STARTED + +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 + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation repairs the workflow if it is in a bad state PASSED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation successful STARTED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation successful PASSED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation returns a failure reason when connection is deleted STARTED + +TemporalClientTest > Test cancellation behavior > Test startNewCancellation returns a failure reason when connection is deleted PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync fails if job is already running STARTED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync fails if job is already running PASSED + +TemporalClientTest > Test manual sync behavior > Test startNewManualSync successful STARTED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorAndPrimaryKey() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoPrimaryKey() STARTED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoPrimaryKey() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesNoSourceCursor() STARTED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesNoSourceCursor() PASSED + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoFullRefresh() STARTED + +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 + +CatalogConverterTest > testDiscoveredToApiDefaultSyncModesSourceCursorNoFullRefresh() PASSED + +CatalogConverterTest > testConvertToProtocolFieldSelection() STARTED + +CatalogConverterTest > testConvertToProtocolFieldSelection() PASSED + +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 + +CatalogConverterTest > testConvertToProtocolColumnSelectionValidation() 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 + +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 + +CatalogConverterTest > testConvertToProtocolColumnSelectionValidation() PASSED + +CatalogConverterTest > testEnumConversion() STARTED + +CatalogConverterTest > testEnumConversion() PASSED + +CatalogConverterTest > testConvertToProtocol() STARTED + +TemporalClientTest > Test related to the migration to the new scheduler > Test that the migration is properly done if needed STARTED + +CatalogConverterTest > testConvertToProtocol() PASSED + +CatalogConverterTest > testConvertToAPI() STARTED + +CatalogConverterTest > testConvertToAPI() PASSED + +CatalogDiffConvertersTest > testEnumConversion() STARTED + +CatalogDiffConvertersTest > testEnumConversion() PASSED + +TemporalClientTest > Test related to the migration to the new scheduler > Test that the migration is properly done if needed PASSED + +ConfigurationUpdateTest > testSourceUpdate() STARTED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitDiscoverSchema() STARTED + +WorkerConfigProviderMicronautTest > checkSourceResourceRequirements() STARTED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitDiscoverSchema() PASSED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitCheckConnection() STARTED + +WorkerConfigProviderMicronautTest > checkSourceResourceRequirements() PASSED + +WorkerConfigProviderMicronautTest > testUnknownVariantFallsBackToDefaultVariant() STARTED + +WorkerConfigProviderMicronautTest > testUnknownVariantFallsBackToDefaultVariant() PASSED + +WorkerConfigProviderMicronautTest > testDefaultFieldBehavior() STARTED + +WorkerConfigProviderMicronautTest > testDefaultFieldBehavior() PASSED + +WorkerConfigProviderMicronautTest > checkWorkerConfigProvider() STARTED + +WorkerConfigProviderMicronautTest > checkWorkerConfigProvider() PASSED + +WorkerConfigProviderMicronautTest > checkDatabaseSourceResourceRequirements() STARTED + +WorkerConfigProviderMicronautTest > checkDatabaseSourceResourceRequirements() PASSED + +WorkerConfigProviderMicronautTest > testSubTypeLookup() STARTED + +WorkerConfigProviderMicronautTest > testSubTypeLookup() PASSED + +WorkerConfigProviderMicronautTest > verifyTestConfigIsLoaded() STARTED + +WorkerConfigProviderMicronautTest > verifyTestConfigIsLoaded() PASSED + +WorkerConfigProviderMicronautTest > testKubeConfigIsReadingAllTheFields() STARTED + +WorkerConfigProviderMicronautTest > testKubeConfigIsReadingAllTheFields() PASSED + +WorkerConfigProviderMicronautTest > testResourceTypeMapping() STARTED + +WorkerConfigProviderMicronautTest > testResourceTypeMapping() PASSED + +WorkerConfigProviderMicronautTest > testVariantLookups() STARTED + +WorkerConfigProviderMicronautTest > testVariantLookups() PASSED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitCheckConnection() PASSED + +TemporalClientTest > Test job creation for each configuration type. > testSubmitGetSpec() STARTED + +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 + +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 + +WorkerConfigsTest > default workerConfigs use default resourceRequirements STARTED + +TemporalUtilsTest > testWaitThatTimesOut() PASSED + +TemporalUtilsTest > testWorkerExceptionOnHeartbeatWrapper() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-commons-worker:spotbugsTest SKIPPED +:oss:airbyte-commons-worker:test + +ConfigurationUpdateTest > testSourceUpdate() PASSED + +ConfigurationUpdateTest > testDestinationUpdate() 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 + +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 + +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 + +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@17c10601[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@7b5d68fc[streamsToRefresh=[io.airbyte.config.RefreshStream@957771f[streamDescriptor=io.airbyte.config.StreamDescriptor@4e7b9365[namespace=,name=test,additionalProperties={}],refreshType=,additionalProperties={}]],namespaceDefinition=source,namespaceFormat=,prefix=,…, 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@17c10601[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@7b5d68fc[streamsToRefresh=[io.airbyte.config.RefreshStream@957771f[streamDescriptor=io.airbyte.config.StreamDescriptor@4e7b9365[namespace=,name=test,additionalProperties={}],refreshType=,additionalProperties={}]],namespaceDefinition=source,namespaceFormat=,prefix=,…, Optional[class JobRefreshConfig { + streamsToRefresh: [class StreamDescriptor { + name: test + namespace: null + }] +}] PASSED + +JobConverterTest > testExtractRefresh(Job, Optional) > [4] Job{id=1, scope='null', config=io.airbyte.config.JobConfig@73c29540[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@61b0d0e6[streamsToRefresh=[io.airbyte.config.RefreshStream@1bf22938[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@73c29540[configType=,checkConnection=,discoverCatalog=,getSpec=,sync=,resetConnection=,refresh=io.airbyte.config.RefreshConfig@61b0d0e6[streamsToRefresh=[io.airbyte.config.RefreshStream@1bf22938[streamDescriptor=,refreshType=,additionalProperties={}]],namespaceDefinition=source,namespaceFormat=,prefix=,configuredAirbyteCatalog=,sourceDockerImage=,sourceProtocolVersion=,de…, Optional.empty PASSED + +JobConverterTest > testEnumConversion() STARTED + +JobConverterTest > testEnumConversion() PASSED + +JobConverterTest > TestSynchronousJob > testSynchronousJobRead() STARTED + ---> fd639f9295ce +Step 3/21 : ARG CDK_VERSION=4.6.2 + ---> Running in d82236644e4e + +JobConverterTest > TestSynchronousJob > testSynchronousJobRead() PASSED + +JobConverterTest > TestJob > testResetJobExcludesConfigIfNull() STARTED + +JobConverterTest > TestJob > testResetJobExcludesConfigIfNull() PASSED + +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 + +TemporalUtilsTest > testWorkerExceptionOnHeartbeatWrapper() PASSED + +TemporalUtilsTest > testRuntimeExceptionOnHeartbeatWrapper() 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"]}} 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 + +WorkerConfigsTest > default workerConfigs use default resourceRequirements PASSED + +WorkerConfigsTest > default workerConfigs use default node selectors STARTED + +TemporalUtilsTest > testRuntimeExceptionOnHeartbeatWrapper() PASSED + +TemporalUtilsTest > testWaitForTemporalServerAndLogThrowsException() STARTED + +WorkerConfigsTest > default workerConfigs use default node selectors PASSED + +TemporalUtilsTest > testWaitForTemporalServerAndLogThrowsException() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeouts() STARTED + +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 + +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 +:oss:airbyte-commons-with-dependencies:jacocoTestReport +:oss:airbyte-connector-sidecar:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-connector-sidecar:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-connector-sidecar:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-connector-sidecar:processIntegrationTestResources NO-SOURCE +:oss:airbyte-connector-sidecar:integrationTestClasses UP-TO-DATE +:oss:airbyte-connector-sidecar:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-connector-sidecar:checkstyleMain NO-SOURCE +:oss:airbyte-connector-sidecar:kspTestKotlin FROM-CACHE +:oss:airbyte-connector-sidecar:compileTestKotlin FROM-CACHE +:oss:airbyte-connector-sidecar:compileTestJava NO-SOURCE +:oss:airbyte-connector-sidecar:processTestResources +:oss:airbyte-connector-sidecar:testClasses +:oss:airbyte-connector-sidecar:checkstyleTest NO-SOURCE +:oss:airbyte-connector-sidecar:pmdIntegrationTest NO-SOURCE +:oss:airbyte-connector-sidecar:pmdMain NO-SOURCE +:oss:airbyte-connector-sidecar:pmdTest NO-SOURCE +:oss:airbyte-connector-sidecar:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-connector-sidecar:spotbugsMain +:oss:airbyte-commons-with-dependencies:check +:oss:airbyte-connector-sidecar:spotbugsTest SKIPPED +:oss:airbyte-connector-sidecar:test + +TemporalSdkTimeoutsTest > testTemporalSdkTimeouts() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsEmptyValues() STARTED + +AttemptHandlerTest > createAttemptNumberWithUnknownJobId() STARTED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsEmptyValues() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsWithDefaults() STARTED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsWithDefaults() PASSED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsStringValues() STARTED + +AttemptHandlerTest > createAttemptNumberWithUnknownJobId() PASSED + +AttemptHandlerTest > getAttemptCombinedStatsReturnsStats() STARTED + +AttemptHandlerTest > getAttemptCombinedStatsReturnsStats() PASSED + +AttemptHandlerTest > failAttemptSyncSummaryOutputNotPresent() STARTED + +TemporalSdkTimeoutsTest > testTemporalSdkTimeoutsStringValues() PASSED + +BackoffPolicyTest > getBackoffLowBase() STARTED + +BackoffPolicyTest > getBackoffLowBase() PASSED + +BackoffPolicyTest > getBackoffHighBase() STARTED + +BackoffPolicyTest > getBackoffHighBase() PASSED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [1] Mock for BackoffPolicy, hashCode: 1283659601, Mock for BackoffPolicy, hashCode: 1612605220, true, 0, 1 STARTED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [1] Mock for BackoffPolicy, hashCode: 1283659601, Mock for BackoffPolicy, hashCode: 1612605220, true, 0, 1 PASSED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [2] Mock for BackoffPolicy, hashCode: 2068935691, Mock for BackoffPolicy, hashCode: 792518063, false, 1, 0 STARTED + +AttemptHandlerTest > failAttemptSyncSummaryOutputNotPresent() PASSED + +RetryManagerTest > delegatesToBackoffPolicy(BackoffPolicy, BackoffPolicy, boolean, int, int) > [2] Mock for BackoffPolicy, hashCode: 2068935691, Mock for BackoffPolicy, hashCode: 792518063, false, 1, 0 PASSED + +RetryManagerTest > noBackoffIfNoMatchingBackoffPolicy() STARTED + +AttemptHandlerTest > createAttemptNumberForClear() 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 + +AttemptHandlerTest > createAttemptNumberForClear() PASSED + +AttemptHandlerTest > failAttemptSyncSummaryNotPresent() STARTED + +AttemptHandlerTest > failAttemptSyncSummaryNotPresent() PASSED + +AttemptHandlerTest > getAttemptReturnsAttempt() STARTED + +AttemptHandlerTest > getAttemptReturnsAttempt() PASSED + +AttemptHandlerTest > createAttemptNumberForSync(boolean) > [1] true STARTED + ---> Removed intermediate container d82236644e4e + ---> 6f10ad3515e5 +Step 4/21 : ENV CDK_PYTHON=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/python + ---> Running in 9c6faa9015fa +:oss:airbyte-container-orchestrator:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-container-orchestrator:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-container-orchestrator:integrationTestClasses UP-TO-DATE +:oss:airbyte-container-orchestrator:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-container-orchestrator:checkstyleMain FROM-CACHE +:oss:airbyte-container-orchestrator:compileTestKotlin NO-SOURCE +:oss:airbyte-container-orchestrator:compileTestJava + +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 +:oss:airbyte-commons-temporal:jacocoTestReport + +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 +:oss:airbyte-container-orchestrator:compileTestJava FROM-CACHE +:oss:airbyte-container-orchestrator:testClasses +:oss:airbyte-container-orchestrator:checkstyleTest + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromCron() PASSED + +ConnectionSchedulerHelperTest > testScheduleValidation() STARTED + +ConnectionSchedulerHelperTest > testScheduleValidation() PASSED + +ConnectionSchedulerHelperTest > testAvailableCronTimeZonesStayTheSame() STARTED +:oss:airbyte-container-orchestrator:checkstyleTest FROM-CACHE +:oss:airbyte-container-orchestrator:pmdIntegrationTest NO-SOURCE +:oss:airbyte-container-orchestrator:pmdMain +:oss:airbyte-commons-temporal:check +:oss:airbyte-container-orchestrator:pmdTest + +ConnectionSchedulerHelperTest > testAvailableCronTimeZonesStayTheSame() PASSED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromManualType() STARTED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromManualType() PASSED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromBasicType() STARTED + +ConnectionSchedulerHelperTest > testPopulateSyncScheduleFromBasicType() PASSED + +ConnectionsHandlerTest > ConnectionLastJobPerStream > testGetConnectionLastJobPerStream() STARTED + +RecordSchemaValidatorTest > testMigrationOfIdPropertyToEscapedVersion() STARTED +:oss:airbyte-container-orchestrator:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-container-orchestrator:spotbugsMain +:oss:airbyte-container-orchestrator:spotbugsTest SKIPPED +:oss:airbyte-container-orchestrator:test + ---> Removed intermediate container 9c6faa9015fa + ---> 393924848176 +Step 5/21 : ENV CDK_ENTRYPOINT ${PYENV_ROOT}/versions/${PYTHON_VERSION}/lib/python3.10/site-packages/airbyte_cdk/connector_builder/main.py + ---> Running in 8fa0a5514b5c + +ConnectionsHandlerTest > ConnectionLastJobPerStream > testGetConnectionLastJobPerStream() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > testAutoPropagateSchemaChange() STARTED + +ConnectionsHandlerTest > ApplySchemaChanges > testAutoPropagateSchemaChange() PASSED + +ConnectionsHandlerTest > ApplySchemaChanges > postprocessDiscoveredComposesDiffingAndSchemaPropagation() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +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 + +ConnectionsHandlerTest > ApplySchemaChanges > diffCatalogADisablesForBreakingChange() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentDestinationSyncMode() STARTED + +ConnectionsHandlerTest > StreamConfigurationDiff > testDiffDifferentDestinationSyncMode() PASSED + +ConnectionsHandlerTest > StreamConfigurationDiff > testGetCatalogDiffHandlesInvalidTypes() STARTED + ---> Removed intermediate container 8fa0a5514b5c + ---> 04ce009ef765 +Step 6/21 : ENV PIP=${PYENV_ROOT}/versions/${PYTHON_VERSION}/bin/pip + +ApplicationTest > testHappyPath() STARTED + ---> Running in b128de087f52 + +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 + +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 + +RecordSchemaValidatorTest > testMigrationOfIdPropertyToEscapedVersion() PASSED + +RecordSchemaValidatorTest > testValidateInvalidSchema() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testSearchConnections() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForJobWithRefresh() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > testGetConnectionForJobWithRefresh() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchBasicSchedule() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testUpdateConnectionPatchBasicSchedule() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testDeactivateStreamsWipeState() STARTED + +ConnectionsHandlerTest > UnMockedConnectionHelper > UpdateConnection > testDeactivateStreamsWipeState() 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 + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > testCreateConnectionWithBadDefinitionIds() PASSED + +ConnectionsHandlerTest > UnMockedConnectionHelper > CreateConnection > throwsBadRequestExceptionOnCatalogSizeValidationError() STARTED + +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 + +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 + +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 > testGetBaseImageForDeclarativeManifest() STARTED + +ConnectorBuilderProjectsHandlerTest > testGetBaseImageForDeclarativeManifest() 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 + +ConnectorBuilderProjectsHandlerTest > testUpdateTestingValuesOnProjectWithNoExistingValues() PASSED + +ConnectorBuilderProjectsHandlerTest > testUpdateTestingValuesOnProjectWithExistingValues() STARTED + +ConnectorBuilderProjectsHandlerTest > testUpdateTestingValuesOnProjectWithExistingValues() 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 + +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 + +RecordSchemaValidatorTest > testValidateInvalidSchema() PASSED + +RecordSchemaValidatorTest > testValidateValidSchemaWithoutCounting() STARTED + +RecordSchemaValidatorTest > testValidateValidSchemaWithoutCounting() PASSED + +RecordSchemaValidatorTest > testValidateValidSchema() STARTED + +RecordSchemaValidatorTest > testValidateValidSchema() PASSED + +RecordSchemaValidatorTest > testValidateInvalidSchemaWithoutCounting() STARTED + +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 > updateShouldNotWorkIfValidationFails() STARTED + +DeclarativeSourceDefinitionsHandlerTest > updateShouldNotWorkIfValidationFails() 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 + ---> Removed intermediate container b128de087f52 + ---> 423665806a5c +Step 7/21 : COPY requirements.txt requirements.txt + +RecordSchemaValidatorTest > testValidateInvalidSchemaWithoutCounting() PASSED + +ConnectorMessageProcessorTest > properly update destination() STARTED + +ConnectorMessageProcessorTest > properly update destination() PASSED + +ConnectorMessageProcessorTest > properly make connection failed() STARTED + ---> 9c12ec90af2a +Step 8/21 : RUN ${PIP} install -r requirements.txt + ---> Running in 90d915dd3456 +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + test + +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 +:oss:airbyte-cron:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-cron:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-cron:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-cron:processIntegrationTestResources NO-SOURCE +:oss:airbyte-cron:integrationTestClasses UP-TO-DATE +:oss:airbyte-cron:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-cron:checkstyleMain + +ConnectorMessageProcessorTest > properly make connection failed() PASSED + +ConnectorMessageProcessorTest > properly discover schema() STARTED +:oss:airbyte-cron:checkstyleMain FROM-CACHE +:oss:airbyte-cron:kspTestKotlin + +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 STARTED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should correctly update a destinationDefinition PASSED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should not update a destinationDefinition if Airbyte version is unsupported STARTED + +DestinationDefinitionsHandlerTest > updateDestinationDefinition should not update a destinationDefinition if Airbyte version is unsupported 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 +:oss:airbyte-cron:kspTestKotlin FROM-CACHE + +DestinationDefinitionsHandlerTest > createCustomDestinationDefinition should correctly create a destinationDefinition STARTED +:oss:airbyte-cron:compileTestKotlin + +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 + +ApplicationTest > testHappyPath() PASSED + +DestinationDefinitionsHandlerTest > listLatest > returns empty collection if cannot find latest definitions STARTED + +ApplicationTest > testWorkerV2Path() 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 + +ApplicationTest > testWorkerV2Path() PASSED + +ApplicationTest > testJobFailedWritesFailedStatus() STARTED + +DestinationHandlerTest > testCloneDestinationWithoutConfiguration() PASSED + +DestinationHandlerTest > testCloneDestinationWithConfiguration() STARTED + +DestinationHandlerTest > testCloneDestinationWithConfiguration() PASSED + +DestinationHandlerTest > testUpgradeDestinationVersion() STARTED + +DestinationHandlerTest > testUpgradeDestinationVersion() PASSED + +DestinationHandlerTest > testUpdateDestination() STARTED + +ConnectorMessageProcessorTest > properly discover schema() PASSED + +ConnectorMessageProcessorTest > properly spec connector() STARTED + +DestinationHandlerTest > testUpdateDestination() PASSED + +DestinationHandlerTest > testDeleteDestinationAndDeleteSecrets() STARTED + +ConnectorMessageProcessorTest > properly spec connector() PASSED + +DestinationHandlerTest > testDeleteDestinationAndDeleteSecrets() 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 +Collecting airbyte-cdk==4.6.2 (from -r requirements.txt (line 7)) +:oss:airbyte-cron:compileTestKotlin FROM-CACHE +:oss:airbyte-cron:compileTestJava NO-SOURCE +:oss:airbyte-cron:processTestResources +:oss:airbyte-cron:testClasses +:oss:airbyte-cron:checkstyleTest NO-SOURCE +:oss:airbyte-cron:pmdIntegrationTest NO-SOURCE +:oss:airbyte-cron:pmdMain + Downloading airbyte_cdk-4.6.2-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) + +ApplicationTest > testJobFailedWritesFailedStatus() PASSED +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) + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [1] CHECK STARTED + +AsyncStateManagerTest > testEmptyWrite() STARTED + +HealthCheckHandlerTest > testDbHealthFail() PASSED + +HealthCheckHandlerTest > testDbHealthSucceed() STARTED + +HealthCheckHandlerTest > testDbHealthSucceed() PASSED + +InstanceConfigurationHandlerTest > testGetInstanceConfigurationTrackingStrategy(String, TrackingStrategyEnum) > [1] logging, LOGGING STARTED +Collecting anyio==4.4.0 (from -r requirements.txt (line 13)) + Downloading anyio-4.4.0-py3-none-any.whl.metadata (4.6 kB) + +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 +Collecting attrs==24.2.0 (from -r requirements.txt (line 15)) + +ConnectorMessageProcessorTest > do not override failure reason(OperationType) > [3] SPEC STARTED + Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [1] true 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 +Collecting backoff==2.2.1 (from -r requirements.txt (line 20)) + Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB) + +ConnectorMessageProcessorTest > properly update source() PASSED + +ConnectorMessageProcessorTest > test find catalog discovery() STARTED +Collecting bracex==2.5 (from -r requirements.txt (line 22)) + Downloading bracex-2.5-py3-none-any.whl.metadata (3.5 kB) + +ConnectorMessageProcessorTest > test find catalog discovery() PASSED + +ConnectorMessageProcessorTest > don't update connector if there is no change() STARTED +Collecting cachetools==5.5.0 (from -r requirements.txt (line 24)) + Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) + +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 +Collecting cattrs==24.1.0 (from -r requirements.txt (line 26)) + +ConnectorMessageProcessorTest > fail if non 0 exit code() PASSED + +ConnectorMessageProcessorTest > test find first trace message() STARTED + Downloading cattrs-24.1.0-py3-none-any.whl.metadata (8.4 kB) + +ConnectorMessageProcessorTest > test find first trace message() PASSED + +ConnectorMessageProcessorTest > properly make connection successful() STARTED +Collecting certifi==2024.7.4 (from -r requirements.txt (line 28)) + Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) + +ConnectorMessageProcessorTest > properly make connection successful() PASSED + +ConnectorMessageProcessorTest > test find connection status() STARTED + +AsyncStateManagerTest > testEmptyWrite() PASSED + +AsyncStateManagerTest > testSuccessfulStatusRetrievalLifecycle() STARTED + +ConnectorMessageProcessorTest > test find connection status() PASSED + +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 +Collecting cffi==1.17.0 (from -r requirements.txt (line 33)) + Downloading cffi-1.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCancelled() STARTED +Collecting charset-normalizer==3.3.2 (from -r requirements.txt (line 35)) + Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) +Collecting click==8.1.7 (from -r requirements.txt (line 37)) + Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) + +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 +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +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 +Collecting cryptography==42.0.8 (from -r requirements.txt (line 39)) + 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 41)) + Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB) +Collecting dpath==2.2.0 (from -r requirements.txt (line 43)) + Downloading dpath-2.2.0-py3-none-any.whl.metadata (15 kB) +Collecting exceptiongroup==1.2.2 (from -r requirements.txt (line 45)) + Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) +Collecting genson==1.2.2 (from -r requirements.txt (line 49)) + Downloading genson-1.2.2.tar.gz (34 kB) + Installing build dependencies: started + +ConnectorWatchTest > run for failed with exception check(OperationType) > [1] CHECK STARTED +:oss:airbyte-cron:pmdTest NO-SOURCE +:oss:airbyte-cron:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-cron:spotbugsMain + +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 + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCancelled() PASSED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunThrowsException() STARTED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunThrowsException() PASSED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCompleted() STARTED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunCompleted() PASSED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunFailed() STARTED + +ReplicationJobOrchestratorTest > testRunWithWorkloadEnabledRunFailed() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + test + accept + voidCall +:oss:airbyte-container-orchestrator:jacocoTestReport +:oss:airbyte-cron:spotbugsTest SKIPPED +:oss:airbyte-cron:test + +JobInputHandlerTest > testGetResetSyncWorkflowInput() PASSED + +JobInputHandlerTest > testGetCheckConnectionInputs() STARTED + +JobInputHandlerTest > testGetCheckConnectionInputs() PASSED + +JobInputHandlerTest > testGetSyncWorkflowInput() STARTED + +JobInputHandlerTest > testGetSyncWorkflowInput() PASSED + +JobsHandlerTest > persistJobCancellationIOException() STARTED + Installing build dependencies: finished with status 'done' + Getting requirements to build wheel: started + +JobsHandlerTest > persistJobCancellationIOException() PASSED + +JobsHandlerTest > persistJobCancellationSuccess() STARTED + +JobsHandlerTest > persistJobCancellationSuccess() 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 +:oss:airbyte-container-orchestrator:check +:oss:airbyte-data:kspTestFixturesKotlin + +:oss:airbyte-data:kspTestFixturesKotlin NO-SOURCE +:oss:airbyte-data:compileTestFixturesKotlin +JobsHandlerTest > persistJobCancellationValidatesFailureSummary(Object) > [3] [123, 123] STARTED +:oss:airbyte-data:compileTestFixturesKotlin NO-SOURCE +:oss:airbyte-data:compileTestFixturesJava NO-SOURCE +:oss:airbyte-config:config-persistence:kspTestFixturesKotlin + +ConnectorWatchTest > run for failed with exception check(OperationType) > [1] CHECK PASSED + +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 + +ConnectorWatchTest > run for failed with exception check(OperationType) > [2] DISCOVER 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 + Getting requirements to build wheel: finished with status 'done' + Preparing metadata (pyproject.toml): started + +ConnectorWatchTest > run for failed with exception check(OperationType) > [2] DISCOVER PASSED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [3] SPEC STARTED +:oss:airbyte-config:config-persistence:kspTestFixturesKotlin FROM-CACHE +:oss:airbyte-config:config-persistence:compileTestFixturesKotlin NO-SOURCE +:oss:airbyte-config:config-persistence:compileTestFixturesJava + +JobsHandlerTest > setJobFailure() PASSED + +JobsHandlerTest > setJobSuccessWrapException() STARTED + +JobsHandlerTest > setJobSuccessWrapException() PASSED + +OAuthHandlerTest > resetDestinationInstancewideOauthParams() STARTED + +ConnectorWatchTest > run for failed with exception check(OperationType) > [3] SPEC PASSED +:oss:airbyte-config:config-persistence:compileTestFixturesJava FROM-CACHE + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [1] CHECK STARTED +:oss:airbyte-data:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-data:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-data:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-data:processIntegrationTestResources NO-SOURCE +:oss:airbyte-data:integrationTestClasses UP-TO-DATE +:oss:airbyte-data:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-data:checkstyleMain + Preparing metadata (pyproject.toml): finished with status 'done' +:oss:airbyte-data:checkstyleMain FROM-CACHE +:oss:airbyte-data:kspTestKotlin +Collecting h11==0.14.0 (from -r requirements.txt (line 51)) + Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB) + +OAuthHandlerTest > resetDestinationInstancewideOauthParams() PASSED + +OAuthHandlerTest > setDestinationInstancewideOauthParams() STARTED + +OAuthHandlerTest > setDestinationInstancewideOauthParams() PASSED + +OAuthHandlerTest > testGetSourceOAuthParamConfigFeatureFlagNoOverride() STARTED + +OAuthHandlerTest > testGetSourceOAuthParamConfigFeatureFlagNoOverride() PASSED + +OAuthHandlerTest > testGetOauthFromDBIfNeeded() STARTED + +OAuthHandlerTest > testGetOauthFromDBIfNeeded() PASSED + +OAuthHandlerTest > resetSourceInstancewideOauthParams() STARTED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [1] CHECK PASSED + +OAuthHandlerTest > resetSourceInstancewideOauthParams() PASSED + +OAuthHandlerTest > testBuildJsonPathFromOAuthFlowInitParameters() STARTED +Collecting httpcore==1.0.5 (from -r requirements.txt (line 53)) + +OAuthHandlerTest > testBuildJsonPathFromOAuthFlowInitParameters() PASSED + +OAuthHandlerTest > testGetSourceOAuthParamConfigNoFeatureFlag() STARTED + +OAuthHandlerTest > testGetSourceOAuthParamConfigNoFeatureFlag() PASSED + +OAuthHandlerTest > setSourceInstancewideOauthParams() STARTED + +OAuthHandlerTest > setSourceInstancewideOauthParams() PASSED + Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB) + +OAuthHandlerTest > testCompleteSourceOAuthHandleReturnSecret() STARTED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [2] DISCOVER STARTED +Collecting httpx==0.27.2 (from -r requirements.txt (line 55)) + Downloading httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB) +Collecting idna==3.8 (from -r requirements.txt (line 57)) + Downloading idna-3.8-py3-none-any.whl.metadata (9.9 kB) + +OAuthHandlerTest > testCompleteSourceOAuthHandleReturnSecret() PASSED + +OAuthHandlerTest > testGetOAuthInputConfiguration() STARTED +Collecting isodate==0.6.1 (from -r requirements.txt (line 62)) + Downloading isodate-0.6.1-py2.py3-none-any.whl.metadata (9.6 kB) +:oss:airbyte-data:kspTestKotlin FROM-CACHE +:oss:airbyte-data:compileTestKotlin + +OAuthHandlerTest > testGetOAuthInputConfiguration() PASSED + +OpenApiConfigHandlerTest > testGetFile() STARTED + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [2] DISCOVER PASSED +Collecting jinja2==3.1.4 (from -r requirements.txt (line 64)) + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [3] SPEC STARTED + Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) +Collecting joblib==1.4.2 (from -r requirements.txt (line 66)) + Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) + +OpenApiConfigHandlerTest > testGetFile() PASSED + +OperationsHandlerTest > testDeleteOperation() STARTED +Collecting jsonpatch==1.33 (from -r requirements.txt (line 68)) + Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB) +Collecting jsonpointer==3.0.0 (from -r requirements.txt (line 70)) + Downloading jsonpointer-3.0.0-py2.py3-none-any.whl.metadata (2.3 kB) +Collecting jsonref==0.2 (from -r requirements.txt (line 72)) + Downloading jsonref-0.2-py3-none-any.whl.metadata (3.4 kB) + +ConnectorWatchTest > run for failed with file timeout(OperationType) > [3] SPEC PASSED + +ConnectorWatchTest > run for failed check(OperationType) > [1] CHECK STARTED +:oss:airbyte-data:compileTestKotlin FROM-CACHE +:oss:airbyte-data:compileTestJava +Collecting jsonschema==3.2.0 (from -r requirements.txt (line 74)) + Downloading jsonschema-3.2.0-py2.py3-none-any.whl.metadata (7.8 kB) + +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 + +ConnectorWatchTest > run for failed check(OperationType) > [1] CHECK PASSED + +ConnectorWatchTest > run for failed check(OperationType) > [2] DISCOVER STARTED +Collecting langchain-core==0.1.42 (from -r requirements.txt (line 76)) + Downloading langchain_core-0.1.42-py3-none-any.whl.metadata (5.9 kB) + +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 + +OrganizationsHandlerTest > testGetOrganization() PASSED + +OrganizationsHandlerTest > testUpdateOrganization() STARTED + +ConnectorWatchTest > run for successful check(OperationType) > [1] CHECK STARTED + +OrganizationsHandlerTest > testUpdateOrganization() PASSED + +OrganizationsHandlerTest > testListOrganizationsByUserWithPagination() STARTED + +OrganizationsHandlerTest > testListOrganizationsByUserWithPagination() PASSED + +OrganizationsHandlerTest > testCreateOrganization() STARTED +:oss:airbyte-data:compileTestJava FROM-CACHE +:oss:airbyte-data:processTestResources +Collecting langsmith==0.1.106 (from -r requirements.txt (line 78)) + Downloading langsmith-0.1.106-py3-none-any.whl.metadata (13 kB) + +OrganizationsHandlerTest > testCreateOrganization() PASSED + +OrganizationsHandlerTest > testListOrganizationsByUserWithoutPagination() STARTED +:oss:airbyte-data:testClasses +:oss:airbyte-data:checkstyleTest + +OrganizationsHandlerTest > testListOrganizationsByUserWithoutPagination() PASSED + +PermissionHandlerTest > isUserInstanceAdmin() STARTED + +ConnectorWatchTest > run for successful check(OperationType) > [1] CHECK PASSED + +ConnectorWatchTest > run for successful check(OperationType) > [2] DISCOVER STARTED +Collecting markupsafe==2.1.5 (from -r requirements.txt (line 80)) +:oss:airbyte-data:checkstyleTest FROM-CACHE +:oss:airbyte-data:processTestFixturesResources + Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) + +ConnectorWatchTest > run for successful check(OperationType) > [2] DISCOVER PASSED + +ConnectorWatchTest > run for successful check(OperationType) > [3] SPEC STARTED +:oss:airbyte-data:processTestFixturesResources NO-SOURCE +:oss:airbyte-data:testFixturesClasses UP-TO-DATE +:oss:airbyte-data:checkstyleTestFixtures NO-SOURCE +:oss:airbyte-data:testFixturesJar +:oss:airbyte-config:config-persistence:processTestFixturesResources NO-SOURCE +:oss:airbyte-config:config-persistence:testFixturesClasses UP-TO-DATE +:oss:airbyte-config:config-persistence:testFixturesJar +:oss:airbyte-data:pmdIntegrationTest NO-SOURCE +:oss:airbyte-data:pmdMain +Collecting nltk==3.8.1 (from -r requirements.txt (line 82)) + Downloading nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB) + +ConnectorWatchTest > run for successful check(OperationType) > [3] SPEC PASSED + +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 +Collecting orjson==3.10.7 (from -r requirements.txt (line 84)) + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [1] workspace_owner PASSED + +PermissionHandlerTest > CheckPermissions > workspaceLevelPermissions(PermissionType) > [2] workspace_admin STARTED + Downloading orjson-3.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (50 kB) + +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 +Collecting packaging==23.2 (from -r requirements.txt (line 88)) + +PermissionHandlerTest > DeletePermission > throwsConflictIfPersistenceBlocks() PASSED + +PermissionHandlerTest > DeletePermission > deletesPermission() STARTED + +PermissionHandlerTest > DeletePermission > deletesPermission() PASSED + Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB) + +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 +Collecting pendulum==2.1.2 (from -r requirements.txt (line 90)) + Downloading pendulum-2.1.2.tar.gz (81 kB) + Installing build dependencies: started +:oss:airbyte-connector-sidecar:jacocoTestReport +:oss:airbyte-connector-sidecar:check +:oss:airbyte-data:pmdTest + Installing build dependencies: finished with status 'done' + Getting requirements to build wheel: started + +SchedulerHandlerTest > testCheckDestinationConnectionFromDestinationCreate() PASSED + +SchedulerHandlerTest > testResetConnectionStream() STARTED + +SchedulerHandlerTest > testResetConnectionStream() PASSED + +SchedulerHandlerTest > testSchemaPropagatedEmptyDiff() STARTED + Getting requirements to build wheel: finished with status 'done' + Preparing metadata (pyproject.toml): started + +SchedulerHandlerTest > testSchemaPropagatedEmptyDiff() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeWithIgnoreMode() STARTED + Preparing metadata (pyproject.toml): finished with status 'done' + +SchedulerHandlerTest > testAutoPropagateSchemaChangeWithIgnoreMode() PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [1] true STARTED +Collecting platformdirs==4.2.2 (from -r requirements.txt (line 92)) + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [1] true PASSED + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [2] false STARTED + Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) + +SchedulerHandlerTest > testDiscoverSchemaForSourceFromSourceIdCachedCatalog(boolean) > [2] false PASSED + +SchedulerHandlerTest > testSyncConnectionFailWithOtherSyncRunning() STARTED +Collecting pycparser==2.22 (from -r requirements.txt (line 94)) + +SchedulerHandlerTest > testSyncConnectionFailWithOtherSyncRunning() PASSED + +SchedulerHandlerTest > testResetConnectionStreamWithEmptyList() STARTED + +SchedulerHandlerTest > testResetConnectionStreamWithEmptyList() PASSED + +SchedulerHandlerTest > testCheckDestinationConnectionFromUpdate() STARTED + Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) + +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 > 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 +Collecting pydantic==2.8.2 (from -r requirements.txt (line 96)) + +SchedulerHandlerTest > testSyncConnection() PASSED + +SchedulerHandlerTest > deprecatedSyncThrows() STARTED + Downloading pydantic-2.8.2-py3-none-any.whl.metadata (125 kB) + +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 +:oss:airbyte-data:pmdTestFixtures NO-SOURCE +:oss:airbyte-data:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-data:spotbugsMain SKIPPED +:oss:airbyte-data:spotbugsTest SKIPPED +:oss:airbyte-data:spotbugsTestFixtures NO-SOURCE +:oss:airbyte-data:test + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [1] true PASSED + +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 + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [2] false STARTED + +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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + succeeded: true + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: null + } +} STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputRetrievesInputs(boolean) > [2] false PASSED + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutResume() STARTED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [1] Optional[succeeded], false, class CheckConnectionRead { + status: succeeded + message: null + jobInfo: class SynchronousJobRead { + id: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + succeeded: false + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failureReason: class FailureReason { + … STARTED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [2] Optional[succeeded], true, class CheckConnectionRead { + status: null + message: null + jobInfo: class SynchronousJobRead { + id: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + succeeded: true + connectorConfigurationUpdated: false + logs: class LogRead { + logLines: [] + } + failu… STARTED + +SchedulerHandlerTest > testCheckConnectionReadFormat(Optional, boolean, CheckConnectionRead) > [3] Optional[failed], false, class CheckConnectionRead { + status: failed + message: Something went wrong - check connection failure + jobInfo: class SynchronousJobRead { + id: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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: eee7beff-c958-4c62-a414-d98977fe9b5c + configType: check_connection_source + configId: Optional[92b211cb-f92d-4763-a34e-f6e367f3c20d] + createdAt: 1725645603 + endedAt: 1725645603 + 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 +Collecting pydantic-core==2.20.1 (from -r requirements.txt (line 102)) + Downloading pydantic_core-2.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) + +SchedulerHandlerTest > testDiscoverSchemaFromSourceIdWithConnectionIdBreakingFeatureFlagOn() PASSED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeColumnsOnly() STARTED + +SchedulerHandlerTest > testAutoPropagateSchemaChangeColumnsOnly() PASSED + +SchedulerHandlerTest > testEmptyDiffIsAlwaysPropagated() STARTED + +SchedulerHandlerTest > testEmptyDiffIsAlwaysPropagated() PASSED + +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [1] true STARTED + +Collecting pyjwt==2.9.0 (from -r requirements.txt (line 104)) +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [1] true PASSED + +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [2] false STARTED + +SchedulerHandlerTest > whenDiscoverPostprocessInTemporalEnabledDiffAndDisablingIsNotPerformed(boolean) > [2] false PASSED + Downloading PyJWT-2.9.0-py3-none-any.whl.metadata (3.0 kB) + +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 +Collecting pyrate-limiter==3.1.1 (from -r requirements.txt (line 106)) + +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 STARTED + +SourceDefinitionsHandlerTest > updateSourceDefinition should correctly update a sourceDefinition PASSED + +SourceDefinitionsHandlerTest > createCustomSourceDefinition should correctly create a sourceDefinition for a workspace and organization using scopes STARTED + Downloading pyrate_limiter-3.1.1-py3-none-any.whl.metadata (22 kB) + +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 + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutResume() PASSED + +ReplicationInputHydratorTest > testTrackBackfillAndResume() 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 > updateSourceDefinition should not update a sourceDefinition if Airbyte version is unsupported STARTED + +SourceDefinitionsHandlerTest > updateSourceDefinition should not update a sourceDefinition if Airbyte version is unsupported 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 +Collecting pyrsistent==0.20.0 (from -r requirements.txt (line 108)) + +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 + Downloading pyrsistent-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB) + +ReplicationInputHydratorTest > testTrackBackfillAndResume() PASSED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [1] true 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 > 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 +Collecting python-dateutil==2.9.0.post0 (from -r requirements.txt (line 110)) + +SourceHandlerTest > testCloneSourceWithoutConfigChange() STARTED + +SourceHandlerTest > testCloneSourceWithoutConfigChange() PASSED + +SourceHandlerTest > testCreateSource() STARTED + Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) + +SourceHandlerTest > testCreateSource() PASSED + +SourceHandlerTest > testWriteDiscoverCatalogResult() STARTED + +SourceHandlerTest > testWriteDiscoverCatalogResult() PASSED + +SourceHandlerTest > testUpdateSource() STARTED + +SourceHandlerTest > testUpdateSource() PASSED + +SourceHandlerTest > testDeleteSourceAndDeleteSecrets() STARTED + +SourceHandlerTest > testDeleteSourceAndDeleteSecrets() 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 +Collecting pytz==2024.1 (from -r requirements.txt (line 114)) + +SourceHandlerTest > testCatalogResultSelectedStreams() PASSED + +SourceHandlerTest > testCreateSourceHandleSecret() STARTED + Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB) + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [1] true PASSED +Collecting pytzdata==2020.1 (from -r requirements.txt (line 116)) + +SourceHandlerTest > testCreateSourceHandleSecret() PASSED + Downloading pytzdata-2020.1-py2.py3-none-any.whl.metadata (2.3 kB) + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [2] false STARTED + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesBackfills(boolean) > [2] false PASSED + +SourceHandlerTest > testUpgradeSourceVersion() STARTED + +SourceHandlerTest > testUpgradeSourceVersion() PASSED + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutBackfill() STARTED + +SourceHandlerTest > testListSourcesForWorkspace() STARTED + +SourceHandlerTest > testListSourcesForWorkspace() PASSED + +StateHandlerTest > testCreateOrUpdateStateSafeThrowsWhenSyncRunning() STARTED + +ReplicationInputHydratorTest > testTrackBackfillAndResumeWithoutBackfill() PASSED +Collecting pyyaml==6.0.2 (from -r requirements.txt (line 118)) + +ReplicationInputHydratorTest > testGenerateReplicationInputHandlesResets(boolean) > [1] true STARTED + Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) + +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 + +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 +Collecting regex==2024.7.24 (from -r requirements.txt (line 122)) + Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (40 kB) +Collecting requests==2.32.3 (from -r requirements.txt (line 124)) + Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) +Collecting requests-cache==1.2.1 (from -r requirements.txt (line 129)) + Downloading requests_cache-1.2.1-py3-none-any.whl.metadata (9.9 kB) +Collecting six==1.16.0 (from -r requirements.txt (line 131)) + Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB) +Collecting sniffio==1.3.1 (from -r requirements.txt (line 137)) + Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB) + +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 +Collecting tenacity==8.5.0 (from -r requirements.txt (line 141)) + +StateWithIdTest > streamStateTest() STARTED + Downloading tenacity-8.5.0-py3-none-any.whl.metadata (1.2 kB) + +StateWithIdTest > streamStateTest() PASSED +Collecting tqdm==4.66.5 (from -r requirements.txt (line 143)) + Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB) +Collecting typing-extensions==4.12.2 (from -r requirements.txt (line 145)) + 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 151)) + 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 153)) + Downloading urllib3-2.2.2-py3-none-any.whl.metadata (6.4 kB) +Collecting wcmatch==8.4 (from -r requirements.txt (line 157)) + Downloading wcmatch-8.4-py3-none-any.whl.metadata (5.9 kB) + +WorkerMetricReporterTest > trackStateMetricTrackerError() STARTED + +WorkerMetricReporterTest > trackStateMetricTrackerError() PASSED + +WorkerMetricReporterTest > trackUnexpectedFields() STARTED + +WorkerMetricReporterTest > trackUnexpectedFields() PASSED + +WorkerMetricReporterTest > trackSchemaValidationErrors() STARTED + +WorkerMetricReporterTest > trackSchemaValidationErrors() PASSED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithMultipleNamespaces() STARTED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithMultipleNamespaces() PASSED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithNullNamespace() STARTED + +WorkerUtilsTest > testMapStreamNamesToSchemasWithNullNamespace() PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and graceful shutdown. STARTED +Collecting wrapt==1.16.0 (from -r requirements.txt (line 159)) + Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) + +UserHandlerTest > testListInstanceAdminUser() PASSED + +UserHandlerTest > testListUsersInWorkspace() STARTED + +UserHandlerTest > testListUsersInWorkspace() PASSED + +UserHandlerTest > testListUsersInOrg() STARTED + +UserHandlerTest > testListUsersInOrg() PASSED + +UserHandlerTest > testListAccessInfoByWorkspaceId() STARTED + +UserHandlerTest > testListAccessInfoByWorkspaceId() 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 +Requirement already satisfied: setuptools in /home/airbyte/.pyenv/versions/3.10.14/lib/python3.10/site-packages (from jsonschema==3.2.0->-r requirements.txt (line 74)) (72.1.0) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > authIdExists(AuthProvider) > [3] keycloak PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [1] airbyte, airbyte-realm, null, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [1] airbyte, airbyte-realm, null, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [2] airbyte, airbyte-realm, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [2] airbyte, airbyte-realm, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [3] airbyte, airbyte-realm, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [3] airbyte, airbyte-realm, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [4] airbyte, airbyte-realm, null, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [4] airbyte, airbyte-realm, null, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [5] airbyte, airbyte-realm, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [5] airbyte, airbyte-realm, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [6] airbyte, airbyte-realm, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [6] airbyte, airbyte-realm, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [7] airbyte, airbyte-realm, null, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [7] airbyte, airbyte-realm, null, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [8] airbyte, airbyte-realm, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [8] airbyte, airbyte-realm, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [9] airbyte, airbyte-realm, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [9] airbyte, airbyte-realm, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [10] airbyte, airbyte-realm, null, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [10] airbyte, airbyte-realm, null, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [11] airbyte, airbyte-realm, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [11] airbyte, airbyte-realm, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [12] airbyte, airbyte-realm, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [12] airbyte, airbyte-realm, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [13] airbyte, airbyte-realm, null, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [13] airbyte, airbyte-realm, null, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [14] airbyte, airbyte-realm, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [14] airbyte, airbyte-realm, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [15] airbyte, airbyte-realm, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [15] airbyte, airbyte-realm, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [16] airbyte, airbyte-realm, null, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [16] airbyte, airbyte-realm, null, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [17] airbyte, airbyte-realm, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [17] airbyte, airbyte-realm, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [18] airbyte, airbyte-realm, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [18] airbyte, airbyte-realm, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and graceful shutdown. PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [19] airbyte, airbyte-realm, null, false, false, true, null STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test process dies. STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [19] airbyte, airbyte-realm, null, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [20] airbyte, airbyte-realm, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [20] airbyte, airbyte-realm, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [21] airbyte, airbyte-realm, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test process dies. PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and shutdown is forced. STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [21] airbyte, airbyte-realm, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [22] airbyte, airbyte-realm, null, false, false, false, null STARTED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Test heartbeat ends and shutdown is forced. PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [22] airbyte, airbyte-realm, null, false, false, false, null PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Verify that shutdown waits indefinitely when heartbeat and process are healthy. STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [23] airbyte, airbyte-realm, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [23] airbyte, airbyte-realm, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [24] airbyte, airbyte-realm, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [24] airbyte, airbyte-realm, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [25] airbyte, airbyte-realm, , true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [25] airbyte, airbyte-realm, , true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [26] airbyte, airbyte-realm, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [26] airbyte, airbyte-realm, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [27] airbyte, airbyte-realm, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [27] airbyte, airbyte-realm, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [28] airbyte, airbyte-realm, , true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [28] airbyte, airbyte-realm, , true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [29] airbyte, airbyte-realm, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [29] airbyte, airbyte-realm, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [30] airbyte, airbyte-realm, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [30] airbyte, airbyte-realm, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [31] airbyte, airbyte-realm, , true, false, true, null STARTED +Downloading airbyte_cdk-4.6.2-py3-none-any.whl (444 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [31] airbyte, airbyte-realm, , true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [32] airbyte, airbyte-realm, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [32] airbyte, airbyte-realm, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading airbyte_protocol_models_pdv2-0.12.2-py3-none-any.whl (10.0 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [33] airbyte, airbyte-realm, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [33] airbyte, airbyte-realm, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +WorkerUtilsTest > GentleCloseWithHeartbeat > Verify that shutdown waits indefinitely when heartbeat and process are healthy. PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [34] airbyte, airbyte-realm, , true, false, false, null STARTED +Downloading annotated_types-0.7.0-py3-none-any.whl (13 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [34] airbyte, airbyte-realm, , true, false, false, null PASSED +Downloading anyio-4.4.0-py3-none-any.whl (86 kB) + +AttemptContextTest > addTagsToTrace() STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [35] airbyte, airbyte-realm, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [35] airbyte, airbyte-realm, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading attrs-24.2.0-py3-none-any.whl (63 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [36] airbyte, airbyte-realm, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading backoff-2.2.1-py3-none-any.whl (15 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [36] airbyte, airbyte-realm, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED +Downloading bracex-2.5-py3-none-any.whl (11 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [37] airbyte, airbyte-realm, , false, true, true, null STARTED +Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [37] airbyte, airbyte-realm, , false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [38] airbyte, airbyte-realm, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [38] airbyte, airbyte-realm, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading cattrs-24.1.0-py3-none-any.whl (66 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [39] airbyte, airbyte-realm, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [39] airbyte, airbyte-realm, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [40] airbyte, airbyte-realm, , false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [40] airbyte, airbyte-realm, , false, true, false, null PASSED +Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [41] airbyte, airbyte-realm, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [41] airbyte, airbyte-realm, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [42] airbyte, airbyte-realm, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [42] airbyte, airbyte-realm, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [43] airbyte, airbyte-realm, , false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [43] airbyte, airbyte-realm, , false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [44] airbyte, airbyte-realm, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [44] airbyte, airbyte-realm, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading cffi-1.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (445 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [45] airbyte, airbyte-realm, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [45] airbyte, airbyte-realm, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [46] airbyte, airbyte-realm, , false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [46] airbyte, airbyte-realm, , false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [47] airbyte, airbyte-realm, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [47] airbyte, airbyte-realm, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [48] airbyte, airbyte-realm, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading click-8.1.7-py3-none-any.whl (97 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [48] airbyte, airbyte-realm, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [49] airbyte, airbyte-realm, other@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [49] airbyte, airbyte-realm, other@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [50] airbyte, airbyte-realm, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [50] airbyte, airbyte-realm, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [51] airbyte, airbyte-realm, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [51] airbyte, airbyte-realm, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [52] airbyte, airbyte-realm, other@gmail.com, true, true, false, null STARTED +Downloading cryptography-42.0.8-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [52] airbyte, airbyte-realm, other@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [53] airbyte, airbyte-realm, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [53] airbyte, airbyte-realm, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [54] airbyte, airbyte-realm, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 106.3 MB/s eta 0:00:00 + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [54] airbyte, airbyte-realm, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [55] airbyte, airbyte-realm, other@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [55] airbyte, airbyte-realm, other@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [56] airbyte, airbyte-realm, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [56] airbyte, airbyte-realm, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [57] airbyte, airbyte-realm, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [57] airbyte, airbyte-realm, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [58] airbyte, airbyte-realm, other@gmail.com, true, false, false, null STARTED +Downloading dpath-2.2.0-py3-none-any.whl (17 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [58] airbyte, airbyte-realm, other@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [59] airbyte, airbyte-realm, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [59] airbyte, airbyte-realm, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [60] airbyte, airbyte-realm, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [60] airbyte, airbyte-realm, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [61] airbyte, airbyte-realm, other@gmail.com, false, true, true, null STARTED +Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [61] airbyte, airbyte-realm, other@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [62] airbyte, airbyte-realm, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [62] airbyte, airbyte-realm, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [63] airbyte, airbyte-realm, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading h11-0.14.0-py3-none-any.whl (58 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [63] airbyte, airbyte-realm, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [64] airbyte, airbyte-realm, other@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [64] airbyte, airbyte-realm, other@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [65] airbyte, airbyte-realm, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [65] airbyte, airbyte-realm, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [66] airbyte, airbyte-realm, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [66] airbyte, airbyte-realm, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [67] airbyte, airbyte-realm, other@gmail.com, false, false, true, null STARTED +Downloading httpcore-1.0.5-py3-none-any.whl (77 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [67] airbyte, airbyte-realm, other@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [68] airbyte, airbyte-realm, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [68] airbyte, airbyte-realm, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [69] airbyte, airbyte-realm, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading httpx-0.27.2-py3-none-any.whl (76 kB) +Downloading idna-3.8-py3-none-any.whl (66 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [69] airbyte, airbyte-realm, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [70] airbyte, airbyte-realm, other@gmail.com, false, false, false, null STARTED +Downloading isodate-0.6.1-py2.py3-none-any.whl (41 kB) +Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [70] airbyte, airbyte-realm, other@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [71] airbyte, airbyte-realm, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED +Downloading joblib-1.4.2-py3-none-any.whl (301 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [71] airbyte, airbyte-realm, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [72] airbyte, airbyte-realm, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [72] airbyte, airbyte-realm, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [73] airbyte, airbyte-realm, new@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [73] airbyte, airbyte-realm, new@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [74] airbyte, airbyte-realm, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 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) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [74] airbyte, airbyte-realm, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [75] airbyte, airbyte-realm, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [75] airbyte, airbyte-realm, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [76] airbyte, airbyte-realm, new@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [76] airbyte, airbyte-realm, new@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [77] airbyte, airbyte-realm, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED +Downloading jsonschema-3.2.0-py2.py3-none-any.whl (56 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [77] airbyte, airbyte-realm, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [78] airbyte, airbyte-realm, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [78] airbyte, airbyte-realm, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [79] airbyte, airbyte-realm, new@gmail.com, true, false, true, null STARTED +Downloading langchain_core-0.1.42-py3-none-any.whl (287 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [79] airbyte, airbyte-realm, new@gmail.com, true, false, true, null PASSED +Downloading langsmith-0.1.106-py3-none-any.whl (150 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [80] airbyte, airbyte-realm, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED +Downloading MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [80] airbyte, airbyte-realm, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [81] airbyte, airbyte-realm, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [81] airbyte, airbyte-realm, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED +Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [82] airbyte, airbyte-realm, new@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [82] airbyte, airbyte-realm, new@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [83] airbyte, airbyte-realm, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 65.7 MB/s eta 0:00:00 + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [83] airbyte, airbyte-realm, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading orjson-3.10.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [84] airbyte, airbyte-realm, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading packaging-23.2-py3-none-any.whl (53 kB) + +AttemptContextTest > addTagsToTrace() PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [84] airbyte, airbyte-realm, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [85] airbyte, airbyte-realm, new@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [85] airbyte, airbyte-realm, new@gmail.com, false, true, true, null PASSED +Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [86] airbyte, airbyte-realm, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +AttemptContextTest > addTagsToTraceShouldIgnoreNullValues() STARTED +Downloading pycparser-2.22-py3-none-any.whl (117 kB) + +AttemptContextTest > addTagsToTraceShouldIgnoreNullValues() PASSED +:oss:airbyte-keycloak-setup:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-keycloak-setup:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-keycloak-setup:integrationTestClasses UP-TO-DATE +:oss:airbyte-keycloak-setup:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-keycloak-setup:checkstyleMain +Downloading pydantic-2.8.2-py3-none-any.whl (423 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [86] airbyte, airbyte-realm, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [87] airbyte, airbyte-realm, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [87] airbyte, airbyte-realm, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [88] airbyte, airbyte-realm, new@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [88] airbyte, airbyte-realm, new@gmail.com, false, true, false, null PASSED +Downloading pydantic_core-2.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [89] airbyte, airbyte-realm, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [89] airbyte, airbyte-realm, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [90] airbyte, airbyte-realm, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +BufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() STARTED +:oss:airbyte-keycloak-setup:checkstyleMain FROM-CACHE +:oss:airbyte-keycloak-setup:compileTestKotlin + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [90] airbyte, airbyte-realm, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [91] airbyte, airbyte-realm, new@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [91] airbyte, airbyte-realm, new@gmail.com, false, false, true, null PASSED +:oss:airbyte-keycloak-setup:compileTestKotlin NO-SOURCE +:oss:airbyte-keycloak-setup:compileTestJava + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [92] airbyte, airbyte-realm, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [92] airbyte, airbyte-realm, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [93] airbyte, airbyte-realm, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 82.2 MB/s eta 0:00:00 +Downloading PyJWT-2.9.0-py3-none-any.whl (22 kB) +Downloading pyrate_limiter-3.1.1-py3-none-any.whl (23 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [93] airbyte, airbyte-realm, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [94] airbyte, airbyte-realm, new@gmail.com, false, false, false, null STARTED +Downloading pyrsistent-0.20.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (117 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [94] airbyte, airbyte-realm, new@gmail.com, false, false, false, null PASSED +Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [95] airbyte, airbyte-realm, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [95] airbyte, airbyte-realm, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [96] airbyte, airbyte-realm, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [96] airbyte, airbyte-realm, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [97] airbyte, null, null, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [97] airbyte, null, null, true, true, true, null PASSED +Downloading pytzdata-2020.1-py2.py3-none-any.whl (489 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [98] airbyte, null, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [98] airbyte, null, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [99] airbyte, null, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [99] airbyte, null, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [100] airbyte, null, null, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [100] airbyte, null, null, true, true, false, null PASSED +Downloading PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (751 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [101] airbyte, null, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [101] airbyte, null, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [102] airbyte, null, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 751.2/751.2 kB 34.0 MB/s eta 0:00:00 + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [102] airbyte, null, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [103] airbyte, null, null, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [103] airbyte, null, null, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [104] airbyte, null, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [104] airbyte, null, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading regex-2024.7.24-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (776 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [105] airbyte, null, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [105] airbyte, null, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [106] airbyte, null, null, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [106] airbyte, null, null, true, false, false, null PASSED + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 776.5/776.5 kB 66.8 MB/s eta 0:00:00 + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [107] airbyte, null, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [107] airbyte, null, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [108] airbyte, null, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading requests-2.32.3-py3-none-any.whl (64 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [108] airbyte, null, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [109] airbyte, null, null, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [109] airbyte, null, null, false, true, true, null PASSED +Downloading requests_cache-1.2.1-py3-none-any.whl (61 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [110] airbyte, null, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [110] airbyte, null, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [111] airbyte, null, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED +Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [111] airbyte, null, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED +Downloading sniffio-1.3.1-py3-none-any.whl (10 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [112] airbyte, null, null, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [112] airbyte, null, null, false, true, false, null PASSED +Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) +:oss:airbyte-keycloak-setup:compileTestJava FROM-CACHE +:oss:airbyte-keycloak-setup:testClasses UP-TO-DATE +:oss:airbyte-keycloak-setup:checkstyleTest +Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) +Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [113] airbyte, null, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [113] airbyte, null, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED +Downloading url_normalize-1.4.3-py2.py3-none-any.whl (6.8 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [114] airbyte, null, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [114] airbyte, null, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [115] airbyte, null, null, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [115] airbyte, null, null, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [116] airbyte, null, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED +Downloading urllib3-2.2.2-py3-none-any.whl (121 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [116] airbyte, null, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [117] airbyte, null, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [117] airbyte, null, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [118] airbyte, null, null, false, false, false, null STARTED +Downloading wcmatch-8.4-py3-none-any.whl (40 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [118] airbyte, null, null, false, false, false, null PASSED +Downloading wrapt-1.16.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB) + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [119] airbyte, null, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [119] airbyte, null, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [120] airbyte, null, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [120] airbyte, null, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [121] airbyte, null, , true, true, true, null STARTED +:oss:airbyte-keycloak-setup:checkstyleTest FROM-CACHE +:oss:airbyte-keycloak-setup:pmdIntegrationTest NO-SOURCE +:oss:airbyte-keycloak-setup:pmdMain + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [121] airbyte, null, , true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [122] airbyte, null, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [122] airbyte, null, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [123] airbyte, null, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [123] airbyte, null, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [124] airbyte, null, , true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [124] airbyte, null, , true, true, false, null PASSED +Building wheels for collected packages: genson, pendulum + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [125] airbyte, null, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + Building wheel for genson (pyproject.toml): started + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [125] airbyte, null, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [126] airbyte, null, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [126] airbyte, null, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [127] airbyte, null, , true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [127] airbyte, null, , true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [128] airbyte, null, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [128] airbyte, null, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [129] airbyte, null, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [129] airbyte, null, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [130] airbyte, null, , true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [130] airbyte, null, , true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [131] airbyte, null, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [131] airbyte, null, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [132] airbyte, null, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [132] airbyte, null, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [133] airbyte, null, , false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [133] airbyte, null, , false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [134] airbyte, null, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [134] airbyte, null, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [135] airbyte, null, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [135] airbyte, null, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [136] airbyte, null, , false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [136] airbyte, null, , false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [137] airbyte, null, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [137] airbyte, null, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [138] airbyte, null, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [138] airbyte, null, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [139] airbyte, null, , false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [139] airbyte, null, , false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [140] airbyte, null, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [140] airbyte, null, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [141] airbyte, null, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [141] airbyte, null, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [142] airbyte, null, , false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [142] airbyte, null, , false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [143] airbyte, null, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [143] airbyte, null, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [144] airbyte, null, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [144] airbyte, null, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [145] airbyte, null, other@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [145] airbyte, null, other@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [146] airbyte, null, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [146] airbyte, null, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [147] airbyte, null, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [147] airbyte, null, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [148] airbyte, null, other@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [148] airbyte, null, other@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [149] airbyte, null, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [149] airbyte, null, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [150] airbyte, null, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [150] airbyte, null, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [151] airbyte, null, other@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [151] airbyte, null, other@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [152] airbyte, null, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [152] airbyte, null, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [153] airbyte, null, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [153] airbyte, null, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [154] airbyte, null, other@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [154] airbyte, null, other@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [155] airbyte, null, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [155] airbyte, null, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [156] airbyte, null, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [156] airbyte, null, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [157] airbyte, null, other@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [157] airbyte, null, other@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [158] airbyte, null, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [158] airbyte, null, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [159] airbyte, null, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [159] airbyte, null, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [160] airbyte, null, other@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [160] airbyte, null, other@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [161] airbyte, null, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [161] airbyte, null, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [162] airbyte, null, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [162] airbyte, null, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [163] airbyte, null, other@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [163] airbyte, null, other@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [164] airbyte, null, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [164] airbyte, null, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [165] airbyte, null, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [165] airbyte, null, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [166] airbyte, null, other@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [166] airbyte, null, other@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [167] airbyte, null, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [167] airbyte, null, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [168] airbyte, null, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [168] airbyte, null, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [169] airbyte, null, new@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [169] airbyte, null, new@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [170] airbyte, null, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [170] airbyte, null, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [171] airbyte, null, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [171] airbyte, null, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [172] airbyte, null, new@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [172] airbyte, null, new@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [173] airbyte, null, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [173] airbyte, null, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [174] airbyte, null, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [174] airbyte, null, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [175] airbyte, null, new@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [175] airbyte, null, new@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [176] airbyte, null, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [176] airbyte, null, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [177] airbyte, null, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [177] airbyte, null, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + 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=56f461b4273f159714c460ef349ddff146132512fb959c03a7ce2cf35321b032 + Stored in directory: /home/airbyte/.cache/pip/wheels/7a/0f/7a/4e21606c6ce2485376522986cd8809d738907a611907b206ca + Building wheel for pendulum (pyproject.toml): started + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [178] airbyte, null, new@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [178] airbyte, null, new@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [179] airbyte, null, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [179] airbyte, null, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [180] airbyte, null, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [180] airbyte, null, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [181] airbyte, null, new@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [181] airbyte, null, new@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [182] airbyte, null, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [182] airbyte, null, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [183] airbyte, null, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [183] airbyte, null, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [184] airbyte, null, new@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [184] airbyte, null, new@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [185] airbyte, null, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [185] airbyte, null, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [186] airbyte, null, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [186] airbyte, null, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [187] airbyte, null, new@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [187] airbyte, null, new@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [188] airbyte, null, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [188] airbyte, null, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [189] airbyte, null, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [189] airbyte, null, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [190] airbyte, null, new@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [190] airbyte, null, new@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [191] airbyte, null, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [191] airbyte, null, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [192] airbyte, null, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [192] airbyte, null, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [193] google_identity_platform, airbyte-realm, null, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [193] google_identity_platform, airbyte-realm, null, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [194] google_identity_platform, airbyte-realm, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [194] google_identity_platform, airbyte-realm, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [195] google_identity_platform, airbyte-realm, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [195] google_identity_platform, airbyte-realm, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [196] google_identity_platform, airbyte-realm, null, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [196] google_identity_platform, airbyte-realm, null, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [197] google_identity_platform, airbyte-realm, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [197] google_identity_platform, airbyte-realm, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [198] google_identity_platform, airbyte-realm, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [198] google_identity_platform, airbyte-realm, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [199] google_identity_platform, airbyte-realm, null, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [199] google_identity_platform, airbyte-realm, null, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [200] google_identity_platform, airbyte-realm, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [200] google_identity_platform, airbyte-realm, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [201] google_identity_platform, airbyte-realm, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [201] google_identity_platform, airbyte-realm, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [202] google_identity_platform, airbyte-realm, null, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [202] google_identity_platform, airbyte-realm, null, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [203] google_identity_platform, airbyte-realm, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [203] google_identity_platform, airbyte-realm, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [204] google_identity_platform, airbyte-realm, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [204] google_identity_platform, airbyte-realm, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [205] google_identity_platform, airbyte-realm, null, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [205] google_identity_platform, airbyte-realm, null, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [206] google_identity_platform, airbyte-realm, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [206] google_identity_platform, airbyte-realm, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [207] google_identity_platform, airbyte-realm, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [207] google_identity_platform, airbyte-realm, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [208] google_identity_platform, airbyte-realm, null, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [208] google_identity_platform, airbyte-realm, null, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [209] google_identity_platform, airbyte-realm, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [209] google_identity_platform, airbyte-realm, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [210] google_identity_platform, airbyte-realm, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [210] google_identity_platform, airbyte-realm, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [211] google_identity_platform, airbyte-realm, null, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [211] google_identity_platform, airbyte-realm, null, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [212] google_identity_platform, airbyte-realm, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [212] google_identity_platform, airbyte-realm, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [213] google_identity_platform, airbyte-realm, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [213] google_identity_platform, airbyte-realm, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [214] google_identity_platform, airbyte-realm, null, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [214] google_identity_platform, airbyte-realm, null, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [215] google_identity_platform, airbyte-realm, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [215] google_identity_platform, airbyte-realm, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [216] google_identity_platform, airbyte-realm, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [216] google_identity_platform, airbyte-realm, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [217] google_identity_platform, airbyte-realm, , true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [217] google_identity_platform, airbyte-realm, , true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [218] google_identity_platform, airbyte-realm, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [218] google_identity_platform, airbyte-realm, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [219] google_identity_platform, airbyte-realm, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [219] google_identity_platform, airbyte-realm, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [220] google_identity_platform, airbyte-realm, , true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [220] google_identity_platform, airbyte-realm, , true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [221] google_identity_platform, airbyte-realm, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [221] google_identity_platform, airbyte-realm, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [222] google_identity_platform, airbyte-realm, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [222] google_identity_platform, airbyte-realm, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [223] google_identity_platform, airbyte-realm, , true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [223] google_identity_platform, airbyte-realm, , true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [224] google_identity_platform, airbyte-realm, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [224] google_identity_platform, airbyte-realm, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [225] google_identity_platform, airbyte-realm, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [225] google_identity_platform, airbyte-realm, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [226] google_identity_platform, airbyte-realm, , true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [226] google_identity_platform, airbyte-realm, , true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [227] google_identity_platform, airbyte-realm, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [227] google_identity_platform, airbyte-realm, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [228] google_identity_platform, airbyte-realm, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [228] google_identity_platform, airbyte-realm, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [229] google_identity_platform, airbyte-realm, , false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [229] google_identity_platform, airbyte-realm, , false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [230] google_identity_platform, airbyte-realm, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [230] google_identity_platform, airbyte-realm, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [231] google_identity_platform, airbyte-realm, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [231] google_identity_platform, airbyte-realm, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [232] google_identity_platform, airbyte-realm, , false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [232] google_identity_platform, airbyte-realm, , false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [233] google_identity_platform, airbyte-realm, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [233] google_identity_platform, airbyte-realm, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [234] google_identity_platform, airbyte-realm, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [234] google_identity_platform, airbyte-realm, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [235] google_identity_platform, airbyte-realm, , false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [235] google_identity_platform, airbyte-realm, , false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [236] google_identity_platform, airbyte-realm, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [236] google_identity_platform, airbyte-realm, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [237] google_identity_platform, airbyte-realm, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [237] google_identity_platform, airbyte-realm, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [238] google_identity_platform, airbyte-realm, , false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [238] google_identity_platform, airbyte-realm, , false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [239] google_identity_platform, airbyte-realm, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [239] google_identity_platform, airbyte-realm, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [240] google_identity_platform, airbyte-realm, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [240] google_identity_platform, airbyte-realm, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [241] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [241] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [242] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [242] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [243] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [243] google_identity_platform, airbyte-realm, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [244] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [244] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [245] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [245] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [246] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [246] google_identity_platform, airbyte-realm, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [247] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [247] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [248] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [248] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [249] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [249] google_identity_platform, airbyte-realm, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [250] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [250] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [251] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [251] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [252] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [252] google_identity_platform, airbyte-realm, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [253] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [253] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [254] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [254] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [255] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [255] google_identity_platform, airbyte-realm, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [256] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [256] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [257] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [257] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [258] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [258] google_identity_platform, airbyte-realm, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [259] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [259] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [260] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [260] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [261] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [261] google_identity_platform, airbyte-realm, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [262] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [262] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [263] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [263] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [264] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [264] google_identity_platform, airbyte-realm, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [265] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [265] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [266] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [266] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [267] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [267] google_identity_platform, airbyte-realm, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [268] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [268] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [269] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [269] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [270] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [270] google_identity_platform, airbyte-realm, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [271] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [271] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [272] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [272] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [273] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + Building wheel for pendulum (pyproject.toml): finished with status 'done' + Created wheel for pendulum: filename=pendulum-2.1.2-cp310-cp310-manylinux_2_26_x86_64.whl size=164173 sha256=1d5f0ef6d34729729e096731c6e12a38f2b9a8df4b59c922374ae4a573ad7b6a + Stored in directory: /home/airbyte/.cache/pip/wheels/2e/41/ed/f113e4c9dc10f6c846d69f412e9cd9aa429960a3e2e485a4f9 +Successfully built genson pendulum + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [273] google_identity_platform, airbyte-realm, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [274] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [274] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [275] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [275] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [276] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [276] google_identity_platform, airbyte-realm, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [277] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [277] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [278] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [278] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [279] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [279] google_identity_platform, airbyte-realm, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [280] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [280] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [281] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [281] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [282] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [282] google_identity_platform, airbyte-realm, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [283] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [283] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [284] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [284] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [285] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [285] google_identity_platform, airbyte-realm, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [286] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [286] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [287] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [287] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [288] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [288] google_identity_platform, airbyte-realm, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [289] google_identity_platform, null, null, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [289] google_identity_platform, null, null, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [290] google_identity_platform, null, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [290] google_identity_platform, null, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [291] google_identity_platform, null, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [291] google_identity_platform, null, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [292] google_identity_platform, null, null, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [292] google_identity_platform, null, null, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [293] google_identity_platform, null, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [293] google_identity_platform, null, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [294] google_identity_platform, null, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [294] google_identity_platform, null, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [295] google_identity_platform, null, null, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [295] google_identity_platform, null, null, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [296] google_identity_platform, null, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [296] google_identity_platform, null, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [297] google_identity_platform, null, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [297] google_identity_platform, null, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [298] google_identity_platform, null, null, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [298] google_identity_platform, null, null, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [299] google_identity_platform, null, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [299] google_identity_platform, null, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [300] google_identity_platform, null, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [300] google_identity_platform, null, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [301] google_identity_platform, null, null, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [301] google_identity_platform, null, null, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [302] google_identity_platform, null, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [302] google_identity_platform, null, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [303] google_identity_platform, null, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [303] google_identity_platform, null, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [304] google_identity_platform, null, null, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [304] google_identity_platform, null, null, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [305] google_identity_platform, null, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [305] google_identity_platform, null, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [306] google_identity_platform, null, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [306] google_identity_platform, null, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [307] google_identity_platform, null, null, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [307] google_identity_platform, null, null, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [308] google_identity_platform, null, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [308] google_identity_platform, null, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [309] google_identity_platform, null, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [309] google_identity_platform, null, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [310] google_identity_platform, null, null, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [310] google_identity_platform, null, null, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [311] google_identity_platform, null, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [311] google_identity_platform, null, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [312] google_identity_platform, null, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [312] google_identity_platform, null, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [313] google_identity_platform, null, , true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [313] google_identity_platform, null, , true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [314] google_identity_platform, null, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED +Installing collected packages: pytz, jsonref, genson, wrapt, urllib3, typing-extensions, tqdm, tenacity, sniffio, six, regex, pyyaml, pytzdata, pyrsistent, pyrate-limiter, pyjwt, pycparser, platformdirs, packaging, orjson, markupsafe, jsonpointer, joblib, idna, h11, exceptiongroup, dpath, click, charset-normalizer, certifi, cachetools, bracex, backoff, attrs, annotated-types, wcmatch, url-normalize, requests, python-dateutil, pydantic-core, nltk, jsonschema, jsonpatch, jinja2, isodate, httpcore, deprecated, cffi, cattrs, anyio, requests-cache, pydantic, pendulum, httpx, cryptography, langsmith, airbyte-protocol-models-pdv2, langchain-core, airbyte-cdk + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [314] google_identity_platform, null, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [315] google_identity_platform, null, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [315] google_identity_platform, null, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [316] google_identity_platform, null, , true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [316] google_identity_platform, null, , true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [317] google_identity_platform, null, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [317] google_identity_platform, null, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [318] google_identity_platform, null, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [318] google_identity_platform, null, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [319] google_identity_platform, null, , true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [319] google_identity_platform, null, , true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [320] google_identity_platform, null, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [320] google_identity_platform, null, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [321] google_identity_platform, null, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [321] google_identity_platform, null, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [322] google_identity_platform, null, , true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [322] google_identity_platform, null, , true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [323] google_identity_platform, null, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [323] google_identity_platform, null, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [324] google_identity_platform, null, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [324] google_identity_platform, null, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [325] google_identity_platform, null, , false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [325] google_identity_platform, null, , false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [326] google_identity_platform, null, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [326] google_identity_platform, null, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [327] google_identity_platform, null, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [327] google_identity_platform, null, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [328] google_identity_platform, null, , false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [328] google_identity_platform, null, , false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [329] google_identity_platform, null, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [329] google_identity_platform, null, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [330] google_identity_platform, null, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [330] google_identity_platform, null, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [331] google_identity_platform, null, , false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [331] google_identity_platform, null, , false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [332] google_identity_platform, null, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [332] google_identity_platform, null, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [333] google_identity_platform, null, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [333] google_identity_platform, null, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [334] google_identity_platform, null, , false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [334] google_identity_platform, null, , false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [335] google_identity_platform, null, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [335] google_identity_platform, null, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [336] google_identity_platform, null, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [336] google_identity_platform, null, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [337] google_identity_platform, null, other@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [337] google_identity_platform, null, other@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [338] google_identity_platform, null, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [338] google_identity_platform, null, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [339] google_identity_platform, null, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [339] google_identity_platform, null, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [340] google_identity_platform, null, other@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [340] google_identity_platform, null, other@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [341] google_identity_platform, null, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [341] google_identity_platform, null, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [342] google_identity_platform, null, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [342] google_identity_platform, null, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [343] google_identity_platform, null, other@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [343] google_identity_platform, null, other@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [344] google_identity_platform, null, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [344] google_identity_platform, null, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [345] google_identity_platform, null, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [345] google_identity_platform, null, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [346] google_identity_platform, null, other@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [346] google_identity_platform, null, other@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [347] google_identity_platform, null, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [347] google_identity_platform, null, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [348] google_identity_platform, null, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [348] google_identity_platform, null, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [349] google_identity_platform, null, other@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [349] google_identity_platform, null, other@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [350] google_identity_platform, null, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [350] google_identity_platform, null, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [351] google_identity_platform, null, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [351] google_identity_platform, null, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [352] google_identity_platform, null, other@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [352] google_identity_platform, null, other@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [353] google_identity_platform, null, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [353] google_identity_platform, null, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [354] google_identity_platform, null, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [354] google_identity_platform, null, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [355] google_identity_platform, null, other@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [355] google_identity_platform, null, other@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [356] google_identity_platform, null, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [356] google_identity_platform, null, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [357] google_identity_platform, null, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [357] google_identity_platform, null, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [358] google_identity_platform, null, other@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [358] google_identity_platform, null, other@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [359] google_identity_platform, null, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [359] google_identity_platform, null, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [360] google_identity_platform, null, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [360] google_identity_platform, null, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [361] google_identity_platform, null, new@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [361] google_identity_platform, null, new@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [362] google_identity_platform, null, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [362] google_identity_platform, null, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [363] google_identity_platform, null, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [363] google_identity_platform, null, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [364] google_identity_platform, null, new@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [364] google_identity_platform, null, new@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [365] google_identity_platform, null, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [365] google_identity_platform, null, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [366] google_identity_platform, null, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [366] google_identity_platform, null, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [367] google_identity_platform, null, new@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [367] google_identity_platform, null, new@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [368] google_identity_platform, null, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [368] google_identity_platform, null, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [369] google_identity_platform, null, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [369] google_identity_platform, null, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [370] google_identity_platform, null, new@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [370] google_identity_platform, null, new@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [371] google_identity_platform, null, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [371] google_identity_platform, null, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [372] google_identity_platform, null, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [372] google_identity_platform, null, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [373] google_identity_platform, null, new@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [373] google_identity_platform, null, new@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [374] google_identity_platform, null, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [374] google_identity_platform, null, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [375] google_identity_platform, null, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [375] google_identity_platform, null, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [376] google_identity_platform, null, new@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [376] google_identity_platform, null, new@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [377] google_identity_platform, null, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [377] google_identity_platform, null, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [378] google_identity_platform, null, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [378] google_identity_platform, null, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [379] google_identity_platform, null, new@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [379] google_identity_platform, null, new@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [380] google_identity_platform, null, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [380] google_identity_platform, null, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [381] google_identity_platform, null, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [381] google_identity_platform, null, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [382] google_identity_platform, null, new@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [382] google_identity_platform, null, new@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [383] google_identity_platform, null, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [383] google_identity_platform, null, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [384] google_identity_platform, null, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [384] google_identity_platform, null, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [385] keycloak, airbyte-realm, null, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [385] keycloak, airbyte-realm, null, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [386] keycloak, airbyte-realm, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [386] keycloak, airbyte-realm, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [387] keycloak, airbyte-realm, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [387] keycloak, airbyte-realm, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [388] keycloak, airbyte-realm, null, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [388] keycloak, airbyte-realm, null, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [389] keycloak, airbyte-realm, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [389] keycloak, airbyte-realm, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [390] keycloak, airbyte-realm, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [390] keycloak, airbyte-realm, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [391] keycloak, airbyte-realm, null, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [391] keycloak, airbyte-realm, null, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [392] keycloak, airbyte-realm, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [392] keycloak, airbyte-realm, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [393] keycloak, airbyte-realm, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [393] keycloak, airbyte-realm, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [394] keycloak, airbyte-realm, null, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [394] keycloak, airbyte-realm, null, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [395] keycloak, airbyte-realm, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED +:oss:airbyte-keycloak-setup:pmdTest + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [395] keycloak, airbyte-realm, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [396] keycloak, airbyte-realm, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [396] keycloak, airbyte-realm, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [397] keycloak, airbyte-realm, null, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [397] keycloak, airbyte-realm, null, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [398] keycloak, airbyte-realm, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [398] keycloak, airbyte-realm, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [399] keycloak, airbyte-realm, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [399] keycloak, airbyte-realm, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [400] keycloak, airbyte-realm, null, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [400] keycloak, airbyte-realm, null, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [401] keycloak, airbyte-realm, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [401] keycloak, airbyte-realm, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [402] keycloak, airbyte-realm, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [402] keycloak, airbyte-realm, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [403] keycloak, airbyte-realm, null, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [403] keycloak, airbyte-realm, null, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [404] keycloak, airbyte-realm, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [404] keycloak, airbyte-realm, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [405] keycloak, airbyte-realm, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [405] keycloak, airbyte-realm, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [406] keycloak, airbyte-realm, null, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [406] keycloak, airbyte-realm, null, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [407] keycloak, airbyte-realm, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [407] keycloak, airbyte-realm, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [408] keycloak, airbyte-realm, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [408] keycloak, airbyte-realm, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [409] keycloak, airbyte-realm, , true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [409] keycloak, airbyte-realm, , true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [410] keycloak, airbyte-realm, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [410] keycloak, airbyte-realm, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [411] keycloak, airbyte-realm, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [411] keycloak, airbyte-realm, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [412] keycloak, airbyte-realm, , true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [412] keycloak, airbyte-realm, , true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [413] keycloak, airbyte-realm, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [413] keycloak, airbyte-realm, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [414] keycloak, airbyte-realm, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [414] keycloak, airbyte-realm, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [415] keycloak, airbyte-realm, , true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [415] keycloak, airbyte-realm, , true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [416] keycloak, airbyte-realm, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [416] keycloak, airbyte-realm, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [417] keycloak, airbyte-realm, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [417] keycloak, airbyte-realm, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [418] keycloak, airbyte-realm, , true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [418] keycloak, airbyte-realm, , true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [419] keycloak, airbyte-realm, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [419] keycloak, airbyte-realm, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [420] keycloak, airbyte-realm, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [420] keycloak, airbyte-realm, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [421] keycloak, airbyte-realm, , false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [421] keycloak, airbyte-realm, , false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [422] keycloak, airbyte-realm, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [422] keycloak, airbyte-realm, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [423] keycloak, airbyte-realm, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [423] keycloak, airbyte-realm, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [424] keycloak, airbyte-realm, , false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [424] keycloak, airbyte-realm, , false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [425] keycloak, airbyte-realm, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [425] keycloak, airbyte-realm, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [426] keycloak, airbyte-realm, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [426] keycloak, airbyte-realm, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [427] keycloak, airbyte-realm, , false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [427] keycloak, airbyte-realm, , false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [428] keycloak, airbyte-realm, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [428] keycloak, airbyte-realm, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [429] keycloak, airbyte-realm, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [429] keycloak, airbyte-realm, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [430] keycloak, airbyte-realm, , false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [430] keycloak, airbyte-realm, , false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [431] keycloak, airbyte-realm, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [431] keycloak, airbyte-realm, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [432] keycloak, airbyte-realm, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [432] keycloak, airbyte-realm, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [433] keycloak, airbyte-realm, other@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [433] keycloak, airbyte-realm, other@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [434] keycloak, airbyte-realm, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [434] keycloak, airbyte-realm, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [435] keycloak, airbyte-realm, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [435] keycloak, airbyte-realm, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [436] keycloak, airbyte-realm, other@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [436] keycloak, airbyte-realm, other@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [437] keycloak, airbyte-realm, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [437] keycloak, airbyte-realm, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [438] keycloak, airbyte-realm, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [438] keycloak, airbyte-realm, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [439] keycloak, airbyte-realm, other@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [439] keycloak, airbyte-realm, other@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [440] keycloak, airbyte-realm, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [440] keycloak, airbyte-realm, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [441] keycloak, airbyte-realm, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [441] keycloak, airbyte-realm, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [442] keycloak, airbyte-realm, other@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [442] keycloak, airbyte-realm, other@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [443] keycloak, airbyte-realm, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [443] keycloak, airbyte-realm, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [444] keycloak, airbyte-realm, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [444] keycloak, airbyte-realm, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [445] keycloak, airbyte-realm, other@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [445] keycloak, airbyte-realm, other@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [446] keycloak, airbyte-realm, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [446] keycloak, airbyte-realm, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [447] keycloak, airbyte-realm, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [447] keycloak, airbyte-realm, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [448] keycloak, airbyte-realm, other@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [448] keycloak, airbyte-realm, other@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [449] keycloak, airbyte-realm, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [449] keycloak, airbyte-realm, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [450] keycloak, airbyte-realm, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [450] keycloak, airbyte-realm, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [451] keycloak, airbyte-realm, other@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [451] keycloak, airbyte-realm, other@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [452] keycloak, airbyte-realm, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [452] keycloak, airbyte-realm, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [453] keycloak, airbyte-realm, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [453] keycloak, airbyte-realm, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [454] keycloak, airbyte-realm, other@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [454] keycloak, airbyte-realm, other@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [455] keycloak, airbyte-realm, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [455] keycloak, airbyte-realm, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [456] keycloak, airbyte-realm, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [456] keycloak, airbyte-realm, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [457] keycloak, airbyte-realm, new@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [457] keycloak, airbyte-realm, new@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [458] keycloak, airbyte-realm, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [458] keycloak, airbyte-realm, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [459] keycloak, airbyte-realm, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [459] keycloak, airbyte-realm, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [460] keycloak, airbyte-realm, new@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [460] keycloak, airbyte-realm, new@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [461] keycloak, airbyte-realm, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [461] keycloak, airbyte-realm, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [462] keycloak, airbyte-realm, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [462] keycloak, airbyte-realm, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [463] keycloak, airbyte-realm, new@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [463] keycloak, airbyte-realm, new@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [464] keycloak, airbyte-realm, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [464] keycloak, airbyte-realm, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [465] keycloak, airbyte-realm, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [465] keycloak, airbyte-realm, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [466] keycloak, airbyte-realm, new@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [466] keycloak, airbyte-realm, new@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [467] keycloak, airbyte-realm, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [467] keycloak, airbyte-realm, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [468] keycloak, airbyte-realm, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [468] keycloak, airbyte-realm, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [469] keycloak, airbyte-realm, new@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [469] keycloak, airbyte-realm, new@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [470] keycloak, airbyte-realm, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [470] keycloak, airbyte-realm, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [471] keycloak, airbyte-realm, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [471] keycloak, airbyte-realm, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [472] keycloak, airbyte-realm, new@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [472] keycloak, airbyte-realm, new@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [473] keycloak, airbyte-realm, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [473] keycloak, airbyte-realm, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [474] keycloak, airbyte-realm, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [474] keycloak, airbyte-realm, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [475] keycloak, airbyte-realm, new@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [475] keycloak, airbyte-realm, new@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [476] keycloak, airbyte-realm, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [476] keycloak, airbyte-realm, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [477] keycloak, airbyte-realm, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [477] keycloak, airbyte-realm, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [478] keycloak, airbyte-realm, new@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [478] keycloak, airbyte-realm, new@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [479] keycloak, airbyte-realm, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [479] keycloak, airbyte-realm, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [480] keycloak, airbyte-realm, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [480] keycloak, airbyte-realm, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [481] keycloak, null, null, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [481] keycloak, null, null, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [482] keycloak, null, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [482] keycloak, null, null, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [483] keycloak, null, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [483] keycloak, null, null, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [484] keycloak, null, null, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [484] keycloak, null, null, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [485] keycloak, null, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [485] keycloak, null, null, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [486] keycloak, null, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [486] keycloak, null, null, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [487] keycloak, null, null, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [487] keycloak, null, null, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [488] keycloak, null, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [488] keycloak, null, null, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [489] keycloak, null, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [489] keycloak, null, null, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [490] keycloak, null, null, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [490] keycloak, null, null, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [491] keycloak, null, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [491] keycloak, null, null, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [492] keycloak, null, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [492] keycloak, null, null, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [493] keycloak, null, null, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [493] keycloak, null, null, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [494] keycloak, null, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [494] keycloak, null, null, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [495] keycloak, null, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [495] keycloak, null, null, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [496] keycloak, null, null, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [496] keycloak, null, null, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [497] keycloak, null, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [497] keycloak, null, null, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [498] keycloak, null, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [498] keycloak, null, null, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [499] keycloak, null, null, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [499] keycloak, null, null, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [500] keycloak, null, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [500] keycloak, null, null, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [501] keycloak, null, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [501] keycloak, null, null, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [502] keycloak, null, null, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [502] keycloak, null, null, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [503] keycloak, null, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [503] keycloak, null, null, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [504] keycloak, null, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [504] keycloak, null, null, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [505] keycloak, null, , true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [505] keycloak, null, , true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [506] keycloak, null, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [506] keycloak, null, , true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [507] keycloak, null, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [507] keycloak, null, , true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [508] keycloak, null, , true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [508] keycloak, null, , true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [509] keycloak, null, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [509] keycloak, null, , true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [510] keycloak, null, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [510] keycloak, null, , true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [511] keycloak, null, , true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [511] keycloak, null, , true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [512] keycloak, null, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [512] keycloak, null, , true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [513] keycloak, null, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [513] keycloak, null, , true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [514] keycloak, null, , true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [514] keycloak, null, , true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [515] keycloak, null, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [515] keycloak, null, , true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [516] keycloak, null, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [516] keycloak, null, , true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [517] keycloak, null, , false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [517] keycloak, null, , false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [518] keycloak, null, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [518] keycloak, null, , false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [519] keycloak, null, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [519] keycloak, null, , false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [520] keycloak, null, , false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [520] keycloak, null, , false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [521] keycloak, null, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [521] keycloak, null, , false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [522] keycloak, null, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [522] keycloak, null, , false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [523] keycloak, null, , false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [523] keycloak, null, , false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [524] keycloak, null, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [524] keycloak, null, , false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [525] keycloak, null, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [525] keycloak, null, , false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [526] keycloak, null, , false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [526] keycloak, null, , false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [527] keycloak, null, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [527] keycloak, null, , false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [528] keycloak, null, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [528] keycloak, null, , false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [529] keycloak, null, other@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [529] keycloak, null, other@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [530] keycloak, null, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [530] keycloak, null, other@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [531] keycloak, null, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [531] keycloak, null, other@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [532] keycloak, null, other@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [532] keycloak, null, other@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [533] keycloak, null, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [533] keycloak, null, other@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [534] keycloak, null, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [534] keycloak, null, other@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [535] keycloak, null, other@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [535] keycloak, null, other@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [536] keycloak, null, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [536] keycloak, null, other@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [537] keycloak, null, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [537] keycloak, null, other@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [538] keycloak, null, other@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [538] keycloak, null, other@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [539] keycloak, null, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [539] keycloak, null, other@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [540] keycloak, null, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [540] keycloak, null, other@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [541] keycloak, null, other@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [541] keycloak, null, other@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [542] keycloak, null, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [542] keycloak, null, other@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [543] keycloak, null, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [543] keycloak, null, other@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [544] keycloak, null, other@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [544] keycloak, null, other@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [545] keycloak, null, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [545] keycloak, null, other@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [546] keycloak, null, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [546] keycloak, null, other@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [547] keycloak, null, other@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [547] keycloak, null, other@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [548] keycloak, null, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [548] keycloak, null, other@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [549] keycloak, null, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [549] keycloak, null, other@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [550] keycloak, null, other@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [550] keycloak, null, other@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [551] keycloak, null, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [551] keycloak, null, other@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [552] keycloak, null, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [552] keycloak, null, other@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [553] keycloak, null, new@gmail.com, true, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [553] keycloak, null, new@gmail.com, true, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [554] keycloak, null, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [554] keycloak, null, new@gmail.com, true, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [555] keycloak, null, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [555] keycloak, null, new@gmail.com, true, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [556] keycloak, null, new@gmail.com, true, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [556] keycloak, null, new@gmail.com, true, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [557] keycloak, null, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [557] keycloak, null, new@gmail.com, true, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [558] keycloak, null, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [558] keycloak, null, new@gmail.com, true, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [559] keycloak, null, new@gmail.com, true, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [559] keycloak, null, new@gmail.com, true, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [560] keycloak, null, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [560] keycloak, null, new@gmail.com, true, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [561] keycloak, null, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [561] keycloak, null, new@gmail.com, true, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [562] keycloak, null, new@gmail.com, true, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [562] keycloak, null, new@gmail.com, true, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [563] keycloak, null, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [563] keycloak, null, new@gmail.com, true, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [564] keycloak, null, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [564] keycloak, null, new@gmail.com, true, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [565] keycloak, null, new@gmail.com, false, true, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [565] keycloak, null, new@gmail.com, false, true, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [566] keycloak, null, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [566] keycloak, null, new@gmail.com, false, true, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [567] keycloak, null, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [567] keycloak, null, new@gmail.com, false, true, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [568] keycloak, null, new@gmail.com, false, true, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [568] keycloak, null, new@gmail.com, false, true, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [569] keycloak, null, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [569] keycloak, null, new@gmail.com, false, true, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [570] keycloak, null, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [570] keycloak, null, new@gmail.com, false, true, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [571] keycloak, null, new@gmail.com, false, false, true, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [571] keycloak, null, new@gmail.com, false, false, true, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [572] keycloak, null, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [572] keycloak, null, new@gmail.com, false, false, true, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [573] keycloak, null, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [573] keycloak, null, new@gmail.com, false, false, true, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [574] keycloak, null, new@gmail.com, false, false, false, null STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [574] keycloak, null, new@gmail.com, false, false, false, null PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [575] keycloak, null, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [575] keycloak, null, new@gmail.com, false, false, false, 22c1e5d6-b461-4b70-b246-8233e0b3a9e9 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [576] keycloak, null, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > NewUserTest > testNewUserCreation(AuthProvider, String, String, boolean, boolean, boolean, UUID) > [576] keycloak, null, new@gmail.com, false, false, false, 0278e821-b2b0-4020-9a76-7af882cb1821 PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testNonSSOSignInEmailExistsThrowsError(Boolean) > [1] true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testNonSSOSignInEmailExistsThrowsError(Boolean) > [1] true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testNonSSOSignInEmailExistsThrowsError(Boolean) > [2] false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testNonSSOSignInEmailExistsThrowsError(Boolean) > [2] false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testExistingDefaultUserWithEmailUpdatesDefault() STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testExistingDefaultUserWithEmailUpdatesDefault() PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testSSOSignInEmailExistsMigratesAuthUser(boolean, boolean) > [1] true, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testSSOSignInEmailExistsMigratesAuthUser(boolean, boolean) > [1] true, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testSSOSignInEmailExistsMigratesAuthUser(boolean, boolean) > [2] false, true STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testSSOSignInEmailExistsMigratesAuthUser(boolean, boolean) > [2] false, true PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testSSOSignInEmailExistsMigratesAuthUser(boolean, boolean) > [3] false, false STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testSSOSignInEmailExistsMigratesAuthUser(boolean, boolean) > [3] false, false PASSED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testRelinkOrphanedUser() STARTED + +UserHandlerTest > GetOrCreateUserByAuthIdTest > ExistingEmailTest > testRelinkOrphanedUser() 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 +:oss:airbyte-keycloak-setup:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-keycloak-setup:spotbugsMain + +BufferedReplicationWorkerTest > testAllFieldsDeliveredWithFieldSelectionDisabled() PASSED + +BufferedReplicationWorkerTest > testReplicationTimesAreUpdated() STARTED + +BufferedReplicationWorkerTest > testReplicationTimesAreUpdated() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() 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 + +BufferedReplicationWorkerTest > testReplicationRunnableWorkerFailure() PASSED + +BufferedReplicationWorkerTest > testSourceConfigPersistError() 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 + +BufferedReplicationWorkerTest > testSourceConfigPersistError() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailure() PASSED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTracking() 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 + +BufferedReplicationWorkerTest > testStreamStatusCompletionTracking() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() 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 + +BufferedReplicationWorkerTest > testReplicationRunnableSourceUpdateConfig() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() 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 + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testNewFieldAndSubField() STARTED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testNewFieldAndSubField() PASSED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testNewSubfieldAlreadySelected() STARTED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testNewSubfieldAlreadySelected() PASSED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testNewSubfieldNotSelected() STARTED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testNewSubfieldNotSelected() PASSED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testPropagateChangesDoesNotRemoveAlreadySelectedFields() STARTED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testPropagateChangesDoesNotRemoveAlreadySelectedFields() PASSED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testPropagateChangesNewFieldIsSelected() STARTED + +AutoPropagateSchemaChangeHelperTest > FieldSelectionInteractions > testPropagateChangesNewFieldIsSelected() 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 + +ConnectionTimelineEventHelperTest > testGetLoadedStats() STARTED + +ConnectionTimelineEventHelperTest > testGetLoadedStats() PASSED + +ConnectionTimelineEventHelperTest > testLogConnectionSettingsChangedEvent() STARTED + +ConnectionTimelineEventHelperTest > testLogConnectionSettingsChangedEvent() PASSED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > airbyteSupportInAirbytersInternalWorkspace() STARTED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > airbyteSupportInAirbytersInternalWorkspace() PASSED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > detectNonAirbyteSupportUserInCloud() STARTED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > detectNonAirbyteSupportUserInCloud() PASSED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > airbyteSupportInCustomersExternalWorkspace() STARTED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > airbyteSupportInCustomersExternalWorkspace() PASSED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > notApplicableInOSS() STARTED + +ConnectionTimelineEventHelperTest > TestGetUserReadInConnectionEvent > notApplicableInOSS() 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 + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichment(boolean) > [1] true STARTED + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichment(boolean) > [1] true PASSED + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichment(boolean) > [2] false STARTED + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichment(boolean) > [2] false PASSED + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichmentWithoutOverwrite(boolean) > [1] true STARTED + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichmentWithoutOverwrite(boolean) > [1] true PASSED + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichmentWithoutOverwrite(boolean) > [2] false STARTED + +ConnectorDefinitionSpecificationHandlerTest > testDestinationSyncModeEnrichmentWithoutOverwrite(boolean) > [2] false 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 +The following classes needed for analysis were missing: + makeConcatWithConstants + run + apply + toString + equals + hashCode + applyAsLong + resolveCredentials + accept + get + load + test + call + voidCall + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationFailureViaTraceMessage() PASSED + +BufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() STARTED +:oss:airbyte-keycloak-setup:spotbugsTest SKIPPED +:oss:airbyte-keycloak-setup:test +Successfully installed airbyte-cdk-4.6.2 airbyte-protocol-models-pdv2-0.12.2 annotated-types-0.7.0 anyio-4.4.0 attrs-24.2.0 backoff-2.2.1 bracex-2.5 cachetools-5.5.0 cattrs-24.1.0 certifi-2024.7.4 cffi-1.17.0 charset-normalizer-3.3.2 click-8.1.7 cryptography-42.0.8 deprecated-1.2.14 dpath-2.2.0 exceptiongroup-1.2.2 genson-1.2.2 h11-0.14.0 httpcore-1.0.5 httpx-0.27.2 idna-3.8 isodate-0.6.1 jinja2-3.1.4 joblib-1.4.2 jsonpatch-1.33 jsonpointer-3.0.0 jsonref-0.2 jsonschema-3.2.0 langchain-core-0.1.42 langsmith-0.1.106 markupsafe-2.1.5 nltk-3.8.1 orjson-3.10.7 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.9.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.2 regex-2024.7.24 requests-2.32.3 requests-cache-1.2.1 six-1.16.0 sniffio-1.3.1 tenacity-8.5.0 tqdm-4.66.5 typing-extensions-4.12.2 url-normalize-1.4.3 urllib3-2.2.2 wcmatch-8.4 wrapt-1.16.0 + +AuthNettyServerCustomizerTest > testCustomizerRegisteredOnCreation() PASSED + +AuthenticationHeaderResolverTest > testResolvingFromConnectionIds() STARTED + +AuthenticationHeaderResolverTest > testResolvingFromConnectionIds() 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 + +AirbyteCompatibilityTest > testPlatformCompatibility$io_airbyte_airbyte_cron_test() STARTED + +AirbyteCompatibilityTest > testPlatformCompatibility$io_airbyte_airbyte_cron_test() SKIPPED + +WorkloadMonitorTest > test cancel timeout sync workload() STARTED +The following classes needed for analysis were missing: + invoke + apply + test + accept + makeConcatWithConstants + +BufferedReplicationWorkerTest > testDestinationNotifyEndOfInputTimeout() PASSED + +BufferedReplicationWorkerTest > testLogMaskRegex() STARTED + +BufferedReplicationWorkerTest > testLogMaskRegex() PASSED + +BufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() STARTED +:oss:airbyte-notification:processTestResources +:oss:airbyte-notification:testClasses +:oss:airbyte-notification:checkstyleTest + +BufferedReplicationWorkerTest > testOnlyStateAndRecordMessagesDeliveredToDestination() PASSED + +BufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() STARTED +:oss:airbyte-notification:checkstyleTest FROM-CACHE +:oss:airbyte-notification:pmdIntegrationTest NO-SOURCE +:oss:airbyte-notification:pmdMain +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-notification:pmdTest + +CommunityCurrentUserServiceTest > testGetCurrentUser() STARTED + +CommunityCurrentUserServiceTest > testGetCurrentUser() PASSED + +BufferedReplicationWorkerTest > testDoesNotPopulatesStateOnFailureIfNotAvailable() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableSourceFailure() PASSED + +BufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() STARTED + +BufferedReplicationWorkerTest > testDestinationRunnableWorkerFailure() SKIPPED + +BufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() STARTED + +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 > testResolveUser_firebase() STARTED + +JwtUserAuthenticationResolverTest > testResolveUser_firebase() PASSED + +JwtUserAuthenticationResolverTest > testResolveRealm_firebase() STARTED + +JwtUserAuthenticationResolverTest > testResolveRealm_firebase() PASSED + +JwtUserAuthenticationResolverTest > testResolveRealm_keycloak() STARTED + +JwtUserAuthenticationResolverTest > testResolveRealm_keycloak() PASSED + +RbacRoleHelperTest > getRbacRolesMultipleIdsAndCombinationsWithNull() STARTED + +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 + +BufferedReplicationWorkerTest > testDestinationTimeoutWithCloseFailure() PASSED + +BufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() STARTED +:oss:airbyte-notification:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-notification:spotbugsMain + +SecurityAwareCurrentUserServiceTest > testGetCurrentUser() STARTED + +SecurityAwareCurrentUserServiceTest > testGetCurrentUser() PASSED + +BufferedReplicationWorkerTest > testPopulatesStatsOnFailureIfAvailable() PASSED + +BufferedReplicationWorkerTest > testCancellation() STARTED + +BufferedReplicationWorkerTest > testCancellation() PASSED + +BufferedReplicationWorkerTest > testCallHeartbeat() STARTED + +BufferedReplicationWorkerTest > testCallHeartbeat() PASSED + +BufferedReplicationWorkerTest > test() STARTED + +BufferedReplicationWorkerTest > test() PASSED + +BufferedReplicationWorkerTest > testDestinationConfigPersistError() STARTED + +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 + +BufferedReplicationWorkerTest > testDestinationConfigPersistError() PASSED + +BufferedReplicationWorkerTest > testGetFailureReason() STARTED + +BufferedReplicationWorkerTest > testGetFailureReason() PASSED + +BufferedReplicationWorkerTest > testLoggingInThreads() STARTED + +BufferedReplicationWorkerTest > testLoggingInThreads() PASSED + +BufferedReplicationWorkerTest > testDestinationNonZeroExitValue() STARTED + +BufferedReplicationWorkerTest > testDestinationNonZeroExitValue() PASSED + +BufferedReplicationWorkerTest > testInvalidSchema() STARTED + +ApiAuthorizationHelperTest > test ensureUserHasAnyRequiredRoleOrThrow for common required roles() STARTED + +BufferedReplicationWorkerTest > testInvalidSchema() PASSED + +BufferedReplicationWorkerTest > testSourceNonZeroExitValue() STARTED + +BufferedReplicationWorkerTest > testSourceNonZeroExitValue() PASSED + +BufferedReplicationWorkerTest > testSourceFailingTimeout() STARTED + +WorkloadMonitorTest > test cancel timeout sync workload() PASSED + +BufferedReplicationWorkerTest > testSourceFailingTimeout() PASSED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() STARTED + +WorkloadMonitorTest > test cancel not heartbeating workloads() STARTED + +BufferedReplicationWorkerTest > testStreamStatusCompletionTrackingTrackSourceMessage() PASSED + +BufferedReplicationWorkerTest > testDestinationAcceptTimeout() STARTED + +WorkloadMonitorTest > test cancel not heartbeating workloads() PASSED + +WorkloadMonitorTest > test cancel not started workloads() STARTED + +WorkloadMonitorTest > test cancel not started workloads() PASSED + +WorkloadMonitorTest > test cancel timeout non sync workload() STARTED + +ApiAuthorizationHelperTest > test ensureUserHasAnyRequiredRoleOrThrow for common required roles() PASSED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions for passing and failing permission checks() STARTED + +WorkloadMonitorTest > test cancel timeout non sync workload() PASSED + +WorkloadMonitorTest > test cancel not claimed workloads() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + query + test + +WorkloadMonitorTest > test cancel not claimed workloads() PASSED + +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 + +ApiAuthorizationHelperTest > test checkWorkspacePermissions for instance admin() PASSED + +ApiAuthorizationHelperTest > test checkWorkspacePermissions with empty workspace Ids() STARTED +:oss:airbyte-notification:spotbugsTest SKIPPED +:oss:airbyte-notification:test + +ApiAuthorizationHelperTest > test checkWorkspacePermissions with empty workspace Ids() PASSED + +RbacTokenRoleResolverTest > test resolveRoles with valid authUserId() STARTED + +RbacTokenRoleResolverTest > test resolveRoles with valid authUserId() PASSED + +RbacTokenRoleResolverTest > test resolveRoles with null authUserId() STARTED + +RbacTokenRoleResolverTest > test resolveRoles with null authUserId() PASSED + +RbacTokenRoleResolverTest > test resolveRoles with blank authUserId() STARTED + +RbacTokenRoleResolverTest > test resolveRoles with blank authUserId() PASSED + +AbstractThrowableProblemHandlerTest > testHandle() STARTED + +AbstractThrowableProblemHandlerTest > testHandle() PASSED + +ConnectorRolloutHandlerTest > test insertConnectorRollout() STARTED +:oss:airbyte-cron:jacocoTestReport + ---> Removed intermediate container 90d915dd3456 + ---> e6317344c979 +Step 9/21 : ARG VERSION=0.64.3 + +ConnectorRolloutHandlerTest > test insertConnectorRollout() PASSED + +ConnectorRolloutHandlerTest > test insertConnectorRolloutNoActorDefinitionVersionForInitialVersion() STARTED + ---> Running in bbd999631b36 + +ConnectorRolloutHandlerTest > test insertConnectorRolloutNoActorDefinitionVersionForInitialVersion() PASSED + +ConnectorRolloutHandlerTest > test getConnectorRollout by id() STARTED + +ConnectorRolloutHandlerTest > test getConnectorRollout by id() PASSED + +ConnectorRolloutHandlerTest > test updateConnectorRollout() STARTED + +ConnectorRolloutHandlerTest > test updateConnectorRollout() PASSED + +ConnectorRolloutHandlerTest > test updateConnectorRolloutNoActorDefinitionVersionForInitialVersion() STARTED + +ConnectorRolloutHandlerTest > test updateConnectorRolloutNoActorDefinitionVersionForInitialVersion() PASSED + +ConnectorRolloutHandlerTest > test listConnectorRolloutsNoActorDefinitionVersion() STARTED + +ConnectorRolloutHandlerTest > test listConnectorRolloutsNoActorDefinitionVersion() PASSED + +ConnectorRolloutHandlerTest > test listConnectorRollouts() STARTED + +ConnectorRolloutHandlerTest > test listConnectorRollouts() PASSED +:oss:airbyte-cron:check +:oss:airbyte-oauth:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-oauth:compileIntegrationTestJava FROM-CACHE +:oss:airbyte-oauth:integrationTestClasses UP-TO-DATE +:oss:airbyte-oauth:checkstyleIntegrationTest FROM-CACHE +:oss:airbyte-oauth:compileTestKotlin NO-SOURCE +:oss:airbyte-oauth:compileTestJava FROM-CACHE +:oss:airbyte-oauth:testClasses UP-TO-DATE +:oss:airbyte-oauth:checkstyleTest FROM-CACHE +:oss:airbyte-oauth:pmdIntegrationTest + +BufferedReplicationWorkerTest > testDestinationAcceptTimeout() PASSED + +BufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() STARTED +:oss:airbyte-oauth:pmdTest + +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 + +CustomerIoEmailConfigFetcherTest > testReturnTheRightConfig() STARTED + +BufferedReplicationWorkerTest > testOnlySelectedFieldsDeliveredToDestinationWithFieldSelectionEnabled() PASSED + +BufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() 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 + +BufferedReplicationWorkerTest > testWorkerShutsDownLongRunningSchemaValidationThread() PASSED + +BufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() STARTED + +ScopedConfigurationHandlerTest > test assertCreateRelatedRecordsExist with missing resource() PASSED + +ScopedConfigurationHandlerTest > test deleteScopedConfiguration() STARTED + +ScopedConfigurationHandlerTest > test deleteScopedConfiguration() PASSED + +ScopedConfigurationHandlerTest > test getScopedConfiguration() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ScopedConfigurationHandlerTest > test getScopedConfiguration() PASSED + +ScopedConfigurationHandlerTest > test get scoped configuration context() STARTED +:oss:airbyte-oauth:spotbugsIntegrationTest + +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 + ---> Removed intermediate container bbd999631b36 + ---> a2318ed86401 +Step 10/21 : ENV APPLICATION airbyte-connector-builder-server + ---> Running in e45ff51f7699 + +StreamRefreshesHandlerTest > test that nothing is submitted if refreshes is not supported() STARTED + +BufferedReplicationWorkerTest > testPopulatesOutputOnSuccess() PASSED + +BufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() STARTED + +BufferedReplicationWorkerTest > testDoesNotPopulateOnIrrecoverableFailure() PASSED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() STARTED + +BufferedReplicationWorkerTest > testReplicationRunnableDestinationUpdateConfig() PASSED + +BufferedReplicationWorkerTest > testDontCallHeartbeat() 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 + +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 + +BufferedReplicationWorkerTest > testDontCallHeartbeat() PASSED + +BufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() STARTED + +ContextBuilderTest > test the creation of the connection context() PASSED + +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 + +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 + +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 + +BufferedReplicationWorkerTest > testDestinationRunnableDestinationFailure() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInWriteTodestination() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() STARTED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInReadFromDestination() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() STARTED + +CatalogValidatorTest > test getting the field count when no fields are present$io_airbyte_airbyte_commons_server_test() STARTED + +CatalogValidatorTest > test getting the field count when no fields are present$io_airbyte_airbyte_commons_server_test() 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"… 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"… PASSED + +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 + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashInProcessMessage() PASSED + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() 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 + ---> Removed intermediate container e45ff51f7699 + ---> 40c9dd2c594b +Step 11/21 : ENV VERSION ${VERSION} + +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 + ---> Running in 22ac38a7feee + +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 + +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 + +BufferedReplicationWorkerTest > testClosurePropagationWhenCrashReadFromSource() PASSED + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [1] true 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… 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 + +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 + +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 +The following classes needed for analysis were missing: + makeConcatWithConstants + call + test + apply + compare + +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 + 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 +:oss:airbyte-oauth:spotbugsTest SKIPPED + +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 +:oss:airbyte-oauth:test + +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 + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [1] true PASSED + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [2] false STARTED + +ReplicationWorkerHelperTest > testGetReplicationOutput(boolean) > [2] false PASSED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnDestinationMessage() STARTED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnDestinationMessage() PASSED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnSourceMessage() STARTED + +ReplicationWorkerHelperTest > callsStreamStatusTrackerOnSourceMessage() PASSED + +ReplicationWorkerHelperTest > testMessageIsMappedAfterProcessing() STARTED + +ReplicationWorkerHelperTest > testMessageIsMappedAfterProcessing() PASSED + +ReplicationWorkerHelperTest > testSupportRefreshesIsPassed(boolean) > [1] true STARTED + +ReplicationWorkerHelperTest > testSupportRefreshesIsPassed(boolean) > [1] true PASSED + +ReplicationWorkerHelperTest > testSupportRefreshesIsPassed(boolean) > [2] false STARTED + +ReplicationWorkerHelperTest > testSupportRefreshesIsPassed(boolean) > [2] false PASSED + +ReplicationWorkerHelperTest > testApplyTransformationMapper() STARTED + +ReplicationWorkerHelperTest > testApplyTransformationMapper() PASSED + +ReplicationWorkerHelperTest > testApplyTransformationFlagDisableOrNoMapper(boolean) > [1] true STARTED + +ReplicationWorkerHelperTest > testApplyTransformationFlagDisableOrNoMapper(boolean) > [1] true PASSED + +ReplicationWorkerHelperTest > testApplyTransformationFlagDisableOrNoMapper(boolean) > [2] false STARTED + +ReplicationWorkerHelperTest > testApplyTransformationFlagDisableOrNoMapper(boolean) > [2] false PASSED + +ReplicationWorkerHelperTest > testMessageMapIsRevertedBeforeProcessing() STARTED + +ReplicationWorkerHelperTest > testMessageMapIsRevertedBeforeProcessing() PASSED + +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 +:oss:airbyte-commons-server:jacocoTestReport + +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 + +CustomerIoEmailConfigFetcherTest > testReturnTheRightConfig() PASSED + +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 + +FailureHelperTest > testCheckFailure() STARTED + +FailureHelperTest > testCheckFailure() PASSED + +FailureHelperTest > testDestinationFailure() STARTED + +FailureHelperTest > testDestinationFailure() PASSED + +FailureHelperTest > genericFailureFromTraceTruncatesStrings() 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 + +FailureHelperTest > testOrderedFailures() PASSED + +CustomerIoNotificationSenderTest > testUnsuccessfulSend() STARTED + +GsonPksExtractorTest > testExistingVeryLongRecord() 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 +:oss:airbyte-commons-server:check +:oss:airbyte-server:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-server:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-server:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-server:processIntegrationTestResources NO-SOURCE +:oss:airbyte-server:integrationTestClasses UP-TO-DATE +:oss:airbyte-server:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-server:checkstyleMain FROM-CACHE + +CustomerIoNotificationSenderTest > testUnsuccessfulSend() PASSED +:oss:airbyte-server:kspTestKotlin + +CustomerIoNotificationSenderTest > testSuccessfulSend() STARTED + +CustomerIoNotificationSenderTest > testSuccessfulSend() PASSED + +CustomerioNotificationClientTest > testNotifyConnectionDisabled() STARTED + +AirbyteProtocolPredicateTest > testValid() PASSED + +AirbyteProtocolPredicateTest > testConcatenatedValid() STARTED + ---> Removed intermediate container 22ac38a7feee + ---> ccdf4e70d3ec +Step 12/21 : WORKDIR /app + ---> Running in cd00d20024ec + +AirbyteProtocolPredicateTest > testConcatenatedValid() PASSED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithInvalidRecord() STARTED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithInvalidRecord() PASSED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithValidRecord() STARTED + +MoreOAuthParametersTest > testFailureFlattenConfig() STARTED + +CustomerioNotificationClientTest > testNotifyConnectionDisabled() PASSED + +CustomerioNotificationClientTest > testNotifyBreakingChangeSyncsDisabled() STARTED + +AirbyteProtocolPredicateTest > testMissingNewLineAndLineStartsWithValidRecord() PASSED + +AirbyteProtocolPredicateTest > testInValid() 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 + +DefaultAirbyteDestinationTest > testCloseNotifiesLifecycle() PASSED + +DefaultAirbyteDestinationTest > testIgnoredExitCodes() STARTED + +DefaultAirbyteDestinationTest > testIgnoredExitCodes() PASSED + +DefaultAirbyteDestinationTest > testSupportRefreshIsPassedToTheSerializer(boolean) > [1] true STARTED + +DefaultAirbyteDestinationTest > testSupportRefreshIsPassedToTheSerializer(boolean) > [1] true PASSED + +DefaultAirbyteDestinationTest > testSupportRefreshIsPassedToTheSerializer(boolean) > [2] false STARTED + +DefaultAirbyteDestinationTest > testSupportRefreshIsPassedToTheSerializer(boolean) > [2] false PASSED + +DefaultAirbyteDestinationTest > testSuccessfulLifecycle() STARTED + +DefaultAirbyteDestinationTest > testSuccessfulLifecycle() PASSED + +DefaultAirbyteDestinationTest > testGetExitValue() STARTED + +DefaultAirbyteDestinationTest > testGetExitValue() PASSED + +DefaultAirbyteDestinationTest > testNonzeroExitCodeThrowsException() STARTED + +DefaultAirbyteDestinationTest > testNonzeroExitCodeThrowsException() PASSED + +DefaultAirbyteDestinationTest > testApplyTheMapperCatalogGeneration(boolean) > [1] true STARTED + +DefaultAirbyteDestinationTest > testApplyTheMapperCatalogGeneration(boolean) > [1] true PASSED + +DefaultAirbyteDestinationTest > testApplyTheMapperCatalogGeneration(boolean) > [2] false STARTED + +DefaultAirbyteDestinationTest > testApplyTheMapperCatalogGeneration(boolean) > [2] false PASSED + +DefaultAirbyteDestinationTest > testTaggedLogs() STARTED + +DefaultAirbyteDestinationTest > testTaggedLogs() PASSED + +DefaultAirbyteSourceTest > testIgnoredExitCodes() 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 +:oss:airbyte-test-utils:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-test-utils:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-test-utils:integrationTestClasses UP-TO-DATE +:oss:airbyte-test-utils:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-test-utils:checkstyleMain FROM-CACHE +:oss:airbyte-test-utils:compileTestKotlin NO-SOURCE +:oss:airbyte-test-utils:compileTestJava + +ActorDefinitionServiceJooqImplTest > testGetActorIdsForDefinition() STARTED +:oss:airbyte-test-utils:compileTestJava FROM-CACHE +:oss:airbyte-test-utils:testClasses UP-TO-DATE +:oss:airbyte-test-utils:checkstyleTest + +MoreOAuthParametersTest > testFailureFlattenConfig() PASSED +:oss:airbyte-test-utils:checkstyleTest FROM-CACHE +:oss:airbyte-test-utils:pmdIntegrationTest + +MoreOAuthParametersTest > A nested node which partially exists in the main config should be merged into the main config, not overwrite the whole nested object STARTED +:oss:airbyte-test-utils:pmdIntegrationTest NO-SOURCE +:oss:airbyte-test-utils:pmdMain + +ConfigDbResetHelperTest > deleteConfigDbUsers_KeycloakUsersExist_UsersAndPermissionsDeleted() STARTED + +MoreOAuthParametersTest > A nested node which partially exists in the main config should be merged into the main config, not overwrite the whole nested object PASSED + +MoreOAuthParametersTest > A nested config should be inserted with the same nesting structure STARTED + +MoreOAuthParametersTest > A nested config should be inserted with the same nesting structure PASSED + +MoreOAuthParametersTest > testFlattenConfig() STARTED + +MoreOAuthParametersTest > testFlattenConfig() PASSED + +MoreOAuthParametersTest > testInjectUnnestedNode() STARTED + +MoreOAuthParametersTest > testInjectUnnestedNode() PASSED + +AmazonAdsOAuthFlowTest > testGetDestinationConsentUrl() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ConfigDbResetHelperTest > deleteConfigDbUsers_KeycloakUsersExist_UsersAndPermissionsDeleted() PASSED + +ConfigDbResetHelperTest > throwsIfMultipleOrgsDetected() STARTED + +ConfigDbResetHelperTest > throwsIfMultipleOrgsDetected() PASSED +:oss:airbyte-server:kspTestKotlin FROM-CACHE +:oss:airbyte-server:compileTestKotlin +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DestinationTimeoutMonitorTest > testAcceptTimeout() PASSED + +DestinationTimeoutMonitorTest > testTimeoutNoException() STARTED +:oss:airbyte-server:compileTestKotlin FROM-CACHE +:oss:airbyte-server:compileTestJava + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [1] trial-577.okta.com STARTED +:oss:airbyte-test-utils:pmdTest +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DestinationTimeoutMonitorTest > testTimeoutNoException() PASSED + +DestinationTimeoutMonitorTest > testNoTimeout() STARTED + ---> Removed intermediate container cd00d20024ec + ---> 796e08c0e4c3 +Step 13/21 : USER root + ---> Running in ff5f96ef2c56 +:oss:airbyte-test-utils:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-test-utils:spotbugsMain +:oss:airbyte-server:compileTestJava FROM-CACHE +:oss:airbyte-server:processTestResources + +DestinationTimeoutMonitorTest > testNoTimeout() PASSED + +DestinationTimeoutMonitorTest > testNotifyEndOfInputTimeout() STARTED + +AmazonAdsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +AmazonAdsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +AmazonAdsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +AmazonAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED +:oss:airbyte-server:testClasses +:oss:airbyte-server:checkstyleTest FROM-CACHE +:oss:airbyte-server:pmdIntegrationTest + +AmazonAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +AmazonAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +AmazonAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +AmazonAdsOAuthFlowTest > testGetDefaultOutputPath() STARTED +:oss:airbyte-server:pmdIntegrationTest NO-SOURCE +:oss:airbyte-server:pmdMain + +AmazonAdsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +AmazonAdsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +AmazonAdsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +AmazonAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +AmazonAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +AmazonAdsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +AmazonAdsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +AmazonAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +AmazonAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +AmazonAdsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +AmazonAdsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +AmazonAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +AmazonAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +AmazonAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +AmazonAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +AmazonAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +AmazonAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +AmazonAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +AmazonAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +AmazonAdsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +AmazonAdsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +AmazonAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +AmazonAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +AmazonAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +AmazonAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +AmazonAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +DestinationTimeoutMonitorTest > testNotifyEndOfInputTimeout() PASSED + +EmptyAirbyteSourceTest > testLegacyWithResettingExtraStreamNotInCatalog() STARTED + +EmptyAirbyteSourceTest > testLegacyWithResettingExtraStreamNotInCatalog() PASSED + +EmptyAirbyteSourceTest > testGlobalNewStream() STARTED + +AmazonAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +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 + +AsanaOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +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 + +AsanaOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +EmptyAirbyteSourceTest > emptyLegacyStateShouldNotEmitState() PASSED + +EmptyAirbyteSourceTest > testLegacy() STARTED + +EmptyAirbyteSourceTest > testLegacy() PASSED + +AsanaOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +EmptyAirbyteSourceTest > nonStartedSource() STARTED + +EmptyAirbyteSourceTest > nonStartedSource() PASSED + +EmptyAirbyteSourceTest > testLegacyWithNewConfig() STARTED + +AsanaOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +EmptyAirbyteSourceTest > testLegacyWithNewConfig() PASSED + +AsanaOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeatIfFalseFlag() STARTED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeatIfFalseFlag() PASSED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeat() STARTED + +AsanaOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +HeartBeatTimeoutChaperoneTest > testNotFailingHeartbeat() PASSED + +AsanaOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +HeartBeatTimeoutChaperoneTest > testFailHeartbeat() STARTED + +AsanaOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +AsanaOAuthFlowTest > testGetDefaultOutputPath() STARTED + +AsanaOAuthFlowTest > testGetDefaultOutputPath() PASSED + +AsanaOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +AsanaOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +AsanaOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +HeartBeatTimeoutChaperoneTest > testFailHeartbeat() PASSED + +HeartBeatTimeoutChaperoneTest > testMonitorDontFailIfDontStopBeating() STARTED + +HeartBeatTimeoutChaperoneTest > testMonitorDontFailIfDontStopBeating() PASSED + +HeartBeatTimeoutChaperoneTest > testMonitor() STARTED + +HeartBeatTimeoutChaperoneTest > testMonitor() PASSED + +HeartbeatMonitorTest > testStaleBeat() STARTED + +AsanaOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +AsanaOAuthFlowTest > testCompleteSourceOAuth() STARTED + +AsanaOAuthFlowTest > testCompleteSourceOAuth() PASSED + +AsanaOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +AsanaOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +AsanaOAuthFlowTest > testGetSourceConsentUrl() STARTED + +AsanaOAuthFlowTest > testGetSourceConsentUrl() PASSED + +AsanaOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +AsanaOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +AsanaOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +AsanaOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +AsanaOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +AsanaOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +AsanaOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +AsanaOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +AsanaOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +AsanaOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +AsanaOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +AsanaOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +AsanaOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +HeartbeatMonitorTest > testStaleBeat() PASSED + +HeartbeatMonitorTest > testNeverBeat() STARTED + +HeartbeatMonitorTest > testNeverBeat() PASSED + +HeartbeatMonitorTest > testFreshBeat() STARTED + +HeartbeatMonitorTest > testFreshBeat() PASSED + +NamespacingMapperTest > testCustomFormatWithVariableNamespace() STARTED + +AsanaOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +AsanaOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +AsanaOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +DriftOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +DriftOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +DriftOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +DriftOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +DriftOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +DriftOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +DriftOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +DriftOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +DriftOAuthFlowTest > testGetDefaultOutputPath() STARTED + +DriftOAuthFlowTest > testGetDefaultOutputPath() PASSED + +DriftOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +DriftOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +DriftOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +DriftOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +DriftOAuthFlowTest > testCompleteSourceOAuth() STARTED + +DriftOAuthFlowTest > testCompleteSourceOAuth() PASSED + +DriftOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [1] trial-577.okta.com PASSED + +DriftOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +DriftOAuthFlowTest > testGetSourceConsentUrl() STARTED + +DriftOAuthFlowTest > testGetSourceConsentUrl() PASSED + +DriftOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +DriftOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +DriftOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +DriftOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +DriftOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +DriftOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [2] https://trial-577.okta.com STARTED + +DriftOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +DriftOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +DriftOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +DriftOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +DriftOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +DriftOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +DriftOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [2] https://trial-577.okta.com PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [3] trial-577.okta.com/.well-known/openid-configuration STARTED + +DriftOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +DriftOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +DriftOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +GithubOAuthFlowTest > testGetDestinationConsentUrl() 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 + +GithubOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +GithubOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [4] https://trial-577.okta.com/.well-known/openid-configuration PASSED + +GithubOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +GithubOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [5] trial-577.okta.com/ STARTED + +GithubOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +GithubOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +GithubOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +GithubOAuthFlowTest > testGetDefaultOutputPath() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [5] trial-577.okta.com/ PASSED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [6] https://trial-577.okta.com/ STARTED + +GithubOAuthFlowTest > testGetDefaultOutputPath() PASSED + +GithubOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +NamespacingMapperTest > testCustomFormatWithVariableNamespace() PASSED + +NamespacingMapperTest > testCustomFormatWithoutVariableNamespace() STARTED + +NamespacingMapperTest > testCustomFormatWithoutVariableNamespace() PASSED + +GithubOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +GithubOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +ConfigurationMapServiceTest > testImportProviderFrom(String) > [6] https://trial-577.okta.com/ PASSED + +NamespacingMapperTest > testRevertMapStateMessage() STARTED + +NamespacingMapperTest > testRevertMapStateMessage() PASSED + +GithubOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +NamespacingMapperTest > testEmptyCustomFormatWithVariableNamespace() STARTED + +GithubOAuthFlowTest > testCompleteSourceOAuth() STARTED + +ConfigurationMapServiceTest > testSetupProviderConfig() STARTED + +GithubOAuthFlowTest > testCompleteSourceOAuth() PASSED + +GithubOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +GithubOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +GithubOAuthFlowTest > testGetSourceConsentUrl() STARTED + +GithubOAuthFlowTest > testGetSourceConsentUrl() PASSED + +GithubOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +ConfigurationMapServiceTest > testSetupProviderConfig() PASSED + +GithubOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +GithubOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +GithubOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +GithubOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +GithubOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +GithubOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +GithubOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +GithubOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +GithubOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +GithubOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testCreateFailureThrows() STARTED + +GithubOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +GithubOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +GithubOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +GithubOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +GithubOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +GitlabOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +GitlabOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +GitlabOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +GitlabOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +GitlabOAuthFlowTest > testGetDefaultOutputPath() STARTED + +NamespacingMapperTest > testEmptyCustomFormatWithVariableNamespace() PASSED + +NamespacingMapperTest > testEmptySourceNamespace() STARTED + +NamespacingMapperTest > testEmptySourceNamespace() PASSED + +GitlabOAuthFlowTest > testGetDefaultOutputPath() PASSED + +NamespacingMapperTest > testEmptyPrefix() STARTED + +GitlabOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +GitlabOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +GitlabOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +GitlabOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +GitlabOAuthFlowTest > testCompleteSourceOAuth() STARTED + +NamespacingMapperTest > testEmptyPrefix() PASSED + +NamespacingMapperTest > testDestinationNamespace() STARTED + +NamespacingMapperTest > testDestinationNamespace() PASSED + +NamespacingMapperTest > testSourceNamespace() STARTED + +GitlabOAuthFlowTest > testCompleteSourceOAuth() PASSED + +GitlabOAuthFlowTest > testGetSourceConsentUrl() STARTED + +NamespacingMapperTest > testSourceNamespace() PASSED + +NamespacingMapperTest > testMapStateMessage() STARTED + +NamespacingMapperTest > testMapStateMessage() PASSED + +GitlabOAuthFlowTest > testGetSourceConsentUrl() PASSED + +GitlabOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SimpleAirbyteDestinationTest > testDestinationWillReturnAllStateMessagesBeforeClosing() STARTED + +SimpleAirbyteDestinationTest > testDestinationWillReturnAllStateMessagesBeforeClosing() PASSED + +SimpleAirbyteDestinationTest > testDestinationEchoesStateMessages() STARTED + +GitlabOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SimpleAirbyteDestinationTest > testDestinationEchoesStateMessages() PASSED + +SimpleAirbyteDestinationTest > testNotifyEndOfInputTerminatesTheDestination() STARTED + +GitlabOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +SimpleAirbyteDestinationTest > testNotifyEndOfInputTerminatesTheDestination() PASSED + +SimpleAirbyteSourceTest > testMessages() STARTED + +SimpleAirbyteSourceTest > testMessages() PASSED + +SimpleAirbyteSourceTest > testInfiniteMessages() STARTED + +SimpleAirbyteSourceTest > testInfiniteMessages() PASSED + +GitlabOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +GitlabOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +GitlabOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +GitlabOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +GitlabOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +GitlabOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +GitlabOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +GitlabOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +GitlabOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +GitlabOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +GitlabOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +GitlabOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +GitlabOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +GitlabOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +GitlabOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +GitlabOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +GitlabOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +GitlabOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +GitlabOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +HarvestOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +HarvestOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +HarvestOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +HarvestOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +HarvestOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionWithoutSpecMessage() STARTED + +HarvestOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +HarvestOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +HarvestOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +HarvestOAuthFlowTest > testGetDefaultOutputPath() STARTED + +HarvestOAuthFlowTest > testGetDefaultOutputPath() PASSED + +HarvestOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +HarvestOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +HarvestOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +HarvestOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +HarvestOAuthFlowTest > testCompleteSourceOAuth() STARTED + +HarvestOAuthFlowTest > testCompleteSourceOAuth() PASSED + +HarvestOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +HarvestOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +HarvestOAuthFlowTest > testGetSourceConsentUrl() STARTED + +HarvestOAuthFlowTest > testGetSourceConsentUrl() PASSED + +HarvestOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +HarvestOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +HarvestOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +HarvestOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +HarvestOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +HarvestOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +HarvestOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +HarvestOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +HarvestOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +HarvestOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +HarvestOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +HarvestOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +HarvestOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +HarvestOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +HarvestOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +HarvestOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +HubspotOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +HubspotOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +HubspotOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +HubspotOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionWithoutSpecMessage() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionFallback() STARTED + +HubspotOAuthFlowTest > testGetDefaultOutputPath() STARTED + +HubspotOAuthFlowTest > testGetDefaultOutputPath() PASSED + +HubspotOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetectionFallback() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetection() STARTED + +HubspotOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreateWithVersionDetection() PASSED + +HubspotOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreate() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct Protocol Migration Behavior > testCreate() PASSED + +HubspotOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testMalformedRecordShouldOnlyDebugLog(String) > [1] {"type":"RECORD", "record": {"stream": "transactions", "data": {"amount": "100.00" STARTED + +HubspotOAuthFlowTest > testCompleteSourceOAuth() STARTED + +HubspotOAuthFlowTest > testCompleteSourceOAuth() PASSED + +HubspotOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +HubspotOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +HubspotOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +HubspotOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +HubspotOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +HubspotOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +HubspotOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +HubspotOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +HubspotOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +HubspotOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +HubspotOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +HubspotOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +HubspotOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +HubspotOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +HubspotOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +HubspotOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +IntercomOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +IntercomOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +IntercomOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +IntercomOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +IntercomOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +IntercomOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +IntercomOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +IntercomOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +IntercomOAuthFlowTest > testGetDefaultOutputPath() STARTED + +IntercomOAuthFlowTest > testGetDefaultOutputPath() PASSED + +IntercomOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +IntercomOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +IntercomOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +IntercomOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +IntercomOAuthFlowTest > testCompleteSourceOAuth() STARTED + +IntercomOAuthFlowTest > testCompleteSourceOAuth() PASSED + +IntercomOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +IntercomOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +IntercomOAuthFlowTest > testGetSourceConsentUrl() STARTED + +IntercomOAuthFlowTest > testGetSourceConsentUrl() PASSED + +IntercomOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +IntercomOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +IntercomOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +IntercomOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +IntercomOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +IntercomOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +IntercomOAuthFlowTest > testValidateInputOAuthConfigurationFailure() 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 + +IntercomOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +IntercomOAuthFlowTest > testCompleteDestinationOAuth() 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 + +IntercomOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +IntercomOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() 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 + +IntercomOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +IntercomOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +IntercomOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +IntercomOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +IntercomOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +LeverOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +LeverOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +LeverOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +LeverOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +LeverOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +LeverOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +LeverOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +LeverOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +LeverOAuthFlowTest > testGetDefaultOutputPath() STARTED + +LeverOAuthFlowTest > testGetDefaultOutputPath() PASSED + +LeverOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +LeverOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +LeverOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +LeverOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +LeverOAuthFlowTest > testCompleteSourceOAuth() STARTED + +LeverOAuthFlowTest > testCompleteSourceOAuth() PASSED + +LeverOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +LeverOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +LeverOAuthFlowTest > testGetSourceConsentUrl() STARTED + +LeverOAuthFlowTest > testGetSourceConsentUrl() PASSED + +LeverOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +LeverOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +LeverOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +LeverOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +LeverOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + ---> Removed intermediate container ff5f96ef2c56 + ---> b593e512ac0f +Step 14/21 : ADD airbyte-app.tar /app + +LeverOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +LeverOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +LeverOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +LeverOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +LeverOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +LeverOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +LeverOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +LeverOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +LeverOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +LeverOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +LeverOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +LinkedinAdsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +LinkedinAdsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +LinkedinAdsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +LinkedinAdsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +LinkedinAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +LinkedinAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +LinkedinAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +LinkedinAdsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +LinkedinAdsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +LinkedinAdsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +LinkedinAdsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +LinkedinAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +LinkedinAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +LinkedinAdsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +LinkedinAdsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +LinkedinAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testCreateFailureThrows() PASSED + +LinkedinAdsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +LinkedinAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testOneExistingIdpNotMarked() STARTED + +LinkedinAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +LinkedinAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +LinkedinAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +LinkedinAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +LinkedinAdsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +LinkedinAdsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +LinkedinAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +LinkedinAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +LinkedinAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +LinkedinAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +LinkedinAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +MailchimpOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +MailchimpOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +MailchimpOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +MailchimpOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +MailchimpOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +MailchimpOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +MailchimpOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +MailchimpOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +MailchimpOAuthFlowTest > testGetDefaultOutputPath() STARTED + +MailchimpOAuthFlowTest > testGetDefaultOutputPath() PASSED + +MailchimpOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +MailchimpOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +MailchimpOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +MailchimpOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +MailchimpOAuthFlowTest > testCompleteSourceOAuth() STARTED + +MailchimpOAuthFlowTest > testCompleteSourceOAuth() PASSED + +MailchimpOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +MailchimpOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +MailchimpOAuthFlowTest > testGetSourceConsentUrl() STARTED + +MailchimpOAuthFlowTest > testGetSourceConsentUrl() PASSED + +MailchimpOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +MailchimpOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +MailchimpOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +MailchimpOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +MailchimpOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +MailchimpOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +MailchimpOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +MailchimpOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +MailchimpOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +ActorDefinitionServiceJooqImplTest > testGetActorIdsForDefinition() PASSED + +MailchimpOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +MailchimpOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +MailchimpOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +ActorDefinitionServiceJooqImplTest > updateActorDefinitionDefaultVersionId() STARTED + +MailchimpOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +MailchimpOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +MailchimpOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +MailchimpOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageVeryLongMessageDontFail() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailDeserializationObvious() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetDefaultOutputPath() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetDefaultOutputPath() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testValidateOAuthOutputFailure() 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 + +MicrosoftAzureBlobStorageOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testCompleteSourceOAuth() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageMixedUpRecordFailureDisable() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testCompleteSourceOAuth() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetSourceConsentUrl() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageValid() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testToAirbyteMessageValid() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLevel() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetSourceConsentUrl() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLevel() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigDecimal() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +MicrosoftAzureBlobStorageOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigDecimal() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigInteger() STARTED + +MicrosoftBingAdsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +MicrosoftBingAdsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +MicrosoftBingAdsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +MicrosoftBingAdsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +MicrosoftBingAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +MicrosoftBingAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +MicrosoftBingAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +MicrosoftBingAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +MicrosoftBingAdsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testValidBigInteger() PASSED + +MicrosoftBingAdsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +MicrosoftBingAdsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + + +MicrosoftBingAdsOAuthFlowTest > testValidateOAuthOutputFailure() 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 + +MicrosoftBingAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +MicrosoftBingAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testLoggingLine() PASSED + +MicrosoftBingAdsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +MicrosoftBingAdsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +MicrosoftBingAdsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailValidation() STARTED + +MicrosoftBingAdsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +MicrosoftBingAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +MicrosoftBingAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +MicrosoftBingAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +VersionedAirbyteStreamFactoryTest > Test Correct AirbyteMessage Parsing Behavior > testFailValidation() PASSED + +MicrosoftBingAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +MicrosoftBingAdsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceControl() STARTED + +MicrosoftBingAdsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +MicrosoftBingAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +MicrosoftBingAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +MicrosoftBingAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +MicrosoftBingAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +MicrosoftBingAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +MicrosoftBingAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +MicrosoftBingAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +MicrosoftBingAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +MicrosoftBingAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +MicrosoftBingAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +MicrosoftBingAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +MicrosoftBingAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +MicrosoftTeamsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +MicrosoftTeamsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +MicrosoftTeamsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +MicrosoftTeamsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +MicrosoftTeamsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +MicrosoftTeamsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +MicrosoftTeamsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +MicrosoftTeamsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +MicrosoftTeamsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +MicrosoftTeamsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +MicrosoftTeamsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +MicrosoftTeamsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +MicrosoftTeamsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +MicrosoftTeamsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +MicrosoftTeamsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +MicrosoftTeamsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +MicrosoftTeamsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +MicrosoftTeamsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +MicrosoftTeamsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +MicrosoftTeamsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +MicrosoftTeamsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +MicrosoftTeamsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +MondayOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +MondayOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +MondayOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +MondayOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +MondayOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +MondayOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +MondayOAuthFlowTest > testGetDefaultOutputPath() STARTED + +MondayOAuthFlowTest > testGetDefaultOutputPath() PASSED + +MondayOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +MondayOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +MondayOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +MondayOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +MondayOAuthFlowTest > testCompleteSourceOAuth() STARTED + +MondayOAuthFlowTest > testCompleteSourceOAuth() PASSED + +MondayOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +MondayOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +MondayOAuthFlowTest > testGetSourceConsentUrl() STARTED + +MondayOAuthFlowTest > testGetSourceConsentUrl() PASSED + +MondayOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +MondayOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +MondayOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +MondayOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +MondayOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +MondayOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +MondayOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +MondayOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +MondayOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +MondayOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +MondayOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +MondayOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +MondayOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +MondayOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +MondayOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +MondayOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +MondayOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +MondayOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +PinterestOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +PinterestOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +PinterestOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +PinterestOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +PinterestOAuthFlowTest > testGetDefaultOutputPath() STARTED + +PinterestOAuthFlowTest > testGetDefaultOutputPath() PASSED + +PinterestOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +PinterestOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +PinterestOAuthFlowTest > testGetSourceConsentUrl() STARTED + +PinterestOAuthFlowTest > testGetSourceConsentUrl() PASSED + +PinterestOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceControl() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceRecord() STARTED + +PinterestOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +PinterestOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +PinterestOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +PinterestOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceRecord() PASSED + +PinterestOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationRecord() STARTED + +PinterestOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +PinterestOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +PinterestOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationRecord() PASSED + +PinterestOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceError() STARTED + +PinterestOAuthFlowTest > testCompleteSourceOAuth() STARTED + +PinterestOAuthFlowTest > testCompleteSourceOAuth() PASSED + +PinterestOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +PinterestOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +PinterestOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +PinterestOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +PinterestOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +PinterestOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +PinterestOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +PinterestOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +PinterestOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +PinterestOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +PinterestOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +PinterestOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +PinterestOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +PinterestOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +PipeDriveOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +PipeDriveOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +PipeDriveOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +PipeDriveOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +PipeDriveOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +PipeDriveOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +PipeDriveOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +PipeDriveOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +PipeDriveOAuthFlowTest > testGetDefaultOutputPath() STARTED + +PipeDriveOAuthFlowTest > testGetDefaultOutputPath() PASSED + +PipeDriveOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +PipeDriveOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +PipeDriveOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +PipeDriveOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +PipeDriveOAuthFlowTest > testCompleteSourceOAuth() STARTED + +PipeDriveOAuthFlowTest > testCompleteSourceOAuth() PASSED + +PipeDriveOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +PipeDriveOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +PipeDriveOAuthFlowTest > testGetSourceConsentUrl() STARTED + +PipeDriveOAuthFlowTest > testGetSourceConsentUrl() PASSED + +PipeDriveOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +PipeDriveOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +PipeDriveOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +PipeDriveOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testOneExistingIdpNotMarked() PASSED + +PipeDriveOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +PipeDriveOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +PipeDriveOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +PipeDriveOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +PipeDriveOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoOidcConfig() STARTED + +PipeDriveOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +PipeDriveOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +PipeDriveOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +PipeDriveOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +PipeDriveOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +PipeDriveOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +PipeDriveOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +QuickbooksOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +QuickbooksOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +QuickbooksOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +QuickbooksOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +QuickbooksOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +QuickbooksOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +QuickbooksOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +QuickbooksOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +QuickbooksOAuthFlowTest > testGetDefaultOutputPath() STARTED + +QuickbooksOAuthFlowTest > testGetDefaultOutputPath() PASSED + +QuickbooksOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoOidcConfig() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpOnlyOneMarked() STARTED + +QuickbooksOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +QuickbooksOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +QuickbooksOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +QuickbooksOAuthFlowTest > testCompleteSourceOAuth() STARTED + +QuickbooksOAuthFlowTest > testCompleteSourceOAuth() PASSED + +QuickbooksOAuthFlowTest > testGetSourceConsentUrl() STARTED + +QuickbooksOAuthFlowTest > testGetSourceConsentUrl() PASSED + +QuickbooksOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +QuickbooksOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +QuickbooksOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +QuickbooksOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +QuickbooksOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +QuickbooksOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +QuickbooksOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpOnlyOneMarked() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoExistingIdp() STARTED + +QuickbooksOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +QuickbooksOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +QuickbooksOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +QuickbooksOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +QuickbooksOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +QuickbooksOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +QuickbooksOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +QuickbooksOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +QuickbooksOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +QuickbooksOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +QuickbooksOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceError() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithMultipleTraceErrors() STARTED + +RetentlyOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithMultipleTraceErrors() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationControl() STARTED + +RetentlyOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +RetentlyOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationControl() PASSED + +RetentlyOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +RetentlyOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimate() STARTED + +RetentlyOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimate() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceAnalytics() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceAnalytics() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceError() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceError() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceStreamStatus() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceStreamStatus() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimateOther() STARTED + +RetentlyOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimateOther() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithOneTraceError() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithOneTraceError() PASSED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithNoTraceErrors() STARTED + +AirbyteMessageTrackerTest > testErrorTraceMessageFailureWithNoTraceErrors() PASSED + +RetentlyOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +RetentlyOAuthFlowTest > testGetDefaultOutputPath() STARTED + +RetentlyOAuthFlowTest > testGetDefaultOutputPath() PASSED + +RetentlyOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimate() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationTraceEstimate() PASSED + +RetentlyOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +RetentlyOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceState() STARTED + +RetentlyOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +RetentlyOAuthFlowTest > testCompleteSourceOAuth() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceState() PASSED + +AirbyteMessageTrackerTest > testAcceptFromDestinationState() STARTED + +AirbyteMessageTrackerTest > testAcceptFromDestinationState() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceAnalytics() STARTED + +RetentlyOAuthFlowTest > testCompleteSourceOAuth() PASSED + +RetentlyOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceAnalytics() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimateOther() STARTED + +RetentlyOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +RetentlyOAuthFlowTest > testGetSourceConsentUrl() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceEstimateOther() PASSED + +RetentlyOAuthFlowTest > testGetSourceConsentUrl() PASSED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceStreamStatus() STARTED + +RetentlyOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +AirbyteMessageTrackerTest > testAcceptFromSourceTraceStreamStatus() PASSED + +AirbyteControlMessageEventListenerTest > testSupportsDestinationEvent() STARTED + +RetentlyOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +RetentlyOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +RetentlyOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +RetentlyOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +RetentlyOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +RetentlyOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +RetentlyOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +RetentlyOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +RetentlyOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +RetentlyOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +RetentlyOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +RetentlyOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +RetentlyOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +RetentlyOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +RetentlyOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +SalesforceOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +SalesforceOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +SalesforceOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +SalesforceOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +SalesforceOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +SalesforceOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +SalesforceOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +SalesforceOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +SalesforceOAuthFlowTest > testGetDefaultOutputPath() STARTED + +SalesforceOAuthFlowTest > testGetDefaultOutputPath() PASSED + +SalesforceOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +SalesforceOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +SalesforceOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +SalesforceOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +SalesforceOAuthFlowTest > testCompleteSourceOAuth() STARTED + +SalesforceOAuthFlowTest > testCompleteSourceOAuth() PASSED + +SalesforceOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +SalesforceOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +SalesforceOAuthFlowTest > testGetSourceConsentUrl() STARTED + +SalesforceOAuthFlowTest > testGetSourceConsentUrl() PASSED + +SalesforceOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +SalesforceOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +SalesforceOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SalesforceOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SalesforceOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +SalesforceOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +SalesforceOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +SalesforceOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +SalesforceOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +SalesforceOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +SalesforceOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +SalesforceOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +SalesforceOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +SalesforceOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +SalesforceOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +SalesforceOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED +:oss:airbyte-server:pmdTest + +AirbyteControlMessageEventListenerTest > testSupportsDestinationEvent() PASSED + +AirbyteControlMessageEventListenerTest > testDoesNotSupportNonControlEvent() STARTED + +AirbyteControlMessageEventListenerTest > testDoesNotSupportNonControlEvent() PASSED + +AirbyteControlMessageEventListenerTest > testInternalControlMessage() STARTED + +AirbyteControlMessageEventListenerTest > testInternalControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testSourceControlMessage() STARTED + +ActorDefinitionServiceJooqImplTest > updateActorDefinitionDefaultVersionId() PASSED + +SlackOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +SlackOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +SlackOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +SlackOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +SlackOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +SlackOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +SlackOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +SlackOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +SlackOAuthFlowTest > testGetDefaultOutputPath() STARTED + +SlackOAuthFlowTest > testGetDefaultOutputPath() PASSED + +SlackOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +SlackOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +SlackOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +SlackOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +SlackOAuthFlowTest > testCompleteSourceOAuth() STARTED + +SlackOAuthFlowTest > testCompleteSourceOAuth() PASSED + +SlackOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +SlackOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +SlackOAuthFlowTest > testGetSourceConsentUrl() STARTED + +SlackOAuthFlowTest > testGetSourceConsentUrl() PASSED + +SlackOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +SlackOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +SlackOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SlackOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SlackOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +SlackOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +SlackOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testNoExistingIdp() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsMultipleMarked() STARTED + +AirbyteControlMessageEventListenerTest > testSourceControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testDestinationControlMessage() STARTED + +AirbyteControlMessageEventListenerTest > testDestinationControlMessage() PASSED + +AirbyteControlMessageEventListenerTest > testSupportsSourceEvent() STARTED + +AirbyteControlMessageEventListenerTest > testSupportsSourceEvent() PASSED + +SlackOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +SlackOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +SlackOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +StateAggregatorTest > testGlobalState() STARTED + +StateAggregatorTest > testGlobalState() PASSED + +SlackOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorSingleState() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorSingleState() PASSED + +SlackOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +SlackOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +StateAggregatorTest > testIsEmptyForSingleStates() STARTED + +StateAggregatorTest > testIsEmptyForSingleStates() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorStreamStates() STARTED + +SlackOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +SlackOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorStreamStates() PASSED + +SlackOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +StateAggregatorTest > testStreamState() STARTED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsMultipleMarked() PASSED + +StateAggregatorTest > testStreamState() PASSED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorChecksStateType() STARTED + +StateAggregatorTest > testIngestFromAnotherStateAggregatorChecksStateType() PASSED + +StateAggregatorTest > testCantMixNullType() STARTED + +StateAggregatorTest > testCantMixNullType() PASSED + +StateAggregatorTest > testLegacyState() STARTED + +StateAggregatorTest > testLegacyState() PASSED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorSingle() STARTED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorSingle() PASSED + +SmartsheetsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorStream() STARTED + +StateAggregatorTest > testIsEmptyWhenIngestFromAggregatorStream() PASSED + +StateAggregatorTest > testNullState() STARTED + +StateAggregatorTest > testNullState() PASSED + +SmartsheetsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +SmartsheetsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +SmartsheetsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +SmartsheetsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +SmartsheetsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +SmartsheetsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [1] GLOBAL STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [1] GLOBAL PASSED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [2] STREAM STARTED + +SmartsheetsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsNoneMarked() STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [2] STREAM PASSED + +SmartsheetsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +SmartsheetsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +SmartsheetsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +SmartsheetsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +SmartsheetsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [3] LEGACY STARTED + +StateAggregatorTest > testCantMixType(AirbyteStateType) > [3] LEGACY PASSED + +StateAggregatorTest > testIsEmptyForStreamStates() STARTED + +SmartsheetsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +IdentityProvidersConfiguratorTest > ConfigureIdp > testMultipleExistingIdpsNoneMarked() PASSED + +SmartsheetsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +StateAggregatorTest > testIsEmptyForStreamStates() PASSED + +SmartsheetsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +SmartsheetsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +SyncPersistenceImplTest > testStatsFailuresAreRetriedOnFollowingRunsEvenWithoutNewStates() STARTED + +SmartsheetsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +SmartsheetsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +KeycloakAdminClientProviderTest > testCreateKeycloakAdminClient() STARTED + +SmartsheetsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +SmartsheetsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +SmartsheetsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +SmartsheetsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +SmartsheetsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +SmartsheetsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +SmartsheetsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +SmartsheetsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +SmartsheetsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +SmartsheetsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SmartsheetsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SmartsheetsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +SmartsheetsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +SmartsheetsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +SmartsheetsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +SmartsheetsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +SmartsheetsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +SnapchatMarketingOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +SnapchatMarketingOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +SnapchatMarketingOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +SnapchatMarketingOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +SnapchatMarketingOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +SnapchatMarketingOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +SnapchatMarketingOAuthFlowTest > testGetDefaultOutputPath() STARTED + +SnapchatMarketingOAuthFlowTest > testGetDefaultOutputPath() PASSED + +SnapchatMarketingOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +SnapchatMarketingOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +SnapchatMarketingOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +SnapchatMarketingOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +SnapchatMarketingOAuthFlowTest > testCompleteSourceOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testCompleteSourceOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testGetSourceConsentUrl() STARTED + +SnapchatMarketingOAuthFlowTest > testGetSourceConsentUrl() PASSED + +SnapchatMarketingOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +SnapchatMarketingOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +SnapchatMarketingOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +SnapchatMarketingOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +SnapchatMarketingOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +SnapchatMarketingOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +SnapchatMarketingOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +SnapchatMarketingOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +SnowflakeOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +SnowflakeOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +SnowflakeOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +SnowflakeOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +SnowflakeOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +SnowflakeOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +SnowflakeOAuthFlowTest > testGetDefaultOutputPath() STARTED + +SnowflakeOAuthFlowTest > testGetDefaultOutputPath() PASSED + +SnowflakeOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +SnowflakeOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +SnowflakeOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +SnowflakeOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +SnowflakeOAuthFlowTest > testCompleteSourceOAuth() STARTED + +SnowflakeOAuthFlowTest > testCompleteSourceOAuth() PASSED + +SnowflakeOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +SnowflakeOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +SnowflakeOAuthFlowTest > testGetSourceConsentUrl() STARTED + +SnowflakeOAuthFlowTest > testGetSourceConsentUrl() PASSED + +SnowflakeOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +SnowflakeOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +SnowflakeOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +SnowflakeOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +SnowflakeOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +SnowflakeOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +SnowflakeOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +SnowflakeOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +SnowflakeOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +SnowflakeOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +SnowflakeOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +SnowflakeOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +SnowflakeOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +SnowflakeOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +SnowflakeOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SnowflakeOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SnowflakeOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +SnowflakeOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +SquareOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +SquareOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +SquareOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +SquareOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +SquareOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +SquareOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +SquareOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +SquareOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +SquareOAuthFlowTest > testGetDefaultOutputPath() STARTED + +SquareOAuthFlowTest > testGetDefaultOutputPath() PASSED + +SquareOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +SquareOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +SquareOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +SquareOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +SquareOAuthFlowTest > testCompleteSourceOAuth() STARTED + +SquareOAuthFlowTest > testCompleteSourceOAuth() PASSED + +SquareOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +SquareOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +SquareOAuthFlowTest > testGetSourceConsentUrl() STARTED + +SquareOAuthFlowTest > testGetSourceConsentUrl() PASSED + +SquareOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +SquareOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +SquareOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SquareOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SquareOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +SquareOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +SquareOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +SquareOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +SquareOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +SquareOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +SquareOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +SquareOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +SquareOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +SquareOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +SquareOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +SquareOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +StravaOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +StravaOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +StravaOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +StravaOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +StravaOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +StravaOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +StravaOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +StravaOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +StravaOAuthFlowTest > testGetDefaultOutputPath() STARTED + +StravaOAuthFlowTest > testGetDefaultOutputPath() PASSED + +StravaOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +StravaOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +StravaOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +StravaOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +StravaOAuthFlowTest > testCompleteSourceOAuth() STARTED + +StravaOAuthFlowTest > testCompleteSourceOAuth() PASSED + +StravaOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +StravaOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +StravaOAuthFlowTest > testGetSourceConsentUrl() STARTED + +StravaOAuthFlowTest > testGetSourceConsentUrl() PASSED + +StravaOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +StravaOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +StravaOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +StravaOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +StravaOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +StravaOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +StravaOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +StravaOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +StravaOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +StravaOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +StravaOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +StravaOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +StravaOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +StravaOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +StravaOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +StravaOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +SurveymonkeyOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +SurveymonkeyOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +SurveymonkeyOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +SurveymonkeyOAuthFlowTest > testGetDefaultOutputPath() STARTED + +SurveymonkeyOAuthFlowTest > testGetDefaultOutputPath() PASSED + +SurveymonkeyOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +SurveymonkeyOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +SurveymonkeyOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +SurveymonkeyOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +SurveymonkeyOAuthFlowTest > testCompleteSourceOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testCompleteSourceOAuth() PASSED + +SurveymonkeyOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +SurveymonkeyOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +SurveymonkeyOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +SurveymonkeyOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +SurveymonkeyOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +SurveymonkeyOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +SurveymonkeyOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +SurveymonkeyOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +SurveymonkeyOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +SurveymonkeyOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +SurveymonkeyOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +SurveymonkeyOAuthFlowTest > testGetSourceConsentUrl() STARTED + +SurveymonkeyOAuthFlowTest > testGetSourceConsentUrl() PASSED + +SurveymonkeyOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +SurveymonkeyOAuthFlowTest > testGetAccessTokenUrl() STARTED + +SurveymonkeyOAuthFlowTest > testGetAccessTokenUrl() PASSED + +SurveymonkeyOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +SurveymonkeyOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +SurveymonkeyOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +SurveymonkeyOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +SurveymonkeyOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +TikTokMarketingOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +TikTokMarketingOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +TikTokMarketingOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +TikTokMarketingOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +TikTokMarketingOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +TikTokMarketingOAuthFlowTest > testGetDefaultOutputPath() STARTED + +TikTokMarketingOAuthFlowTest > testGetDefaultOutputPath() PASSED + +TikTokMarketingOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +TikTokMarketingOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +TikTokMarketingOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +TikTokMarketingOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +TikTokMarketingOAuthFlowTest > testCompleteSourceOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testCompleteSourceOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testGetSourceConsentUrl() STARTED + +TikTokMarketingOAuthFlowTest > testGetSourceConsentUrl() PASSED + +TikTokMarketingOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +TikTokMarketingOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +TikTokMarketingOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +TikTokMarketingOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +TikTokMarketingOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +TikTokMarketingOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +TikTokMarketingOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +TikTokMarketingOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +TikTokMarketingOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +TrelloOAuthFlowTest > testCompleteSourceAuth() 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 + +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 + +TrelloOAuthFlowTest > testCompleteSourceAuth() PASSED + +TrelloOAuthFlowTest > testGetSourceConsentUrl() STARTED + +TrelloOAuthFlowTest > testGetSourceConsentUrl() PASSED + +TypeformOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +TypeformOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +TypeformOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +TypeformOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +TypeformOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +TypeformOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +TypeformOAuthFlowTest > testGetDefaultOutputPath() STARTED + +TypeformOAuthFlowTest > testGetDefaultOutputPath() PASSED + +TypeformOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +TypeformOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +TypeformOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +TypeformOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +TypeformOAuthFlowTest > testCompleteSourceOAuth() STARTED + +TypeformOAuthFlowTest > testCompleteSourceOAuth() PASSED + +TypeformOAuthFlowTest > testGetSourceConsentUrl() STARTED + +TypeformOAuthFlowTest > testGetSourceConsentUrl() PASSED + +TypeformOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +TypeformOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +TypeformOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +TypeformOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +TypeformOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +TypeformOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +TypeformOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +TypeformOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +TypeformOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +TypeformOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +TypeformOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +TypeformOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +TypeformOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +TypeformOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +TypeformOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +TypeformOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +TypeformOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +TypeformOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +TypeformOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +TypeformOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +XeroOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +XeroOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +XeroOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +XeroOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +XeroOAuthFlowTest > testGetDefaultOutputPath() STARTED + +XeroOAuthFlowTest > testGetDefaultOutputPath() PASSED + +XeroOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +XeroOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +XeroOAuthFlowTest > testGetSourceConsentUrl() STARTED + +XeroOAuthFlowTest > testGetSourceConsentUrl() PASSED + +XeroOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +XeroOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +XeroOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +XeroOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +XeroOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +XeroOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +XeroOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +XeroOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +XeroOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +XeroOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +XeroOAuthFlowTest > testCompleteSourceOAuth() STARTED + +XeroOAuthFlowTest > testCompleteSourceOAuth() PASSED + +XeroOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +XeroOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +XeroOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +XeroOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +XeroOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +XeroOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +XeroOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +XeroOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +XeroOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +XeroOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +XeroOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +XeroOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +XeroOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +XeroOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +ZendeskSunshineOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +ZendeskSunshineOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +ZendeskSunshineOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +ZendeskSunshineOAuthFlowTest > testGetDefaultOutputPath() STARTED + +ZendeskSunshineOAuthFlowTest > testGetDefaultOutputPath() PASSED + +ZendeskSunshineOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +ZendeskSunshineOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +ZendeskSunshineOAuthFlowTest > testGetSourceConsentUrl() STARTED + +ZendeskSunshineOAuthFlowTest > testGetSourceConsentUrl() PASSED + +ZendeskSunshineOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +ZendeskSunshineOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +ZendeskSunshineOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +ZendeskSunshineOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +ZendeskSunshineOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +ZendeskSunshineOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +ZendeskSunshineOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +ZendeskSunshineOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +ZendeskSunshineOAuthFlowTest > testCompleteSourceOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testCompleteSourceOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +ZendeskSunshineOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +ZendeskSunshineOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +ZendeskSunshineOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +ZendeskSunshineOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +ZendeskTalkOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +ZendeskTalkOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +ZendeskTalkOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +ZendeskTalkOAuthFlowTest > testGetDefaultOutputPath() STARTED + +ZendeskTalkOAuthFlowTest > testGetDefaultOutputPath() PASSED + +ZendeskTalkOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +ZendeskTalkOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +ZendeskTalkOAuthFlowTest > testGetSourceConsentUrl() STARTED + +ZendeskTalkOAuthFlowTest > testGetSourceConsentUrl() PASSED + +ZendeskTalkOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +ZendeskTalkOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +ZendeskTalkOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +ZendeskTalkOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +ZendeskTalkOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +ZendeskTalkOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +ZendeskTalkOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +ZendeskTalkOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +ZendeskTalkOAuthFlowTest > testCompleteSourceOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testCompleteSourceOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +ZendeskTalkOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +ZendeskTalkOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +ZendeskTalkOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +ZendeskTalkOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +FacebookMarketingOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +FacebookMarketingOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +FacebookMarketingOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +FacebookMarketingOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +FacebookMarketingOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +FacebookMarketingOAuthFlowTest > testGetDefaultOutputPath() STARTED + +FacebookMarketingOAuthFlowTest > testGetDefaultOutputPath() PASSED + +FacebookMarketingOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +FacebookMarketingOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +FacebookMarketingOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +FacebookMarketingOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +FacebookMarketingOAuthFlowTest > testCompleteSourceOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testCompleteSourceOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testGetSourceConsentUrl() STARTED + +FacebookMarketingOAuthFlowTest > testGetSourceConsentUrl() PASSED + +FacebookMarketingOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +FacebookMarketingOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +FacebookMarketingOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +FacebookMarketingOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +FacebookMarketingOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +FacebookMarketingOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +FacebookMarketingOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +FacebookMarketingOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +FacebookPagesOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +FacebookPagesOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +KeycloakAdminClientProviderTest > testCreateKeycloakAdminClient() PASSED + +FacebookPagesOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +FacebookPagesOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +FacebookPagesOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +FacebookPagesOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +FacebookPagesOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +FacebookPagesOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +FacebookPagesOAuthFlowTest > testGetDefaultOutputPath() STARTED + +FacebookPagesOAuthFlowTest > testGetDefaultOutputPath() PASSED + +FacebookPagesOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +FacebookPagesOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +FacebookPagesOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +FacebookPagesOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +FacebookPagesOAuthFlowTest > testCompleteSourceOAuth() STARTED + +FacebookPagesOAuthFlowTest > testCompleteSourceOAuth() PASSED + + +FacebookPagesOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED +KeycloakServerTest > testRecreateAirbyteRealm() STARTED + +FacebookPagesOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +FacebookPagesOAuthFlowTest > testGetSourceConsentUrl() STARTED + +FacebookPagesOAuthFlowTest > testGetSourceConsentUrl() PASSED + +FacebookPagesOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +FacebookPagesOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +FacebookPagesOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +FacebookPagesOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +FacebookPagesOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +FacebookPagesOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +FacebookPagesOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +FacebookPagesOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +FacebookPagesOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +FacebookPagesOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +FacebookPagesOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +FacebookPagesOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +FacebookPagesOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +FacebookPagesOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +FacebookPagesOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +FacebookPagesOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +InstagramOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +InstagramOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +InstagramOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +InstagramOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +InstagramOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +InstagramOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +InstagramOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +InstagramOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +InstagramOAuthFlowTest > testGetDefaultOutputPath() STARTED + +InstagramOAuthFlowTest > testGetDefaultOutputPath() PASSED + +InstagramOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +InstagramOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +InstagramOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +InstagramOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +InstagramOAuthFlowTest > testCompleteSourceOAuth() STARTED + +InstagramOAuthFlowTest > testCompleteSourceOAuth() PASSED + +InstagramOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +InstagramOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +InstagramOAuthFlowTest > testGetSourceConsentUrl() STARTED + +InstagramOAuthFlowTest > testGetSourceConsentUrl() PASSED + +InstagramOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +InstagramOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +InstagramOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +InstagramOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +InstagramOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +InstagramOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +InstagramOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +InstagramOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +InstagramOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +InstagramOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +InstagramOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +InstagramOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +InstagramOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +InstagramOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +InstagramOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +InstagramOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +DestinationGoogleSheetsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +DestinationGoogleSheetsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +GoogleAdsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +GoogleAdsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +GoogleAdsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +GoogleAdsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +GoogleAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +GoogleAdsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +GoogleAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +GoogleAdsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +GoogleAdsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +GoogleAdsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +GoogleAdsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +GoogleAdsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +GoogleAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +GoogleAdsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +GoogleAdsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +GoogleAdsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +GoogleAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +GoogleAdsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +GoogleAdsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +GoogleAdsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +GoogleAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +GoogleAdsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +GoogleAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +GoogleAdsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +GoogleAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +GoogleAdsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +GoogleAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +GoogleAdsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +GoogleAdsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +GoogleAdsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +GoogleAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +GoogleAdsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +GoogleAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +GoogleAdsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +GoogleAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +GoogleAdsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +GoogleAnalyticsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +GoogleAnalyticsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +GoogleAnalyticsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +GoogleAnalyticsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +GoogleAnalyticsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +GoogleAnalyticsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +GoogleAnalyticsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +GoogleAnalyticsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +GoogleAnalyticsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +GoogleAnalyticsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +GoogleAnalyticsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +GoogleAnalyticsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +GoogleAnalyticsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +GoogleAnalyticsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +GoogleAnalyticsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +GoogleAnalyticsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +GoogleAnalyticsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +GoogleAnalyticsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +GoogleAnalyticsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +GoogleAnalyticsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +GoogleAnalyticsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +GoogleAnalyticsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +GoogleSearchConsoleOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +GoogleSearchConsoleOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +GoogleSearchConsoleOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +GoogleSearchConsoleOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +GoogleSearchConsoleOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +GoogleSearchConsoleOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +GoogleSearchConsoleOAuthFlowTest > testGetDefaultOutputPath() STARTED + +GoogleSearchConsoleOAuthFlowTest > testGetDefaultOutputPath() PASSED + +GoogleSearchConsoleOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +GoogleSearchConsoleOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +GoogleSearchConsoleOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +GoogleSearchConsoleOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +GoogleSearchConsoleOAuthFlowTest > testCompleteSourceOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testCompleteSourceOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testGetSourceConsentUrl() STARTED + +GoogleSearchConsoleOAuthFlowTest > testGetSourceConsentUrl() PASSED + +GoogleSearchConsoleOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +GoogleSearchConsoleOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +GoogleSearchConsoleOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +GoogleSearchConsoleOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +GoogleSearchConsoleOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +GoogleSearchConsoleOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +GoogleSearchConsoleOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +GoogleSearchConsoleOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +GoogleSheetsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +GoogleSheetsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +GoogleSheetsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +GoogleSheetsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +GoogleSheetsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +GoogleSheetsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +GoogleSheetsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +GoogleSheetsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +GoogleSheetsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +GoogleSheetsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +GoogleSheetsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +GoogleSheetsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +GoogleSheetsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +GoogleSheetsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +GoogleSheetsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +GoogleSheetsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +GoogleSheetsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +GoogleSheetsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +GoogleSheetsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +GoogleSheetsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +GoogleSheetsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +GoogleSheetsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED + +YouTubeAnalyticsOAuthFlowTest > testGetDestinationConsentUrl() STARTED + +YouTubeAnalyticsOAuthFlowTest > testGetDestinationConsentUrl() PASSED + +YouTubeAnalyticsOAuthFlowTest > testCompleteOAuthMissingCode() STARTED + +YouTubeAnalyticsOAuthFlowTest > testCompleteOAuthMissingCode() PASSED + +YouTubeAnalyticsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testEmptyOutputCompleteSourceOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() STARTED + +YouTubeAnalyticsOAuthFlowTest > testGetSourceConsentUrlEmptyOAuthSpec() PASSED + +YouTubeAnalyticsOAuthFlowTest > testGetDefaultOutputPath() STARTED + +YouTubeAnalyticsOAuthFlowTest > testGetDefaultOutputPath() PASSED + +YouTubeAnalyticsOAuthFlowTest > testValidateOAuthOutputFailure() STARTED + +YouTubeAnalyticsOAuthFlowTest > testValidateOAuthOutputFailure() PASSED + +YouTubeAnalyticsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() STARTED + +YouTubeAnalyticsOAuthFlowTest > testGetConsentUrlIncompleteOAuthParameters() PASSED + +YouTubeAnalyticsOAuthFlowTest > testCompleteSourceOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testCompleteSourceOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testEmptyInputCompleteDestinationOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testGetSourceConsentUrl() STARTED + +YouTubeAnalyticsOAuthFlowTest > testGetSourceConsentUrl() PASSED + +YouTubeAnalyticsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testDeprecatedCompleteDestinationOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testDeprecatedCompleteSourceOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testEmptyOutputCompleteDestinationOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() STARTED + +YouTubeAnalyticsOAuthFlowTest > testValidateInputOAuthConfigurationFailure() PASSED + +YouTubeAnalyticsOAuthFlowTest > testCompleteDestinationOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testCompleteDestinationOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() STARTED + +YouTubeAnalyticsOAuthFlowTest > testGetDestinationConsentUrlEmptyOAuthSpec() PASSED + +YouTubeAnalyticsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() STARTED + +YouTubeAnalyticsOAuthFlowTest > testEmptyInputCompleteSourceOAuth() PASSED + +YouTubeAnalyticsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() STARTED + +YouTubeAnalyticsOAuthFlowTest > testGetConsentUrlEmptyOAuthParameters() PASSED +:oss:airbyte-oauth:jacocoTestReport + +KeycloakServerTest > testRecreateAirbyteRealm() PASSED + +KeycloakServerTest > testCreateAirbyteRealmWhenRealmAlreadyExists() STARTED + +KeycloakServerTest > testCreateAirbyteRealmWhenRealmAlreadyExists() PASSED + +KeycloakServerTest > testSetupAirbyteRealmWhenRealmDoesNotExist() STARTED + +KeycloakServerTest > testSetupAirbyteRealmWhenRealmDoesNotExist() PASSED + +KeycloakServerTest > testBuildRealmRepresentation() STARTED + +KeycloakServerTest > testBuildRealmRepresentation() PASSED + +KeycloakServerTest > testRecreateAirbyteRealmWhenRealmDoesNotExist() STARTED + +KeycloakServerTest > testRecreateAirbyteRealmWhenRealmDoesNotExist() PASSED + +KeycloakSetupTest > testRun() STARTED +:oss:airbyte-oauth:check +:oss:airbyte-server:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-server:spotbugsMain +:oss:airbyte-server:spotbugsTest SKIPPED +:oss:airbyte-server:test + +KeycloakSetupTest > testRun() PASSED + +KeycloakSetupTest > testResetRealm() STARTED + +KeycloakSetupTest > testResetRealm() PASSED + +KeycloakSetupTest > testRunThrowsException() STARTED + +KeycloakSetupTest > testRunThrowsException() PASSED + +UserConfiguratorTest > testConfigureUserAlreadyExists() STARTED + +OrchestratorHandleFactoryTest > testDockerInstantiation() STARTED + ---> 75b1f2525005 +Step 15/21 : RUN chown -R airbyte:airbyte /app + ---> Running in 2798560824df + +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 + +OrchestratorHandleFactoryTest > testDockerInstantiation() PASSED + +OrchestratorHandleFactoryTest > testKubeInstantiation() STARTED + +OrchestratorHandleFactoryTest > testKubeInstantiation() PASSED + +OrchestratorHandleFactoryTest > testDockerInstantiationWithDefaultConfig() STARTED +:oss:airbyte-keycloak-setup:jacocoTestReport + +OrchestratorHandleFactoryTest > testDockerInstantiationWithDefaultConfig() PASSED +:oss:airbyte-keycloak-setup:check +:oss:airbyte-test-utils:spotbugsTest SKIPPED +:oss:airbyte-test-utils:test + +AirbyteIntegrationLauncherTest > writeWithoutSyncResources() STARTED + +AirbyteIntegrationLauncherTest > writeWithoutSyncResources() PASSED + +AirbyteIntegrationLauncherTest > readWithoutSyncResources() STARTED + +AirbyteIntegrationLauncherTest > readWithoutSyncResources() PASSED + +AirbyteIntegrationLauncherTest > read() STARTED + +AirbyteIntegrationLauncherTest > read() PASSED + +AirbyteIntegrationLauncherTest > spec() STARTED + +AirbyteIntegrationLauncherTest > spec() PASSED + +AirbyteIntegrationLauncherTest > check() STARTED + +AirbyteIntegrationLauncherTest > check() PASSED + +AirbyteIntegrationLauncherTest > write() STARTED + +AirbyteIntegrationLauncherTest > write() PASSED + +AirbyteIntegrationLauncherTest > discover() STARTED + +AirbyteIntegrationLauncherTest > discover() 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 + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [1] [], [stream_a], false STARTED + +ConfigReplacerTest > getAllowedHostsGeneralTest() PASSED + +ConfigReplacerTest > alwaysAllowedHostsListIsImmutable() STARTED + +ConfigReplacerTest > alwaysAllowedHostsListIsImmutable() PASSED + +ConfigReplacerTest > sanitization() STARTED + +ConfigReplacerTest > sanitization() PASSED + +ConfigReplacerTest > getAllowedHostsNestingTest() STARTED + +ConfigReplacerTest > getAllowedHostsNestingTest() PASSED + +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 + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [1] [], [stream_a], false PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [2] [[stream_a]], [stream_a], true STARTED + +CheckConnectionInputHydratorTest > hydrates from base hydrator and copies expected values over() PASSED + +ConnectorSecretsHydratorTest > uses runtime hydration if ff enabled for organization id() 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 + +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 + +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 + +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 + +CustomerioNotificationClientTest > testNotifyBreakingChangeSyncsDisabled() PASSED + +CustomerioNotificationClientTest > testSendNotifyRequest() STARTED + +CustomerioNotificationClientTest > testSendNotifyRequest() PASSED + +CustomerioNotificationClientTest > testNotifyBreakingChangeWarning() STARTED + +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 + +WaitingUtilsTest > testWaitForConditionTimeout() STARTED + +CustomerioNotificationClientTest > testNotifyBreakingChangeWarning() PASSED + +CustomerioNotificationClientTest > testNotifyByEmailBroadcast() STARTED + +CustomerioNotificationClientTest > testNotifyByEmailBroadcast() PASSED + +CustomerioNotificationClientTest > testSendNotifyRequestFailureThrowsException() STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [9] [[stream_a, stream_b]], [stream_a, stream_b], true PASSED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [10] [[stream_a], [stream_b]], [stream_a, stream_b], true STARTED + +CustomerioNotificationClientTest > testSendNotifyRequestFailureThrowsException() PASSED + +CustomerioNotificationClientTest > testBuildSchemaNotificationMessageData() STARTED + +CustomerioNotificationClientTest > testBuildSchemaNotificationMessageData() PASSED + +CustomerioNotificationClientTest > testBuildJobSuccessNotificationMessageData() STARTED + +CustomerioNotificationClientTest > testBuildJobSuccessNotificationMessageData() PASSED + +SlackNotificationClientTest > testNotifyConnectionDisabled() STARTED + +ConnectionServiceJooqImplTest > testActorSyncsAnyListedStream(List, List, boolean) > [10] [[stream_a], [stream_b]], [stream_a, stream_b], true PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +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 + +SlackNotificationClientTest > testNotifyConnectionDisabled() PASSED + +SlackNotificationClientTest > testNotifySchemaPropagated() STARTED + +StateCheckSumCountEventHandlerFactoryTest > should create bean properly$io_airbyte_airbyte_commons_worker_test() STARTED + ---> Removed intermediate container 2798560824df + ---> 36258434d7ce +Step 16/21 : USER airbyte:airbyte + ---> Running in cae3181819dd + +SlackNotificationClientTest > testNotifySchemaPropagated() PASSED + +SlackNotificationClientTest > buildSummaryComplexChangeTest() STARTED + +ApplicationServiceKeycloakImplTests > testNoMoreThanTwoApiKeys() 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 +The following classes needed for analysis were missing: + makeConcatWithConstants + toString + equals + hashCode + query + call + apply + get + run + test + intercept + accept + +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 +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +SlackNotificationClientTest > buildSummaryComplexChangeTest() PASSED + +SlackNotificationClientTest > testNotifyJobSuccess() STARTED +:oss:airbyte-tests:compileKotlin NO-SOURCE +:oss:airbyte-tests:compileJava NO-SOURCE +:oss:airbyte-tests:compileAcceptanceTestKotlin NO-SOURCE +:oss:airbyte-tests:compileAcceptanceTestJava + +WaitingUtilsTest > testWaitForConditionTimeout() PASSED + +WaitingUtilsTest > testWaitForConditionConditionMet() STARTED + +WaitingUtilsTest > testWaitForConditionConditionMet() PASSED + +ActorDefinitionVersionUpdaterTest > testGetUpgradeCandidates() STARTED + +CloudSqlDatabaseProvisionerTest > testOneRetry() STARTED +:oss:airbyte-tests:compileAcceptanceTestJava FROM-CACHE +:oss:airbyte-tests:acceptanceTestClasses +:oss:airbyte-tests:checkstyleAcceptanceTest + +SlackNotificationClientTest > testNotifyJobSuccess() PASSED + +SlackNotificationClientTest > testNotifyConnectionDisabledWarning() STARTED +:oss:airbyte-tests:checkstyleAcceptanceTest FROM-CACHE +:oss:airbyte-tests:compileApiAcceptanceTestKotlin NO-SOURCE +:oss:airbyte-tests:compileApiAcceptanceTestJava + +StateCheckSumCountEventHandlerFactoryTest > should create bean properly$io_airbyte_airbyte_commons_worker_test() PASSED +:oss:airbyte-tests:compileApiAcceptanceTestJava FROM-CACHE +:oss:airbyte-tests:apiAcceptanceTestClasses +:oss:airbyte-tests:checkstyleApiAcceptanceTest FROM-CACHE +:oss:airbyte-tests:compileBuilderAcceptanceTestKotlin NO-SOURCE +:oss:airbyte-tests:compileBuilderAcceptanceTestJava FROM-CACHE +:oss:airbyte-tests:builderAcceptanceTestClasses +:oss:airbyte-tests:checkstyleBuilderAcceptanceTest FROM-CACHE +:oss:airbyte-tests:compileEnterpriseAcceptanceTestKotlin NO-SOURCE +:oss:airbyte-tests:compileEnterpriseAcceptanceTestJava FROM-CACHE +:oss:airbyte-tests:enterpriseAcceptanceTestClasses +:oss:airbyte-tests:checkstyleEnterpriseAcceptanceTest + +ActorDefinitionVersionUpdaterTest > testGetUpgradeCandidates() PASSED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithNoPins() STARTED +:oss:airbyte-tests:checkstyleEnterpriseAcceptanceTest FROM-CACHE +:oss:airbyte-tests:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-tests:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-tests:integrationTestClasses UP-TO-DATE +:oss:airbyte-tests:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-tests:classes UP-TO-DATE +:oss:airbyte-tests:checkstyleMain NO-SOURCE +:oss:airbyte-tests:compileSyncAcceptanceTestKotlin NO-SOURCE +:oss:airbyte-tests:compileSyncAcceptanceTestJava + +WorkloadSecurityContextProviderTest > testDefaultPodSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadSecurityContextProviderTest > testDefaultPodSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadSecurityContextProviderTest > testRootlessPodSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadSecurityContextProviderTest > testRootlessPodSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadSecurityContextProviderTest > testDefaultContainerSecurityContext$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadSecurityContextProviderTest > testDefaultContainerSecurityContext$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadSecurityContextProviderTest > testRootlessContainerSecurityContext$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadSecurityContextProviderTest > testRootlessContainerSecurityContext$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadSecurityContextProviderTest > testRootlessContainerSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadSecurityContextProviderTest > testRootlessContainerSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadSecurityContextProviderTest > testRootlessPodSecurityContext$io_airbyte_airbyte_commons_worker_test() STARTED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithNoPins() PASSED + +WorkloadSecurityContextProviderTest > testRootlessPodSecurityContext$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadSecurityContextProviderTest > testDefaultContainerSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() STARTED + +WorkloadSecurityContextProviderTest > testDefaultContainerSecurityContextDisabled$io_airbyte_airbyte_commons_worker_test() PASSED + +WorkloadSecurityContextProviderTest > testDefaultPodSecurityContext$io_airbyte_airbyte_commons_worker_test() STARTED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithBCPin() STARTED + +WorkloadSecurityContextProviderTest > testDefaultPodSecurityContext$io_airbyte_airbyte_commons_worker_test() PASSED +:oss:airbyte-tests:compileSyncAcceptanceTestJava FROM-CACHE +:oss:airbyte-tests:syncAcceptanceTestClasses +:oss:airbyte-tests:checkstyleSyncAcceptanceTest + +CachingFeatureFlagClientTest > cachesTheValueForBooleans() STARTED + +SlackNotificationClientTest > testNotifyConnectionDisabledWarning() PASSED + +SlackNotificationClientTest > testNotifyJobFailure() STARTED + +ActorDefinitionVersionUpdaterTest > testUpgradeActorVersionWithBCPin() PASSED +:oss:airbyte-tests:checkstyleSyncAcceptanceTest FROM-CACHE +:oss:airbyte-tests:compileTestKotlin NO-SOURCE +:oss:airbyte-tests:compileTestJava NO-SOURCE +:oss:airbyte-tests:testClasses UP-TO-DATE +:oss:airbyte-tests:checkstyleTest NO-SOURCE +:oss:airbyte-tests:jar +:oss:airbyte-tests:pmdAcceptanceTest + +ActorDefinitionVersionUpdaterTest > testScopedImpactAffectsBreakingChangeImpact(boolean) > [1] true STARTED + +CachingFeatureFlagClientTest > cachesTheValueForBooleans() PASSED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - no reasons() STARTED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - no reasons() PASSED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - no reasons() STARTED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - no reasons() PASSED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - correct reason() STARTED + +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 + +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 + +SlackNotificationClientTest > testNotifyJobFailure() PASSED + +SlackNotificationClientTest > buildSummaryDeletedStreamTest() STARTED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [10] 2.0.0, 0.0.1, [] PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [11] 1.0.1, 1.0.0, [] 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 + +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 + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - correct reason() PASSED + +ActorDefinitionVersionUpdaterTest > testGetBreakingChangesForUpgradeWithActorDefBreakingChanges(String, String, List) > [17] 2.0.1, 1.0.1, [] PASSED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - multiple reasons() STARTED + +RateLimitedMessageHelperTest > test isStreamStatusRateLimitedMessage with AirbyteStreamStatusTraceMessage - multiple reasons() PASSED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - multiple reasons() STARTED + +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 + +RateLimitedMessageHelperTest > test extractQuotaResetValue - multiple reasons() PASSED + ---> Removed intermediate container cae3181819dd + ---> f09bdd581ff1 +Step 17/21 : ENTRYPOINT ["/bin/bash", "-c", "airbyte-app/bin/${APPLICATION}"] + + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason with quota reset() STARTED +ActorDefinitionVersionUpdaterTest > testGetActorsAffectedByBreakingChange(boolean) > [1] true PASSED + +ActorDefinitionVersionUpdaterTest > testGetActorsAffectedByBreakingChange(boolean) > [2] false STARTED + +ActorDefinitionVersionUpdaterTest > testGetActorsAffectedByBreakingChange(boolean) > [2] false PASSED + ---> Running in 0d87907da61d + +ActorDefinitionVersionUpdaterTest > testCreateBreakingChangePinsForActors() STARTED + +ActorDefinitionVersionUpdaterTest > testCreateBreakingChangePinsForActors() PASSED + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangePinRollbacks() STARTED + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangePinRollbacks() PASSED + +ActorDefinitionVersionUpdaterTest > testProcessBreakingChangesForUpgrade() STARTED + +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 + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason with quota reset() PASSED + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason without quota reset() 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 + +RateLimitedMessageHelperTest > test extractQuotaResetValue - correct reason without quota reset() 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 + +SlackNotificationClientTest > buildSummaryDeletedStreamTest() PASSED + +SlackNotificationClientTest > testEmptyWebhookUrl() STARTED + +StateCheckSumCountEventHandlerTest > default epochMilliSupplier test() STARTED +:oss:airbyte-tests:pmdApiAcceptanceTest + +StateCheckSumCountEventHandlerTest > default epochMilliSupplier test() PASSED + +StateCheckSumCountEventHandlerTest > no state message seen should not emit any events() STARTED + +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 + +SlackNotificationClientTest > testEmptyWebhookUrl() PASSED + +SlackNotificationClientTest > testBadWebhookUrl() STARTED + +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 + +StateCheckSumErrorReporterTest > test getFailureReasonMetadata() STARTED + +SlackNotificationClientTest > testBadWebhookUrl() PASSED + +SlackNotificationClientTest > buildSummaryNewStreamTest() STARTED + +StateCheckSumErrorReporterTest > test getFailureReasonMetadata() PASSED + +StateCheckSumErrorReporterTest > test reportError when jobErrorReportingClient is absent() STARTED +:oss:airbyte-tests:pmdBuilderAcceptanceTest + +StateCheckSumErrorReporterTest > test reportError when jobErrorReportingClient is absent() PASSED + +StateCheckSumErrorReporterTest > test getConnectionMetadata() STARTED + +StateCheckSumErrorReporterTest > test getConnectionMetadata() PASSED + +StateCheckSumErrorReporterTest > test reportError with source origin() STARTED + +SlackNotificationClientTest > buildSummaryNewStreamTest() PASSED + +SlackNotificationClientTest > buildSummaryAlteredStreamTest() STARTED + ---> Removed intermediate container 0d87907da61d + ---> f6643e2f54a9 +Step 18/21 : LABEL io.airbyte.version=${VERSION} + ---> Running in 775f4468551b +:oss:airbyte-tests:pmdEnterpriseAcceptanceTest + +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 + +CloudSqlDatabaseProvisionerTest > testOneRetry() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +CloudSqlDatabaseProvisionerTest > testDeleteDatabase() STARTED + +CloudSqlDatabaseProvisionerTest > testDeleteDatabase() PASSED + +CloudSqlDatabaseProvisionerTest > testPollOperationDoneBeforeMaxStatusChecks() STARTED + +StateCheckSumErrorReporterTest > test reportError with source origin() PASSED + +StateCheckSumErrorReporterTest > test getDefinitionMetadata() STARTED + +StateCheckSumErrorReporterTest > test getDefinitionMetadata() PASSED + +StateCheckSumErrorReporterTest > test getWorkspaceMetadata() STARTED + +StateCheckSumErrorReporterTest > test getWorkspaceMetadata() PASSED + +StateCheckSumErrorReporterTest > test getDockerImageName() STARTED + +StateCheckSumErrorReporterTest > test getDockerImageName() PASSED + +StateCheckSumErrorReporterTest > test createFailureReason() STARTED + +StateCheckSumErrorReporterTest > test createFailureReason() PASSED + +StateCheckSumErrorReporterTest > test airbyteMetadata() STARTED + +StateCheckSumErrorReporterTest > test airbyteMetadata() PASSED + +StateCheckSumErrorReporterTest > test reportError with destination origin() STARTED + +CloudSqlDatabaseProvisionerTest > testPollOperationDoneBeforeMaxStatusChecks() PASSED + +CloudSqlDatabaseProvisionerTest > testMoreThanMaxAttempts() STARTED +:oss:airbyte-tests:pmdIntegrationTest NO-SOURCE +:oss:airbyte-tests:pmdMain NO-SOURCE +:oss:airbyte-tests:pmdSyncAcceptanceTest + +NotificationHandlerTest > testAllNotification() STARTED + +StateCheckSumErrorReporterTest > test reportError with destination origin() PASSED + +StateCheckSumEventPubSubWriterTest > events should be written to pubsub() STARTED +:oss:airbyte-tests:pmdTest NO-SOURCE +:oss:airbyte-tests:spotbugsAcceptanceTest + +CloudSqlDatabaseProvisionerTest > testMoreThanMaxAttempts() PASSED + +CloudSqlDatabaseProvisionerTest > testPollOperationNotDoneAfterMaxStatusChecks() STARTED + +NotificationHandlerTest > testAllNotification() PASSED + +NotificationHandlerTest > testNoBeanPresent() STARTED + +NotificationHandlerTest > testNoBeanPresent() PASSED + +NotificationHandlerTest > testPartialNotification() STARTED + +NotificationHandlerTest > testPartialNotification() PASSED + ---> Removed intermediate container 775f4468551b + ---> 748dda0ae66d +Step 19/21 : LABEL io.airbyte.name=airbyte/connector-builder-server + ---> Running in d9f7b1ad3917 + +StateCheckSumEventPubSubWriterTest > events should be written to pubsub() PASSED + +StateCheckSumEventPubSubWriterTest > bean creation should work() STARTED + +StateCheckSumEventPubSubWriterTest > bean creation should work() PASSED + +StateCheckSumEventPubSubWriterTest > close should shutdown publisher() STARTED + +StateCheckSumEventPubSubWriterTest > close should shutdown publisher() 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 + +WebhookConfigFetcherTest > testNoSlackNotification() 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 + +CloudSqlDatabaseProvisionerTest > testPollOperationNotDoneAfterMaxStatusChecks() PASSED + +CloudSqlDatabaseProvisionerTest > testCreateDatabase() STARTED + +CloudSqlDatabaseProvisionerTest > testCreateDatabase() PASSED + +CloudSqlDatabaseProvisionerTest > testNoRetry() STARTED + +CloudSqlDatabaseProvisionerTest > testNoRetry() PASSED + +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 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 + +StreamStatusCompletionTrackerTest > test that we get not stream status if the exit code is 1 even the source emitted some stream status() STARTED + +StreamStatusCompletionTrackerTest > test that we get not stream status if the exit code is 1 even the source emitted some stream status() 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 + +WebhookConfigFetcherTest > testNoSlackNotification() PASSED + +WebhookConfigFetcherTest > testSlackNotification() STARTED + +AnalyticsMessageTrackerTest > test max message limit() PASSED + +ContainerIOHandleTest > testGetOutputStream$io_airbyte_airbyte_commons_worker_test() STARTED + +WebhookConfigFetcherTest > testSlackNotification() PASSED + +WebhookConfigFetcherTest > testNoNotification() STARTED + +WebhookConfigFetcherTest > testNoNotification() PASSED + +WebhookConfigFetcherTest > testNoWorkspace() STARTED + +WebhookConfigFetcherTest > testNoWorkspace() PASSED + +WebhookNotificationSenderTest > testSendNotificationSuccessful() STARTED + +ContainerIOHandleTest > testGetOutputStream$io_airbyte_airbyte_commons_worker_test() PASSED + +ContainerIOHandleTest > testGetErrorInputStream$io_airbyte_airbyte_commons_worker_test() STARTED + +ContainerIOHandleTest > testGetErrorInputStream$io_airbyte_airbyte_commons_worker_test() PASSED + +ContainerIOHandleTest > testTerminationRaceCondition$io_airbyte_airbyte_commons_worker_test() STARTED + +ContainerIOHandleTest > testTerminationRaceCondition$io_airbyte_airbyte_commons_worker_test() PASSED + +ContainerIOHandleTest > testGetErrorCode$io_airbyte_airbyte_commons_worker_test() STARTED + +ContainerIOHandleTest > testGetErrorCode$io_airbyte_airbyte_commons_worker_test() PASSED + +ContainerIOHandleTest > testTerminationWithFailure$io_airbyte_airbyte_commons_worker_test() STARTED + +AuthRefreshTokenRepositoryTest > test find by sessionId() STARTED + +WebhookNotificationSenderTest > testSendNotificationSuccessful() PASSED + +WebhookNotificationSenderTest > testFailedNotification() STARTED + +WebhookNotificationSenderTest > testFailedNotification() PASSED + +AuthRefreshTokenRepositoryTest > test find by sessionId() PASSED + +AuthRefreshTokenRepositoryTest > test db insertion and retrieval() STARTED + +AuthRefreshTokenRepositoryTest > test db insertion and retrieval() PASSED + +ContainerIOHandleTest > testTerminationWithFailure$io_airbyte_airbyte_commons_worker_test() PASSED + +ContainerIOHandleTest > testTermination$io_airbyte_airbyte_commons_worker_test() STARTED +:oss:airbyte-notification:jacocoTestReport + ---> Removed intermediate container d9f7b1ad3917 + ---> 77e395abc894 +Step 20/21 : LABEL io.airbyte.app=airbyte-connector-builder-server +:oss:airbyte-notification:check +:oss:airbyte-tests:spotbugsApiAcceptanceTest + ---> Running in b399fbfc087f + +ContainerIOHandleTest > testTermination$io_airbyte_airbyte_commons_worker_test() PASSED + +ContainerIOHandleTest > testGetInputStream$io_airbyte_airbyte_commons_worker_test() STARTED + +ContainerIOHandleTest > testGetInputStream$io_airbyte_airbyte_commons_worker_test() PASSED + +FieldSelectorTest > test that escaped properties in schema are still filtered$io_airbyte_airbyte_commons_worker_test() STARTED + +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 + +LocalContainerAirbyteDestinationTest > testDestinationExitValue$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationExitValue$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationCancel$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationCancel$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationAttemptRead$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationAttemptRead$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationNotifyEndOfInput$io_airbyte_airbyte_commons_worker_test() STARTED + +DatabasesTest > testCreatingADslContextFromADataSource() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationNotifyEndOfInput$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationStart$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationStart$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationNotifyEndOfInputAlreadyClosed$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationNotifyEndOfInputAlreadyClosed$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationAccept$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationAccept$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationIsFinished$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationIsFinished$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationCloseInputHasNotEnded$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationCloseInputHasNotEnded$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationCloseWithUnexpectedExitValue$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationCloseWithUnexpectedExitValue$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationClose$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationClose$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteDestinationTest > testDestinationCloseCancelled$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteDestinationTest > testDestinationCloseCancelled$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceCloseWithUnexpectedExitValue$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceCloseWithUnexpectedExitValue$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceAttemptRead$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceAttemptRead$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceIsFinished$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceIsFinished$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceClose$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceClose$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceExitValue$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceExitValue$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceCancel$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceCancel$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceCloseCancelled$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceCloseCancelled$io_airbyte_airbyte_commons_worker_test() PASSED + +LocalContainerAirbyteSourceTest > testSourceStart$io_airbyte_airbyte_commons_worker_test() STARTED + +LocalContainerAirbyteSourceTest > testSourceStart$io_airbyte_airbyte_commons_worker_test() 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 + +DatabasesTest > testCreatingADslContextFromADataSource() PASSED + +DatabasesTest > testCreatingFromATestContainer() STARTED + +DatabasesTest > testCreatingFromATestContainer() 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() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStream() STARTED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingOnSingleStream() PASSED + +ParallelStreamStatsTrackerTest > testNoStatsForNullStreamAreReturned() STARTED + +ParallelStreamStatsTrackerTest > testNoStatsForNullStreamAreReturned() PASSED + +ParallelStreamStatsTrackerTest > testSerialStreamStatsTrackingCompletedSync() STARTED + +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 + ---> Removed intermediate container b399fbfc087f + ---> 28ccab93669b +Step 21/21 : LABEL io.airbyte.version=0.64.3 + ---> Running in ce191435cfc0 + +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 +:oss:airbyte-test-utils:jacocoTestReport + +ConnectionTimelineEventRepositoryTest > test db insertion() STARTED +:oss:airbyte-test-utils:check +:oss:airbyte-tests:spotbugsBuilderAcceptanceTest + +ConnectionTimelineEventRepositoryTest > test db insertion() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with row offset() STARTED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with row offset() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list STARTED events only() STARTED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list STARTED events only() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with limit() STARTED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with limit() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with all combined restrictions() STARTED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events with all combined restrictions() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list ALL events order by timestamp() STARTED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list ALL events order by timestamp() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events after given time range() STARTED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events after given time range() PASSED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events between a given time range() STARTED + +ConnectionTimelineEventRepositoryTest > ListEventsTest > should list events between a given time range() PASSED +V + +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 + +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 +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get + +StreamStatusCachingApiClientTest > buildCreateAndUpdateReqHandleJobType() PASSED + +StreamStatusCachingApiClientTest > ignoresDuplicates() STARTED +:oss:airbyte-tests:spotbugsEnterpriseAcceptanceTest FROM-CACHE +:oss:airbyte-tests:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-tests:spotbugsMain NO-SOURCE +:oss:airbyte-tests:spotbugsSyncAcceptanceTest + +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 + ---> Removed intermediate container ce191435cfc0 + ---> 3255ad33322e +[Warning] One or more build-args [APPLICATION DOCKER_BUILD_ARCH JDK_VERSION] were not consumed +Successfully built 3255ad33322e +Successfully tagged airbyte/connector-builder-server:0.64.3 +Created image with ID '3255ad33322e'. +:oss:airbyte-connector-builder-server:assemble +:assemble +:oss:airbyte-connector-builder-server:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-connector-builder-server:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-connector-builder-server:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-connector-builder-server:processIntegrationTestResources NO-SOURCE +:oss:airbyte-connector-builder-server:integrationTestClasses UP-TO-DATE +:oss:airbyte-connector-builder-server:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-connector-builder-server:checkstyleMain + +StreamStatusTrackerTest > trackGlobalTracksGlobalStateMsgs() PASSED + +StreamStatusTrackerTest > setsRunStateToRunningForStarted() STARTED +:oss:airbyte-connector-builder-server:checkstyleMain FROM-CACHE +:oss:airbyte-connector-builder-server:kspTestKotlin + +StreamStatusTrackerTest > setsRunStateToRunningForStarted() PASSED + +StreamStatusTrackerTest > setsRunStateToIncompleteForIncomplete() STARTED + +StreamStatusTrackerTest > setsRunStateToIncompleteForIncomplete() PASSED + +StreamStatusTrackerTest > ignoresNonStreamStatusTraceMessages() STARTED + +StreamStatusTrackerTest > ignoresNonStreamStatusTraceMessages() PASSED + +StreamStatusTrackerTest > trackGlobalStatePublishesCompletesWhenGloballyComplete() STARTED +:oss:airbyte-connector-builder-server:kspTestKotlin FROM-CACHE +:oss:airbyte-connector-builder-server:compileTestKotlin + +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 +:oss:airbyte-connector-builder-server:compileTestKotlin FROM-CACHE +:oss:airbyte-connector-builder-server:compileTestJava + +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 + +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 +:oss:airbyte-connector-builder-server:compileTestJava FROM-CACHE +:oss:airbyte-connector-builder-server:processTestResources +:oss:airbyte-connector-builder-server:testClasses +:oss:airbyte-connector-builder-server:checkstyleTest + +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 + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [3] RATE_LIMITED PASSED + +StreamStatusTrackerTest > doesNotPublishEventIfRunStateDoesNotChange(StreamStatusRunState) > [4] COMPLETE STARTED +:oss:airbyte-connector-builder-server:checkstyleTest FROM-CACHE +:oss:airbyte-connector-builder-server:pmdIntegrationTest NO-SOURCE +:oss:airbyte-connector-builder-server:pmdMain + +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 + +WorkloadApiWorkerTest > testFailedReplicationWithDestinationFailure() STARTED +:oss:airbyte-connector-builder-server:pmdTest + +ConnectorRolloutRepositoryTest > test db get non-existent rollout by actor_definition_id and release_candidate_version_id returns empty list() STARTED + +ConnectorRolloutRepositoryTest > test db get non-existent rollout by actor_definition_id and release_candidate_version_id returns empty list() PASSED + +ConnectorRolloutRepositoryTest > test db insert same id throws() STARTED + +ConnectorRolloutRepositoryTest > test db insert same id throws() PASSED + +ConnectorRolloutRepositoryTest > test successful db insertion for terminal states(ConnectorRolloutStateType) > [1] succeeded STARTED + +ConnectorRolloutRepositoryTest > test successful db insertion for terminal states(ConnectorRolloutStateType) > [1] succeeded PASSED + +ConnectorRolloutRepositoryTest > test successful db insertion for terminal states(ConnectorRolloutStateType) > [2] failed_rolled_back STARTED + +ConnectorRolloutRepositoryTest > test successful db insertion for terminal states(ConnectorRolloutStateType) > [2] failed_rolled_back PASSED + +ConnectorRolloutRepositoryTest > test successful db insertion for terminal states(ConnectorRolloutStateType) > [3] canceled_rolled_back STARTED + +ConnectorRolloutRepositoryTest > test successful db insertion for terminal states(ConnectorRolloutStateType) > [3] canceled_rolled_back PASSED + +ConnectorRolloutRepositoryTest > test db delete() STARTED + +ConnectorRolloutRepositoryTest > test db delete() PASSED + +ConnectorRolloutRepositoryTest > test db update() STARTED + +ConnectorRolloutRepositoryTest > test db update() PASSED + +ConnectorRolloutRepositoryTest > test prevent update from terminal to active state when active rollout exists for actor() STARTED + +ConnectorRolloutRepositoryTest > test prevent update from terminal to active state when active rollout exists for actor() PASSED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [1] initialized STARTED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [1] initialized PASSED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [2] in_progress STARTED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [2] in_progress PASSED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [3] paused STARTED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [3] paused PASSED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [4] finalizing STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithDestinationFailure() PASSED + +WorkloadApiWorkerTest > testReplicationWithMissingOutput() STARTED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [4] finalizing PASSED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [5] errored STARTED + +WorkloadApiWorkerTest > testReplicationWithMissingOutput() PASSED + +WorkloadApiWorkerTest > testResumeReplicationThatAlreadyStarted() STARTED + +ConnectorRolloutRepositoryTest > test db insertion fails when actor has active rollouts(ConnectorRolloutStateType) > [5] errored PASSED + +ConnectorRolloutRepositoryTest > test db insertion succeeds when actor has no active rollouts() STARTED + +ConnectorRolloutRepositoryTest > test db insertion succeeds when actor has no active rollouts() PASSED + +ConnectorRolloutRepositoryTest > test db update from terminal state to terminal state(ConnectorRolloutStateType) > [1] succeeded STARTED + +ConnectorRolloutRepositoryTest > test db update from terminal state to terminal state(ConnectorRolloutStateType) > [1] succeeded PASSED + +ConnectorRolloutRepositoryTest > test db update from terminal state to terminal state(ConnectorRolloutStateType) > [2] failed_rolled_back STARTED + +ConnectorRolloutRepositoryTest > test db update from terminal state to terminal state(ConnectorRolloutStateType) > [2] failed_rolled_back PASSED + +ConnectorRolloutRepositoryTest > test db update from terminal state to terminal state(ConnectorRolloutStateType) > [3] canceled_rolled_back STARTED + +ConnectorRolloutRepositoryTest > test db update from terminal state to terminal state(ConnectorRolloutStateType) > [3] canceled_rolled_back PASSED + +ConnectorRolloutRepositoryTest > test db get by actor_definition_id and release_candidate_version_id() STARTED + +WorkloadApiWorkerTest > testResumeReplicationThatAlreadyStarted() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithPlatformFailure() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithPlatformFailure() PASSED + +WorkloadApiWorkerTest > testSuccessfulReplication() STARTED + +ConnectorRolloutRepositoryTest > test db get by actor_definition_id and release_candidate_version_id() PASSED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [1] initialized STARTED + +WorkloadApiWorkerTest > testSuccessfulReplication() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithSourceFailure() STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithSourceFailure() PASSED + +WorkloadApiWorkerTest > testCancelledReplication() STARTED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [1] initialized PASSED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [2] in_progress STARTED + +WorkloadApiWorkerTest > testCancelledReplication() PASSED + +WorkloadApiWorkerTest > testFailedReplicationWithOutput() STARTED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [2] in_progress PASSED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [3] paused STARTED + +WorkloadApiWorkerTest > testFailedReplicationWithOutput() PASSED + +PodLabelerTest > getSpecLabels() STARTED + +PodLabelerTest > getSpecLabels() PASSED + +PodLabelerTest > getSourceLabels() STARTED + +PodLabelerTest > getSourceLabels() PASSED + +PodLabelerTest > testGetReplicationLabels$io_airbyte_airbyte_commons_worker_test() STARTED + +PodLabelerTest > testGetReplicationLabels$io_airbyte_airbyte_commons_worker_test() PASSED + +PodLabelerTest > getDestinationLabels() STARTED + +PodLabelerTest > getDestinationLabels() PASSED + +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] 4f054445-6d03-4c20-aecf-52ab06414e55, 405f9759-926c-4a7a-af68-f43491e8a265, {random labels1=from input msg1}, b6c57e55-f697-488a-925b-743fad2af3e7 STARTED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [3] paused PASSED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [4] finalizing STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [1] 4f054445-6d03-4c20-aecf-52ab06414e55, 405f9759-926c-4a7a-af68-f43491e8a265, {random labels1=from input msg1}, b6c57e55-f697-488a-925b-743fad2af3e7 PASSED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [2] 1b8aefb1-9e7b-4f56-9787-a13b5a8f6adb, 95bffb6f-090b-4071-97ee-79d803499a8a, {random labels2=from input msg2}, 1ffca5e6-ba7f-4b3e-9f60-49611a9b7901 STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [2] 1b8aefb1-9e7b-4f56-9787-a13b5a8f6adb, 95bffb6f-090b-4071-97ee-79d803499a8a, {random labels2=from input msg2}, 1ffca5e6-ba7f-4b3e-9f60-49611a9b7901 PASSED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [3] 7322bd1b-2314-47e5-a01c-7ccb99811c2d, null, {random labels3=from input msg3}, 234e9c9b-c0b7-4905-941a-cd8ae2b3c9ae STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [3] 7322bd1b-2314-47e5-a01c-7ccb99811c2d, null, {random labels3=from input msg3}, 234e9c9b-c0b7-4905-941a-cd8ae2b3c9ae PASSED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [4] null, null, {random labels3=from input msg3}, c4a99224-24fc-460d-8d39-4b4b7bb0d6cd STARTED + +PodLabelerTest > getSharedLabels(String, String, Map, UUID) > [4] null, null, {random labels3=from input msg3}, c4a99224-24fc-460d-8d39-4b4b7bb0d6cd 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 + +PodLabelerTest > getMutexLabels(String) > [2] RANdoM strIng Id 2 PASSED + +PodLabelerTest > getMutexLabels(String) > [3] literally anything STARTED + +PodLabelerTest > getMutexLabels(String) > [3] literally anything PASSED + +PodLabelerTest > getMutexLabels(String) > [4] 89127421 STARTED + +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 + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [4] finalizing PASSED + +PodNameGeneratorTest > testGetCheckPodName$io_airbyte_airbyte_commons_worker_test() STARTED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [5] errored STARTED + +PodNameGeneratorTest > testGetCheckPodName$io_airbyte_airbyte_commons_worker_test() PASSED + +PodNameGeneratorTest > testGetDiscoverPodName$io_airbyte_airbyte_commons_worker_test() STARTED + +PodNameGeneratorTest > testGetDiscoverPodName$io_airbyte_airbyte_commons_worker_test() PASSED + +PodNameGeneratorTest > testGetSpecPodName$io_airbyte_airbyte_commons_worker_test() STARTED + +PodNameGeneratorTest > testGetSpecPodName$io_airbyte_airbyte_commons_worker_test() PASSED + +PodNameGeneratorTest > testGetReplicationOrchestratorPodName$io_airbyte_airbyte_commons_worker_test() STARTED + +PodNameGeneratorTest > testGetReplicationOrchestratorPodName$io_airbyte_airbyte_commons_worker_test() PASSED + +PodNameGeneratorTest > testGetReplicationPodName$io_airbyte_airbyte_commons_worker_test() STARTED + +PodNameGeneratorTest > testGetReplicationPodName$io_airbyte_airbyte_commons_worker_test() PASSED + +DocumentTypeTest > prefixes are correct() STARTED + +DocumentTypeTest > prefixes are correct() PASSED + +ConnectorRolloutRepositoryTest > test db update from active state to active states(ConnectorRolloutStateType) > [5] errored PASSED +:oss:airbyte-connector-builder-server:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-connector-builder-server:spotbugsMain +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get +:oss:airbyte-connector-builder-server:spotbugsTest SKIPPED +:oss:airbyte-connector-builder-server:test +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +GcsStorageClientFactoryTest > get returns correct class() STARTED + +GcsStorageClientFactoryTest > get returns correct class() PASSED + +GcsStorageClientTest > write doc() STARTED + +GcsStorageClientTest > write doc() PASSED + +GcsStorageClientTest > read missing doc() STARTED + +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 + +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 + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPaths() STARTED + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPaths() PASSED + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPathsNoSubdirectories() STARTED + +ApplicationBeanFactoryTest > testCreatePythonPathFromListOfPathsNoSubdirectories() PASSED + +MinioStorageClientFactoryTest > get returns correct class() STARTED + +MinioStorageClientFactoryTest > get returns correct class() PASSED + +ConnectorBuilderControllerIntegrationTest > testStreamRead() STARTED + +MinioStorageClientTest > write doc() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get + +MinioStorageClientTest > write doc() PASSED + +MinioStorageClientTest > key matches() STARTED +:oss:airbyte-tests:spotbugsTest SKIPPED +:oss:airbyte-tests:test NO-SOURCE +:oss:airbyte-tests:jacocoTestReport SKIPPED +:oss:airbyte-webapp:unusedCode + +MinioStorageClientTest > key matches() PASSED + +MinioStorageClientTest > read missing doc() STARTED +The following classes needed for analysis were missing: + get + toPredicate + apply + test + makeConcatWithConstants + call + accept + V +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-workers:kspIntegrationTestKotlin + +MinioStorageClientTest > read missing doc() PASSED + +MinioStorageClientTest > read existing doc() STARTED + +MinioStorageClientTest > read existing doc() PASSED + +MinioStorageClientTest > delete doc() STARTED + +MinioStorageClientTest > delete doc() PASSED +:oss:airbyte-workers:kspIntegrationTestKotlin FROM-CACHE +:oss:airbyte-workers:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-workers:compileIntegrationTestJava + +S3StorageClientFactoryTest > get returns correct class() STARTED + +S3StorageClientFactoryTest > get returns correct class() 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; } + +:oss:airbyte-workers:compileIntegrationTestJava FROM-CACHE +:oss:airbyte-workers:processIntegrationTestResources +:oss:airbyte-workers:integrationTestClasses +:oss:airbyte-workers:checkstyleIntegrationTest FROM-CACHE +:oss:airbyte-workers:checkstyleMain FROM-CACHE +:oss:airbyte-workers:kspTestKotlin + +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 +:oss:airbyte-workers:kspTestKotlin FROM-CACHE +:oss:airbyte-workers:compileTestKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + query + run + accept + execute + get + +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 + +ActivityPayloadStorageClientTest > validateOutput records a result for a read miss() PASSED + +ActivityPayloadStorageClientTest > validateOutput records a result for a mismatch() STARTED +:oss:airbyte-workers:compileTestKotlin FROM-CACHE +:oss:airbyte-workers:compileTestJava + +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 +:oss:airbyte-tests:check +:oss:airbyte-workload-api-server:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-workload-api-server:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-workload-api-server:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-workload-api-server:processIntegrationTestResources NO-SOURCE +:oss:airbyte-workload-api-server:integrationTestClasses UP-TO-DATE +:oss:airbyte-workload-api-server:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-workload-api-server:kspTestKotlin + +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 +:oss:airbyte-workers:compileTestJava FROM-CACHE +:oss:airbyte-workers:processTestResources +:oss:airbyte-workers:testClasses +:oss:airbyte-workers:checkstyleTest FROM-CACHE +:oss:airbyte-workers:pmdIntegrationTest +:oss:airbyte-workload-api-server:kspTestKotlin FROM-CACHE +:oss:airbyte-workload-api-server:compileTestKotlin FROM-CACHE +:oss:airbyte-workers:pmdMain + +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 + +JobsWithAttemptsRepositoryTest > testFetchJobWithAssociatedAttempts$io_airbyte_airbyte_data_test() STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 47d07c2a-e3bd-44e7-8219-a1d0d5a1dba2, 12412431, 1 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 47d07c2a-e3bd-44e7-8219-a1d0d5a1dba2, 12412431, 1 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] eed02d2c-1ea7-4292-94d9-ac4e81afa6ce, 89127421, 2 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] eed02d2c-1ea7-4292-94d9-ac4e81afa6ce, 89127421, 2 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 96196c47-b20d-4b78-b467-0f264dd89881, 744183d2-46a6-416b-b99e-193b79cd426e, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 96196c47-b20d-4b78-b467-0f264dd89881, 744183d2-46a6-416b-b99e-193b79cd426e, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] d00850a6-859f-4f8d-b650-fd1bcc0ff0d1, 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] d00850a6-859f-4f8d-b650-fd1bcc0ff0d1, 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] 6d220e11-0a9c-4c2f-a5e2-09004a242536, 1725658128141 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [1] 6d220e11-0a9c-4c2f-a5e2-09004a242536, 1725658128141 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [2] 8ebd4cf0-31c4-49d6-8a6a-06366fe4b511, 89127421 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [2] 8ebd4cf0-31c4-49d6-8a6a-06366fe4b511, 89127421 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [3] 53081c62-6e4e-4158-87d2-dccae3e3acc5, 0 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [3] 53081c62-6e4e-4158-87d2-dccae3e3acc5, 0 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [4] 34a08504-6db5-451c-a72a-5f22154d79be, 1725645715710 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [4] 34a08504-6db5-451c-a72a-5f22154d79be, 1725645715710 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [5] 7e570015-0088-45fd-8f08-5f74d187c812, 1725633303279 STARTED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover$io_airbyte_airbyte_commons_worker_test(UUID, long) > [5] 7e570015-0088-45fd-8f08-5f74d187c812, 1725633303279 PASSED + +WorkloadIdGeneratorTest > the correct v2 workload ID is generated for discover with snapping behavior$io_airbyte_airbyte_commons_worker_test(long, long, long) > [1] 1725638440000, 1725638400000, 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] 1725638440000, 1725638400000, 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] 1725638399000, 1725638340000, 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] 1725638399000, 1725638340000, 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] 1725580800000, 1725580800000, 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] 1725580800000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725638440000, 1725638400000, 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] 1725638440000, 1725638400000, 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] 1725638399000, 1725637800000, 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] 1725638399000, 1725637800000, 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] 1725580800000, 1725580800000, 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] 1725580800000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725592612000, 1725592200000, 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] 1725592612000, 1725592200000, 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] 1725602951000, 1725602400000, 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] 1725602951000, 1725602400000, 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] 1725638440000, 1725638400000, 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] 1725638440000, 1725638400000, 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] 1725638399000, 1725637500000, 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] 1725638399000, 1725637500000, 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] 1725580800000, 1725580800000, 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] 1725580800000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725592612000, 1725592500000, 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] 1725592612000, 1725592500000, 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] 1725602951000, 1725602400000, 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] 1725602951000, 1725602400000, 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] 1725604751000, 1725604200000, 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] 1725604751000, 1725604200000, 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] 1725638440000, 1725638400000, 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] 1725638440000, 1725638400000, 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] 1725638399000, 1725636600000, 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] 1725638399000, 1725636600000, 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] 1725580800000, 1725580800000, 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] 1725580800000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725580801000, 1725580800000, 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] 1725592612000, 1725591600000, 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] 1725592612000, 1725591600000, 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] 1725602951000, 1725602400000, 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] 1725602951000, 1725602400000, 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] 1725604751000, 1725604200000, 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] 1725604751000, 1725604200000, 1800000 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 19514972-44c4-4cc5-aab7-ada9d5052c5c, 12412431, 1 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [1] 19514972-44c4-4cc5-aab7-ada9d5052c5c, 12412431, 1 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 675c9b4a-ae4c-45d6-90a6-350d731c0b1b, 89127421, 2 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [2] 675c9b4a-ae4c-45d6-90a6-350d731c0b1b, 89127421, 2 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 4c2f2081-84de-4c13-b3a1-ecc31f53b48a, 2521e1c3-2e57-4eac-91d3-1bfc959d46af, 0 STARTED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [3] 4c2f2081-84de-4c13-b3a1-ecc31f53b48a, 2521e1c3-2e57-4eac-91d3-1bfc959d46af, 0 PASSED + +WorkloadIdGeneratorTest > test that the correct workload ID is generated for check$io_airbyte_airbyte_commons_worker_test(UUID, String, int) > [4] 7466c0cd-3e87-450b-a945-f062e105378a, 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] 7466c0cd-3e87-450b-a945-f062e105378a, 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 +:oss:airbyte-workers:pmdTest + +JobsWithAttemptsRepositoryTest > testFetchJobWithAssociatedAttempts$io_airbyte_airbyte_data_test() PASSED + +JobsWithAttemptsRepositoryTest > testFetchJobWithAssociatedAttemptsWithoutPredicate$io_airbyte_airbyte_data_test() STARTED + +JobsWithAttemptsRepositoryTest > testFetchJobWithAssociatedAttemptsWithoutPredicate$io_airbyte_airbyte_data_test() PASSED + +JobsWithAttemptsRepositoryTest > testFetchWithPageable() STARTED + +JobsWithAttemptsRepositoryTest > testFetchWithPageable() PASSED +:oss:airbyte-commons-worker:jacocoTestReport +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. +:oss:airbyte-workers:spotbugsIntegrationTest +🔨 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. + + +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 +:oss:airbyte-commons-worker:check +:oss:airbyte-workers:spotbugsMain +:oss:airbyte-workers:spotbugsTest SKIPPED +:oss:airbyte-workers:test + +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 + +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 + +AirbyteCdkRequesterImplTest > whenReadStreamWithLimitsThenReturnAdaptedCommandRunnerResponse() STARTED + +AirbyteCdkRequesterImplTest > whenReadStreamWithLimitsThenReturnAdaptedCommandRunnerResponse() PASSED + +AirbyteCdkRequesterImplTest > givenStreamIsNullWhenReadStreamThenThrowException() STARTED + +AirbyteCdkRequesterImplTest > givenStreamIsNullWhenReadStreamThenThrowException() PASSED + +AirbyteCdkRequesterImplTest > whenStateIsNullAdaptStateReturnsAnEmptyArray() STARTED + +AirbyteCdkRequesterImplTest > whenStateIsNullAdaptStateReturnsAnEmptyArray() PASSED + +AirbyteCdkRequesterImplTest > whenReadStreamWithExcessiveLimitsThenThrowException() STARTED + +AirbyteCdkRequesterImplTest > whenReadStreamWithExcessiveLimitsThenThrowException() PASSED + +ConnectorBuilderTokenRoleResolverTest > test resolveRoles with valid authUserId() STARTED + +ConnectorBuilderTokenRoleResolverTest > test resolveRoles with valid authUserId() PASSED + +ConnectorBuilderTokenRoleResolverTest > test resolveRoles with null authUserId() STARTED + +ConnectorBuilderTokenRoleResolverTest > test resolveRoles with null authUserId() PASSED + +ConnectorBuilderTokenRoleResolverTest > test resolveRoles with blank authUserId() STARTED + +ConnectorBuilderTokenRoleResolverTest > test resolveRoles with blank authUserId() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +OrganizationEmailDomainRepositoryTest > test db insertion() STARTED + +OrganizationEmailDomainRepositoryTest > test db insertion() PASSED + +OrganizationEmailDomainRepositoryTest > test find by email domain() STARTED + +OrganizationEmailDomainRepositoryTest > test find by email domain() PASSED + +ConnectorContributionHandlerTest > returns details of an existing connector if found in target repository() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + accept +:oss:airbyte-workload-api-server:compileTestJava NO-SOURCE +:oss:airbyte-workload-api-server:processTestResources +:oss:airbyte-workload-api-server:testClasses +:oss:airbyte-workload-api-server:checkstyleTest NO-SOURCE +:oss:airbyte-workload-api-server:pmdIntegrationTest NO-SOURCE +:oss:airbyte-workload-api-server:pmdTest NO-SOURCE +:oss:airbyte-workload-api-server:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-workload-api-server:spotbugsTest SKIPPED +:oss:airbyte-workload-api-server:test + +DefaultTaskQueueMapperTest > testGetDiscoverTaskQueue() STARTED + +ConnectorContributionHandlerTest > returns details of an existing connector if found in target repository() PASSED + +ConnectorContributionHandlerTest > returns 'false' for connectorExists if connector not found in target repository() STARTED + +ConnectorContributionHandlerTest > returns 'false' for connectorExists if connector not found in target repository() PASSED + +ConnectorContributionHandlerTest > throws IllegalArgumentException for invalid connectorImageName() STARTED + +ConnectorContributionHandlerTest > throws IllegalArgumentException for invalid connectorImageName() PASSED +# Knip report + +:oss:airbyte-webapp:validateLock + +GithubContributionServiceTest > prepareBranchForContribution with existing branch and no PR deletes branch() STARTED +The following classes needed for analysis were missing: + execute + matches + get + +OrganizationPaymentConfigRepositoryTest > test db insertion and retrieval() STARTED + +OrganizationPaymentConfigRepositoryTest > test db insertion and retrieval() PASSED +:oss:airbyte-workload-init-container:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-workload-init-container:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-workload-init-container:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-workload-init-container:processIntegrationTestResources NO-SOURCE +:oss:airbyte-workload-init-container:integrationTestClasses UP-TO-DATE +:oss:airbyte-workload-init-container:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-workload-init-container:checkstyleMain NO-SOURCE +:oss:airbyte-workload-init-container:kspTestKotlin FROM-CACHE +:oss:airbyte-workload-init-container:compileTestKotlin + +DefaultTaskQueueMapperTest > testGetDiscoverTaskQueue() PASSED + +DefaultTaskQueueMapperTest > testGetCheckTaskQueue() STARTED + +DefaultTaskQueueMapperTest > testGetCheckTaskQueue() PASSED + +DefaultTaskQueueMapperTest > testGetSyncTaskQueue() STARTED + +DefaultTaskQueueMapperTest > testGetSyncTaskQueue() PASSED + +> airbyte-webapp@ validate-lock /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> node ./scripts/validate-lock-files.js + +:oss:airbyte-workload-init-container:compileTestKotlin FROM-CACHE + +RouterServiceTest > testGetWorkspaceTaskQueue() STARTED +:oss:airbyte-workload-init-container:compileTestJava NO-SOURCE +:oss:airbyte-workload-init-container:processTestResources NO-SOURCE +:oss:airbyte-workload-init-container:testClasses UP-TO-DATE +:oss:airbyte-workload-init-container:checkstyleTest NO-SOURCE +:oss:airbyte-workload-init-container:pmdIntegrationTest NO-SOURCE +:oss:airbyte-workload-init-container:pmdMain NO-SOURCE +:oss:airbyte-workload-init-container:pmdTest NO-SOURCE +:oss:airbyte-workload-init-container:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-workload-init-container:spotbugsMain +Lock file validation successful. +:oss:airbyte-webapp:check +:oss:airbyte-workload-init-container:spotbugsTest SKIPPED +:oss:airbyte-workload-init-container:test +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +GithubContributionServiceTest > prepareBranchForContribution with existing branch and no PR deletes branch() PASSED + +GithubContributionServiceTest > getBranchRef returns null on HttpException with response code 409() STARTED + +GithubContributionServiceTest > getBranchRef returns null on HttpException with response code 409() PASSED + +GithubContributionServiceTest > getExistingOpenPullRequest returns null when no open PR exists() STARTED + +GithubContributionServiceTest > getExistingOpenPullRequest returns null when no open PR exists() PASSED + +GithubContributionServiceTest > prepareBranchForContribution with no existing branch creates new branch() STARTED + +GithubContributionServiceTest > prepareBranchForContribution with no existing branch creates new branch() PASSED + +GithubContributionServiceTest > connectorDocsPath formats correctly() STARTED + +GithubContributionServiceTest > connectorDocsPath formats correctly() PASSED + +GithubContributionServiceTest > getBranchRef throws exception on HttpException with other response code() STARTED + +GithubContributionServiceTest > getBranchRef throws exception on HttpException with other response code() PASSED + +GithubContributionServiceTest > getBranch returns null on HttpException with response code 409() STARTED + +OrganizationRepositoryTest > save and retrieve organization by id() STARTED + +GithubContributionServiceTest > getBranch returns null on HttpException with response code 409() PASSED + +GithubContributionServiceTest > constructConnectorFilePath returns correct path() STARTED + +OrganizationRepositoryTest > save and retrieve organization by id() PASSED + +OrganizationRepositoryTest > findById returns empty when id does not exist() STARTED + +OrganizationRepositoryTest > findById returns empty when id does not exist() PASSED + +OrganizationRepositoryTest > delete organization() STARTED + +OrganizationRepositoryTest > delete organization() PASSED + +OrganizationRepositoryTest > update organization() STARTED + +GithubContributionServiceTest > constructConnectorFilePath returns correct path() PASSED + +GithubContributionServiceTest > getBranchRef returns null when branch does not exist() STARTED + +OrganizationRepositoryTest > update organization() PASSED + +OrganizationRepositoryTest > findByWorkspaceId returns empty when workspaceId does not exist() STARTED + +OrganizationRepositoryTest > findByWorkspaceId returns empty when workspaceId does not exist() PASSED + +OrganizationRepositoryTest > findByWorkspaceId returns organization when workspaceId exists() STARTED + +OrganizationRepositoryTest > findByWorkspaceId returns organization when workspaceId exists() PASSED + +OrganizationRepositoryTest > save with provided primary key() STARTED + +OrganizationRepositoryTest > save with provided primary key() PASSED + +RouterServiceTest > testGetWorkspaceTaskQueue() PASSED + +RouterServiceTest > testGetTaskQueueBehindFlag() STARTED + +GithubContributionServiceTest > getBranchRef returns null when branch does not exist() PASSED + +GithubContributionServiceTest > createBranch successfully creates a new branch() STARTED + +RouterServiceTest > testGetTaskQueueBehindFlag() PASSED + +RouterServiceTest > testGetWorkspaceOnExpandedTaskQueue() STARTED + +RouterServiceTest > testGetWorkspaceOnExpandedTaskQueue() PASSED + +RouterServiceTest > testGetTaskQueueBehindExpandedFlag() STARTED + +RouterServiceTest > testGetTaskQueueBehindExpandedFlag() PASSED + +RouterServiceTest > testGetWorkspaceTaskQueueBehindFlag() STARTED + +GithubContributionServiceTest > createBranch successfully creates a new branch() PASSED + +GithubContributionServiceTest > getBranch returns branch ref when branch exists() STARTED + +RouterServiceTest > testGetWorkspaceTaskQueueBehindFlag() PASSED + +RouterServiceTest > testGetTaskQueue() STARTED + +RouterServiceTest > testGetTaskQueue() PASSED + +ActorDefinitionVersionApiTest > testGetActorDefinitionForSource() STARTED + +GithubContributionServiceTest > getBranch returns branch ref when branch exists() PASSED + +GithubContributionServiceTest > getBranch returns null when branch does not exist() STARTED + +GithubContributionServiceTest > getBranch returns null when branch does not exist() PASSED + +GithubContributionServiceTest > deleteBranch deletes the specified branch() STARTED + +GithubContributionServiceTest > deleteBranch deletes the specified branch() PASSED + +GithubContributionServiceTest > getBranch throws exception on HttpException with other response code() STARTED + +GithubContributionServiceTest > getBranch throws exception on HttpException with other response code() PASSED + +GithubContributionServiceTest > prepareBranchForContribution with existing branch and a PR updates branch() STARTED + +GithubContributionServiceTest > prepareBranchForContribution with existing branch and a PR updates branch() PASSED + +GithubContributionServiceTest > getBranchRef returns branch ref when branch exists() STARTED + +GithubContributionServiceTest > getBranchRef returns branch ref when branch exists() PASSED + +GithubContributionServiceTest > connectorDirectoryPath returns correct directory path() STARTED + +GithubContributionServiceTest > connectorDirectoryPath returns correct directory path() PASSED + +GithubContributionServiceTest > getExistingFileSha returns null when file does not exist() STARTED + +GithubContributionServiceTest > getExistingFileSha returns null when file does not exist() PASSED + +GithubContributionServiceTest > createPullRequest creates a new pull request successfully() STARTED + +GithubContributionServiceTest > createPullRequest creates a new pull request successfully() PASSED + +GithubContributionServiceTest > contributionBranchName returns correct branch name() STARTED + +GithubContributionServiceTest > contributionBranchName returns correct branch name() PASSED + +ContributionTemplatesTest > test toTemplateSpecProperties() STARTED + +ContributionTemplatesTest > test toTemplateSpecProperties() PASSED + +ContributionTemplatesTest > test readme template() STARTED + +ContributionTemplatesTest > test readme template() PASSED + +ContributionTemplatesTest > render metadata file formatting() STARTED + +ContributionTemplatesTest > render metadata file formatting() PASSED + +ContributionTemplatesTest > test privateKeyToString with String() STARTED + +ContributionTemplatesTest > test privateKeyToString with String() PASSED + +ContributionTemplatesTest > test toTemplateStreams() STARTED + +ContributionTemplatesTest > test toTemplateStreams() PASSED + +ContributionTemplatesTest > test docs template() STARTED + +ActorDefinitionVersionApiTest > testGetActorDefinitionForSource() PASSED + +ActorDefinitionVersionApiTest > testGetActorDefinitionForDestination() STARTED + +ContributionTemplatesTest > test docs template() PASSED + +ContributionTemplatesTest > test privateKeyToString with Array() STARTED + +ContributionTemplatesTest > test privateKeyToString with Array() PASSED + +ManifestParserTest > ensure processManifestYaml follows nested $ref() STARTED + +ManifestParserTest > ensure processManifestYaml follows nested $ref() PASSED + +ManifestParserTest > ensure processManifestYaml throws contribution error on invalid yaml() STARTED + +ManifestParserTest > ensure processManifestYaml throws contribution error on invalid yaml() PASSED + +ManifestParserTest > ensure processManifestYaml works() STARTED + +ManifestParserTest > ensure processManifestYaml works() PASSED + +ManifestParserTest > ensure processManifestYaml gets streams() STARTED + +ManifestParserTest > ensure processManifestYaml gets streams() PASSED + +ManifestParserTest > ensure processManifestYaml throws error on $ref not found() STARTED + +ActorDefinitionVersionApiTest > testGetActorDefinitionForDestination() PASSED + +ManifestParserTest > ensure processManifestYaml throws error on $ref not found() PASSED + +ManifestParserTest > ensure processManifestYaml handles quotes() STARTED + +ManifestParserTest > ensure processManifestYaml handles quotes() PASSED + +ManifestParserTest > ensure processManifestYaml throws error on circular() STARTED + +ManifestParserTest > ensure processManifestYaml throws error on circular() PASSED + +ManifestParserTest > ensure streams throws cast error on no streams or spec found() STARTED + +ManifestParserTest > ensure streams throws cast error on no streams or spec found() PASSED + +ManifestParserTest > ensure processManifestYaml follows $ref appropriately() STARTED + +ManifestParserTest > ensure processManifestYaml follows $ref appropriately() PASSED +:oss:airbyte-connector-builder-server:jacocoTestReport +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-connector-builder-server:check +:oss:airbyte-workload-launcher:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-workload-launcher:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-workload-launcher:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-workload-launcher:processIntegrationTestResources NO-SOURCE +:oss:airbyte-workload-launcher:integrationTestClasses UP-TO-DATE +:oss:airbyte-workload-launcher:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-workload-launcher:checkstyleMain NO-SOURCE +:oss:airbyte-workload-launcher:kspTestKotlin FROM-CACHE +:oss:airbyte-workload-launcher:compileTestKotlin FROM-CACHE +:oss:airbyte-workload-launcher:compileTestJava NO-SOURCE +:oss:airbyte-workload-launcher:processTestResources +:oss:airbyte-workload-launcher:testClasses +:oss:airbyte-workload-launcher:checkstyleTest NO-SOURCE +:oss:airbyte-workload-launcher:pmdIntegrationTest NO-SOURCE +:oss:airbyte-workload-launcher:pmdMain NO-SOURCE +:oss:airbyte-workload-launcher:pmdTest NO-SOURCE +:oss:airbyte-workload-launcher:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-workload-launcher:spotbugsMain + +PermissionRepositoryTest > test db insertion and find() 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 + +DataPlaneActivityInitializationMicronautTest > testWebhookOperationActivity() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +AttemptApiTest > testSetWorkflowInAttempt() STARTED + +AttemptApiTest > testSetWorkflowInAttempt() PASSED + +AttemptApiTest > testSaveState() STARTED + +DataPlaneActivityInitializationMicronautTest > testWebhookOperationActivity() PASSED + +DataPlaneActivityInitializationMicronautTest > testReplicationActivity() STARTED + +DataPlaneActivityInitializationMicronautTest > testReplicationActivity() PASSED + +DataPlaneActivityInitializationMicronautTest > testConfigFetchActivity() STARTED + +DataPlaneActivityInitializationMicronautTest > testConfigFetchActivity() PASSED + +DataPlaneActivityInitializationMicronautTest > testRefreshSchemaActivity() STARTED + +DataPlaneActivityInitializationMicronautTest > testRefreshSchemaActivity() PASSED + +AttemptApiTest > testSaveState() PASSED + +InputFetcherTest > exception not thrown if failure when failing workload() STARTED + +DefaultCheckConnectionWorkerTest > testCheckConnectionWithConfigUpdateDestination() 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 +The following classes needed for analysis were missing: + makeConcatWithConstants +:oss:airbyte-workload-launcher:spotbugsTest SKIPPED +:oss:airbyte-workload-launcher:test + +InputFetcherTest > exception not thrown if failure when failing workload() PASSED + +InputFetcherTest > fetches input and processes it() STARTED + +InputFetcherTest > fetches input and processes it() PASSED + +ScopedConfigurationRepositoryTest > test db insertion() STARTED + +InputFetcherTest > fails workload on workload fetch error() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaWithConfigUpdate() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaException() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaException() PASSED + +DefaultDiscoverCatalogWorkerTest > discoverSchemaValidationHandlesNullOptionalKeys() STARTED + +DefaultDiscoverCatalogWorkerTest > discoverSchemaValidationHandlesNullOptionalKeys() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaValidation() STARTED + +InputFetcherTest > fails workload on workload fetch error() PASSED + +InputFetcherTest > fails workload on workload process error() 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 + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaValidation() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaProcessFailWithNoCatalogNoTraceMessage() STARTED + +ScopedConfigurationRepositoryTest > test db find by origin in list() PASSED + +ScopedConfigurationRepositoryTest > test db delete() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaProcessFailWithNoCatalogNoTraceMessage() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchema() STARTED + +ScopedConfigurationRepositoryTest > test db delete() PASSED + +InputFetcherTest > fails workload on workload process error() PASSED + +ScopedConfigurationRepositoryTest > test db update() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchema() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaWithConfigUpdateNoChange() STARTED + +ScopedConfigurationRepositoryTest > test db update() PASSED + +ScopedConfigurationRepositoryTest > test db delete multi() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaWithConfigUpdateNoChange() PASSED + +DefaultDiscoverCatalogWorkerTest > testCancel() STARTED + +ScopedConfigurationRepositoryTest > test db delete multi() PASSED + +ScopedConfigurationRepositoryTest > test db find by key() STARTED + +DefaultDiscoverCatalogWorkerTest > testCancel() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonAndCatalogWithCatalogAndTraceMessage() STARTED + +ScopedConfigurationRepositoryTest > test db find by key() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonAndCatalogWithCatalogAndTraceMessage() PASSED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonWithTraceMessage() STARTED + +ScopedConfigurationRepositoryTest > test db find by value in list() STARTED + +DefaultDiscoverCatalogWorkerTest > testDiscoverSchemaHasFailureReasonWithTraceMessage() PASSED + +DefaultGetSpecWorkerTest > testWithInvalidSpecAndFailureReason() STARTED + +ScopedConfigurationRepositoryTest > test db find by value in list() PASSED + +ScopedConfigurationRepositoryTest > test db find by key and scope() STARTED + +ScopedConfigurationRepositoryTest > test db find by key and scope() 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 + +ConnectionApiControllerTest > testConnectionStreamReset() STARTED + +CheckHydrationProcessorTest > parses input, hydrates and writes output to expected file() STARTED + +ConnectionApiControllerTest > testConnectionStreamReset() PASSED + +ConnectionApiControllerTest > getTaskQueueNameNotFound() STARTED + +ConnectionApiControllerTest > getTaskQueueNameNotFound() PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [1] 430be17f-2b17-44bb-9468-988fa692015e, GET_SPEC STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [1] 430be17f-2b17-44bb-9468-988fa692015e, GET_SPEC PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [2] 64d6547f-4bfb-4a22-a8a5-daf01e34a84f, CHECK_CONNECTION STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [2] 64d6547f-4bfb-4a22-a8a5-daf01e34a84f, CHECK_CONNECTION PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [3] 0a11ca0e-1cc1-4383-ba83-4e404a4cb77a, DISCOVER_SCHEMA STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [3] 0a11ca0e-1cc1-4383-ba83-4e404a4cb77a, DISCOVER_SCHEMA PASSED + +WorkloadApiTest > test cancel success() STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [4] 301266af-00a7-4a09-b191-9b1c60734ed9, SYNC STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [4] 301266af-00a7-4a09-b191-9b1c60734ed9, SYNC PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [5] f592e462-a627-4b6d-9cee-34722737d5fd, RESET_CONNECTION STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [5] f592e462-a627-4b6d-9cee-34722737d5fd, RESET_CONNECTION PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [6] 0fb50de1-b396-4af8-b5c1-a78c49d4567e, CONNECTION_UPDATER STARTED + +CheckHydrationProcessorTest > parses input, hydrates and writes output to expected file() PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [6] 0fb50de1-b396-4af8-b5c1-a78c49d4567e, CONNECTION_UPDATER PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [7] ca06990c-3aad-418a-a037-587d0fa52130, REPLICATE STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [7] ca06990c-3aad-418a-a037-587d0fa52130, REPLICATE PASSED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [8] bd57e7a0-b13d-4720-966d-ef80f205b408, NOTIFY STARTED + +ConnectionApiControllerTest > getTaskQueueNameSuccess(UUID, TemporalJobType) > [8] bd57e7a0-b13d-4720-966d-ef80f205b408, NOTIFY PASSED + +ConnectionApiControllerTest > getTaskQueueNameCannotParseJobType() STARTED + +DiscoverHydrationProcessorTest > parses input, hydrates and writes output to expected file() STARTED + +ConnectionApiControllerTest > getTaskQueueNameCannotParseJobType() PASSED + +DiscoverHydrationProcessorTest > parses input, hydrates and writes output to expected file() PASSED + +OrchestratorHydrationProcessorTest > parses input, hydrates, adds labels and writes output to expected file() STARTED + +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 + +ProgressCheckerPredicatesTest > checkAttemptStats(AttemptStats, boolean) > [1] AttemptStats(recordsEmitted=null, bytesEmitted=null, stateMessagesEmitted=null, bytesCommitted=null, recordsCommitted=0, estimatedRecords=null, estimatedBytes=null), false 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 + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [1] true STARTED + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [1] true PASSED + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [2] false STARTED + +ProgressCheckerTest > respReturnsCheckedValue(boolean) > [2] false PASSED + +ProgressCheckerTest > notFoundsAreTreatedAsNoProgress() STARTED + +ProgressCheckerTest > notFoundsAreTreatedAsNoProgress() PASSED + +ProgressCheckerTest > noRespReturnsFalse() STARTED + +ProgressCheckerTest > noRespReturnsFalse() PASSED + +RetryStateClientTest > hydratesFailureCountsFromApiIfPresent() STARTED +The following classes needed for analysis were missing: + makeConcatWithConstants + accept + get + hashCode + toString + equals + apply + test + run + call + invoke + +WorkloadApiTest > test cancel success() PASSED + +WorkloadApiTest > test failure workload id not found() STARTED +:oss:airbyte-api:server-api:compileTestKotlin + +OrchestratorHydrationProcessorTest > parses input, hydrates, adds labels and writes output to expected file() PASSED +:oss:airbyte-api:server-api:compileTestKotlin FROM-CACHE +:oss:airbyte-api:server-api:compileTestJava + +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 + +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 + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 1 of 50 STARTED + +ReplicationHydrationProcessorTest > parses input, hydrates, and writes output to expected files(State, int) > [1] io.airbyte.config.State@1076f200[state=,additionalProperties={}], 0 STARTED + +ScheduleJitterHelperMicronautTest > testMediumFreqBucket() > repetition 1 of 50 PASSED + +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 +:oss:airbyte-api:server-api:compileTestJava FROM-CACHE +:oss:airbyte-api:server-api:processTestResources +:oss:airbyte-api:server-api:testClasses +:oss:airbyte-api:server-api:checkstyleTest + +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 + +ConnectionApiTest > testAutoDisableConnection() STARTED + +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 + +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 + +StreamStatsRepositoryTest > test basic db insertion and retrieval() 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 + +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 + +ConnectionApiTest > testAutoDisableConnection() PASSED + +ConnectionApiTest > testCreateConnection() 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 + +StreamStatsRepositoryTest > test basic db insertion and retrieval() PASSED + +ConnectionApiTest > testCreateConnection() PASSED + +ConnectionApiTest > testListConnectionsForWorkspace() STARTED + +WorkloadApiTest > test create conflict() PASSED + +WorkloadApiTest > test get workload id not found() STARTED + +ConnectionApiTest > testListConnectionsForWorkspace() PASSED + +ConnectionApiTest > testResetConnection() STARTED +:oss:airbyte-api:server-api:pmdTest + +ConnectionApiTest > testResetConnection() PASSED + +ConnectionApiTest > testSyncConnection() STARTED + +ConnectionApiTest > testSyncConnection() PASSED + +ConnectionApiTest > testListAllConnectionsForWorkspace() STARTED + +ConnectionApiTest > testListAllConnectionsForWorkspace() PASSED + +ConnectionApiTest > testGetConnection() STARTED + +WorkloadApiTest > test get workload id not found() PASSED + +WorkloadApiTest > test success workload id not found() STARTED + +ConnectionApiTest > testGetConnection() PASSED + +ConnectionApiTest > testDeleteConnection() STARTED + +ConnectionApiTest > testDeleteConnection() PASSED + +ConnectionApiTest > testUpdateConnection() STARTED + +WorkloadApiTest > test success workload id not found() PASSED + +WorkloadApiTest > test list success() STARTED + +ConnectionApiTest > testUpdateConnection() PASSED + +ConnectionApiTest > testSearchConnections() STARTED + +ConnectionApiTest > testSearchConnections() PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-api:server-api:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-api:server-api:spotbugsMain SKIPPED +:oss:airbyte-api:server-api:spotbugsTest SKIPPED +:oss:airbyte-api:server-api:test + +ReplicationHydrationProcessorTest > parses input, hydrates, and writes output to expected files(State, int) > [1] io.airbyte.config.State@1076f200[state=,additionalProperties={}], 0 PASSED + +ReplicationHydrationProcessorTest > parses input, hydrates, and writes output to expected files(State, int) > [2] null, 0 STARTED + +WorkloadApiTest > test list success() PASSED + +WorkloadApiTest > test running workload id not found() STARTED + +ReplicationHydrationProcessorTest > parses input, hydrates, and writes output to expected files(State, int) > [2] null, 0 PASSED + +ReplicationHydrationProcessorTest > parses input, hydrates, and writes output to expected files(State, int) > [3] io.airbyte.config.State@2a1dabb6[state={"first":"this is","second":"nested for some reason"},additionalProperties={}], 1 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 + +ReplicationHydrationProcessorTest > parses input, hydrates, and writes output to expected files(State, int) > [3] io.airbyte.config.State@2a1dabb6[state={"first":"this is","second":"nested for some reason"},additionalProperties={}], 1 PASSED + +WorkloadApiTest > test heartbeat workload id not found() PASSED + +WorkloadApiTest > test claim success() STARTED + +CheckConnectionActivityTest > testStartWithWorkload() STARTED + +SpecHydrationProcessorTest > parses input and writes output to expected file() STARTED + +WorkloadApiTest > test claim success() PASSED + +WorkloadApiTest > test create success() STARTED + +SpecHydrationProcessorTest > parses input and writes output to expected file() PASSED + +FileClientTest > testMakeNamedPipes$io_airbyte_airbyte_workload_init_container_test() STARTED + +WorkloadApiTest > test create success() PASSED + +WorkloadApiTest > test get success() STARTED + +WorkloadApiTest > test get success() PASSED + +WorkloadApiTest > test heartbeat success() STARTED + +WorkloadApiTest > test heartbeat success() PASSED + +WorkloadApiTest > test success workload in invalid status() STARTED + +FileClientTest > testMakeNamedPipes$io_airbyte_airbyte_workload_init_container_test() PASSED + +FileClientTest > testWriteInputFile$io_airbyte_airbyte_workload_init_container_test() STARTED + +FileClientTest > testWriteInputFile$io_airbyte_airbyte_workload_init_container_test() PASSED + +WorkloadApiTest > test success workload in invalid status() PASSED + +WorkloadApiTest > test running succeeded() STARTED + +WorkloadApiTest > test running succeeded() PASSED + +WorkloadApiTest > test heartbeat workload in invalid status() STARTED + +WorkloadApiTest > test heartbeat workload in invalid status() PASSED + +WorkloadApiTest > test success succeeded() STARTED + +WorkloadApiTest > test success succeeded() PASSED + +WorkloadApiTest > test cancel workload in invalid status() STARTED + +WorkloadApiTest > test cancel workload in invalid status() PASSED + +WorkloadApiTest > test failure success() STARTED + +WorkloadApiTest > test failure success() PASSED + +WorkloadApiTest > test claim workload has already been claimed() STARTED + +WorkloadApiTest > test claim workload has already been claimed() PASSED +:oss:airbyte-workload-init-container:jacocoTestReport + +DeploymentMetadataApiControllerTest > testFetchDeploymentMetadata() STARTED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [1] sync, default, regularQueue STARTED + +DeploymentMetadataApiControllerTest > testFetchDeploymentMetadata() PASSED + +CheckConnectionActivityTest > testStartWithWorkload() PASSED + +CheckConnectionActivityTest > testStartWithWorkloadMissingOutput() STARTED + +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 + +CheckConnectionActivityTest > testStartWithWorkloadMissingOutput() PASSED + +WorkloadServiceTest > Use the right queue(WorkloadType, WorkloadPriority, String) > [2] check, high, highPriorityQueue PASSED +:oss:airbyte-workload-init-container:check +:oss:airbyte-api:workload-api:jacocoTestReport + +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 +:oss:airbyte-api:workload-api:check +:oss:airbyte-config:config-persistence:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:config-persistence:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:config-persistence:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-config:config-persistence:processIntegrationTestResources NO-SOURCE +:oss:airbyte-config:config-persistence:integrationTestClasses UP-TO-DATE +:oss:airbyte-config:config-persistence:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-config:config-persistence:checkstyleMain FROM-CACHE +:oss:airbyte-config:config-persistence:kspTestKotlin FROM-CACHE +:oss:airbyte-config:config-persistence:compileTestKotlin FROM-CACHE +:oss:airbyte-config:config-persistence:compileTestJava + +ConnectionManagerWorkflowTest > General functionality > When a sync returns a status of cancelled we report the run as cancelled STARTED + +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 + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [2] failure PASSED + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [3] cancelled STARTED +:oss:airbyte-config:config-persistence:compileTestJava FROM-CACHE +:oss:airbyte-config:config-persistence:processTestResources +:oss:airbyte-config:config-persistence:testClasses +:oss:airbyte-config:config-persistence:checkstyleTest + +WorkloadHandlerImplTest > test succeed workload in inactive status(WorkloadStatus) > [3] cancelled PASSED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [1] claimed STARTED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [1] claimed PASSED + +WorkloadHandlerImplTest > test succeeding workload succeeded(WorkloadStatus) > [2] launched 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 +:oss:airbyte-config:config-persistence:checkstyleTest FROM-CACHE +:oss:airbyte-config:config-persistence:checkstyleTestFixtures + +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 +:oss:airbyte-config:config-persistence:checkstyleTestFixtures FROM-CACHE +:oss:airbyte-config:config-persistence:pmdIntegrationTest NO-SOURCE +:oss:airbyte-config:config-persistence:pmdMain + +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 + +ClaimProcessorTrackerTest > trackResumed decrements the count() 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 + +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 + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [2] claimed PASSED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [3] launched 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 + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [3] launched PASSED + +ClaimProcessorTrackerTest > trackNumberOfClaimsToResumes supports a number of claims bigger than parallelism() PASSED + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [4] running STARTED + +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 + +WorkloadHandlerImplTest > test successful cancel(WorkloadStatus) > [4] running PASSED + +WorkloadHandlerImplTest > test active statuses are complete() STARTED + +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 + +WorkloadHandlerImplTest > test active statuses are complete() PASSED + +WorkloadHandlerImplTest > test claiming running workload has already been claimed by the same plane() STARTED + +EnvVarConfigBeanFactoryTest > orchestrator aws assumed role secret creation() PASSED + +EnvVarConfigBeanFactoryTest > api auth secret env creation() STARTED + +WorkloadHandlerImplTest > test claiming running workload has already been claimed by the same plane() PASSED + +EnvVarConfigBeanFactoryTest > api auth secret env creation() 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 + +EnvVarConfigBeanFactoryTest > orchestrator aws assumed role secret creation with blank names() STARTED + +EnvVarConfigBeanFactoryTest > orchestrator aws assumed role secret creation with blank names() PASSED + +EnvVarConfigBeanFactoryTest > test final env vars contain secret env vars an non-secret env vars() STARTED + +WorkloadHandlerImplTest > test claiming pending workload has already been claimed by the same plane() PASSED + +WorkloadHandlerImplTest > test create workload() STARTED + +UserInvitationRepositoryTest > test db insertion() STARTED + +UserInvitationRepositoryTest > test db insertion() PASSED + +UserInvitationRepositoryTest > test find by invite code() STARTED + +WorkloadHandlerImplTest > test create workload() PASSED + +WorkloadHandlerImplTest > test set workload status to launched succeeded() STARTED + +WorkloadHandlerImplTest > test set workload status to launched succeeded() PASSED + +UserInvitationRepositoryTest > test find by invite code() PASSED + +WorkloadHandlerImplTest > test create workload mutex conflict() STARTED + +UserInvitationRepositoryTest > test find by status and scope type and scope id() STARTED + +WorkloadHandlerImplTest > test create workload mutex conflict() PASSED + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [1] claimed 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 + +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 + +WorkloadHandlerImplTest > test successfulHeartbeat(WorkloadStatus) > [3] running PASSED + +WorkloadHandlerImplTest > test noop when setting workload status to running() STARTED + +UserInvitationRepositoryTest > test find by status and scope type and scope id and invited email() PASSED + +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 + +DestinationApiTest > testSearchDestination() 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 + +DestinationApiTest > testSearchDestination() PASSED + +DestinationApiTest > testUpgradeDestinationVersion() 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 + +DestinationApiTest > testUpgradeDestinationVersion() PASSED + +DestinationApiTest > testUpdateDestination() 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 + +CustomMetricPublisherTest > test publishing guage metrics$io_airbyte_airbyte_workload_api_server_test() STARTED + +DestinationApiTest > testUpdateDestination() PASSED + +DestinationApiTest > testCheckConnectionToDestination() STARTED + +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 + +DestinationApiTest > testCreateDestination() STARTED + +DestinationApiTest > testCreateDestination() PASSED + +DestinationApiTest > testCloneDestination() STARTED + +DestinationApiTest > testCloneDestination() 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 + +CustomMetricPublisherTest > test publishing count metrics$io_airbyte_airbyte_workload_api_server_test() PASSED +:oss:airbyte-config:config-persistence:pmdTest + +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 + +EnvVarConfigBeanFactoryTest > test final env vars contain secret env vars an non-secret env vars() PASSED + +EnvVarConfigBeanFactoryTest > api auth secret env creation with blank names() STARTED + +EnvVarConfigBeanFactoryTest > api auth secret env creation with blank names() PASSED + +EnvVarConfigBeanFactoryTest > connector aws assumed role secret creation() STARTED + +EnvVarConfigBeanFactoryTest > connector aws assumed role secret creation() PASSED + +WorkloadApiClientTest > test submitting a successful claim to the Workload API for a workload$io_airbyte_airbyte_workload_launcher_test() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +DestinationDefinitionApiTest > testRevokeDestinationDefinitionFromWorkspace() STARTED + +DestinationDefinitionApiTest > testRevokeDestinationDefinitionFromWorkspace() PASSED + +DestinationDefinitionApiTest > testGetDestinationDefinition() STARTED + +DestinationDefinitionApiTest > testGetDestinationDefinition() PASSED + +DestinationDefinitionApiTest > testListLatestDestinationDefinitions() STARTED + +DestinationDefinitionApiTest > testListLatestDestinationDefinitions() PASSED + +DestinationDefinitionApiTest > testGetDestinationDefinitionForWorkspace() STARTED + +DestinationDefinitionApiTest > testGetDestinationDefinitionForWorkspace() PASSED + +DestinationDefinitionApiTest > testGrantDestinationDefinitionToWorkspace() STARTED + +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 + +DestinationDefinitionApiTest > testGrantDestinationDefinitionToWorkspace() PASSED + +DestinationDefinitionApiTest > testDeleteDestinationDefinitionNoWriteAccess() STARTED + +DestinationDefinitionApiTest > testDeleteDestinationDefinitionNoWriteAccess() PASSED + +DestinationDefinitionApiTest > testUpdateDestinationDefinitionNoWriteAccess() STARTED + +ConnectionManagerWorkflowTest > General functionality > When a sync returns a status of cancelled we report the run as cancelled PASSED + +DestinationDefinitionApiTest > testUpdateDestinationDefinitionNoWriteAccess() PASSED + +DestinationDefinitionApiTest > testUpdateDestinationDefinition() 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 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 > 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 + +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 + +MapEnvVarExtensionsTest > converts maps of string keys and values to fabric8 EnvVar(Map) > [1] {cat=dog, asdf=ghjk} STARTED + +MapEnvVarExtensionsTest > converts maps of string keys and values to fabric8 EnvVar(Map) > [1] {cat=dog, asdf=ghjk} PASSED + +MapEnvVarExtensionsTest > converts maps of string keys and values to fabric8 EnvVar(Map) > [2] {asdf=ghjk} STARTED + +MapEnvVarExtensionsTest > converts maps of string keys and values to fabric8 EnvVar(Map) > [2] {asdf=ghjk} PASSED + +MapEnvVarExtensionsTest > converts maps of string keys and values to fabric8 EnvVar(Map) > [3] {} STARTED + +MapEnvVarExtensionsTest > converts maps of string keys and values to fabric8 EnvVar(Map) > [3] {} 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 + +MapEnvVarExtensionsTest > converts maps of string key and EnvVarSource values to fabric8 EnvVar(Map) > [1] {cat=EnvVarSource(configMapKeyRef=null, fieldRef=null, resourceFieldRef=null, secretKeyRef=SecretKeySelector(key=barr, name=foo, optional=null, additionalProperties={}), additionalProperties={}), asdf=EnvVarSource(configMapKeyRef=null, fieldRef=null, resourceFieldRef=null, secretKeyRef=SecretKeySelector(key=buzz, name=baz, optional=null, additionalProperties={}), additionalProperties={})} STARTED + +MapEnvVarExtensionsTest > converts maps of string key and EnvVarSource values to fabric8 EnvVar(Map) > [1] {cat=EnvVarSource(configMapKeyRef=null, fieldRef=null, resourceFieldRef=null, secretKeyRef=SecretKeySelector(key=barr, name=foo, optional=null, additionalProperties={}), additionalProperties={}), asdf=EnvVarSource(configMapKeyRef=null, fieldRef=null, resourceFieldRef=null, secretKeyRef=SecretKeySelector(key=buzz, name=baz, optional=null, additionalProperties={}), additionalProperties={})} PASSED + +MapEnvVarExtensionsTest > converts maps of string key and EnvVarSource values to fabric8 EnvVar(Map) > [2] {asdf=EnvVarSource(configMapKeyRef=null, fieldRef=null, resourceFieldRef=null, secretKeyRef=SecretKeySelector(key=buzz, name=baz, optional=null, additionalProperties={}), additionalProperties={})} STARTED + +MapEnvVarExtensionsTest > converts maps of string key and EnvVarSource values to fabric8 EnvVar(Map) > [2] {asdf=EnvVarSource(configMapKeyRef=null, fieldRef=null, resourceFieldRef=null, secretKeyRef=SecretKeySelector(key=buzz, name=baz, optional=null, additionalProperties={}), additionalProperties={})} PASSED + +MapEnvVarExtensionsTest > converts maps of string key and EnvVarSource values to fabric8 EnvVar(Map) > [3] {} STARTED + +MapEnvVarExtensionsTest > converts maps of string key and EnvVarSource values to fabric8 EnvVar(Map) > [3] {} PASSED + +LogPathTest > singled-threaded queue-fed pipeline writes stage and completion logs to log path on input(boolean) > [1] true STARTED +:oss:airbyte-config:config-persistence:pmdTestFixtures + +WorkspaceRepositoryTest > save and retrieve workspace by id() STARTED + +WorkspaceRepositoryTest > save and retrieve workspace by id() PASSED + +WorkspaceRepositoryTest > findById returns empty when id does not exist() STARTED + +WorkspaceRepositoryTest > findById returns empty when id does not exist() PASSED + +WorkspaceRepositoryTest > delete workspace() STARTED + +WorkspaceRepositoryTest > delete workspace() PASSED + +WorkspaceRepositoryTest > update workspace() STARTED + +WorkspaceRepositoryTest > update workspace() PASSED + +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 + +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 + +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 + +DestinationDefinitionSpecificationApiTest > testCheckConnectionToDestination() STARTED +:oss:airbyte-config:config-persistence:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-config:config-persistence:spotbugsMain + +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 + +DestinationDefinitionSpecificationApiTest > testCheckConnectionToDestination() 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 PASSED + +ConnectionManagerWorkflowTest > New 'resilient' retries and progress checking > Uses backoff policy if present and from failure. > [1] 1 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 + +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 + +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 + +PipelineStartupTest > should process claimed workloads() PASSED + +SuccessHandlerTest > does not throw if update to launched call fails() 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 + +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 + +AirbyteApiClientTest > test that the Airbyte API client creates the underlying API objects with the provided configuration() PASSED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is blank, the authentication header is not added$io_airbyte_airbyte_api_server_api_test() STARTED + +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 + +DestinationOauthApiTest > testGetDestinationOAuthConsent() STARTED + +BuildInputStageTest > parses spec input (no need to hydrate)() PASSED + +BuildInputStageTest > parses check input and hydrates(boolean) > [1] true STARTED + +DestinationOauthApiTest > testGetDestinationOAuthConsent() PASSED + +DestinationOauthApiTest > testDeleteDestination() STARTED + +DestinationOauthApiTest > testDeleteDestination() PASSED + +DestinationOauthApiTest > testCompleteDestinationOAuth() STARTED + +DestinationOauthApiTest > testCompleteDestinationOAuth() PASSED + +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 + +HealthCheckApiTest > testImportDefinitions() STARTED + +HealthCheckApiTest > testImportDefinitions() PASSED + +BuildInputStageTest > parses check input and hydrates(boolean) > [1] true PASSED + +BuildInputStageTest > parses check input and hydrates(boolean) > [2] false STARTED + +BuildInputStageTest > parses check input and hydrates(boolean) > [2] false PASSED + +BuildInputStageTest > parses sync input and hydrates() 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 + +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 + +BuildInputStageTest > parses sync input and hydrates() PASSED + +BuildInputStageTest > parses discover input and hydrates(boolean) > [1] true STARTED + +BuildInputStageTest > parses discover input and hydrates(boolean) > [1] true PASSED + +BuildInputStageTest > parses discover input and hydrates(boolean) > [2] false STARTED + +BuildInputStageTest > parses discover input and hydrates(boolean) > [2] false PASSED + +CheckStatusStageTest > sets skip flag to true for running pods for check() STARTED + +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 + +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 + +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 + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is blank, the authentication header is not added$io_airbyte_airbyte_api_server_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_server_api_test() 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_server_api_test() PASSED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is not blank, the authentication header is added$io_airbyte_airbyte_api_server_api_test() STARTED + +InternalApiAuthenticationInterceptorTest > test that when the internal API header name is not blank, the authentication header is added$io_airbyte_airbyte_api_server_api_test() 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 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 + +LastJobWithStatsPerStreamRepositoryTest > test getLastJobPerStream() STARTED + +LastJobWithStatsPerStreamRepositoryTest > test getLastJobPerStream() PASSED +:oss:airbyte-api:server-api:jacocoTestReport + +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 + +KubePodClientTest > testLaunchingMonoPodBelowMemoryTolerance$io_airbyte_airbyte_workload_launcher_test() STARTED + +InstanceConfigurationApiControllerTest > testSetupInstanceConfiguration() 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 + +AuthRefreshTokenServiceDataImplTest > test revokeAuthRefreshToken() 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 + +InstanceConfigurationApiControllerTest > testSetupInstanceConfiguration() PASSED + +InstanceConfigurationApiControllerTest > testGetInstanceConfiguration() STARTED + +InstanceConfigurationApiControllerTest > testGetInstanceConfiguration() PASSED + +AuthRefreshTokenServiceDataImplTest > test revokeAuthRefreshToken() PASSED + +AuthRefreshTokenServiceDataImplTest > test getAuthRefreshToken() 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 +The following classes needed for analysis were missing: + makeConcatWithConstants + test + accept + apply + get + applyAsDouble + run + +AuthRefreshTokenServiceDataImplTest > test getAuthRefreshToken() PASSED + +AuthRefreshTokenServiceDataImplTest > test saveAuthRefreshToken() STARTED + +AuthRefreshTokenServiceDataImplTest > test saveAuthRefreshToken() PASSED + +ConnectionTimelineEventServiceDataImplTest > write sync failed event$io_airbyte_airbyte_data_test() STARTED +:oss:airbyte-config:config-persistence:spotbugsTest SKIPPED +:oss:airbyte-config:config-persistence:spotbugsTestFixtures + +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 + +KubePodClientTest > testLaunchingMonoPodBelowMemoryTolerance$io_airbyte_airbyte_workload_launcher_test() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates pod creation error() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates pod creation error() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates connector wait for init error() 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 + +KubePodClientTest > launchConnectorWithSidecar propagates connector wait for init error() PASSED + +KubePodClientTest > launchReplication starts an orchestrator and waits on all 3 pods() STARTED + +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 wait for init timeout as kube exception() STARTED + +ConnectionTimelineEventServiceDataImplTest > write sync failed event$io_airbyte_airbyte_data_test() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates wait for init timeout as kube exception() PASSED + +KubePodClientTest > launchReplication propagates orchestrator wait for init timeout as kube exception() STARTED + +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 + +KubePodClientTest > launchReplication propagates orchestrator wait for init timeout as kube exception() PASSED + +KubePodClientTest > testLaunchingMonoPod$io_airbyte_airbyte_workload_launcher_test() STARTED + +KubePodClientTest > testLaunchingMonoPod$io_airbyte_airbyte_workload_launcher_test() PASSED + +KubePodClientTest > launchReplication starts an orchestrator and waits on all 2 pods for resets() STARTED + +KubePodClientTest > launchReplication starts an orchestrator and waits on all 2 pods for resets() PASSED + +KubePodClientTest > launchReplication propagates orchestrator init failures as normal errors() STARTED + +ConnectorRolloutServiceDataImplTest > test get rollout by id() STARTED + +ConnectorRolloutServiceDataImplTest > test get rollout by id() PASSED + +ConnectorRolloutServiceDataImplTest > test write new rollout() STARTED + +KubePodClientTest > launchReplication propagates orchestrator init failures as normal errors() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates copy file map error() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates copy file map error() PASSED + +KubePodClientTest > launchSpec delegates to launchConnectorWithSidecar() STARTED + +KubePodClientTest > launchSpec delegates to launchConnectorWithSidecar() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates pod wait for init error() STARTED + +ConnectorRolloutServiceDataImplTest > test write new rollout() PASSED + +ConnectorRolloutServiceDataImplTest > test update existing rollout() STARTED + +ConnectorRolloutServiceDataImplTest > test update existing rollout() PASSED + +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 + +ConnectorRolloutServiceDataImplTest > test list rollouts() STARTED + +ConnectorRolloutServiceDataImplTest > test list rollouts() PASSED + +KubePodClientTest > launchConnectorWithSidecar propagates pod wait for init error() PASSED + +KubePodClientTest > launchDiscover delegates to launchConnectorWithSidecar() STARTED + +ConnectorRolloutServiceDataImplTest > test get rollout by non-existent id throws() STARTED + +ConnectorRolloutServiceDataImplTest > test get rollout by non-existent id throws() PASSED + +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 > launchConnectorWithSidecar propagates init failures as normal errors() STARTED + +KubePodClientTest > launchConnectorWithSidecar propagates init failures as normal errors() PASSED + +KubePodClientTest > launchCheck delegates to launchConnectorWithSidecar() 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 + +KubePodClientTest > launchCheck delegates to launchConnectorWithSidecar() PASSED + +KubePodClientTest > launchConnectorWithSidecar starts a pod and waits on it(boolean) > [1] true STARTED + +KubePodClientTest > launchConnectorWithSidecar starts a pod and waits on it(boolean) > [1] true PASSED + +KubePodClientTest > launchConnectorWithSidecar starts a pod and waits on it(boolean) > [2] false STARTED + +DeclarativeManifestImageVersionServiceDataImplTest > test write existing declarative manifest image version() STARTED + +KubePodClientTest > launchConnectorWithSidecar starts a pod and waits on it(boolean) > [2] false 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 + +DeclarativeManifestImageVersionServiceDataImplTest > test write existing declarative manifest image version() PASSED + +DeclarativeManifestImageVersionServiceDataImplTest > test get declarative manifest image version by major version not found() STARTED + +KubePodClientTest > launchReplication sets pass-through labels for propagation to source and destination() PASSED + +KubePodClientTest > testLaunchingMonoPodAboveMemoryTolerance$io_airbyte_airbyte_workload_launcher_test() 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 + +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 + +JobRetryStatesApiControllerTest > getForJobFound() STARTED + +KubePodClientTest > testLaunchingMonoPodAboveMemoryTolerance$io_airbyte_airbyte_workload_launcher_test() PASSED + +KubePodClientTest > testLaunchingMonoPodWithError$io_airbyte_airbyte_workload_launcher_test() STARTED + +KubePodClientTest > testLaunchingMonoPodWithError$io_airbyte_airbyte_workload_launcher_test() PASSED + +JobRetryStatesApiControllerTest > getForJobFound() PASSED + +JobRetryStatesApiControllerTest > putForJob() STARTED + +OrganizationEmailDomainServiceDataImplTest > test findByEmailDomain() STARTED + +JobRetryStatesApiControllerTest > putForJob() PASSED + +JobRetryStatesApiControllerTest > getForJobNotFound() STARTED + +OrganizationEmailDomainServiceDataImplTest > test findByEmailDomain() PASSED + +JobRetryStatesApiControllerTest > getForJobNotFound() PASSED + +WorkloadRepositoryTest > test search by type status and creation date() STARTED + +OrganizationPaymentConfigServiceDataImplTest > test find by organization id() STARTED + +OrganizationPaymentConfigServiceDataImplTest > test find by organization id() PASSED + +OrganizationPaymentConfigServiceDataImplTest > test find by non-existent organization id() STARTED + +OrganizationPaymentConfigServiceDataImplTest > test find by non-existent organization id() PASSED + +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 + +OrganizationServiceDataImplTest > getOrganizationForWorkspaceId returns organization when workspaceId exists() STARTED + +OrganizationServiceDataImplTest > getOrganizationForWorkspaceId returns organization when workspaceId exists() PASSED + +OrganizationServiceDataImplTest > writeOrganization updates existing organization when id exists() STARTED + +KubePodLauncherTest > test fail to wait for pod init() STARTED + +WorkloadRepositoryTest > test search by type status and creation date() PASSED + +WorkloadRepositoryTest > test db insertion() STARTED + +OrganizationServiceDataImplTest > writeOrganization updates existing organization when id exists() PASSED + +OrganizationServiceDataImplTest > getOrganization returns empty when id does not exist() STARTED + +OrganizationServiceDataImplTest > getOrganization returns empty when id does not exist() PASSED + +OrganizationServiceDataImplTest > getOrganizationForWorkspaceId returns empty when workspaceId does not exist() STARTED + +OrganizationServiceDataImplTest > getOrganizationForWorkspaceId returns empty when workspaceId does not exist() PASSED + +OrganizationServiceDataImplTest > writeOrganization saves new organization with provided id for non-existing organization() STARTED + +OrganizationServiceDataImplTest > writeOrganization saves new organization with provided id for non-existing organization() PASSED + +OrganizationServiceDataImplTest > getOrganization returns organization when id exists() STARTED + +OrganizationServiceDataImplTest > getOrganization returns organization when id exists() PASSED + +OrganizationServiceDataImplTest > writeOrganization saves new organization when id is null() STARTED + +OrganizationServiceDataImplTest > writeOrganization saves new organization when id is null() PASSED + +PermissionServiceDataImplTest > CreatePermission > createPermission should throw when redundant permission is detected() STARTED + +WorkloadRepositoryTest > test db insertion() PASSED + +WorkloadRepositoryTest > test mutex search() 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[#1189,Thread-651,5,main], 0 STARTED + +WorkloadRepositoryTest > test mutex search() PASSED + +WorkloadRepositoryTest > test status update() STARTED + +WorkloadRepositoryTest > test status update() PASSED + +WorkloadRepositoryTest > test search by type expired deadline() STARTED + +WorkloadRepositoryTest > test search by type expired deadline() PASSED + +WorkloadRepositoryTest > test search() 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 + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [1] Thread[#1189,Thread-651,5,main], 0 PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [2] Thread[#1190,Thread-652,5,main], 0 STARTED + +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 + + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [2] Thread[#1190,Thread-652,5,main], 0 PASSED +PermissionServiceDataImplTest > UpdatePermission > UpdateOrgPermission > updatePermission should allow org admin demotion if another org admin exists() STARTED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [3] Thread[#1191,Thread-653,5,main], 0 STARTED + +KubePodLauncherTest > test fail to wait for pod init() PASSED + +KubePodLauncherTest > retry on stream reset exception() 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 + +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 + +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 + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [3] Thread[#1191,Thread-653,5,main], 0 PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [4] Thread[#1192,Thread-654,5,main], 1 STARTED + +ScopedConfigurationServiceDataImplTest > test delete scoped configuration() STARTED + +ScopedConfigurationServiceDataImplTest > test delete scoped configuration() PASSED + +ScopedConfigurationServiceDataImplTest > test list configurations() STARTED + +KubePodLauncherTest > retry is skipped on unexpected exception() PASSED + +KubePodLauncherTest > test retry on socket timeout exception() STARTED + +ScopedConfigurationServiceDataImplTest > test list configurations() PASSED + +ScopedConfigurationServiceDataImplTest > test write existing configuration() 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 + +JobsApiTest > testGetJobDebugInfo() STARTED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (mono-pod)(boolean) > [1] true STARTED + +ScopedConfigurationServiceDataImplTest > test write existing configuration() PASSED + +ScopedConfigurationServiceDataImplTest > test bulk get configurations by key, resource and scope map() STARTED + +JobsApiTest > testGetJobDebugInfo() PASSED + +JobsApiTest > testCancelJob() STARTED + +ScopedConfigurationServiceDataImplTest > test bulk get configurations by key, resource and scope map() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration by non-existent id throws() STARTED + + +JobsApiTest > testCancelJob() PASSED +ScopedConfigurationServiceDataImplTest > test get configuration by non-existent id throws() PASSED + +ScopedConfigurationServiceDataImplTest > test get configuration by id() STARTED + +JobsApiTest > testCreateJob() 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 + +JobsApiTest > testCreateJob() PASSED + +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 + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [4] Thread[#1192,Thread-654,5,main], 1 PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [5] Thread[#1193,Thread-655,5,main], 1 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 +:oss:airbyte-api:server-api:check +:oss:airbyte-config:config-persistence:test + +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 + +ScopedConfigurationServiceDataImplTest > test get configurations by scope map and key object() STARTED + +ScopedConfigurationServiceDataImplTest > test get configurations by scope map and key object() PASSED + +ConnectionManagerWorkflowTest > Test that the workflow is properly restarted after activity failures. > testWorkflowRestartedAfterFailedActivity(Thread, int) > [5] Thread[#1193,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 +:oss:airbyte-workload-api-server:jacocoTestReport + +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 + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (mono-pod)(boolean) > [1] true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (mono-pod)(boolean) > [2] false STARTED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (mono-pod)(boolean) > [2] false PASSED + +PayloadKubeInputMapperTest > builds a kube input from a spec payload(boolean) > [1] true STARTED +:oss:airbyte-workload-api-server:check +:oss:airbyte-config:config-secrets:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:config-secrets:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:config-secrets:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-config:config-secrets:processIntegrationTestResources NO-SOURCE +:oss:airbyte-config:config-secrets:integrationTestClasses UP-TO-DATE +:oss:airbyte-config:config-secrets:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-config:config-secrets:kspTestKotlin + +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 + +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 > parses custom node selector strings into a map() STARTED + +PayloadKubeInputMapperTest > parses custom node selector strings into a map() PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [1] true, high, true 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 + +MicronautHealthCheck > testHealth() 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 +V + +MicronautHealthCheck > testHealth() PASSED + +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 + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [1] true, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [2] false, high, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [2] false, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [3] true, high, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [3] true, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [4] false, high, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [4] false, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [5] false, high, false STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [5] false, high, false PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [6] false, default, false STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [6] false, default, false PASSED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [7] false, default, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a check payload(boolean, WorkloadPriority, boolean) > [7] false, default, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [1] true, high, true STARTED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Source CHECK failures are recorded PASSED + +ConnectionManagerWorkflowTest > Test that sync workflow failures are recorded > Test that Destination CHECK failures are recorded STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [1] true, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [2] false, high, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [2] false, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [3] true, high, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [3] true, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [4] false, high, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [4] false, high, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [5] false, high, false STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [5] false, high, false PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [6] false, default, false 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 + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [6] false, default, false PASSED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [7] false, default, true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a discover payload(boolean, WorkloadPriority, boolean) > [7] false, default, true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (orchestrator)(boolean) > [1] true STARTED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (orchestrator)(boolean) > [1] true PASSED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (orchestrator)(boolean) > [2] false STARTED + +PayloadKubeInputMapperTest > builds a kube input from a replication payload (orchestrator)(boolean) > [2] false PASSED + +RuntimeEnvVarFactoryTest > does not build aws env vars if custom connector() STARTED + +RuntimeEnvVarFactoryTest > does not build aws env vars if custom connector() PASSED + +RuntimeEnvVarFactoryTest > builds expected env vars for discover connector container() STARTED + +RuntimeEnvVarFactoryTest > builds expected env vars for discover connector container() PASSED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadEnabled)(boolean, String) > [1] true, airbyte/source-mysql STARTED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadEnabled)(boolean, String) > [1] true, airbyte/source-mysql PASSED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadEnabled)(boolean, String) > [2] true, airbyte/source-mysqlasdf STARTED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadEnabled)(boolean, String) > [2] true, airbyte/source-mysqlasdf PASSED + +RuntimeEnvVarFactoryTest > builds aws env vars if ff enabled and airbyte connector() STARTED + +RuntimeEnvVarFactoryTest > builds aws env vars if ff enabled and airbyte connector() PASSED + +RuntimeEnvVarFactoryTest > adds apm env vars if enabled (mutative API)() 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 +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +RuntimeEnvVarFactoryTest > adds apm env vars if enabled (mutative API)() PASSED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [1] true, anything else STARTED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [1] true, anything else PASSED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [2] true, asdfairbyte/source-mysql STARTED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [2] true, asdfairbyte/source-mysql PASSED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [3] false, airbyte/source-mysql STARTED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [3] false, airbyte/source-mysql PASSED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [4] false, airbyte/source-mysqlasdf STARTED +:oss:airbyte-config:config-secrets:kspTestKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:compileTestKotlin + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [4] false, airbyte/source-mysqlasdf PASSED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [5] false, anything else STARTED + +RuntimeEnvVarFactoryTest > builds connector configuration env vars (concurrentStreamReadDisabled)(boolean, String) > [5] false, anything else PASSED + +RuntimeEnvVarFactoryTest > builds expected env vars for check connector container() STARTED + +RuntimeEnvVarFactoryTest > builds expected env vars for check connector container() PASSED + +RuntimeEnvVarFactoryTest > builds metadata env vars() STARTED + +RuntimeEnvVarFactoryTest > builds metadata env vars() PASSED + +RuntimeEnvVarFactoryTest > does not build aws env vars if ff disabled() STARTED + +RuntimeEnvVarFactoryTest > does not build aws env vars if ff disabled() PASSED + +RuntimeEnvVarFactoryTest > builds expected env vars for replication connector container(Map) > [1] null STARTED + +RuntimeEnvVarFactoryTest > builds expected env vars for replication connector container(Map) > [1] null PASSED + +RuntimeEnvVarFactoryTest > builds expected env vars for replication connector container(Map) > [2] {key-1=value-1} STARTED + +RuntimeEnvVarFactoryTest > builds expected env vars for replication connector container(Map) > [2] {key-1=value-1} PASSED + +RuntimeEnvVarFactoryTest > builds expected env vars for replication connector container(Map) > [3] {key-1=value-1, key-2=value-2} STARTED + +RuntimeEnvVarFactoryTest > builds expected env vars for replication connector container(Map) > [3] {key-1=value-1, key-2=value-2} PASSED + +RuntimeEnvVarFactoryTest > builds expected env vars for spec connector container() STARTED + +RuntimeEnvVarFactoryTest > builds expected env vars for spec connector container() PASSED + +RuntimeEnvVarFactoryTest > does not build apm env vars if disabled (mutative API)() STARTED + +RuntimeEnvVarFactoryTest > does not build apm env vars if disabled (mutative API)() PASSED + +TemporalWorkerControllerTest > does interact with workerFactories until started and start will enable pollers if active() STARTED + +StreamAttemptMetadataServiceTest > test insertion and find by attempt id() 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 + +TemporalWorkerControllerTest > does interact with workerFactories until started and start will enable pollers if active() PASSED + +TemporalWorkerControllerTest > does interact with workerFactories until started and start will disable pollers if disabled() STARTED + +TemporalWorkerControllerTest > does interact with workerFactories until started and start will disable pollers if disabled() PASSED +:oss:airbyte-config:config-secrets:compileTestKotlin FROM-CACHE +:oss:airbyte-config:config-secrets:compileTestJava NO-SOURCE +:oss:airbyte-config:config-secrets:processTestResources +:oss:airbyte-config:config-secrets:testClasses +:oss:airbyte-config:config-secrets:checkstyleTest NO-SOURCE +:oss:airbyte-config:config-secrets:pmdIntegrationTest NO-SOURCE +:oss:airbyte-config:config-secrets:pmdTest NO-SOURCE +:oss:airbyte-config:config-secrets:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-config:config-secrets:spotbugsTest SKIPPED +:oss:airbyte-config:config-secrets:test + +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 + +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 + +NotificationApiTest > testTryWebhookApi() 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 +:oss:airbyte-workload-launcher:jacocoTestReport + +NotificationApiTest > testTryWebhookApi() PASSED + +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 + +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 + +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 +:oss:airbyte-workload-launcher:check +:oss:airbyte-config:init:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:init:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-config:init:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-config:init:processIntegrationTestResources NO-SOURCE +:oss:airbyte-config:init:integrationTestClasses UP-TO-DATE +:oss:airbyte-config:init:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-config:init:checkstyleMain NO-SOURCE +:oss:airbyte-config:init:kspTestKotlin +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + get + +UserInvitationServiceDataImplTest > test create user invitation() 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 +:oss:airbyte-db:db-lib:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-db:db-lib:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-db:db-lib:integrationTestClasses UP-TO-DATE +:oss:airbyte-db:db-lib:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-db:db-lib:compileTestKotlin NO-SOURCE +:oss:airbyte-db:db-lib:compileTestJava + +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 + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [1] non-reg-configured-catalog/facebook.json STARTED + +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 + +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 + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [1] non-reg-configured-catalog/facebook.json PASSED + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [2] non-reg-configured-catalog/ga.json STARTED + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [2] non-reg-configured-catalog/ga.json PASSED + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [3] non-reg-configured-catalog/hubspot.json STARTED + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [3] non-reg-configured-catalog/hubspot.json PASSED + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [4] non-reg-configured-catalog/internal-pg.json 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 + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [4] non-reg-configured-catalog/internal-pg.json PASSED + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [5] non-reg-configured-catalog/stripe.json STARTED + +DbConverterTest > testConfiguredAirbyteCatalogDeserNonReg(String) > [5] non-reg-configured-catalog/stripe.json PASSED + +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 + +OperationApiTest > testCheckOperation() STARTED + +OperationApiTest > testCheckOperation() PASSED + +OperationApiTest > testDeleteOperation() STARTED + +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 + +OperationApiTest > testDeleteOperation() PASSED + +OperationApiTest > testGetOperation() STARTED + +OperationApiTest > testGetOperation() PASSED + +OperationApiTest > testUpdateOperation() STARTED + +OperationApiTest > testUpdateOperation() PASSED + +OperationApiTest > testListOperationsForConnection() STARTED + +OperationApiTest > testListOperationsForConnection() PASSED + +OperationApiTest > testCreateOperation() STARTED + +OperationApiTest > testCreateOperation() 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 + +ExternalUserServiceKeycloakImplTest > test getRealmByAuthUserId() STARTED +:oss:airbyte-db:db-lib:compileTestJava FROM-CACHE +:oss:airbyte-db:db-lib:testClasses +:oss:airbyte-db:db-lib:checkstyleTest FROM-CACHE +:oss:airbyte-db:db-lib:pmdIntegrationTest NO-SOURCE +:oss:airbyte-db:db-lib:pmdTest + +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 + +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 + +ExternalUserServiceKeycloakImplTest > test getRealmByAuthUserId() PASSED + +ExternalUserServiceKeycloakImplTest > test deleteUserByEmailOnOtherRealms() STARTED + +ExternalUserServiceKeycloakImplTest > test deleteUserByEmailOnOtherRealms() PASSED + +ExternalUserServiceKeycloakImplTest > test deleteUserByExternalId() STARTED + +ExternalUserServiceKeycloakImplTest > test deleteUserByExternalId() PASSED + +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 + +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 + +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 + +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, Long, Integer) > [1] test/path, null, 2 STARTED + +OrganizationApiTest > testGetOrganization() STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [1] test/path, null, 2 PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + hashCode + equals + toString + V + test + compare + apply + query + map + get + accept + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [2] test/path, 90, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [2] test/path, 90, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [3] test/path/2, 91, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [3] test/path/2, 91, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [4] test/path/2, null, 0 STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [4] test/path/2, null, 0 PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [5] test/path, null, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [5] test/path, null, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [6] test/path, null, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [6] test/path, null, null PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [7] test/path/2, null, 22 STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [7] test/path/2, null, 22 PASSED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [8] test/path/2, 97801, null STARTED + +AppendToAttemptLogActivityTest > doesNotSetMdcOrLogIfInputsNull(Path, Long, Integer) > [8] test/path/2, 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 + +AppendToAttemptLogActivityTest > logsMsgError(String) > [4] Gurllllll. PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [5] Like whatever. STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [5] Like whatever. PASSED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [6] Fetch. STARTED + +AppendToAttemptLogActivityTest > logsMsgError(String) > [6] Fetch. PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [1] test/path, 91, 2 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [1] test/path, 91, 2 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [2] test/path, 90, 1 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [2] test/path, 90, 1 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [3] test/path/2, 91, 2 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [3] test/path/2, 91, 2 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [4] test/path/2, 91, 0 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [4] test/path/2, 91, 0 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [5] test/path, 9158, 23 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [5] test/path, 9158, 23 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [6] test/path, 1251, 0 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [6] test/path, 1251, 0 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [7] test/path/2, 65234, 22 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [7] test/path/2, 65234, 22 PASSED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [8] test/path/2, 97801, 10 STARTED + +AppendToAttemptLogActivityTest > setsMdc(Path, long, int) > [8] test/path/2, 97801, 10 PASSED + +AutoDisableConnectionActivityTest > testConnectionNotAutoDisabled() STARTED + +OrganizationApiTest > testGetOrganization() PASSED + +OrganizationApiTest > testUpdateOrganization() STARTED + +OrganizationApiTest > testUpdateOrganization() PASSED + +OrganizationApiTest > testCreateOrganization() STARTED + +OrganizationApiTest > testCreateOrganization() PASSED +:oss:airbyte-config:init:pmdIntegrationTest NO-SOURCE +:oss:airbyte-config:init:pmdMain NO-SOURCE +:oss:airbyte-config:init:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-config:init:spotbugsMain + +AutoDisableConnectionActivityTest > testConnectionNotAutoDisabled() PASSED + +AutoDisableConnectionActivityTest > testConnectionAutoDisabled() STARTED + +AutoDisableConnectionActivityTest > testConnectionAutoDisabled() PASSED + +CheckRunProgressActivityTest > delegatesToProgressChecker(long, int, boolean) > [1] 1, 0, true STARTED +:oss:airbyte-config:init:compileTestKotlin + +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 +:oss:airbyte-data:jacocoTestReport +:oss:airbyte-config:init:compileTestKotlin FROM-CACHE +:oss:airbyte-config:init:compileTestJava NO-SOURCE +:oss:airbyte-config:init:processTestResources +:oss:airbyte-config:init:testClasses +:oss:airbyte-config:init:checkstyleTest NO-SOURCE +:oss:airbyte-config:init:pmdTest NO-SOURCE +:oss:airbyte-config:init:spotbugsTest SKIPPED +:oss:airbyte-config:init:test + +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 + +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 + +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 + +JobCreationAndStatusUpdateActivityTest > Update > setJobFailureWithNullJobSyncConfig() PASSED + +JobCreationAndStatusUpdateActivityTest > Update > attemptFailureWithAttemptNumberHappyPath() STARTED + +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 + +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 +:oss:airbyte-data:check +:oss:airbyte-db:db-lib:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-db:db-lib:spotbugsTest SKIPPED +:oss:airbyte-db:db-lib:test + +PermissionApiControllerTest > testCreatePermission() STARTED + +RecordMetricActivityImplTest > testRecordingMetricCounterWithAdditionalAttributes() PASSED + +RecordMetricActivityImplTest > testRecordingMetricCounterDoesntCrashOnApiNotFoundErrors() STARTED + +RecordMetricActivityImplTest > testRecordingMetricCounterDoesntCrashOnApiNotFoundErrors() PASSED + +RecordMetricActivityImplTest > testRecordingMetricCounter() STARTED + +RecordMetricActivityImplTest > testRecordingMetricCounter() PASSED + +RecordMetricActivityImplTest > testRecordingMetricCounterWithFailureCause() STARTED + +RecordMetricActivityImplTest > testRecordingMetricCounterWithFailureCause() PASSED + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshLessThanValueFromFF() STARTED + +PermissionApiControllerTest > testCreatePermission() PASSED + +PermissionApiControllerTest > testCheckPermission() STARTED + +PermissionApiControllerTest > testCheckPermission() PASSED + +RefreshSchemaActivityTest > testShouldRefreshSchemaRecentRefreshLessThanValueFromFF() PASSED + +RefreshSchemaActivityTest > refreshV2ValidatesPayloadSize() STARTED + +RefreshSchemaActivityTest > refreshV2ValidatesPayloadSize() PASSED + +RefreshSchemaActivityTest > testRefreshSchemaWithAutoPropagateFeatureFlagAsFalse() STARTED + +RefreshSchemaActivityTest > testRefreshSchemaWithAutoPropagateFeatureFlagAsFalse() PASSED +:oss:airbyte-metrics:metrics-lib:kspIntegrationTestKotlin + +PermissionApiControllerTest > testGetPermission() STARTED +:oss:airbyte-metrics:metrics-lib:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-metrics:metrics-lib:compileIntegrationTestKotlin + +RefreshSchemaActivityTest > testRefreshSchemaWithRefreshSchemaFeatureFlagAsFalse() STARTED +:oss:airbyte-metrics:metrics-lib:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-metrics:metrics-lib:compileIntegrationTestJava + +RefreshSchemaActivityTest > testRefreshSchemaWithRefreshSchemaFeatureFlagAsFalse() PASSED + +RefreshSchemaActivityTest > testRefreshSchema() STARTED +:oss:airbyte-metrics:metrics-lib:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-metrics:metrics-lib:processIntegrationTestResources NO-SOURCE +:oss:airbyte-metrics:metrics-lib:integrationTestClasses + +RefreshSchemaActivityTest > testRefreshSchema() PASSED + +RefreshSchemaActivityTest > testShouldRefreshSchemaNoRecentRefresh() STARTED +:oss:airbyte-metrics:metrics-lib:integrationTestClasses UP-TO-DATE +:oss:airbyte-metrics:metrics-lib:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-metrics:metrics-lib:kspTestKotlin + +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 + +PermissionApiControllerTest > testGetPermission() PASSED + +PermissionApiControllerTest > testDeletePermission() STARTED + +PermissionApiControllerTest > testDeletePermission() PASSED + +PermissionApiControllerTest > testUpdatePermission() STARTED + +PermissionApiControllerTest > testUpdatePermission() PASSED + +PermissionApiControllerTest > testCheckMultipleWorkspacesPermission() STARTED + +PermissionApiControllerTest > testCheckMultipleWorkspacesPermission() PASSED + +PermissionApiControllerTest > testListPermissionByUser() 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 + +PermissionApiControllerTest > testListPermissionByUser() PASSED + +RetryStatePersistenceActivityTest > hydrateDelegatesToRetryStatePersistence(long) > [5] 1 PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [1] 1, fb1541fd-3ef0-4e4a-99f7-2f58353a9862 STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [1] 1, fb1541fd-3ef0-4e4a-99f7-2f58353a9862 PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [2] 134512351235, 5bc40b35-ee83-4c93-b777-9a839b8ec006 STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [2] 134512351235, 5bc40b35-ee83-4c93-b777-9a839b8ec006 PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [3] 8, bcd89d49-f3fe-46c4-bf3d-fe492b16f9dd STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [3] 8, bcd89d49-f3fe-46c4-bf3d-fe492b16f9dd PASSED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [4] 999, c51072b1-bda9-43b9-9d1d-ba281a47704a STARTED + +RetryStatePersistenceActivityTest > persistDelegatesToRetryStatePersistence(long, UUID) > [4] 999, c51072b1-bda9-43b9-9d1d-ba281a47704a PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [1] 3075d3f0-1da2-430d-8ade-37a9153d35f5, GET_SPEC STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [1] 3075d3f0-1da2-430d-8ade-37a9153d35f5, GET_SPEC PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [2] 36d86d74-948a-46a5-98bf-f89f8745e334, CHECK_CONNECTION STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [2] 36d86d74-948a-46a5-98bf-f89f8745e334, CHECK_CONNECTION PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [3] 01bb1e81-8d8c-497f-8f84-263a88dca70c, DISCOVER_SCHEMA STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [3] 01bb1e81-8d8c-497f-8f84-263a88dca70c, DISCOVER_SCHEMA PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [4] 1c60ffeb-9eb1-4239-af9d-57c13d959ba5, SYNC STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [4] 1c60ffeb-9eb1-4239-af9d-57c13d959ba5, SYNC PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [5] 7bc88143-d305-46c3-85da-2bd8f93e08d0, RESET_CONNECTION STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [5] 7bc88143-d305-46c3-85da-2bd8f93e08d0, RESET_CONNECTION PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [6] 367aa8fb-954a-40ae-8805-68fa22dde80b, CONNECTION_UPDATER STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [6] 367aa8fb-954a-40ae-8805-68fa22dde80b, CONNECTION_UPDATER PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [7] b582b583-4eec-43ea-8f20-e3fc4a19377a, REPLICATE STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [7] b582b583-4eec-43ea-8f20-e3fc4a19377a, REPLICATE PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [8] 412176b6-e07a-4ce7-98d9-670aeec8e3ee, NOTIFY STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncSuccess(UUID, TemporalJobType) > [8] 412176b6-e07a-4ce7-98d9-670aeec8e3ee, NOTIFY PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncOtherHttpExceptionThrowsRetryable() STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncOtherHttpExceptionThrowsRetryable() PASSED + +RouteToSyncTaskQueueActivityTest > routeToSyncNotFound() STARTED + +RouteToSyncTaskQueueActivityTest > routeToSyncNotFound() PASSED + +SlackConfigActivityTest > testFetchSlackConfigurationSlackNotificationNotPresent() STARTED +:oss:airbyte-metrics:metrics-lib:kspTestKotlin FROM-CACHE +:oss:airbyte-metrics:metrics-lib:compileTestKotlin + +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 +:oss:airbyte-metrics:metrics-lib:compileTestKotlin FROM-CACHE +:oss:airbyte-metrics:metrics-lib:compileTestJava FROM-CACHE +:oss:airbyte-metrics:metrics-lib:processTestResources +:oss:airbyte-metrics:metrics-lib:testClasses +:oss:airbyte-metrics:metrics-lib:checkstyleTest FROM-CACHE +:oss:airbyte-metrics:metrics-lib:pmdIntegrationTest NO-SOURCE +:oss:airbyte-metrics:metrics-lib:pmdTest + +JsonSecretsProcessorTest > testCopySecretInnerObject() STARTED + +JsonSecretsProcessorTest > testCopySecretInnerObject() PASSED + +JsonSecretsProcessorTest > testCopySecretsNoOp() STARTED + +JsonSecretsProcessorTest > testCopySecretsNoOp() PASSED + +JsonSecretsProcessorTest > testCopySecretsNotInSrc() STARTED + +JsonSecretsProcessorTest > testCopySecretsNotInSrc() PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [1] array, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [1] array, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [2] array, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [2] array, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [3] array_of_oneof, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [3] array_of_oneof, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [4] array_of_oneof, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [4] array_of_oneof, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [5] nested_object, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [5] nested_object, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [6] nested_object, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [6] nested_object, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [7] nested_oneof, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [7] nested_oneof, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [8] nested_oneof, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [8] nested_oneof, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [9] oneof, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [9] oneof, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [10] oneof, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [10] oneof, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [11] oneof_secret, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [11] oneof_secret, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [12] oneof_secret, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [12] oneof_secret, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [13] optional_password, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [13] optional_password, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [14] optional_password, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [14] optional_password, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [15] postgres_ssh_key, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [15] postgres_ssh_key, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [16] postgres_ssh_key, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [16] postgres_ssh_key, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [17] simple, true STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [17] simple, true PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [18] simple, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [18] simple, false PASSED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [19] enum, false STARTED + +JsonSecretsProcessorTest > testSecretScenario(String, boolean) > [19] enum, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [1] array, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [1] array, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [2] array, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [2] array, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [3] array_of_oneof, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [3] array_of_oneof, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [4] array_of_oneof, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [4] array_of_oneof, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [5] nested_object, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [5] nested_object, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [6] nested_object, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [6] nested_object, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [7] nested_oneof, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [7] nested_oneof, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [8] nested_oneof, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [8] nested_oneof, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [9] oneof, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [9] oneof, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [10] oneof, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [10] oneof, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [11] optional_password, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [11] optional_password, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [12] optional_password, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [12] optional_password, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [13] postgres_ssh_key, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [13] postgres_ssh_key, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [14] postgres_ssh_key, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [14] postgres_ssh_key, false PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [15] simple, true STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [15] simple, true PASSED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [16] simple, false STARTED + +JsonSecretsProcessorTest > testSecretScenarioNoOp(String, boolean) > [16] simple, false PASSED + +JsonSecretsProcessorTest > copiesSecretsInNestedNonCombinationNode() STARTED + +JsonSecretsProcessorTest > copiesSecretsInNestedNonCombinationNode() PASSED + +JsonSecretsProcessorTest > testHandlesSameKeyInOneOf() STARTED + +JsonSecretsProcessorTest > testHandlesSameKeyInOneOf() PASSED + +JsonSecretsProcessorTest > testCopySecrets() STARTED + +JsonSecretsProcessorTest > testCopySecrets() PASSED + +JsonSecretsProcessorTest > doesNotCopySecretsInNestedNonCombinationNodeWhenDestinationMissing() STARTED + +JsonSecretsProcessorTest > doesNotCopySecretsInNestedNonCombinationNodeWhenDestinationMissing() PASSED + +JsonSecretsProcessorTest > testCopySecretsWithTopLevelOneOf() STARTED + +JsonSecretsProcessorTest > testCopySecretsWithTopLevelOneOf() PASSED + +JsonSecretsProcessorTest > testCopySecretNotInSrcInnerObject() STARTED + +JsonSecretsProcessorTest > testCopySecretNotInSrcInnerObject() PASSED + +SecretCoordinateTest > test retrieving the full coordinate value() STARTED + +SecretCoordinateTest > test retrieving the full coordinate value() PASSED + +SecretCoordinateTest > test creating the coordinate from full coordinate() STARTED + +SecretCoordinateTest > test creating the coordinate from full coordinate() PASSED + +SchedulerApiTest > testExecuteSourceCheckConnection() STARTED + +SecretsHelpersTest > testGetSecretCoordinateEmptyOldSecret() STARTED +:oss:airbyte-metrics:metrics-lib:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-metrics:metrics-lib:spotbugsTest SKIPPED +:oss:airbyte-metrics:metrics-lib:test + +SyncWorkflowTest > testReplicationFailedGracefully() PASSED + +SyncWorkflowTest > testCancelDuringReplication() STARTED + +SchedulerApiTest > testExecuteSourceCheckConnection() PASSED + +SchedulerApiTest > testExecuteDestinationCheckConnection() STARTED + +SchedulerApiTest > testExecuteDestinationCheckConnection() PASSED + +SchedulerApiTest > testExecuteSourceDiscoverSchema() STARTED + +SchedulerApiTest > testExecuteSourceDiscoverSchema() PASSED + +SyncWorkflowTest > testCancelDuringReplication() PASSED + +SyncWorkflowTest > testGetProperFailureIfRefreshFails() STARTED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() STARTED + +SyncWorkflowTest > testGetProperFailureIfRefreshFails() PASSED + +SyncWorkflowTest > testNoChildWorkflowWithReset() STARTED + +SyncWorkflowTest > testNoChildWorkflowWithReset() PASSED + +SyncWorkflowTest > testReplicationFailure() STARTED + +SyncWorkflowTest > testReplicationFailure() PASSED + +SyncWorkflowTest > testSuccessWithChildWorkflow() STARTED + +SourceApiTest > testDiscoverSchemaForSource() STARTED + +SyncWorkflowTest > testSuccessWithChildWorkflow() PASSED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [1] true STARTED + +SourceApiTest > testDiscoverSchemaForSource() PASSED + +SourceApiTest > testCreateSource() STARTED + +SecretsHelpersTest > testGetSecretCoordinateEmptyOldSecret() PASSED + +SecretsHelpersTest > testUpdatingSecretsOneAtATimeShouldAlwaysIncrementAllVersions() STARTED + +SourceApiTest > testCreateSource() PASSED + +SourceApiTest > testUpdateSources() STARTED + +SourceApiTest > testUpdateSources() PASSED + +SourceApiTest > testCheckConnectionToSourceForUpdate() STARTED + +SourceApiTest > testCheckConnectionToSourceForUpdate() PASSED + +SourceApiTest > testWriteDiscoverCatalogResult() STARTED + +SourceApiTest > testWriteDiscoverCatalogResult() PASSED + +SourceApiTest > testCloneSource() STARTED + +AirbyteCompatibleConnectorVersionsProviderTest > testExceptionDuringRetrievalOfRemoteFile$io_airbyte_airbyte_config_init_test() STARTED + +SourceApiTest > testCloneSource() PASSED + +SourceApiTest > testCheckConnectionToSource() STARTED + +SourceApiTest > testCheckConnectionToSource() PASSED + +SourceApiTest > testGetMostRecentSourceActorCatalog() STARTED + +SourceApiTest > testGetMostRecentSourceActorCatalog() PASSED + +SourceApiTest > testDeleteSource() STARTED + +SecretsHelpersTest > testUpdatingSecretsOneAtATimeShouldAlwaysIncrementAllVersions() PASSED + +SourceApiTest > testDeleteSource() PASSED + +SourceApiTest > testSearchSources() STARTED + +SourceApiTest > testSearchSources() PASSED + +SourceApiTest > testGetSource() STARTED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [1] true PASSED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [2] false STARTED + +SourceApiTest > testGetSource() PASSED + +SourceApiTest > testUpgradeSourceVersion() STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@1f5513df STARTED + +SourceApiTest > testUpgradeSourceVersion() PASSED + +SourceApiTest > testListSourcesForWorkspace() STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@1f5513df PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@17a364 STARTED + +SourceApiTest > testListSourcesForWorkspace() PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@17a364 PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@4273c8be STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@4273c8be PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@7ba8b91c STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@7ba8b91c PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@32ca397b STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@32ca397b PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@389d371a STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@389d371a PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@6d02c23f STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@6d02c23f PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@35f18100 STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@35f18100 PASSED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@6c9c375 STARTED + +SecretsHelpersTest > testSplit(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@6c9c375 PASSED + +SecretsHelpersTest > testCombineNullPartialConfig() STARTED + +SecretsHelpersTest > testCombineNullPartialConfig() PASSED + +SecretsHelpersTest > testMissingSecretShouldThrowException() STARTED + +SecretsHelpersTest > testMissingSecretShouldThrowException() PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@632a1d4e STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@632a1d4e PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@5c7df5f1 STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@5c7df5f1 PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@58a7226e STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@58a7226e PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@17294e82 STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@17294e82 PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@3c48e78b STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@3c48e78b PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@27d40ca5 STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@27d40ca5 PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@fcaf12a STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@fcaf12a PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@7e762feb STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@7e762feb PASSED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@5872376d STARTED + +SecretsHelpersTest > testCombine(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@5872376d PASSED + +SecretsHelpersTest > testGetSecretCoordinateNonEmptyOldSecret() STARTED + +SecretsHelpersTest > testGetSecretCoordinateNonEmptyOldSecret() PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@6cd79426 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@6cd79426 PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@791ff1b9 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@791ff1b9 PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@76dea970 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@76dea970 PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@47955046 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@47955046 PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@42d12a27 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@42d12a27 PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@eb3ceb4 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@eb3ceb4 PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@70b9cdcc STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@70b9cdcc PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@4a1a9f57 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@4a1a9f57 PASSED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@6eb1a122 STARTED + +SecretsHelpersTest > validateTestCases(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@6eb1a122 PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@cfec1ec STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@cfec1ec PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@5596f2bb STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@5596f2bb PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@37a53e65 STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@37a53e65 PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@24697504 STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@24697504 PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@67807d9a STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@67807d9a PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@7d35707d STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@7d35707d PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@35ef65e2 STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@35ef65e2 PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@4b89b14a STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@4b89b14a PASSED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@4e5d611f STARTED + +SecretsHelpersTest > testSplitUpdate(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@4e5d611f PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@1a6b2564 STARTED + +SyncWorkflowTest > passesThroughFFCall(boolean) > [2] false PASSED + +SyncWorkflowTest > testSkipReplicationAfterRefreshSchema() STARTED + +ApmTraceUtilsTest > testRecordErrorOnRootSpan() STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [1] io.airbyte.config.secrets.test.cases.OptionalPasswordTestCase@1a6b2564 PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@9736d7e STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [2] io.airbyte.config.secrets.test.cases.SimpleTestCase@9736d7e PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@1fee3a40 STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [3] io.airbyte.config.secrets.test.cases.NestedObjectTestCase@1fee3a40 PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@33c6625c STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [4] io.airbyte.config.secrets.test.cases.OneOfTestCase@33c6625c PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@4731c9af STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [5] io.airbyte.config.secrets.test.cases.OneOfSecretTestCase@4731c9af PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@511d31a6 STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [6] io.airbyte.config.secrets.test.cases.ArrayTestCase@511d31a6 PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@14fda568 STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [7] io.airbyte.config.secrets.test.cases.ArrayOneOfTestCase@14fda568 PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@476bdad6 STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [8] io.airbyte.config.secrets.test.cases.NestedOneOfTestCase@476bdad6 PASSED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@2dedf1c9 STARTED + +SecretsHelpersTest > testSecretPath(SecretsTestCase) > [9] io.airbyte.config.secrets.test.cases.PostgresSshKeyTestCase@2dedf1c9 PASSED + +SecretsRepositoryWriterTest > testDeleteSecrets() STARTED + +SyncWorkflowTest > testSkipReplicationAfterRefreshSchema() PASSED + +SyncWorkflowTest > testWebhookOperation() STARTED + +SyncWorkflowTest > testWebhookOperation() PASSED + +SyncWorkflowTest > testSuccess() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +SyncWorkflowTest > testSuccess() PASSED + +WebhookOperationActivityTest > webhookActivityInvokesConfiguredWebhook() STARTED + +WebhookOperationActivityTest > webhookActivityInvokesConfiguredWebhook() PASSED + +WebhookOperationActivityTest > webhookActivityFailsWhenRetriesExhausted() STARTED + +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 + +SecretsRepositoryWriterTest > testDeleteSecrets() PASSED + +SourceDefinitionApiTest > testUpdateSourceDefinitionNoWriteAccess() PASSED + +SourceDefinitionApiTest > testListLatestSourceDefinitions() STARTED + +SourceDefinitionApiTest > testListLatestSourceDefinitions() PASSED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretNewValueShouldWriteNewCoordinateAndDelete() STARTED + +SourceDefinitionApiTest > testRevokeSourceDefinition() STARTED + +SourceDefinitionApiTest > testRevokeSourceDefinition() PASSED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretNewValueShouldWriteNewCoordinateAndDelete() PASSED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretSameValueShouldWriteNewCoordinateAndDelete() STARTED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretSameValueShouldWriteNewCoordinateAndDelete() PASSED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretsComplexShouldWriteNewCoordinateAndDelete() STARTED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretsComplexShouldWriteNewCoordinateAndDelete() PASSED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretDeleteErrorShouldNotPropagate() STARTED + +SecretsRepositoryWriterTest > TestUpdateSecrets > testUpdateSecretDeleteErrorShouldNotPropagate() PASSED + +NoOpSecretsHydratorTest > test secret hydration() STARTED + +NoOpSecretsHydratorTest > test secret hydration() PASSED + +NoOpSecretsHydratorTest > test coordinate secret hydration() STARTED + +NoOpSecretsHydratorTest > test coordinate secret hydration() PASSED + +RealSecretsHydratorTest > test secret hydration() STARTED + +RealSecretsHydratorTest > test secret hydration() PASSED + +RealSecretsHydratorTest > test coordinate secret hydration() STARTED + +RealSecretsHydratorTest > test coordinate secret hydration() PASSED + +AwsSecretManagerPersistenceTest > test writing a secret via the client creates the secret() STARTED + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChanges() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ApmTraceUtilsTest > testRecordErrorOnRootSpan() PASSED + +ApmTraceUtilsTest > testAddingTagsToRootSpan() STARTED + +ApmTraceUtilsTest > testAddingTagsToRootSpan() PASSED + +ApmTraceUtilsTest > testFormattingTagKeys() STARTED + +ApmTraceUtilsTest > testFormattingTagKeys() PASSED + +ApmTraceUtilsTest > testAddingTagsToRootSpanWhenActiveSpanIsNull() STARTED + +ApmTraceUtilsTest > testAddingTagsToRootSpanWhenActiveSpanIsNull() PASSED + +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 + +ApmTraceUtilsTest > testAddingTags() PASSED + +ApmTraceUtilsTest > convertsAndAddsAttributes() STARTED + +ApmTraceUtilsTest > convertsAndAddsAttributes() PASSED + +DogStatsDMetricClientTest > there should be no exception if we attempt to emit metrics without initializing STARTED + +AwsSecretManagerPersistenceTest > test writing a secret via the client creates the secret() PASSED + +AwsSecretManagerPersistenceTest > test reading secret from cache() STARTED + +AwsSecretManagerPersistenceTest > test reading secret from cache() PASSED + +AwsSecretManagerPersistenceTest > test writing a secret via the client updates an existing secret() STARTED + +SourceDefinitionSpecificationApiTest > testCreateCustomSourceDefinition() STARTED + +AwsSecretManagerPersistenceTest > test writing a secret via the client updates an existing secret() PASSED + +AwsSecretManagerPersistenceTest > test reading secret from client() STARTED + +SourceDefinitionSpecificationApiTest > testCreateCustomSourceDefinition() PASSED + +AirbyteCompatibleConnectorVersionsProviderTest > testExceptionDuringRetrievalOfRemoteFile$io_airbyte_airbyte_config_init_test() PASSED + +AirbyteCompatibleConnectorVersionsProviderTest > testNullBodyResponseFromRemoteFile$io_airbyte_airbyte_config_init_test() STARTED + +AirbyteCompatibleConnectorVersionsProviderTest > testNullBodyResponseFromRemoteFile$io_airbyte_airbyte_config_init_test() PASSED + +AirbyteCompatibleConnectorVersionsProviderTest > testUnsuccessfulResponseFromRemoteFile$io_airbyte_airbyte_config_init_test() STARTED + +AirbyteCompatibleConnectorVersionsProviderTest > testUnsuccessfulResponseFromRemoteFile$io_airbyte_airbyte_config_init_test() PASSED + +AirbyteCompatibleConnectorVersionsProviderTest > testSuccessfulRetrievalOfRemoteFile$io_airbyte_airbyte_config_init_test() STARTED + +AirbyteCompatibleConnectorVersionsProviderTest > testSuccessfulRetrievalOfRemoteFile$io_airbyte_airbyte_config_init_test() PASSED +The following classes needed for analysis were missing: + makeConcatWithConstants + apply + test + accept + get + compare + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [1] 1.2.3, 1.0.1, 1.2.*, >1.0.0, true STARTED + +AwsSecretManagerPersistenceTest > test reading secret from client() PASSED + +AwsSecretManagerPersistenceTest > test reading secret from cache that is not found() STARTED + +AwsSecretManagerPersistenceTest > test reading secret from cache that is not found() PASSED + +AwsSecretManagerPersistenceTest > test writing a secret with tags via the client creates the secret() STARTED +:oss:airbyte-metrics:reporter:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-metrics:reporter:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-metrics:reporter:integrationTestClasses UP-TO-DATE +:oss:airbyte-metrics:reporter:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-metrics:reporter:compileTestKotlin + +AwsSecretManagerPersistenceTest > test writing a secret with tags via the client creates the secret() PASSED + +AwsSecretManagerPersistenceTest > test deleting a secret via the client deletes the secret() STARTED +:oss:airbyte-metrics:reporter:compileTestKotlin NO-SOURCE +:oss:airbyte-metrics:reporter:compileTestJava + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() PASSED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() STARTED + +AwsSecretManagerPersistenceTest > test deleting a secret via the client deletes the secret() PASSED + +AwsSecretManagerPersistenceTest > test writing a secret via the client with serialized config creates the secret() STARTED + +AwsSecretManagerPersistenceTest > test writing a secret via the client with serialized config creates the secret() PASSED + +GoogleSecretManagerPersistenceTest > test writing a secret with expiry via the client creates the secret with expiry() STARTED +:oss:airbyte-metrics:reporter:compileTestJava FROM-CACHE +:oss:airbyte-metrics:reporter:testClasses UP-TO-DATE +:oss:airbyte-metrics:reporter:checkstyleTest FROM-CACHE +:oss:airbyte-metrics:reporter:pmdIntegrationTest NO-SOURCE +:oss:airbyte-metrics:reporter:pmdTest + +SourceOauthApiTest > testGetSourceOAuthConsent() STARTED + +SourceOauthApiTest > testGetSourceOAuthConsent() PASSED + +SourceOauthApiTest > testCompleteSourceOAuth() STARTED + +SourceOauthApiTest > testCompleteSourceOAuth() PASSED + +SourceOauthApiTest > testSetInstancewideSourceOauthParams() STARTED + +SourceOauthApiTest > testSetInstancewideSourceOauthParams() PASSED + +WebhookOperationActivityTest > webhookActivityFailsWhenRetriesExhausted() 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 + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [1] 1.2.3, 1.0.1, 1.2.*, >1.0.0, true PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [2] 1.2.3, 1.0.1, 1.2.*, >=1.0.0, true STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [2] 1.2.3, 1.0.1, 1.2.*, >=1.0.0, true PASSED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [3] 1.2.3, 1.0.1, 1.2.*, >1.2.0, false STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [3] 1.2.3, 1.0.1, 1.2.*, >1.2.0, false PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [4] 1.2.3, 1.0.1, >1.2.4, >1.2.0, true STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [4] 1.2.3, 1.0.1, >1.2.4, >1.2.0, true PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [5] 1.2.3, 1.0.1, 1.2.*, [1.0.0,1.0.2], true STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [5] 1.2.3, 1.0.1, 1.2.*, [1.0.0,1.0.2], true PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [6] 1.2.3, 1.0.3, 1.2.*, [1.0.0,1.0.2], false STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [6] 1.2.3, 1.0.3, 1.2.*, [1.0.0,1.0.2], false PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [7] 1.2.3, 1.0.3, >1.2.0, <0.0.0, false STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [7] 1.2.3, 1.0.3, >1.2.0, <0.0.0, false PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [8] 1.2.3, 1.0.4, 1.2.3, <1.0.0 || >1.0.3, true STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [8] 1.2.3, 1.0.4, 1.2.3, <1.0.0 || >1.0.3, true PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [9] 1.2.3, 0.0.9, 1.2.3, <1.0.0 || >1.0.3, true STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [9] 1.2.3, 0.0.9, 1.2.3, <1.0.0 || >1.0.3, true PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [10] 1.2.3, 1.0.1, 1.2.3, <1.0.0 || >1.0.3, false STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [10] 1.2.3, 1.0.1, 1.2.3, <1.0.0 || >1.0.3, false PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [11] 1.2.3, dev, 1.2.3, <1.0.0 || >1.0.3, true STARTED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [11] 1.2.3, dev, 1.2.3, <1.0.0 || >1.0.3, true PASSED + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [12] dev, 1.0.1, 1.2.3, <1.0.0 || >1.0.3, true 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 + +AirbyteCompatibleConnectorsValidatorTest > testCompatiblePlatformVersion$io_airbyte_airbyte_config_init_test(String, String, String, String, boolean) > [12] dev, 1.0.1, 1.2.3, <1.0.0 || >1.0.3, true PASSED + +AirbyteCompatibleConnectorsValidatorTest > testBlockedConnector$io_airbyte_airbyte_config_init_test() STARTED + +AirbyteCompatibleConnectorsValidatorTest > testBlockedConnector$io_airbyte_airbyte_config_init_test() PASSED + +AirbyteCompatibleConnectorsValidatorTest > testNoRulesForConnector$io_airbyte_airbyte_config_init_test() STARTED + +AirbyteCompatibleConnectorsValidatorTest > testNoRulesForConnector$io_airbyte_airbyte_config_init_test() PASSED + +AirbyteCompatibleConnectorsValidatorTest > testAlwaysValidValidator$io_airbyte_airbyte_config_init_test() STARTED + +AirbyteCompatibleConnectorsValidatorTest > testAlwaysValidValidator$io_airbyte_airbyte_config_init_test() PASSED + +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 + +ApplyDefinitionMetricsHelperTest > get metric attributes for non no op success outcomes() STARTED + +MetricClientFactoryTest > Should not return null if metric client not specified; PASSED + +OpenTelemetryMetricClientTest > Tags should be passed into metrics STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for non no op success outcomes() PASSED + +ApplyDefinitionMetricsHelperTest > get metric attributes for failure outcomes() STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for failure outcomes() PASSED + +ApplyDefinitionMetricsHelperTest > get metric attributes for no op success() STARTED + +ApplyDefinitionMetricsHelperTest > get metric attributes for no op success() PASSED +:oss:airbyte-metrics:reporter:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-metrics:reporter:spotbugsTest SKIPPED +:oss:airbyte-metrics:reporter:test + +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 + +MetricAirbytePrefixMeterFilterTest > testSkipAddingPrefix$io_airbyte_airbyte_metrics_metrics_lib_test() STARTED + +MetricAirbytePrefixMeterFilterTest > testSkipAddingPrefix$io_airbyte_airbyte_metrics_metrics_lib_test() PASSED + +MetricAirbytePrefixMeterFilterTest > testAddingPrefix$io_airbyte_airbyte_metrics_metrics_lib_test() STARTED + +MetricAirbytePrefixMeterFilterTest > testAddingPrefix$io_airbyte_airbyte_metrics_metrics_lib_test() PASSED + +InstrumentInterceptorTest > testAnnotation() STARTED + +ApplyDefinitionsHelperTest > reImport should refresh the existing definition() STARTED + +StateApiTest > testGetState() STARTED + +StateApiTest > testGetState() PASSED + +StateApiTest > testCreateOrUpdateState() STARTED + +StateApiTest > testCreateOrUpdateState() PASSED + +GoogleSecretManagerPersistenceTest > test writing a secret with expiry via the client creates the secret with expiry() PASSED + +GoogleSecretManagerPersistenceTest > test reading a secret that doesn't exist from the client() STARTED + +GoogleSecretManagerPersistenceTest > test reading a secret that doesn't exist from the client() PASSED + +GoogleSecretManagerPersistenceTest > test writing a secret via the client creates the secret() STARTED + +GoogleSecretManagerPersistenceTest > test writing a secret via the client creates the secret() PASSED + +GoogleSecretManagerPersistenceTest > test writing a secret via the client updates an existing secret() STARTED + +GoogleSecretManagerPersistenceTest > test writing a secret via the client updates an existing secret() PASSED + +GoogleSecretManagerPersistenceTest > test reading secret from client() STARTED + +GoogleSecretManagerPersistenceTest > test reading secret from client() PASSED + +GoogleSecretManagerPersistenceTest > test deleting a secret via the client deletes the secret() STARTED + +GoogleSecretManagerPersistenceTest > test deleting a secret via the client deletes the secret() PASSED + +LocalTestingSecretPersistenceTest > test reading from database with no result() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() PASSED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() 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 + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChanges() PASSED + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChangesForVersion() STARTED + +EmitterTest > TestTotalScheduledSyncs() STARTED + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [1] true STARTED + +ActorDefinitionBreakingChangePersistenceTest > testListBreakingChangesForVersion() PASSED + +ActorDefinitionBreakingChangePersistenceTest > testGetBreakingChanges() 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 + +ActorDefinitionBreakingChangePersistenceTest > testGetBreakingChanges() PASSED + +ActorDefinitionBreakingChangePersistenceTest > testUpdateActorDefinitionBreakingChange() 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 + +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 + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [1] PENDING, FAILED STARTED + +ActorDefinitionBreakingChangePersistenceTest > testUpdateActorDefinitionBreakingChange() PASSED + +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 +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ApplyDefinitionsHelperTest > an existing connector that is not in use should always be updated(boolean, boolean) > [2] true, false 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 + +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 > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [1] true, true 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 + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [1] true, true PASSED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [2] true, false STARTED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [3] RUNNING, FAILED PASSED + +StreamStatusesApiControllerTest > testUpdateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [4] RUNNING, CANCELED STARTED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [2] true, false PASSED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [3] false, false 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 + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [3] false, false PASSED + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [4] false, true 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 + +ApplyDefinitionsHelperTest > new definitions that are incompatible with the airbyte version range should not be written(boolean, boolean) > [4] false, true PASSED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [1] true, true STARTED + +StreamStatusesApiControllerTest > testCreateSuccessful() PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [1] class Pagination { + pageSize: 10 + rowOffset: 0 +} 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 + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [1] class Pagination { + pageSize: 10 + rowOffset: 0 +} PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [2] class Pagination { + pageSize: 10 + rowOffset: 30 +} STARTED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [2] class Pagination { + pageSize: 10 + rowOffset: 30 +} PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [3] class Pagination { + pageSize: 100 + rowOffset: 300 +} STARTED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [3] class Pagination { + pageSize: 100 + rowOffset: 300 +} PASSED + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [4] class Pagination { + pageSize: 5 + rowOffset: 10 +} STARTED + +InstrumentInterceptorTest > testAnnotation() PASSED + +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 + +StreamStatusesApiControllerTest > testListSuccessful(Pagination) > [4] class Pagination { + pageSize: 5 + rowOffset: 10 +} PASSED + +StreamStatusesApiControllerTest > testListPerRunStateSuccessful() STARTED + +StreamStatusesApiControllerTest > testListPerRunStateSuccessful() PASSED + +DatadogClientConfigurationTest > parse constant tags() STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [1] PENDING, FAILED STARTED + +DatadogClientConfigurationTest > parse constant tags() PASSED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [3] false, false PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [1] PENDING, FAILED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [2] PENDING, CANCELED STARTED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [4] false, true STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [2] PENDING, CANCELED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [3] RUNNING, FAILED STARTED + +ApplyDefinitionsHelperTest > a new connector should always be written(boolean, boolean) > [4] false, true PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [3] RUNNING, FAILED PASSED + +ApplyDefinitionsHelperTest > one malformed definition should not be written, but shouldn't stop others from being written() STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [4] RUNNING, CANCELED STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [4] RUNNING, CANCELED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [5] COMPLETE, FAILED STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [5] COMPLETE, FAILED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [6] COMPLETE, CANCELED STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [6] COMPLETE, CANCELED PASSED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [7] INCOMPLETE, null STARTED + +StreamStatusesApiControllerTest > testCreateIncompleteRunCauseRunStateInvariant(StreamStatusRunState, StreamStatusIncompleteRunCause) > [7] INCOMPLETE, null PASSED + +ApplyDefinitionsHelperTest > one malformed definition should not be written, but shouldn't stop others from being written() PASSED + +StreamStatusesApiControllerTest > testUpdateSuccessful() STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [1] true, true STARTED + +StreamStatusesApiControllerTest > testUpdateSuccessful() PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [1] null STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [1] true, true PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [1] null PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [2] class Pagination { + pageSize: 0 + rowOffset: 0 +} STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [2] true, false STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [2] class Pagination { + pageSize: 0 + rowOffset: 0 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [3] class Pagination { + pageSize: -1 + rowOffset: 0 +} STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [3] class Pagination { + pageSize: -1 + rowOffset: 0 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [4] class Pagination { + pageSize: 10 + rowOffset: -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 + +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 + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [6] class Pagination { + pageSize: 0 + rowOffset: -1 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [7] class Pagination { + pageSize: 10 + rowOffset: 23 +} STARTED + +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 + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [7] class Pagination { + pageSize: 10 + rowOffset: 23 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [8] class Pagination { + pageSize: 20 + rowOffset: 10 +} STARTED + +ApplyDefinitionsHelperTest > updateAll should affect whether existing connectors in use have their versions updated(boolean, boolean) > [4] false, true PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [8] class Pagination { + pageSize: 20 + rowOffset: 10 +} PASSED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [9] class Pagination { + pageSize: 100 + rowOffset: 50 +} STARTED + +StreamStatusesApiControllerTest > testListInvalidPagination(Pagination) > [9] class Pagination { + pageSize: 100 + rowOffset: 50 +} PASSED + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [1] true PASSED + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [2] false STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended +:oss:airbyte-metrics:metrics-lib:jacocoTestReport + +DiscoverCatalogActivityTest > runWithWorkload(boolean) > [2] false PASSED + +DiscoverCatalogHelperActivityTest > postprocessHappyPath() STARTED + +BreakingChangeNotificationHelperTest > notifications are sent for deprecated syncs() STARTED +:oss:airbyte-metrics:metrics-lib:check +:oss:airbyte-persistence:job-persistence:kspIntegrationTestKotlin NO-SOURCE +:oss:airbyte-persistence:job-persistence:compileIntegrationTestKotlin NO-SOURCE +:oss:airbyte-persistence:job-persistence:compileIntegrationTestJava NO-SOURCE +:oss:airbyte-persistence:job-persistence:processIntegrationTestResources NO-SOURCE +:oss:airbyte-persistence:job-persistence:integrationTestClasses UP-TO-DATE +:oss:airbyte-persistence:job-persistence:checkstyleIntegrationTest NO-SOURCE +:oss:airbyte-persistence:job-persistence:checkstyleMain FROM-CACHE +:oss:airbyte-persistence:job-persistence:kspTestKotlin FROM-CACHE +:oss:airbyte-persistence:job-persistence:compileTestKotlin NO-SOURCE +:oss:airbyte-persistence:job-persistence:compileTestJava + +BreakingChangeNotificationHelperTest > notifications are sent for deprecated syncs() PASSED + +BreakingChangeNotificationHelperTest > notifications are sent for disabled syncs() STARTED +:oss:airbyte-persistence:job-persistence:compileTestJava FROM-CACHE +:oss:airbyte-persistence:job-persistence:processTestResources +:oss:airbyte-persistence:job-persistence:testClasses +:oss:airbyte-persistence:job-persistence:checkstyleTest + +BreakingChangeNotificationHelperTest > notifications are sent for disabled syncs() PASSED + +BreakingChangeNotificationHelperTest > no notifications should be sent if the feature flag is disabled() STARTED +:oss:airbyte-persistence:job-persistence:checkstyleTest FROM-CACHE +:oss:airbyte-persistence:job-persistence:pmdIntegrationTest NO-SOURCE +:oss:airbyte-persistence:job-persistence:pmdMain + +BreakingChangeNotificationHelperTest > no notifications should be sent if the feature flag is disabled() PASSED + +DeclarativeSourceUpdaterTest > cdk versions are added when they are not in the database() STARTED + +DiscoverCatalogHelperActivityTest > postprocessHappyPath() PASSED + +DiscoverCatalogHelperActivityTest > postprocessExceptionalPath() STARTED + +DiscoverCatalogHelperActivityTest > postprocessExceptionalPath() PASSED + +InvokeOperationsActivityTest > testInvokingWebhookOperations$io_airbyte_airbyte_workers_test() STARTED + +DeclarativeSourceUpdaterTest > cdk versions are added when they are not in the database() PASSED + +DeclarativeSourceUpdaterTest > should update persisted version if SHA has changed() STARTED + +DeclarativeSourceUpdaterTest > should update persisted version if SHA has changed() PASSED + +DeclarativeSourceUpdaterTest > should not update version if validation returns false() STARTED + +DeclarativeSourceUpdaterTest > should not update version if validation returns false() 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 + +DeclarativeSourceUpdaterTest > same declarative manifest versions do not result in any calls to actor definition service() STARTED + +DeclarativeSourceUpdaterTest > same declarative manifest versions do not result in any calls to actor definition service() PASSED + +RemoteDeclarativeManifestImageVersionsProviderTest > test no tags available() STARTED + +RemoteDeclarativeManifestImageVersionsProviderTest > test no tags available() PASSED + +RemoteDeclarativeManifestImageVersionsProviderTest > test versions are compared correctly via semver and not string comparison() STARTED + +RemoteDeclarativeManifestImageVersionsProviderTest > test versions are compared correctly via semver and not string comparison() 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 + +SupportStateUpdaterTest > get support state update() STARTED + +LocalTestingSecretPersistenceTest > test reading from database with no result() PASSED + +LocalTestingSecretPersistenceTest > test reading secret from database() STARTED + +SupportStateUpdaterTest > get support state update() PASSED + +SupportStateUpdaterTest > get support state update with no breaking changes() STARTED + +LocalTestingSecretPersistenceTest > test reading secret from database() PASSED + +LocalTestingSecretPersistenceTest > test writing a secret to the database() STARTED + +SupportStateUpdaterTest > get support state update with no breaking changes() PASSED + +SupportStateUpdaterTest > update support state for a source() STARTED + +UserApiControllerTest > testListUsersInOrganization() STARTED + +LocalTestingSecretPersistenceTest > test writing a secret to the database() PASSED + +LocalTestingSecretPersistenceTest > test reading missing secret from database() STARTED + +LocalTestingSecretPersistenceTest > test reading missing secret from database() PASSED + +VaultSecretPersistenceTest > testReadWriteUpdate() 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 + +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 + +SupportStateUpdaterTest > update multiple support states() PASSED + +SupportStateUpdaterTest > build destination notification data() STARTED + +SupportStateUpdaterTest > build destination notification data() PASSED + +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 > testDeleteUser() STARTED + +UserApiControllerTest > testDeleteUser() PASSED + +UserApiControllerTest > testListInstanceAdminUsers() STARTED + +UserApiControllerTest > testListInstanceAdminUsers() PASSED + +UserApiControllerTest > testGetUserByAuthId() STARTED + +UserApiControllerTest > testGetUserByAuthId() PASSED +:oss:airbyte-config:init:jacocoTestReport + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithFalseTombstone() STARTED +:oss:airbyte-config:init:check +:oss:airbyte-persistence:job-persistence:pmdTest + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithFalseTombstone() PASSED + +ActorDefinitionPersistenceTest > testGetActorDefinitionIdsToDefaultVersionsMap() STARTED + +ActorDefinitionPersistenceTest > testGetActorDefinitionIdsToDefaultVersionsMap() PASSED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardSourceDefinitionThrows() STARTED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardSourceDefinitionThrows() PASSED + +ActorDefinitionPersistenceTest > getActorDefinitionIdsInUse() STARTED +:oss:airbyte-persistence:job-persistence:spotbugsIntegrationTest NO-SOURCE +:oss:airbyte-persistence:job-persistence:spotbugsMain + +ActorDefinitionPersistenceTest > getActorDefinitionIdsInUse() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsLessThenDefaultShouldReturnDefault() STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsLessThenDefaultShouldReturnDefault() PASSED + +ActorDefinitionPersistenceTest > testUpdateStandardSourceDefinition() STARTED + +InvokeOperationsActivityTest > testInvokingWebhookOperations$io_airbyte_airbyte_workers_test() PASSED + +InvokeOperationsActivityTest > testInvokingNoWebhookOperations$io_airbyte_airbyte_workers_test() STARTED + +InvokeOperationsActivityTest > testInvokingNoWebhookOperations$io_airbyte_airbyte_workers_test() PASSED + +InvokeOperationsActivityTest > testInvokingWebhookOperationsFailure$io_airbyte_airbyte_workers_test() STARTED + +ActorDefinitionPersistenceTest > testUpdateStandardSourceDefinition() PASSED + +ActorDefinitionPersistenceTest > testUpdateDeclarativeActorDefinitionVersions() STARTED + +InvokeOperationsActivityTest > testInvokingWebhookOperationsFailure$io_airbyte_airbyte_workers_test() PASSED + +ActorDefinitionPersistenceTest > testUpdateDeclarativeActorDefinitionVersions() PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [1] 0 STARTED + +EmitterTest > TestTotalScheduledSyncs() PASSED + +EmitterTest > TestNumOrphanRunningJobs() STARTED + +EmitterTest > TestNumOrphanRunningJobs() PASSED + +EmitterTest > TestNumRunningJobs() STARTED + +EmitterTest > TestNumRunningJobs() PASSED + +EmitterTest > TestOldestPendingJob() STARTED + +WebBackendApiTest > testWebBackendGetConnection() STARTED + +EmitterTest > TestOldestPendingJob() PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [1] 0 PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [2] 1 STARTED + +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 + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [2] 1 PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [3] 2 STARTED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [3] 2 PASSED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [4] 10 STARTED + +ActorDefinitionPersistenceTest > testListStandardSourceDefsHandlesTombstoneSourceDefs(int) > [4] 10 PASSED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionsFromConnection() 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 + +WebBackendApiTest > testWebBackendGetWorkspaceState() PASSED + +WebBackendApiTest > testWebBackendUpdateConnection() STARTED + +WebBackendApiTest > testWebBackendUpdateConnection() PASSED + +WebBackendApiTest > testWebBackendListGeographies() STARTED + +WebBackendApiTest > testWebBackendListGeographies() PASSED + +ReplicationActivityTest > test get workload worker() STARTED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionsFromConnection() PASSED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionFromDestination() STARTED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionFromDestination() PASSED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardDestinationDefinitionThrows() STARTED + +ActorDefinitionPersistenceTest > testUpdateNonexistentStandardDestinationDefinitionThrows() PASSED + +ActorDefinitionPersistenceTest > testUpdateStandardDestinationDefinition() STARTED + +ReplicationActivityTest > test get workload worker() PASSED + +ReplicationActivityTest > test get legacy worker() STARTED + +ActorDefinitionPersistenceTest > testUpdateStandardDestinationDefinition() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithNullTombstone() STARTED + +ConfigsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithNullTombstone() PASSED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithNullTombstone() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailibilityCheck() STARTED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithNullTombstone() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithTrueTombstone() STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithTrueTombstone() PASSED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithTrueTombstone() STARTED + +ReplicationActivityTest > test get legacy worker() PASSED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test success() STARTED + +ActorDefinitionPersistenceTest > testDestinationDefinitionWithTrueTombstone() PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [1] 0 STARTED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [1] 0 PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [2] 1 STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailibilityCheck() PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [2] 1 PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [3] 2 STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheck() STARTED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test success() PASSED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure discover() STARTED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure discover() PASSED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure post process() STARTED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [3] 2 PASSED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [4] 10 STARTED + +DiscoverCatalogAndAutoPropagateWorkflowTest > Test failure post process() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheck() PASSED + +ConfigsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() STARTED + +WorkspaceApiTest > testListWorkspace() STARTED + +ActorDefinitionPersistenceTest > testListStandardDestDefsHandlesTombstoneDestDefs(int) > [4] 10 PASSED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionFromSource() STARTED + +WorkspaceApiTest > testListWorkspace() PASSED + +WorkspaceApiTest > testGetWorkspaceByConnectionId() STARTED + +ActorDefinitionPersistenceTest > testGetSourceDefinitionFromSource() PASSED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionsFromConnection() STARTED + +WorkspaceApiTest > testGetWorkspaceByConnectionId() PASSED + +WorkspaceApiTest > testUpdateWorkspaceFeedback() STARTED + +WorkspaceApiTest > testUpdateWorkspaceFeedback() PASSED + +WorkspaceApiTest > testCreateWorkspace() STARTED + +WorkspaceApiTest > testCreateWorkspace() PASSED + +WorkspaceApiTest > testUpdateWorkspaceName() STARTED + +ActorDefinitionPersistenceTest > testGetDestinationDefinitionsFromConnection() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsGreaterThenDefaultShouldReturnConfigured() STARTED + +WorkspaceApiTest > testUpdateWorkspaceName() PASSED + +WorkspaceApiTest > testCreateWorkspaceIfNotExist() STARTED + +ConfigsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() PASSED + +WorkspaceApiTest > testCreateWorkspaceIfNotExist() PASSED + +WorkspaceApiTest > testUpdateWorkspaceOrganization() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionMaxSecondsGreaterThenDefaultShouldReturnConfigured() PASSED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckTimeout() STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionDefaultMaxSeconds() STARTED + +WorkspaceApiTest > testUpdateWorkspaceOrganization() PASSED + +WorkspaceApiTest > testGetBySlugWorkspace() STARTED + +WorkspaceApiTest > testGetBySlugWorkspace() PASSED + +WorkspaceApiTest > testDeleteWorkspace() STARTED + +WorkspaceApiTest > testDeleteWorkspace() PASSED + +WorkspaceApiTest > testGetWorkspace() STARTED + +WorkspaceApiTest > testGetWorkspace() PASSED + +WorkspaceApiTest > testUpdateWorkspace() STARTED + +WorkspaceApiTest > testUpdateWorkspace() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionDefaultMaxSeconds() PASSED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithFalseTombstone() STARTED + +RetryStatesHandlerTest > testPutByJobIdUpdate() STARTED + +ActorDefinitionPersistenceTest > testSourceDefinitionWithFalseTombstone() PASSED + +RetryStatesHandlerTest > testPutByJobIdUpdate() PASSED + +RetryStatesHandlerTest > testGetByJobId() STARTED + +RetryStatesHandlerTest > testGetByJobId() PASSED + +StreamStatusesHandlerTest > testList() STARTED + +ConfigsDatabaseMigrationCheckTest > testMigrationCheckTimeout() PASSED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() STARTED +:oss:airbyte-workers:jacocoTestReport +:oss:airbyte-persistence:job-persistence:spotbugsTest SKIPPED +:oss:airbyte-persistence:job-persistence:test + +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 + +StreamStatusesHandlerTest > testList() PASSED + +StreamStatusesHandlerTest > testUptimeHistory() STARTED + +ActorDefinitionVersionHelperTest > testHasAlphaOrBeta(String, String, boolean) > [1] alpha, generally_available, true STARTED +:oss:airbyte-workers:check +:oss:airbyte-analytics:build +:oss:airbyte-bootloader:build +:oss:airbyte-commons-converters:build +:oss:airbyte-commons-server:build +:oss:airbyte-commons-temporal:build +:oss:airbyte-commons-with-dependencies:build +:oss:airbyte-commons-worker:build +:oss:airbyte-connector-builder-server:build +:oss:airbyte-connector-sidecar:build +:oss:airbyte-container-orchestrator:build +:oss:airbyte-cron:build +:oss:airbyte-data:build +:oss:airbyte-keycloak-setup:build +:oss:airbyte-notification:build +:oss:airbyte-oauth:build +:oss:airbyte-test-utils:build +:oss:airbyte-tests:build +:oss:airbyte-webapp:buildStorybook + +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 + +StreamStatusesHandlerTest > testUptimeHistory() PASSED + +StreamStatusesHandlerTest > testListPerRunState() STARTED + +StreamStatusesHandlerTest > testListPerRunState() PASSED + +StreamStatusesHandlerTest > testCreate() STARTED + +StreamStatusesHandlerTest > testCreate() PASSED + +StreamStatusesHandlerTest > testUpdate() STARTED + +ActorDefinitionVersionHelperTest > testGetSourceVersionWithConfigOverride(boolean) > [1] true PASSED + +ActorDefinitionVersionHelperTest > testGetSourceVersionWithConfigOverride(boolean) > [2] false STARTED + +StreamStatusesHandlerTest > testUpdate() PASSED + +UserInvitationHandlerTest > getPendingInvitationsTest() 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 + +> 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-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 4.6.2 + +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] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 1, 2, 3, 4 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [1] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 1, 2, 3, 4 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 3b6188ce-1397-4433-99e7-75d0a55739a2, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 0, 0, 9, 9 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 3b6188ce-1397-4433-99e7-75d0a55739a2, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 0, 0, 9, 9 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] d7e84bf2-5db5-4ddd-8263-e4a281c98947, -573282909670433855, 5a08583c-3883-435c-9fad-648dfc77fc18, 3, 2, 1, 0 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] d7e84bf2-5db5-4ddd-8263-e4a281c98947, -573282909670433855, 5a08583c-3883-435c-9fad-648dfc77fc18, 3, 2, 1, 0 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 3b6188ce-1397-4433-99e7-75d0a55739a2, -6080196982981783211, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 3, 2, 1, 9 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 3b6188ce-1397-4433-99e7-75d0a55739a2, -6080196982981783211, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 3, 2, 1, 9 PASSED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 5a08583c-3883-435c-9fad-648dfc77fc18, 1, 1, 0, 0 STARTED + +RetryStatesMapperTest > mapsRequestToRetryState(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 5a08583c-3883-435c-9fad-648dfc77fc18, 1, 1, 0, 0 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [1] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 1, 2, 3, 4 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [1] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 1, 2, 3, 4 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 3b6188ce-1397-4433-99e7-75d0a55739a2, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 0, 0, 9, 9 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [2] 3b6188ce-1397-4433-99e7-75d0a55739a2, -77908200763378882, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 0, 0, 9, 9 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] d7e84bf2-5db5-4ddd-8263-e4a281c98947, -573282909670433855, 5a08583c-3883-435c-9fad-648dfc77fc18, 3, 2, 1, 0 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [3] d7e84bf2-5db5-4ddd-8263-e4a281c98947, -573282909670433855, 5a08583c-3883-435c-9fad-648dfc77fc18, 3, 2, 1, 0 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 3b6188ce-1397-4433-99e7-75d0a55739a2, -6080196982981783211, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 3, 2, 1, 9 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [4] 3b6188ce-1397-4433-99e7-75d0a55739a2, -6080196982981783211, 8d51ae6c-ca7c-49eb-a59e-74bd9b1ce514, 3, 2, 1, 9 PASSED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 5a08583c-3883-435c-9fad-648dfc77fc18, 1, 1, 0, 0 STARTED + +RetryStatesMapperTest > mapsRetryStateToRead(UUID, Long, UUID, Integer, Integer, Integer, Integer) > [5] 0e0d6e8f-05d1-435c-adf4-89b87e9b73d6, -77908200763378882, 5a08583c-3883-435c-9fad-648dfc77fc18, 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] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [1] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 0a4abe74-5a07-4d01-9451-2e527894f2c3, 6855727096664643343, 1, other_, table_2 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 0a4abe74-5a07-4d01-9451-2e527894f2c3, 6855727096664643343, 1, other_, table_2 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, 2, other_, table_2 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, 2, other_, table_2 PASSED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, -8512657766948429215, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > DomainToApi > mapStreamStatusRead(UUID, UUID, Long, Integer, String, String) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, -8512657766948429215, 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] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [1] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 0a4abe74-5a07-4d01-9451-2e527894f2c3, 6855727096664643343, 1, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 0a4abe74-5a07-4d01-9451-2e527894f2c3, 6855727096664643343, 1, other_, table_2 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, 2, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, 2, other_, table_2 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, -8512657766948429215, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusCreate(UUID, UUID, Long, Integer, String, String) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, -8512657766948429215, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [1] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [1] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 0a4abe74-5a07-4d01-9451-2e527894f2c3, 6855727096664643343, 1, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 0a4abe74-5a07-4d01-9451-2e527894f2c3, 6855727096664643343, 1, other_, table_2 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, 2, other_, table_2 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, 2, other_, table_2 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, -8512657766948429215, 1, test_, table_1 STARTED + +StreamStatusesMapperTest > ApiToDomain > mapStreamStatusUpdate(UUID, UUID, Long, Integer, String, String) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, -8512657766948429215, 1, test_, table_1 PASSED + +StreamStatusesMapperTest > ApiToDomain > mapRunState() STARTED + +StreamStatusesMapperTest > ApiToDomain > mapRunState() PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [1] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [1] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, -8512657766948429215, 0, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [2] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [3] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 1, test_, table_1, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [4] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 923cb4a0-f091-4344-899e-ca82656c600a, 6855727096664643343, 0, , table_3, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, null, null, null, null, null, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [5] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, null, null, null, null, null, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, null, null, null, null, null, null STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [6] bcc31463-87ba-427e-9acc-f30bac0f2953, null, null, null, null, null, null PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [7] bcc31463-87ba-427e-9acc-f30bac0f2953, null, null, null, null, null, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [7] bcc31463-87ba-427e-9acc-f30bac0f2953, null, null, null, null, null, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [8] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, null, -2472580371539925764, null, null, null, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [8] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, null, -2472580371539925764, null, null, null, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [9] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, null, -2472580371539925764, null, other_, table_2, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [9] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, null, -2472580371539925764, null, other_, table_2, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [10] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, null, other_, table_2, null STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [10] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, null, other_, table_2, null PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [11] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, null, other_, table_2, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [11] 919bd2ca-b04e-4422-a7d8-fd7a7b91cc6b, 1d427856-b159-4cdd-940b-f4872d50fb96, -2472580371539925764, null, other_, table_2, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [12] a1ff89f6-f12d-4ee3-a5b6-a6383af13063, 1d427856-b159-4cdd-940b-f4872d50fb96, null, null, null, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [12] a1ff89f6-f12d-4ee3-a5b6-a6383af13063, 1d427856-b159-4cdd-940b-f4872d50fb96, null, null, null, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [13] bcc31463-87ba-427e-9acc-f30bac0f2953, null, 6855727096664643343, null, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [13] bcc31463-87ba-427e-9acc-f30bac0f2953, null, 6855727096664643343, null, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [14] bcc31463-87ba-427e-9acc-f30bac0f2953, null, 6855727096664643343, null, test_, table_1, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [14] bcc31463-87ba-427e-9acc-f30bac0f2953, null, 6855727096664643343, null, test_, table_1, RESET PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [15] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, null, null, test_, table_1, SYNC STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [15] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, null, null, test_, table_1, SYNC PASSED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [16] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, null, null, test_, table_1, RESET STARTED + +StreamStatusesMapperTest > ApiToDomain > mapListFilters(UUID, UUID, Long, Integer, String, String, StreamStatusJobType) > [16] bcc31463-87ba-427e-9acc-f30bac0f2953, 0a4abe74-5a07-4d01-9451-2e527894f2c3, 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 + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityNullDslContext() PASSED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() STARTED + +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 +🍻 Start orval v6.19.1 - A swagger client generator for typescript +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ActorDefinitionVersionPersistenceTest > testUpdateActorDefinitionVersion() STARTED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailability() PASSED + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() STARTED + +ActorDefinitionVersionPersistenceTest > testUpdateActorDefinitionVersion() PASSED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNone() STARTED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNone() PASSED + +ActorDefinitionVersionPersistenceTest > testWriteActorDefinitionVersion() STARTED + +ActorDefinitionVersionPersistenceTest > testWriteActorDefinitionVersion() PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [1] SUPPORTED, DEPRECATED STARTED + +VaultSecretPersistenceTest > testReadWriteUpdate() PASSED + +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 +Running afterAllFilesWrite hook... +Post process generated content in AirbyteClient.ts... +Write type re-export file for AirbyteClient... + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [5] UNSUPPORTED, SUPPORTED PASSED + +ActorDefinitionVersionPersistenceTest > testSetActorDefinitionVersionSupportStates(String, String) > [6] UNSUPPORTED, DEPRECATED STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi STARTED +:oss:airbyte-config:config-secrets:jacocoTestReport + +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 +:oss:airbyte-config:config-secrets:check + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionById() STARTED +:oss:airbyte-workers:build +:oss:airbyte-workload-api-server:build +:oss:airbyte-workload-init-container:build +:oss:airbyte-workload-launcher:build +:oss:airbyte-api:server-api:build +:oss:airbyte-api:workload-api:build +:oss:airbyte-config:config-secrets:build +:oss:airbyte-config:init:build +:oss:airbyte-metrics:metrics-lib:build + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionById() PASSED + +ActorDefinitionVersionPersistenceTest > testGetForNonExistentTagReturnsEmptyOptional() STARTED + +ActorDefinitionVersionPersistenceTest > testGetForNonExistentTagReturnsEmptyOptional() PASSED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNonNullable() STARTED + +ActorDefinitionVersionPersistenceTest > testWriteSourceDefinitionSupportLevelNonNullable() PASSED + +ActorDefinitionVersionPersistenceTest > testListActorDefinitionVersionsForDefinition() STARTED + +ActorDefinitionVersionPersistenceTest > testListActorDefinitionVersionsForDefinition() PASSED + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionByTag() STARTED + +ActorDefinitionVersionPersistenceTest > testGetActorDefinitionVersionByTag() PASSED + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithSource() STARTED +🎉 api - Your OpenAPI spec has been converted into ready to use orval! + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithSource() PASSED + +BreakingChangesHelperTest > testGetLastApplicableBreakingChange() STARTED + +BreakingChangesHelperTest > testGetLastApplicableBreakingChange() PASSED + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithDestination() STARTED + +BreakingChangesHelperTest > testGetBreakingActiveSyncsPerWorkspaceWithDestination() PASSED +Running afterAllFilesWrite hook... +Post process generated content in CloudApi.ts... +Write type re-export file for CloudApi... + +JobsDatabaseAvailabilityCheckTest > checkDatabaseAvailabilityTimeout() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailabilityCheck() STARTED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullDatabaseAvailabilityCheck() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheck() STARTED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() STARTED + +JobsDatabaseMigrationCheckTest > testMigrationCheck() PASSED + +JobsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() STARTED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() PASSED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() STARTED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() PASSED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() STARTED + +MetricRepositoryTestPostgres13 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() PASSED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() STARTED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() PASSED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() STARTED + +MetricRepositoryTestPostgres13 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs STARTED + +JobsDatabaseMigrationCheckTest > unavailableFlywayMigrationVersion() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() STARTED + +JobsDatabaseMigrationCheckTest > testMigrationCheckNullFlyway() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() STARTED +The following classes needed for analysis were missing: + hashCode + toString + equals + makeConcatWithConstants + apply + test + accept + query + call + get + map + +JobsDatabaseMigrationCheckTest > testMigrationCheckEqualVersion() PASSED + +JobsDatabaseMigrationCheckTest > testMigrationCheckTimeout() STARTED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() 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 + +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 + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [4] null, 0.4, null, null PASSED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi PASSED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi STARTED + +DefaultJobCreatorTest > testOrchestratorResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi PASSED + +DefaultJobCreatorTest > testFailToCreateRefreshIfNotAllowed() STARTED + +DefaultJobCreatorTest > testFailToCreateRefreshIfNotAllowed() PASSED + +DefaultJobCreatorTest > testCreateSyncJob() STARTED + +DefaultJobCreatorTest > testCreateSyncJob() PASSED + +DefaultJobCreatorTest > testCreateSyncJobSourceAndDestinationResourceReqs() STARTED + +DefaultJobCreatorTest > testCreateSyncJobSourceAndDestinationResourceReqs() PASSED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [1] 0.7, 0.4, 1000Mi, 2000Mi PASSED + +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 + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [3] null, null, null, null 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 + +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 +🎉 cloudApi - Your OpenAPI spec has been converted into ready to use orval! + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [5] 3, 3, 3000Mi, 3000Mi PASSED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi STARTED + +DefaultJobCreatorTest > testSourceResourceReqsOverrides(String, String, String, String) > [6] 4, 5, 6000Mi, 7000Mi PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() PASSED + +DefaultJobCreatorTest > testCreateSyncJobDefaultWorkerResourceReqs() STARTED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() STARTED + +DefaultJobCreatorTest > testCreateSyncJobDefaultWorkerResourceReqs() PASSED + +DefaultJobCreatorTest > testGetResumableFullRefresh() STARTED + +DefaultJobCreatorTest > testGetResumableFullRefresh() PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [1] 0.7 STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [1] 0.7 PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [2] 0.5, 1, 1000Mi, 2000Mi 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 + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [4] { "cpu_limit": "2", "cpu_request": "1" STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [4] { "cpu_limit": "2", "cpu_request": "1" PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [5] null STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [5] null PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [6] undefined STARTED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [6] undefined PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [7] STARTED +Running afterAllFilesWrite hook... +Post process generated content in ConnectorBuilderClient.ts... +Write type re-export file for ConnectorBuilderClient... + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [7] PASSED + +DefaultJobCreatorTest > ignoresOverridesIfJsonStringWeird(String) > [8] {} STARTED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() 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 + +DefaultJobCreatorTest > testCreateSyncJobEnsureNoQueuing() PASSED + +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 + +MetricRepositoryTestPostgres13 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() STARTED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > should ignore deleted connections STARTED + +JobsDatabaseMigrationCheckTest > testMigrationCheckTimeout() PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > should ignore deleted connections PASSED + +MetricRepositoryTestPostgres13 > NumActiveConnsPerWorkspace > should ignore deleted connections 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 +🎉 connectorBuilder - Your OpenAPI spec has been converted into ready to use orval! + +MetricRepositoryTestPostgres13 > OldestPendingJob > shouldReturnOnlyPendingSeconds() PASSED + +MetricRepositoryTestPostgres13 > OldestPendingJob > shouldReturnNothingIfNotApplicable() STARTED + +MetricRepositoryTestPostgres13 > OldestPendingJob > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnZero() STARTED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > runningJobsShouldReturnZero() STARTED +Running afterAllFilesWrite hook... +Post process generated content in ConnectorManifest.ts... +Write type re-export file for ConnectorManifest... + +MetricRepositoryTestPostgres13 > NumJobs > runningJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnCorrectCount() STARTED + +MetricRepositoryTestPostgres13 > NumJobs > pendingJobsShouldReturnCorrectCount() PASSED + +MetricRepositoryTestPostgres13 > NumJobs > shouldReturnReleaseStages() STARTED + +MetricRepositoryTestPostgres13 > NumJobs > shouldReturnReleaseStages() PASSED + +RetryStatesRepositoryTest > testUpdateByJobId() STARTED + +RetryStatesRepositoryTest > testUpdateByJobId() PASSED + +RetryStatesRepositoryTest > testExistsByJobId() STARTED + +RetryStatesRepositoryTest > testExistsByJobId() PASSED + +RetryStatesRepositoryTest > findByJobId() STARTED + +RetryStatesRepositoryTest > findByJobId() PASSED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdCreate() STARTED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdCreate() PASSED + +RetryStatesRepositoryTest > testInsert() STARTED + +RetryStatesRepositoryTest > testInsert() PASSED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdUpdate() STARTED + +RetryStatesRepositoryTest > testCreateOrUpdateByJobIdUpdate() PASSED +🎉 connectorManifest - Your OpenAPI spec has been converted into ready to use orval! +🎉 apiErrorTypes - Your OpenAPI spec has been converted into ready to use orval! + +> airbyte-webapp@ build:storybook /home/runner/work/airbyte-platform-internal/airbyte-platform-internal/airbyte-webapp +> storybook build -o 'build/storybook' + + +DefaultJobCreatorTest > testCreateSyncJobConnectionResourceReqs() PASSED + +DefaultJobCreatorTest > testCreateResetConnectionJobEnsureNoQueuing() STARTED + +DefaultJobCreatorTest > testCreateResetConnectionJobEnsureNoQueuing() PASSED + +DefaultJobCreatorTest > testCreateResetConnectionJob() STARTED + +DefaultJobCreatorTest > testCreateResetConnectionJob() PASSED + +DSLContextFactoryTest > testCreatingADslContext() STARTED + +DSLContextFactoryTest > testCreatingADslContext() PASSED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfigurationAndConnectionProperties() STARTED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfigurationAndConnectionProperties() PASSED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfiguration() STARTED + +DSLContextFactoryTest > testCreatingADslContextWithIndividualConfiguration() 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 +@storybook/cli v7.6.12 + +info => Cleaning outputDir: /build/storybook +info => Loading presets +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 +info => Manager built (304 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 + +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 +🔨 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. + +DatabaseCheckFactoryTest > testCreateJobsDatabaseInitializer() STARTED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseInitializer() PASSED + +DatabaseCheckFactoryTest > testCreateJobsDatabaseAvailabilityCheck() STARTED + +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 + +DefaultJobPersistence > Should extract a Job model from a JOOQ result set STARTED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowFailed() STARTED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowFailed() PASSED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowCanceled() STARTED + +StreamStatusesRepositoryTest > testUpdateIncompleteFlowCanceled() PASSED + +StreamStatusesRepositoryTest > testFindAllFilteredMatrix() 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 + +StreamStatusesRepositoryTest > testPagination() PASSED + +StreamStatusesRepositoryTest > testUpdateCompleteFlow() STARTED + +StreamStatusesRepositoryTest > testUpdateCompleteFlow() PASSED + +StreamStatusesRepositoryTest > testInsert() STARTED + +StreamStatusesRepositoryTest > testInsert() PASSED + +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 + +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 + +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 + +AirbyteCatalogHelperTest > test that valid streams can be retrieved from the AirbyteCatalog$io_airbyte_airbyte_server_test() STARTED + +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 +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +ConfigRepositoryE2EReadWriteTest > testGetStandardSyncUsingOperation() STARTED + +FlywayFactoryTest > testCreatingAFlywayInstanceWithDefaults() STARTED + +FlywayFactoryTest > testCreatingAFlywayInstanceWithDefaults() PASSED + +FlywayFactoryTest > testCreatingAFlywayInstance() STARTED + +FlywayFactoryTest > testCreatingAFlywayInstance() PASSED + +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 + +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 + +ConfigRepositoryE2EReadWriteTest > testGetStandardSyncUsingOperation() PASSED + +AirbyteCatalogHelperTest > ValidateFieldSelection > Should throw error if cursor field is not selected in incremental_append mode() STARTED + +ConfigRepositoryE2EReadWriteTest > testSourceDefinitionGrants() 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 + +DatabaseInitializerTest > testEmptyTableNames() STARTED + +DatabaseInitializerTest > testEmptyTableNames() PASSED + +DatabaseInitializerTest > testExceptionHandling() STARTED + +DatabaseInitializerTest > testExceptionHandling() PASSED + +JobsHelperTest > it should return the correct field and method pair() PASSED + +ConfigsDatabaseInitializerTest > testInitializationException() STARTED + +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 + +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 + +ConfigRepositoryE2EReadWriteTest > testSourceDefinitionGrants() PASSED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnections() 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 + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnections() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetActorDefinitionsInUseToProtocolVersion() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetActorDefinitionsInUseToProtocolVersion() PASSED + +ConfigRepositoryE2EReadWriteTest > testListPublicDestinationDefinitions() STARTED + +ConfigRepositoryE2EReadWriteTest > testListPublicDestinationDefinitions() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForConnection() STARTED + +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 + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForConnection() PASSED + +ConfigRepositoryE2EReadWriteTest > testSimpleInsertActorCatalog() 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 + +ConfigRepositoryE2EReadWriteTest > testSimpleInsertActorCatalog() PASSED + +ConfigRepositoryE2EReadWriteTest > testReadActorCatalog() STARTED + +DefaultJobPersistence > Should be able to read AttemptSyncConfig that was written PASSED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written STARTED + +ConfigRepositoryE2EReadWriteTest > testReadActorCatalog() PASSED + +ConfigRepositoryE2EReadWriteTest > testMissingDestinationOAuthByDefinitionId() STARTED + +ConfigRepositoryE2EReadWriteTest > testMissingDestinationOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetSourceAndDefinitionsFromSourceIds() STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() STARTED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written PASSED + +DefaultJobPersistence > testAirbyteProtocolVersionMinMetadata() STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldNotCountInJobsWithinFifteenMinutes() PASSED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetSourceAndDefinitionsFromSourceIds() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceDestinations() STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldCountInJobsWithUnusuallyLongTime() PASSED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() STARTED + +MetricRepositoryTestPostgres14 > UnusuallyLongJobs > shouldSkipInsufficientJobRuns() PASSED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() STARTED + +DefaultJobPersistence > testAirbyteProtocolVersionMinMetadata() PASSED + +DefaultJobPersistence > Should set a job to incomplete if an attempt fails STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceDestinations() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceSources() STARTED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldCountInJobsWithMissingRun() PASSED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() STARTED + +MetricRepositoryTestPostgres14 > AbnormalJobsInLastDay > shouldNotCountNormalJobsInAbnormalMetric() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs STARTED + +JobServiceTest > test sync already running illegal state exception() 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 +Replacing the following process.env values in the frontend code: + { + 'process.env.REACT_APP_VERSION': '"0.64.3"', + 'process.env.NODE_ENV': '"production"', + 'process.env.REACT_APP_SEGMENT_TOKEN': '"6cxNSmQyGSKcATLdJ2pL6WsawkzEMDAN"', + 'process.env.REACT_APP_OSANO': '"16A0CTTE7vE8m1Qif/67beec9b-e563-4736-bdb4-4fe4adc39d48"' +} + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceSources() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncAll() STARTED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > should return correct duration for terminal jobs PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() STARTED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnTerminalJobsComplex() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() STARTED + +ConfigsDatabaseInitializerTest > testInitializationException() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreNonTerminalJobs() PASSED + +ConfigsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() STARTED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncAll() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncDestinationFiltering() STARTED + +DefaultJobPersistence > Should return correct list of AttemptWithJobInfo when querying on end timestamp, sorted by attempt end time PASSED + +DefaultJobPersistence > testAirbyteProtocolVersionMaxMetadata() 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 + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() STARTED + +JobServiceTest > test sync already running value conflict known exception() PASSED + +MetricRepositoryTestPostgres14 > OverallJobRuntimeForTerminalJobsInLastHour > shouldIgnoreJobsOlderThan1Hour() PASSED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() STARTED + +DefaultJobPersistence > testAirbyteProtocolVersionMaxMetadata() PASSED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written with unsupported unicode STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncDestinationFiltering() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSource() STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNumConnectionsBasic() PASSED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections PASSED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections STARTED + +DefaultJobPersistence > Should be able to read attemptFailureSummary that was written with unsupported unicode PASSED + +DefaultJobPersistence > Properly update a config STARTED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSource() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncWithAllFiltering() STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > should ignore deleted connections PASSED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNothingIfNotApplicable() STARTED + +MetricRepositoryTestPostgres14 > NumActiveConnsPerWorkspace > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnNothingIfNotApplicable() STARTED + +DefaultJobPersistence > Properly update a config PASSED + +DefaultJobPersistence > testAirbyteProtocolVersionRange() STARTED +vite v5.2.12 building for production... + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnOnlyRunningSeconds() STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncWithAllFiltering() PASSED + +ConfigRepositoryE2EReadWriteTest > testFetchActorsUsingDefinition() STARTED +🤖 Generate intents.ts file... done! + +MetricRepositoryTestPostgres14 > OldestRunningJob > shouldReturnOnlyRunningSeconds() PASSED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnOnlyPendingSeconds() STARTED + +./sb-common-assets/fonts.css doesn't exist at build time, it will remain unchanged to be resolved at runtime +transforming... + +DefaultJobPersistence > testAirbyteProtocolVersionRange() PASSED + +DefaultJobPersistence > Properly update a config without modifying other jobs STARTED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnOnlyPendingSeconds() PASSED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnNothingIfNotApplicable() STARTED +Browserslist: caniuse-lite is outdated. Please run: + npx update-browserslist-db@latest + Why you should do it regularly: https://github.com/browserslist/update-db#readme + +ConfigRepositoryE2EReadWriteTest > testFetchActorsUsingDefinition() PASSED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnectionsDeprecated() STARTED + +MetricRepositoryTestPostgres14 > OldestPendingJob > shouldReturnNothingIfNotApplicable() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnZero() STARTED + +DefaultJobPersistence > Properly update a config without modifying other jobs PASSED + +DefaultJobPersistence > Should set a job to succeeded if an attempt succeeds STARTED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > runningJobsShouldReturnZero() STARTED + +MetricRepositoryTestPostgres14 > NumJobs > runningJobsShouldReturnZero() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnCorrectCount() STARTED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCountConnectionsDeprecated() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSources() STARTED + +MetricRepositoryTestPostgres14 > NumJobs > pendingJobsShouldReturnCorrectCount() PASSED + +MetricRepositoryTestPostgres14 > NumJobs > shouldReturnReleaseStages() STARTED + +DefaultJobPersistence > Should set a job to succeeded if an attempt succeeds PASSED + +DefaultJobPersistence > Should be able to read what is written STARTED + +MetricRepositoryTestPostgres14 > NumJobs > shouldReturnReleaseStages() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventForSources() PASSED + +ConfigRepositoryE2EReadWriteTest > testWriteCanonicalHashActorCatalog() STARTED + +CommunityAuthLogoutEventListenerTest > should revoke token on logout() STARTED + +ConfigRepositoryE2EReadWriteTest > testWriteCanonicalHashActorCatalog() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncExcludeDeleted() STARTED + +DefaultJobPersistence > Should be able to read what is written PASSED + +DefaultJobPersistence > Should return correct set of jobs when querying on end timestamp STARTED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncExcludeDeleted() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventWithDuplicates() STARTED +:oss:airbyte-metrics:reporter:jacocoTestReport + +ConfigRepositoryE2EReadWriteTest > testGetMostRecentActorCatalogFetchEventWithDuplicates() PASSED + +ConfigRepositoryE2EReadWriteTest > testUpdateConnectionOperationIds() STARTED + +CommunityAuthLogoutEventListenerTest > should revoke token on logout() PASSED + +CommunityAuthLogoutEventListenerTest > should throw exception if session ID is missing() 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 + +CommunityAuthLogoutEventListenerTest > should throw exception if session ID is missing() PASSED + +ConfigRepositoryE2EReadWriteTest > testUpdateConnectionOperationIds() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetWorkspaceBySlug() 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 +:oss:airbyte-metrics:reporter:check +:oss:airbyte-metrics:reporter:build + +ConfigRepositoryE2EReadWriteTest > testGetWorkspaceBySlug() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForWorkspace() 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 + +CommunityAuthProviderTest > should throw exception when default organization is not found() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetGeographyForWorkspace() PASSED + +ConfigRepositoryE2EReadWriteTest > testDeleteStandardSyncOperation() STARTED + +CommunityAuthProviderTest > should throw exception when default organization is not found() PASSED + +CommunityAuthProviderTest > should fail authentication with invalid email() STARTED + +CommunityAuthProviderTest > should fail authentication with invalid email() PASSED + +CommunityAuthProviderTest > should authenticate successfully with valid credentials() STARTED + +CommunityAuthProviderTest > should authenticate successfully with valid credentials() PASSED + +CommunityAuthProviderTest > should fail authentication with invalid password() STARTED + +CommunityAuthProviderTest > should fail authentication with invalid password() PASSED + +ConfigsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() PASSED + +ConfigsDatabaseInitializerTest > testInitializingSchema() 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 + +ConfigRepositoryE2EReadWriteTest > testDeleteStandardSyncOperation() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetDestinationOAuthByDefinitionId() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetDestinationOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncSourceFiltering() 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 + +ConfigRepositoryE2EReadWriteTest > testListWorkspaceStandardSyncSourceFiltering() PASSED + +ConfigRepositoryE2EReadWriteTest > testListPublicSourceDefinitions() STARTED + +ConfigRepositoryE2EReadWriteTest > testListPublicSourceDefinitions() PASSED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCanUseDefinition() STARTED + +ConfigRepositoryE2EReadWriteTest > testWorkspaceCanUseDefinition() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetDestinationAndDefinitionsFromDestinationIds() 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 + +ConfigRepositoryE2EReadWriteTest > testGetDestinationAndDefinitionsFromDestinationIds() 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 + +ConfigRepositoryE2EReadWriteTest > testGetEarlySyncJobs() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetEarlySyncJobs() PASSED + +ConfigRepositoryE2EReadWriteTest > testGetSourceOAuthByDefinitionId() STARTED + +CommunityAuthRefreshTokenPersistenceTest > should retrieve authentication for valid token() STARTED + +ConfigRepositoryE2EReadWriteTest > testGetSourceOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testActorDefinitionWorkspaceGrantExists() 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 + +CommunityAuthRefreshTokenPersistenceTest > should retrieve authentication for valid token() PASSED + +CommunityAuthRefreshTokenPersistenceTest > should throw ForbiddenProblem for revoked token() STARTED + +CommunityAuthRefreshTokenPersistenceTest > should throw ForbiddenProblem for revoked token() PASSED + +CommunityAuthRefreshTokenPersistenceTest > should persist token successfully() STARTED + +ConfigRepositoryE2EReadWriteTest > testActorDefinitionWorkspaceGrantExists() PASSED + +ConfigRepositoryE2EReadWriteTest > testMissingSourceOAuthByDefinitionId() STARTED + +ConfigRepositoryE2EReadWriteTest > testMissingSourceOAuthByDefinitionId() PASSED + +ConfigRepositoryE2EReadWriteTest > testDestinationDefinitionGrants() STARTED + +CommunityAuthRefreshTokenPersistenceTest > should persist token successfully() 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 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 + +ConfigRepositoryE2EReadWriteTest > testDestinationDefinitionGrants() 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 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 + +UserInvitationAuthorizationHelperTest > failed permission check throws(ScopeType) > [1] organization 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 + +UserInvitationAuthorizationHelperTest > failed permission check throws(ScopeType) > [1] organization PASSED + +UserInvitationAuthorizationHelperTest > failed permission check throws(ScopeType) > [2] workspace 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 + +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 > 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 + +ConfigsDatabaseInitializerTest > testInitializingSchema() PASSED + +JobsDatabaseInitializerTest > testInitializationException() 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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 +:oss:airbyte-server:jacocoTestReport + +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 + +JobsDatabaseInitializerTest > testInitializationException() PASSED + +JobsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() STARTED + +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 +:oss:airbyte-server:check +:oss:airbyte-server:build + +ConnectorBuilderProjectPersistenceTest > givenNoMatchingActiveDeclarativeManifestWhenGetVersionedConnectorBuilderProjectThenThrowException() 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 + +ConnectorBuilderProjectPersistenceTest > givenNoMatchingActiveDeclarativeManifestWhenGetVersionedConnectorBuilderProjectThenThrowException() PASSED + +ConnectorBuilderProjectPersistenceTest > testAssignActorDefinitionToConnectorBuilderProject() 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 + +ConnectorBuilderProjectPersistenceTest > testAssignActorDefinitionToConnectorBuilderProject() PASSED + +ConnectorBuilderProjectPersistenceTest > testList() STARTED + +ConnectorBuilderProjectPersistenceTest > testList() PASSED + +ConnectorBuilderProjectPersistenceTest > testRead() 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 + +ConnectorBuilderProjectPersistenceTest > testRead() PASSED + +ConnectorBuilderProjectPersistenceTest > testListWithLinkedDefinition() STARTED + +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 + +ConnectorBuilderProjectPersistenceTest > testListWithLinkedDefinition() PASSED + +ConnectorBuilderProjectPersistenceTest > givenSourceIsPublicWhenUpdateBuilderProjectAndActorDefinitionThenActorDefinitionNameIsNotUpdated() STARTED + +ConnectorBuilderProjectPersistenceTest > givenSourceIsPublicWhenUpdateBuilderProjectAndActorDefinitionThenActorDefinitionNameIsNotUpdated() PASSED + +ConnectorBuilderProjectPersistenceTest > testListWithNoManifest() 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 + +ConnectorBuilderProjectPersistenceTest > testListWithNoManifest() PASSED + +ConnectorBuilderProjectPersistenceTest > givenProjectDoesNotExistWhenGetVersionedConnectorBuilderProjectThenThrowException() 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 + +ConnectorBuilderProjectPersistenceTest > givenProjectDoesNotExistWhenGetVersionedConnectorBuilderProjectThenThrowException() PASSED + +ConnectorBuilderProjectPersistenceTest > testDeleteBuilderProjectDraft() 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 + +ConnectorBuilderProjectPersistenceTest > testDeleteBuilderProjectDraft() PASSED + +ConnectorBuilderProjectPersistenceTest > testReadNotExists() STARTED + +ConnectorBuilderProjectPersistenceTest > testReadNotExists() PASSED + +ConnectorBuilderProjectPersistenceTest > testReadWithoutManifest() STARTED + +ConnectorBuilderProjectPersistenceTest > testReadWithoutManifest() PASSED + +ConnectorBuilderProjectPersistenceTest > testReadWithLinkedDefinition() STARTED + +ConnectorBuilderProjectPersistenceTest > testReadWithLinkedDefinition() PASSED + +ConnectorBuilderProjectPersistenceTest > testDelete() STARTED +[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. + +ConnectorBuilderProjectPersistenceTest > testDelete() PASSED + +ConnectorBuilderProjectPersistenceTest > testDeleteManifestDraftForActorDefinitionId() 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 + +ConnectorBuilderProjectPersistenceTest > testDeleteManifestDraftForActorDefinitionId() PASSED + +ConnectorBuilderProjectPersistenceTest > whenUpdateBuilderProjectAndActorDefinitionThenUpdateConnectorBuilderAndActorDefinition() STARTED + +ConnectorBuilderProjectPersistenceTest > whenUpdateBuilderProjectAndActorDefinitionThenUpdateConnectorBuilderAndActorDefinition() PASSED + +ConnectorBuilderProjectPersistenceTest > whenGetVersionedConnectorBuilderProjectThenReturnVersionedProject() 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 + +ConnectorBuilderProjectPersistenceTest > whenGetVersionedConnectorBuilderProjectThenReturnVersionedProject() PASSED + +ConnectorBuilderProjectPersistenceTest > testUpdate() 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 + +ConnectorBuilderProjectPersistenceTest > testUpdate() PASSED + +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 + +JobsDatabaseInitializerTest > testInitializingSchemaAlreadyExists() PASSED + +JobsDatabaseInitializerTest > testInitializationNullDslContext() STARTED + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +JobsDatabaseInitializerTest > testInitializationNullDslContext() PASSED + +JobsDatabaseInitializerTest > testInitializingSchema() STARTED + +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 + +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 + +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 + +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 + +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 + +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 + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [1] 2.0.0 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 + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [1] 2.0.0 PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [2] dev 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 + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [2] dev PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [3] test 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 + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [3] test PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [4] 1.9.1-dev.33a53e6236 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 + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [4] 1.9.1-dev.33a53e6236 PASSED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 STARTED + +ConnectorMetadataPersistenceTest > testCustomImageTagsDoNotBreakCustomConnectorUpgrade(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 PASSED + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForDestination() 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 + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForDestination() PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [1] 0.0.1, true 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 + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [1] 0.0.1, true PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [2] dev, true 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 + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [2] dev, true PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [3] test, false 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 + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [3] test, false PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [4] 1.9.1-dev.33a53e6236, true 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 + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [4] 1.9.1-dev.33a53e6236, true PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [5] 97b69a76-1f06-4680-8905-8beda74311d0, false STARTED + +DefaultJobPersistence > List attempts after a given timestamp for a given connection > Returns only entries after the timestamp PASSED + +DefaultJobPersistence > Get an attempt > Should get an attempt specified by attempt number STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithBreakingChanges(String, boolean) > [5] 97b69a76-1f06-4680-8905-8beda74311d0, false PASSED + +ConnectorMetadataPersistenceTest > testTransactionRollbackOnFailure() STARTED + +ConnectorMetadataPersistenceTest > testTransactionRollbackOnFailure() PASSED + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForSource() 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 + +JobsDatabaseInitializerTest > testInitializingSchema() PASSED + +JobsDatabaseInitializerTest > testInitializationNullAvailabilityCheck() STARTED + +ConnectorMetadataPersistenceTest > testWriteConnectorMetadataForSource() PASSED + +ConnectorMetadataPersistenceTest > testUpdateConnectorMetadata() 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 + +ConnectorMetadataPersistenceTest > testUpdateConnectorMetadata() PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [1] 2.0.0 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 + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [1] 2.0.0 PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [2] dev STARTED + +DefaultJobPersistence > When creating attempt > Should increment attempt id if creating multiple attempts PASSED + +DefaultJobPersistence > When creating attempt > Should create an attempt STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [2] dev PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [3] test STARTED + +DefaultJobPersistence > When creating attempt > Should create an attempt PASSED + +DefaultJobPersistence > When creating attempt > Should not create an attempt if an attempt is running STARTED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [3] test PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [4] 1.9.1-dev.33a53e6236 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 + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [4] 1.9.1-dev.33a53e6236 PASSED + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 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 + +ConnectorMetadataPersistenceTest > testImageTagExpectationsNorNonCustomConnectorUpgradesWithoutBreakingChanges(String) > [5] 97b69a76-1f06-4680-8905-8beda74311d0 PASSED + +DefaultJobPersistence > When cancelling job > Should cancel job and leave job in cancelled state PASSED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeployment() STARTED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeployment() PASSED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeploymentIdDoesNotReplaceExistingId() STARTED + +DefaultJobPersistence > GetAndSetDeployment > testSetDeploymentIdDoesNotReplaceExistingId() PASSED + +DefaultJobPersistence > GetAndSetVersion > testSetVersion() STARTED + +DefaultJobPersistence > GetAndSetVersion > testSetVersion() PASSED + +DefaultJobPersistence > GetAndSetVersion > testSetVersionReplacesExistingId() STARTED + +DefaultJobPersistence > GetAndSetVersion > testSetVersionReplacesExistingId() PASSED + +DefaultJobPersistence > TemporalWorkflowInfo > testGetMissingAttempt() STARTED + +DefaultJobPersistence > TemporalWorkflowInfo > testGetMissingAttempt() PASSED + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulGet() STARTED + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulGet() PASSED + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulSet() STARTED + +DefaultJobPersistence > TemporalWorkflowInfo > testSuccessfulSet() PASSED + +DefaultJobPersistence > Stats Related Tests > Writing stats for different streams should not have side effects 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 + +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 + +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 + +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 + +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 + +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 + +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 + +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 + +DeclarativeManifestPersistenceTest > whenCreateDeclarativeManifestAsActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndDeclarativeManifest() STARTED + +JobErrorReporterTest > testReportDiscoverJobFailure() PASSED + +JobErrorReporterTest > testReportDestinationCheckJobFailureNullWorkspaceId() STARTED + +JobErrorReporterTest > testReportDestinationCheckJobFailureNullWorkspaceId() PASSED + +JobErrorReporterTest > testDoNotReportSourceCheckJobFailureFromOtherOrigins() STARTED + +JobErrorReporterTest > testDoNotReportSourceCheckJobFailureFromOtherOrigins() PASSED + +JobErrorReporterTest > testReportSyncJobFailure() STARTED + +DeclarativeManifestPersistenceTest > whenCreateDeclarativeManifestAsActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenManyEntriesMatchingWhenGetDeclarativeManifestsByActorDefinitionIdThenReturnAllEntries() STARTED + +JobErrorReporterTest > testReportSyncJobFailure() PASSED + +JobErrorReporterTest > testReportSyncJobFailureDoesNotThrow() STARTED + +DeclarativeManifestPersistenceTest > givenManyEntriesMatchingWhenGetDeclarativeManifestsByActorDefinitionIdThenReturnAllEntries() PASSED + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() 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 + +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 + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdAndVersionAlreadyInDbWhenInsertDeclarativeManifestThenThrowException() STARTED + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdAndVersionAlreadyInDbWhenInsertDeclarativeManifestThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenManifestIsNullWhenInsertDeclarativeManifestThenThrowException() STARTED + +DeclarativeManifestPersistenceTest > givenManifestIsNullWhenInsertDeclarativeManifestThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenInsertDeclarativeManifestThenEntryIsInDb() STARTED + +DeclarativeManifestPersistenceTest > whenInsertDeclarativeManifestThenEntryIsInDb() PASSED + +DeclarativeManifestPersistenceTest > givenNoActiveManifestWhenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() 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 + +SentryJobErrorReportingClientTest > testJsonWithNestedObjectsAndArray() PASSED + +SentryJobErrorReportingClientTest > testReportJobNoErrorOnNullAttemptConfig() STARTED + +SentryJobErrorReportingClientTest > testReportJobNoErrorOnNullAttemptConfig() PASSED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithInvalidStacktrace() STARTED + +DeclarativeManifestPersistenceTest > givenNoActiveManifestWhenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() STARTED + +SentryJobErrorReportingClientTest > testReportJobFailureReasonWithInvalidStacktrace() PASSED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithBlankDSN() STARTED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithBlankDSN() PASSED + +SentryJobErrorReportingClientTest > testEmptyJsonNode() STARTED + +SentryJobErrorReportingClientTest > testEmptyJsonNode() PASSED + +SentryJobErrorReportingClientTest > testCreateSentryHubWithDSN() STARTED + +DeclarativeManifestPersistenceTest > givenActorDefinitionIdMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenManifestMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() 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 + +DeclarativeManifestPersistenceTest > givenManifestMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifestWithoutManifestAndSpec() STARTED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifestWithoutManifestAndSpec() PASSED + +DeclarativeManifestPersistenceTest > givenSpecMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() STARTED + +DeclarativeManifestPersistenceTest > givenSpecMismatchWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenSpecIsNullWhenInsertDeclarativeManifestThenThrowException() STARTED + +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 + +DeclarativeManifestPersistenceTest > givenSpecIsNullWhenInsertDeclarativeManifestThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > givenNoDeclarativeManifestMatchingWhenGetDeclarativeManifestByActorDefinitionIdAndVersionThenThrowException() 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 + +DeclarativeManifestPersistenceTest > givenNoDeclarativeManifestMatchingWhenGetDeclarativeManifestByActorDefinitionIdAndVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestByActorDefinitionIdAndVersionThenReturnDeclarativeManifest() STARTED + +DeclarativeManifestPersistenceTest > whenGetDeclarativeManifestByActorDefinitionIdAndVersionThenReturnDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > whenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() STARTED + +DeclarativeManifestPersistenceTest > whenGetCurrentlyActiveDeclarativeManifestsByActorDefinitionIdThenReturnDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenActiveDeclarativeManifestDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() STARTED + +DeclarativeManifestPersistenceTest > givenActiveDeclarativeManifestDoesNotExistWhenSetDeclarativeSourceActiveVersionThenThrowException() PASSED + +DeclarativeManifestPersistenceTest > whenSetDeclarativeSourceActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndActiveDeclarativeManifest() STARTED + +DeclarativeManifestPersistenceTest > whenSetDeclarativeSourceActiveVersionThenUpdateSourceDefinitionAndConfigInjectionAndActiveDeclarativeManifest() PASSED + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() STARTED + +DeclarativeManifestPersistenceTest > givenSourceDefinitionDoesNotExistWhenCreateDeclarativeManifestAsActiveVersionThenThrowException() PASSED + +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 + +HealthCheckPersistenceTest > testHealthCheckFailure() STARTED + +HealthCheckPersistenceTest > testHealthCheckFailure() PASSED + +HealthCheckPersistenceTest > testHealthCheckSuccess() STARTED +:oss:airbyte-persistence:job-persistence:jacocoTestReport + +HealthCheckPersistenceTest > testHealthCheckSuccess() PASSED +:oss:airbyte-persistence:job-persistence:check +:oss:airbyte-persistence:job-persistence:build +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. + +ConfigsDatabaseMigrationDevCenterTest > testSchemaDump() PASSED + +OrganizationPersistenceTest > getOrganization_notExist() STARTED + +OrganizationPersistenceTest > getOrganization_notExist() PASSED + +OrganizationPersistenceTest > getOrganization() STARTED + +OrganizationPersistenceTest > getOrganization() PASSED + +OrganizationPersistenceTest > createOrganization() STARTED + +OrganizationPersistenceTest > createOrganization() PASSED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [1] false, false STARTED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [1] false, false PASSED + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [2] true, false 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 + +OrganizationPersistenceTest > testListOrganizationsByUserId(Boolean, Boolean) > [4] true, true PASSED + +OrganizationPersistenceTest > getOrganizationByWorkspaceId() STARTED + +OrganizationPersistenceTest > getOrganizationByWorkspaceId() PASSED + +OrganizationPersistenceTest > getSsoConfigByRealmName() STARTED + +OrganizationPersistenceTest > getSsoConfigByRealmName() PASSED + +OrganizationPersistenceTest > updateOrganization() STARTED + +OrganizationPersistenceTest > updateOrganization() PASSED + +OrganizationPersistenceTest > createSsoConfig() STARTED + +OrganizationPersistenceTest > createSsoConfig() PASSED + +OrganizationPersistenceTest > getSsoConfigForOrganization() STARTED + +OrganizationPersistenceTest > getSsoConfigForOrganization() PASSED + +ConfigsDatabaseMigratorTest > dumpSchema() STARTED + +PermissionPersistenceTest > listPermissionsForOrganizationTest() STARTED + +PermissionPersistenceTest > listPermissionsForOrganizationTest() PASSED + +PermissionPersistenceTest > listInstanceUsersTest() STARTED + +ConfigsDatabaseMigratorTest > dumpSchema() PASSED + +PermissionPersistenceTest > listInstanceUsersTest() PASSED + +PermissionPersistenceTest > isUserInstanceAdmin() STARTED + +PermissionPersistenceTest > isUserInstanceAdmin() PASSED + +PermissionPersistenceTest > listPermissionByUserTest() STARTED + +PermissionPersistenceTest > listPermissionByUserTest() PASSED + +PermissionPersistenceTest > getPermissionByIdTest() 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 + +PermissionPersistenceTest > listPermissionByWorkspaceTest() PASSED + +PermissionPersistenceTest > isUserOrganizationAdmin() STARTED + +PermissionPersistenceTest > isUserOrganizationAdmin() PASSED + +PermissionPersistenceTest > findUsersInOrganizationTest() STARTED + +PermissionPersistenceTest > findUsersInOrganizationTest() PASSED + +V0_30_22_001__Store_last_sync_state_test > testGetJobsDatabase() STARTED + +V0_30_22_001__Store_last_sync_state_test > testGetJobsDatabase() PASSED + +V0_30_22_001__Store_last_sync_state_test > testCopyData() STARTED + +V0_30_22_001__Store_last_sync_state_test > testCopyData() PASSED + +StandardSyncPersistenceTest > testGetAllStreamsForConnection() STARTED + +StandardSyncPersistenceTest > testGetAllStreamsForConnection() PASSED + +StandardSyncPersistenceTest > testEnumValues() STARTED + +StandardSyncPersistenceTest > testEnumValues() PASSED + +StandardSyncPersistenceTest > testGetNotificationEnable() STARTED + +StandardSyncPersistenceTest > testGetNotificationEnable() PASSED + +StandardSyncPersistenceTest > testDontUpdateIfNotNeeded() STARTED + +StandardSyncPersistenceTest > testDontUpdateIfNotNeeded() PASSED + +StandardSyncPersistenceTest > testList() STARTED + +StandardSyncPersistenceTest > testList() PASSED + +StandardSyncPersistenceTest > testReadWrite() STARTED + +StandardSyncPersistenceTest > testReadWrite() PASSED + +StandardSyncPersistenceTest > testCreateSchemaManagementIfNeeded() STARTED + +StandardSyncPersistenceTest > testCreateSchemaManagementIfNeeded() PASSED + +StandardSyncPersistenceTest > testDisableConnectionsById() STARTED + +V0_32_8_001__AirbyteConfigDatabaseDenormalization_Test > testCompleteMigration() STARTED + +StandardSyncPersistenceTest > testDisableConnectionsById() PASSED + +StandardSyncPersistenceTest > testListWorkspaceActiveSyncIds() STARTED + +StandardSyncPersistenceTest > testListWorkspaceActiveSyncIds() PASSED + +StandardSyncPersistenceTest > testCreateSchemaManagementAccessor() STARTED + +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 + +V0_32_8_001__AirbyteConfigDatabaseDenormalization_Test > testCompleteMigration() PASSED +✓ 5367 modules transformed. + +V0_35_14_001__AddTombstoneToActorDefinitionTest > test() STARTED + +V0_35_14_001__AddTombstoneToActorDefinitionTest > test() PASSED +rendering chunks... + +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 +computing gzip size... + +StatePersistenceTest > testStatePersistenceLegacyWriteConsistency() PASSED + +StatePersistenceTest > testBulkDeleteCorrectConnection() 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-BW5TltGl.css  0.21 kB │ gzip: 0.17 kB +build/storybook/assets/SvgIcon-B_kxy46e.css  0.21 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-CB0wpLDW.css  0.48 kB │ gzip: 0.26 kB +build/storybook/assets/index-ZeMqemf_.css  0.49 kB │ gzip: 0.26 kB +build/storybook/assets/ConfirmationModalService-B4E_MWag.css  0.49 kB │ gzip: 0.31 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/Heading-BRnpy-5Q.css  0.71 kB │ gzip: 0.29 kB +build/storybook/assets/ProgressBar-BuLigvJE.css  0.73 kB │ gzip: 0.34 kB +build/storybook/assets/RadioButton-DNtzGiEC.css  0.75 kB │ gzip: 0.34 kB +build/storybook/assets/users-CeAP3DqI.css  0.76 kB │ gzip: 0.41 kB +build/storybook/assets/LoadingBackdrop-CETlURWz.css  0.78 kB │ gzip: 0.27 kB +build/storybook/assets/ComboBox-BuOfUqQ-.css  0.87 kB │ gzip: 0.42 kB +build/storybook/assets/CheckBox-DOR3JHro.css  0.91 kB │ gzip: 0.35 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/BorderedTiles-BAGEkwSw.css  1.05 kB │ gzip: 0.31 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/CatalogComboBox-_x_pr6or.css  1.25 kB │ gzip: 0.50 kB +build/storybook/assets/StreamStatusIndicator-B7bfQuyu.css  1.30 kB │ gzip: 0.29 kB +build/storybook/assets/Icon-DNIuAl7g.css  1.31 kB │ gzip: 0.58 kB +build/storybook/assets/ThemeToggle-DRdSaiL7.css  1.39 kB │ gzip: 0.46 kB +build/storybook/assets/LinkTab-DMLWoqFQ.css  1.47 kB │ gzip: 0.39 kB +build/storybook/assets/LoadingSkeleton-Cv55kKN9.css  1.56 kB │ gzip: 0.54 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/Form-YKY0_h0j.css  1.76 kB │ gzip: 0.63 kB +build/storybook/assets/index-H9Plzwdy.css  1.79 kB │ gzip: 0.64 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 + +StatePersistenceTest > testBulkDeleteCorrectConnection() PASSED + +StatePersistenceTest > testEraseGlobalState() STARTED +build/storybook/assets/Input-DeqS-znX.css  2.25 kB │ gzip: 0.58 kB +build/storybook/assets/Table-CUnTx0G7.css  2.27 kB │ gzip: 0.77 kB +build/storybook/assets/TextInputContainer-CC1wB09D.css  2.31 kB │ gzip: 0.45 kB +build/storybook/assets/DropdownButton-ChA0Ku7J.css  2.72 kB │ gzip: 0.75 kB +build/storybook/assets/ConnectionStatusIndicator-DITQrNOx.css  2.77 kB │ gzip: 0.60 kB +build/storybook/assets/Markdown-4JfOsILy.css  2.90 kB │ gzip: 0.85 kB +build/storybook/assets/index-KidUN00W.css  2.95 kB │ gzip: 0.87 kB +build/storybook/assets/Icon-mEwmnMHS.css  3.07 kB │ gzip: 0.66 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-Khn1GkvT.css  9.03 kB │ gzip: 1.44 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-B5D_lMhS.css  12.89 kB │ gzip: 3.14 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-_d4MqMLX.js  0.11 kB │ gzip: 0.12 kB +build/storybook/assets/flatten-Bh6OCtN4.js  0.14 kB │ gzip: 0.14 kB +build/storybook/assets/useToggle-CMSTWZ3v.js  0.15 kB │ gzip: 0.14 kB +build/storybook/assets/isEqual-CmDixuKn.js  0.16 kB │ gzip: 0.15 kB +build/storybook/assets/uniqueId-D18SZWvl.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/close-provider-DafRfgcf.js  0.17 kB │ gzip: 0.16 kB +build/storybook/assets/_baseSlice-z0Zd1-Ev.js  0.17 kB │ gzip: 0.16 kB +build/storybook/assets/_isIndex-D1wvtbCT.js  0.18 kB │ gzip: 0.18 kB +build/storybook/assets/identity-oSvOLgA_.js  0.19 kB │ gzip: 0.17 kB +build/storybook/assets/isString-DxvvoRM5.js  0.24 kB │ gzip: 0.20 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/_isIterateeCall-DVLJCrO_.js  0.31 kB │ gzip: 0.25 kB +build/storybook/assets/Overlay-BAXie1E8.js  0.32 kB │ gzip: 0.25 kB +build/storybook/assets/_baseRest-CtYbIpEI.js  0.32 kB │ gzip: 0.23 kB +build/storybook/assets/util-CeAI_f06.js  0.34 kB │ gzip: 0.19 kB +build/storybook/assets/_nodeUtil-C22O4Pa5.js  0.35 kB │ gzip: 0.24 kB +build/storybook/assets/_baseFlatten-Cvm1sEJT.js  0.39 kB │ gzip: 0.30 kB +build/storybook/assets/_cacheHas-BOTlOA6g.js  0.41 kB │ gzip: 0.27 kB +build/storybook/assets/use-tree-walker-BEsIf82P.js  0.45 kB │ gzip: 0.33 kB +build/storybook/assets/isArguments-DXavRnBn.js  0.47 kB │ gzip: 0.31 kB +build/storybook/assets/isPlainObject-jMECIJHq.js  0.48 kB │ gzip: 0.32 kB +build/storybook/assets/_arrayIncludesWith-DkxKNHnR.js  0.50 kB │ gzip: 0.28 kB +build/storybook/assets/Overlay.stories-CoX1Q281.js  0.50 kB │ gzip: 0.33 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/isArrayLike-Rx18hw1N.js  0.58 kB │ gzip: 0.37 kB +build/storybook/assets/DocumentationPanelContext-JOEATvJW.js  0.58 kB │ gzip: 0.34 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/hidden-DtNjmpyb.js  0.60 kB │ gzip: 0.43 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/TextWithHTML.stories-CLrLUjgt.js  0.65 kB │ gzip: 0.40 kB +build/storybook/assets/StreamStatusIndicator.stories-y_27xWZC.js  0.65 kB │ gzip: 0.39 kB +build/storybook/assets/Text.stories-BnGDvE8f.js  0.65 kB │ gzip: 0.42 kB +build/storybook/assets/message-DtlLl0t6.js  0.70 kB │ gzip: 0.42 kB +build/storybook/assets/CopyButton.stories-Ta6_yI4e.js  0.70 kB │ gzip: 0.41 kB +build/storybook/assets/ConnectionStatusIndicator.stories-HYrhdVDe.js  0.71 kB │ gzip: 0.41 kB +build/storybook/assets/index-RaeI_iFz.js  0.71 kB │ gzip: 0.26 kB +build/storybook/assets/Heading.stories-4sFjaz-Q.js  0.75 kB │ gzip: 0.40 kB +build/storybook/assets/_baseFor-WEz4KsuN.js  0.75 kB │ gzip: 0.47 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/index-BfyspvgH.js  0.80 kB │ gzip: 0.51 kB +build/storybook/assets/uniq-Tomegy-Z.js  0.81 kB │ gzip: 0.52 kB +build/storybook/assets/v4-CQkTLCs1.js  0.81 kB │ gzip: 0.43 kB +build/storybook/assets/Input.stories-BurQ8u9P.js  0.83 kB │ gzip: 0.50 kB +build/storybook/assets/preview-Cv3rAi2i.js  0.86 kB │ gzip: 0.55 kB +build/storybook/assets/_setToString-BELRlp0K.js  0.86 kB │ gzip: 0.49 kB +build/storybook/assets/_basePickBy-Cgh0t4vz.js  0.88 kB │ gzip: 0.57 kB +build/storybook/assets/NumberBadge.stories-BhW6aKVP.js  0.90 kB │ gzip: 0.52 kB +build/storybook/assets/index-BbvkpPxl.js  0.92 kB │ gzip: 0.47 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-jYwHMc2o.js  1.01 kB │ gzip: 0.58 kB +build/storybook/assets/FileUpload.stories-DMBcUqzX.js  1.04 kB │ gzip: 0.57 kB +build/storybook/assets/DocsRenderer-NNNQARDV-CdA6Ub4A.js  1.07 kB │ gzip: 0.56 kB +build/storybook/assets/WithTooltip-V3YHNWJZ-C97s1AkB.js  1.10 kB │ gzip: 0.56 kB +build/storybook/assets/entry-preview-r6syxxSV.js  1.11 kB │ gzip: 0.64 kB +build/storybook/assets/syntaxhighlighter-V7JZZA35-iQk9hRSE.js  1.11 kB │ gzip: 0.58 kB +build/storybook/assets/Badge-BELI8tjv.js  1.11 kB │ gzip: 0.49 kB +build/storybook/assets/TextArea-B7CqzdwW.js  1.19 kB │ gzip: 0.57 kB +build/storybook/assets/CheckBox-BZreoP8G.js  1.19 kB │ gzip: 0.61 kB +build/storybook/assets/Flex.stories-BdXKt4K_.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/active-element-history-C1a8Gisu.js  1.25 kB │ gzip: 0.59 kB +build/storybook/assets/preview-DuvHBl0n.js  1.25 kB │ gzip: 0.75 kB +build/storybook/assets/toString-Bthn_FN0.js  1.30 kB │ gzip: 0.71 kB +build/storybook/assets/description-DOUcmPGy.js  1.32 kB │ gzip: 0.75 kB +build/storybook/assets/AirbyteClient.schemas-BdRRRCkq.js  1.33 kB │ gzip: 0.58 kB +build/storybook/assets/TextInputContainer-CTxhXRo4.js  1.36 kB │ gzip: 0.57 kB +build/storybook/assets/CircleLoader-CGoo0And.js  1.39 kB │ gzip: 0.72 kB +build/storybook/assets/use-text-value-DHpbOy0R.js  1.40 kB │ gzip: 0.73 kB +build/storybook/assets/PropertyLabel-C1xfhrnT.js  1.43 kB │ gzip: 0.58 kB +build/storybook/assets/InfoTooltip-pWIlo-gi.js  1.51 kB │ gzip: 0.55 kB +build/storybook/assets/_baseGet-CnDqw3iz.js  1.53 kB │ gzip: 0.90 kB +build/storybook/assets/TextArea.stories-DdJINxHH.js  1.57 kB │ gzip: 0.76 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-CC8p3gwW.js  1.60 kB │ gzip: 0.73 kB +build/storybook/assets/index-BNTjdKoK.js  1.64 kB │ gzip: 0.47 kB +build/storybook/assets/RangeDatePicker.stories-DY-OeC-B.js  1.67 kB │ gzip: 0.80 kB +build/storybook/assets/CopyButton-hClnvJ0-.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-Sm1LofK-.js  1.71 kB │ gzip: 0.88 kB +build/storybook/assets/index-d5tFTb_E.js  1.76 kB │ gzip: 0.47 kB +build/storybook/assets/ExternalLink.stories-LwJPQPe-.js  1.79 kB │ gzip: 0.76 kB +build/storybook/assets/FileUpload-Cwnu6ACf.js  1.82 kB │ gzip: 0.94 kB +build/storybook/assets/Tabs.stories-D0RMSfyU.js  1.84 kB │ gzip: 0.91 kB +build/storybook/assets/ProgressBar.stories-ConjaGjy.js  1.84 kB │ gzip: 0.92 kB +build/storybook/assets/throttle-D3hQSu7d.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/mapValues-BKu2TlD_.js  1.97 kB │ gzip: 1.00 kB +build/storybook/assets/LoadingBackdrop.stories-COZBSdWA.js  1.99 kB │ gzip: 0.87 kB +build/storybook/assets/NumberBadge-CIZS8jX8.js  2.06 kB │ gzip: 0.81 kB +build/storybook/assets/Modal.stories-RQhC3LDr.js  2.13 kB │ gzip: 1.08 kB +build/storybook/assets/Collapsible.stories-D37j1whz.js  2.14 kB │ gzip: 0.81 kB +build/storybook/assets/SvgIcon-BeNa6_KF.js  2.20 kB │ gzip: 1.22 kB +build/storybook/assets/MaskedText.stories-CjX2pTbf.js  2.22 kB │ gzip: 0.90 kB +build/storybook/assets/label-Cs1iWfHG.js  2.23 kB │ gzip: 1.16 kB +build/storybook/assets/LoadingSkeleton.stories-CLXYZbyh.js  2.23 kB │ gzip: 0.90 kB +build/storybook/assets/Tooltip.stories-BwcXLOsp.js  2.25 kB │ gzip: 0.87 kB +build/storybook/assets/SupportLevelBadge.stories-WO3cKhT2.js  2.27 kB │ gzip: 0.90 kB +build/storybook/assets/SearchInput.stories-Dvs-xocf.js  2.36 kB │ gzip: 0.90 kB +build/storybook/assets/BorderedTiles.stories-BEZVCIZa.js  2.36 kB │ gzip: 0.80 kB +build/storybook/assets/Toast-DMtrUd4e.js  2.37 kB │ gzip: 0.71 kB +build/storybook/assets/SecretTextArea.stories-B18lwRX_.js  2.45 kB │ gzip: 1.07 kB +build/storybook/assets/ExternalLink-CFv00IJB.js  2.45 kB │ gzip: 0.75 kB +build/storybook/assets/form-fields-DN9gD5DX.js  2.45 kB │ gzip: 1.13 kB +build/storybook/assets/Box.stories-BraMT9iP.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-D__zdXXV.js  2.60 kB │ gzip: 1.17 kB +build/storybook/assets/StatusIcon-WE61Wh3h.js  2.63 kB │ gzip: 1.07 kB +build/storybook/assets/useAirbyteTheme-kaktv4_K.js  2.68 kB │ gzip: 1.26 kB +build/storybook/assets/PropertyLabel.stories-BOZ0_C9P.js  2.69 kB │ gzip: 1.06 kB +build/storybook/assets/open-closed-C32kl_Hz.js  2.76 kB │ gzip: 1.31 kB +build/storybook/assets/GroupControls-Clcj7Mvi.js  2.78 kB │ gzip: 0.99 kB +build/storybook/assets/WorkspaceItem.stories-B6c5sxbm.js  2.85 kB │ gzip: 1.12 kB +build/storybook/assets/Input-BKV8EdFN.js  2.85 kB │ gzip: 1.24 kB +build/storybook/assets/DatePicker.stories-IpKWRpQv.js  2.93 kB │ gzip: 1.04 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. +build/storybook/assets/CheckBox.stories-DFmO4oBX.js  2.99 kB │ gzip: 0.90 kB +build/storybook/assets/RangeDatePicker-3rAZEQjs.js  3.03 kB │ gzip: 1.20 kB +build/storybook/assets/StreamStatusIndicator-BNGvgwGe.js  3.07 kB │ gzip: 1.01 kB +build/storybook/assets/FormDevToolsInternal-B8nd3XMH.js  3.10 kB │ gzip: 1.46 kB +build/storybook/assets/index-BYib4M8U.js  3.11 kB │ gzip: 0.91 kB +build/storybook/assets/Text-mAZf0Ujg.js  3.15 kB │ gzip: 1.20 kB +build/storybook/assets/GroupControls.stories-Da7ey4ZK.js  3.17 kB │ gzip: 1.11 kB +build/storybook/assets/SecretTextArea-zT4eMaqN.js  3.19 kB │ gzip: 1.29 kB +build/storybook/assets/preview-BcxrGG1y.js  3.19 kB │ gzip: 1.37 kB +build/storybook/assets/index-ClI3cfzP.js  3.23 kB │ gzip: 1.57 kB +build/storybook/assets/_baseIsEqual-wHCDOhsB.js  3.30 kB │ gzip: 1.58 kB +build/storybook/assets/LinkTab-Cp9a3MJT.js  3.40 kB │ gzip: 1.09 kB +build/storybook/assets/_MapCache-CvBzrqdT.js  3.57 kB │ gzip: 1.55 kB +build/storybook/assets/Icon.stories-JLe8gPEJ.js  3.81 kB │ gzip: 0.79 kB +build/storybook/assets/TokenModal.stories-CQvinXuR.js  3.85 kB │ gzip: 1.70 kB +build/storybook/assets/Card-CO2KX534.js  3.91 kB │ gzip: 1.44 kB +build/storybook/assets/Message-B0hvzIsf.js  4.27 kB │ gzip: 1.45 kB +build/storybook/assets/_Uint8Array-BF09DXh-.js  4.31 kB │ gzip: 1.97 kB +build/storybook/assets/Button.stories-BMq7fwE_.js  4.37 kB │ gzip: 1.05 kB +build/storybook/assets/DatePicker-2yQ7Wfy9.js  4.39 kB │ gzip: 1.59 kB +build/storybook/assets/Card.stories-DS1u5_gp.js  4.43 kB │ gzip: 1.45 kB +build/storybook/assets/Collapsible-J2akBVtQ.js  4.68 kB │ gzip: 1.47 kB +build/storybook/assets/disclosure-C0-jo932.js  4.82 kB │ gzip: 1.92 kB +build/storybook/assets/index-D4pNA51-.js  4.85 kB │ gzip: 1.14 kB +build/storybook/assets/ConnectionStatusIndicator-DJODpSMB.js  5.22 kB │ gzip: 1.55 kB +build/storybook/assets/transition-Dkx9-tJU.js  5.40 kB │ gzip: 2.27 kB +build/storybook/assets/_baseClone-D8Qu9oog.js  5.75 kB │ gzip: 2.50 kB +build/storybook/assets/Message.stories-CJT-3nJD.js  5.80 kB │ gzip: 1.53 kB +build/storybook/assets/SwitchNext.stories-Cvd8Q2vF.js  6.16 kB │ gzip: 2.64 kB +build/storybook/assets/FlexItem-QfkycL7f.js  6.30 kB │ gzip: 1.96 kB +build/storybook/assets/Toast.stories-BXUp-l4T.js  6.41 kB │ gzip: 1.60 kB +build/storybook/assets/dayjs.min-BrQUFet3.js  6.61 kB │ gzip: 3.00 kB +build/storybook/assets/JobFailure.stories-BzTCfdiz.js  6.70 kB │ gzip: 2.46 kB +build/storybook/assets/keyboard-B0eXEZI2.js  6.95 kB │ gzip: 2.94 kB +build/storybook/assets/ThemeToggle.stories-dkvElORY.js  7.22 kB │ gzip: 2.29 kB +build/storybook/assets/Button-0bCVYuJJ.js  7.55 kB │ gzip: 2.18 kB +build/storybook/assets/preview-BAz7FMXc.js  7.62 kB │ gzip: 1.56 kB +build/storybook/assets/index-Dl6G-zuu.js  7.80 kB │ gzip: 3.07 kB +build/storybook/assets/ListBox.stories-DJ8xfCS7.js  7.86 kB │ gzip: 2.79 kB +build/storybook/assets/preview-Db4Idchh.js  8.11 kB │ gzip: 3.09 kB +build/storybook/assets/PillListBox.stories-CIXDiUHq.js  8.25 kB │ gzip: 2.69 kB +build/storybook/assets/index-DKY6Q5Zz.js  9.20 kB │ gzip: 1.83 kB +build/storybook/assets/TextWithOverflowTooltip-DnM1Ylxn.js  9.25 kB │ gzip: 3.53 kB +build/storybook/assets/ConnectorIcon.stories-W-6qVOQd.js  9.67 kB │ gzip: 3.50 kB +build/storybook/assets/Form.stories-C52CqLDs.js  9.94 kB │ gzip: 3.07 kB +build/storybook/assets/Box-C4GUbsdB.js  9.99 kB │ gzip: 2.07 kB +build/storybook/assets/use-resolve-button-type-BooIbziU.js  10.14 kB │ gzip: 3.45 kB +build/storybook/assets/index-DJt6QIgU.js  10.34 kB │ gzip: 4.15 kB +build/storybook/assets/ComboBox.stories-CZp3kD_W.js  11.94 kB │ gzip: 3.61 kB +build/storybook/assets/portal-DXnehJKs.js  13.16 kB │ gzip: 5.08 kB +build/storybook/assets/preview-DHdXpSvb.js  13.26 kB │ gzip: 5.11 kB +build/storybook/assets/rbac.docs-D3lA51yZ.js  14.40 kB │ gzip: 5.19 kB +build/storybook/assets/ModalFooter-CSx4uqSV.js  14.92 kB │ gzip: 5.70 kB +build/storybook/assets/index.modern-O85Fx-ZJ.js  14.93 kB │ gzip: 6.43 kB +build/storybook/assets/headlessui-float-nNWTJhzc.js  18.07 kB │ gzip: 6.50 kB +build/storybook/assets/ListBox-BU1QsFJd.js  21.41 kB │ gzip: 7.35 kB +build/storybook/assets/TooltipTable-9V_TSQd_.js  22.73 kB │ gzip: 8.73 kB +build/storybook/assets/calculate-active-index-Bf_Ic_QB.js  23.75 kB │ gzip: 9.24 kB +build/storybook/assets/DropdownButton.stories-CbVASaIq.js  24.35 kB │ gzip: 7.40 kB +build/storybook/assets/iframe-Dj91b0-P.js  27.76 kB │ gzip: 7.92 kB +build/storybook/assets/ConfirmationModalService-CQ15Nf8D.js  28.79 kB │ gzip: 8.37 kB +build/storybook/assets/Color-6VNJS4EI-Dd73FV4d.js  29.89 kB │ gzip: 11.31 kB +build/storybook/assets/CatalogComboBox.stories-DCcVpZTv.js  31.51 kB │ gzip: 10.76 kB +build/storybook/assets/index-Lfyww0ko.js  33.54 kB │ gzip: 9.42 kB +build/storybook/assets/combobox-BHzcK02d.js  33.88 kB │ gzip: 10.96 kB +build/storybook/assets/CatalogDiffModal.stories-7qGCnV-0.js  37.38 kB │ gzip: 9.59 kB +build/storybook/assets/index-BMnnLUPf.js  51.27 kB │ gzip: 14.62 kB +build/storybook/assets/index-i7Z_QSrp.js  54.34 kB │ gzip: 18.29 kB +build/storybook/assets/Table.stories-CJ2e39ZY.js  59.39 kB │ gzip: 15.68 kB +build/storybook/assets/index-CS4xjicw.js  60.79 kB │ gzip: 16.28 kB +build/storybook/assets/index-CeZaOqOj.js  77.16 kB │ gzip: 36.83 kB +build/storybook/assets/index-Be-2jQjh.js  78.80 kB │ gzip: 23.31 kB +build/storybook/assets/TagInput-DO-aZX5i.js  86.90 kB │ gzip: 31.06 kB +build/storybook/assets/TextWithHTML-C66TbOUw.js  93.88 kB │ gzip: 28.66 kB +build/storybook/assets/Form-Baqh1YcP.js  96.82 kB │ gzip: 29.23 kB +build/storybook/assets/motion-r-UQy9DG.js  97.41 kB │ gzip: 32.75 kB +build/storybook/assets/Icon-CSwRlXYr.js  99.28 kB │ gzip: 22.44 kB +build/storybook/assets/Markdown.stories-7XtOptdi.js  120.77 kB │ gzip: 36.63 kB +build/storybook/assets/index-D1_ZHIBm.js  134.01 kB │ gzip: 43.19 kB +build/storybook/assets/entry-preview-docs-BDXMhg70.js  212.38 kB │ gzip: 66.48 kB +build/storybook/assets/withProvider-C_D94hU6.js  216.21 kB │ gzip: 42.61 kB +build/storybook/assets/utils-CG7Zs8C1.js  235.61 kB │ gzip: 47.29 kB +build/storybook/assets/ConnectorForm.stories-CFsC3Ap0.js  277.36 kB │ gzip: 83.11 kB +build/storybook/assets/index-CgLwuwIG.js  291.20 kB │ gzip: 76.37 kB +build/storybook/assets/users-D5_CVaQF.js  475.42 kB │ gzip: 148.49 kB +build/storybook/assets/chunk-HLWAVYOI-BggUoPJl.js  518.84 kB │ gzip: 167.82 kB +build/storybook/assets/Icon.docs-DBUYJlCt.js  568.04 kB │ gzip: 171.16 kB +build/storybook/assets/formatter-SWP5E3XI-o2IA1TWA.js  602.27 kB │ gzip: 186.54 kB +build/storybook/assets/CodeEditor.stories-99vMwX-C.js 1,866.25 kB │ gzip: 480.23 kB +✓ built in 41.85s +info => Preview built (50 s) +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 + + +StatePersistenceTest > testEraseGlobalState() PASSED + +StatePersistenceTest > testInconsistentTypeUpdates() STARTED + +StatePersistenceTest > testInconsistentTypeUpdates() PASSED + +StatePersistenceTest > testBulkDeleteGlobal() STARTED + +StatePersistenceTest > testBulkDeleteGlobal() PASSED + +StatePersistenceTest > testLegacyReadWrite() STARTED + +StatePersistenceTest > testLegacyReadWrite() PASSED + +StatePersistenceTest > testBulkDeleteGlobalAllStreams() STARTED + +StatePersistenceTest > testBulkDeleteGlobalAllStreams() PASSED + +StatePersistenceTest > testLegacyMigrationToGlobal() STARTED + +StatePersistenceTest > testLegacyMigrationToGlobal() PASSED + +StatePersistenceTest > testEraseStreamState() STARTED + +V0_35_15_001__AddReleaseStageAndReleaseDateToActorDefinition_Test > test() STARTED + +StatePersistenceTest > testEraseStreamState() PASSED + +StatePersistenceTest > testGlobalPartialReset() STARTED + +StatePersistenceTest > testGlobalPartialReset() PASSED + +StatePersistenceTest > testReadingNonExistingState() STARTED + +V0_35_15_001__AddReleaseStageAndReleaseDateToActorDefinition_Test > test() PASSED + +StatePersistenceTest > testReadingNonExistingState() PASSED + +StatePersistenceTest > testGlobalFullReset() STARTED + +StatePersistenceTest > testGlobalFullReset() PASSED + +StatePersistenceTest > testLegacyMigrationToStream() STARTED + +StatePersistenceTest > testLegacyMigrationToStream() PASSED + +StatePersistenceTest > testStreamPartialUpdates() STARTED + +StatePersistenceTest > testStreamPartialUpdates() PASSED + +StatePersistenceTest > testBulkDeletePerStream() STARTED + +StatePersistenceTest > testBulkDeletePerStream() PASSED + +StatePersistenceTest > testStreamFullReset() STARTED + +StatePersistenceTest > testStreamFullReset() PASSED + +StatePersistenceTest > testGlobalReadWrite() STARTED + +StatePersistenceTest > testGlobalReadWrite() PASSED + +V0_35_1_001__RemoveForeignKeyFromActorOauth_Test > testCompleteMigration() STARTED + +V0_35_1_001__RemoveForeignKeyFromActorOauth_Test > testCompleteMigration() PASSED + +StreamResetPersistenceTest > testCreateSameResetTwiceOnlyCreateItOnce() STARTED + +StreamResetPersistenceTest > testCreateSameResetTwiceOnlyCreateItOnce() PASSED + +StreamResetPersistenceTest > testCreateAndGetAndDeleteStreamResets() STARTED + +StreamResetPersistenceTest > testCreateAndGetAndDeleteStreamResets() 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 + +SyncOperationPersistenceTest > testList() STARTED + +SyncOperationPersistenceTest > testList() PASSED + +SyncOperationPersistenceTest > testReadWrite() STARTED + +SyncOperationPersistenceTest > testReadWrite() PASSED + +SyncOperationPersistenceTest > testReadNotExists() STARTED + +SyncOperationPersistenceTest > testReadNotExists() PASSED + +SyncOperationPersistenceTest > testDelete() STARTED + +SyncOperationPersistenceTest > testDelete() PASSED + +V0_35_3_001__DropAirbyteConfigsTableTest > test() STARTED + +V0_35_3_001__DropAirbyteConfigsTableTest > test() PASSED + +V0_35_59_001__AddPublicToActorDefinitionTest > test() STARTED + +V0_35_59_001__AddPublicToActorDefinitionTest > test() PASSED + +UserPersistenceTest > UserAccessTests > listWorkspaceUserAccessInfo() STARTED + +UserPersistenceTest > UserAccessTests > listWorkspaceUserAccessInfo() PASSED + +UserPersistenceTest > UserAccessTests > getUsersWithWorkspaceAccess() STARTED + +UserPersistenceTest > UserAccessTests > getUsersWithWorkspaceAccess() PASSED + +UserPersistenceTest > BasicTests > listAuthUsersTest() STARTED + +UserPersistenceTest > BasicTests > listAuthUsersTest() PASSED + +UserPersistenceTest > BasicTests > getUserByAuthIdTest() STARTED + +UserPersistenceTest > BasicTests > getUserByAuthIdTest() PASSED + +UserPersistenceTest > BasicTests > getUserByEmailTest() STARTED + +UserPersistenceTest > BasicTests > getUserByEmailTest() PASSED + +UserPersistenceTest > BasicTests > deleteUserByIdTest() STARTED + +UserPersistenceTest > BasicTests > deleteUserByIdTest() PASSED + +UserPersistenceTest > BasicTests > replaceAuthUserTest() STARTED + +UserPersistenceTest > BasicTests > replaceAuthUserTest() PASSED + +UserPersistenceTest > BasicTests > getUserByAuthIdFromAuthUserTableTest() STARTED + +UserPersistenceTest > BasicTests > getUserByAuthIdFromAuthUserTableTest() PASSED + +UserPersistenceTest > BasicTests > listAuthUserIdsForUserTest() STARTED + +UserPersistenceTest > BasicTests > listAuthUserIdsForUserTest() PASSED + +UserPersistenceTest > BasicTests > getUserByIdTest() STARTED + +UserPersistenceTest > BasicTests > getUserByIdTest() PASSED + +V0_35_59_002__AddActorDefinitionWorkspaceGrantTableTest > test() STARTED + +V0_35_59_002__AddActorDefinitionWorkspaceGrantTableTest > test() PASSED +:oss:airbyte-webapp:build + +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_59_003__AddCustomToActorDefinitionTest > test() STARTED + +V0_35_59_003__AddCustomToActorDefinitionTest > test() PASSED + +V0_39_17_001__AddStreamDescriptorsToStateTableTest > testUniquenessConstraint() STARTED + +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 + +V0_39_17_001__AddStreamDescriptorsToStateTableTest > testUniquenessConstraint() PASSED + +V0_39_17_001__AddStreamDescriptorsToStateTableTest > testSimpleMigration() 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 + +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_39_17_001__AddStreamDescriptorsToStateTableTest > testSimpleMigration() 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_40_18_002__AddActorDefinitionNormalizationAndDbtColumnsTest > test() STARTED + +V0_40_18_002__AddActorDefinitionNormalizationAndDbtColumnsTest > test() PASSED + +V0_40_3_002__RemoveActorForeignKeyFromOauthParamsTableTest > test() STARTED +OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended + +V0_40_3_002__RemoveActorForeignKeyFromOauthParamsTableTest > test() PASSED + +StreamGenerationRepositoryTest > test db insertion() 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_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 + +StreamRefreshesRepositoryTest > test db insertion() 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 current gen for clear() STARTED + +CatalogGenerationSetterTest > test that min gen is current gen for clear() PASSED + +CatalogGenerationSetterTest > test that min gen is 0 for full refresh overwrite and overwrite dedup() STARTED + +CatalogGenerationSetterTest > test that min gen is 0 for full refresh overwrite and overwrite dedup() 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 + +V0_50_16_002__RemoveInvalidSourceStripeCatalogTest > testRemoveInvalidSourceStripeCatalog() 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 +:oss:airbyte-config:config-persistence:jacocoTestReport +:oss:airbyte-config:config-persistence:check +:oss:airbyte-config:config-persistence:build + +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 + +V0_50_23_004__NaivelyBackfillSupportLevelForActorDefitionVersionTest > testNoDefaultSupportLevel() PASSED + +V0_50_23_004__NaivelyBackfillSupportLevelForActorDefitionVersionTest > testBackfillSupportLevel() STARTED + +V0_50_23_004__NaivelyBackfillSupportLevelForActorDefitionVersionTest > testBackfillSupportLevel() PASSED + +V0_50_24_002__BackfillBreakingChangeNotificationSettingsTest > testBackfillBreakingChangeNotificationSettings() STARTED + +V0_50_24_002__BackfillBreakingChangeNotificationSettingsTest > testBackfillBreakingChangeNotificationSettings() PASSED + +V0_50_24_004__AddAndEnforceUniqueConstraintInADVTableTest > testMigrate() STARTED + +V0_50_24_004__AddAndEnforceUniqueConstraintInADVTableTest > testMigrate() PASSED + +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 + +V0_57_4_012__AddShaColumnToDeclarativeManifestImageVersionTest > testExistingDataDoesNotBreakMigration() STARTED + +V0_57_4_012__AddShaColumnToDeclarativeManifestImageVersionTest > testExistingDataDoesNotBreakMigration() PASSED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testUnsetDefaultUserEmail() STARTED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testUnsetDefaultUserEmail() PASSED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testMoreThanOneSSOUserKeepsOldest() STARTED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testMoreThanOneSSOUserKeepsOldest() PASSED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testSSOUserMigration() STARTED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testSSOUserMigration() PASSED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testNonSSOKeepOldestUser() STARTED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testNonSSOKeepOldestUser() PASSED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testUniqueConstraint() STARTED + +V0_57_4_013__AddUniqueUserEmailConstraintTest > testUniqueConstraint() 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 > testGetCurrentAirbyteVersionFromFallbackEnv() STARTED + +MigrationDevHelperTest > testGetCurrentAirbyteVersionFromFallbackEnv() PASSED + +MigrationDevHelperTest > testGetCurrentAirbyteVersionFailure() STARTED + +MigrationDevHelperTest > testGetCurrentAirbyteVersionFailure() 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 +:oss:airbyte-db:db-lib:jacocoTestReport +:oss:airbyte-db:db-lib:check +:check +:oss:airbyte-db:db-lib:build +: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.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. + +BUILD SUCCESSFUL in 14m 36s +2191 actionable tasks: 530 executed, 999 from cache, 662 up-to-date + +Publishing build scan... +https://gradle.com/s/voypc2uurc4nw + +S3 cache 05:17 wasted (05:11 wasted on hits, 7s wasted on misses), reads: 1933, hits: 1748, elapsed: 108s, received: 72 MiB +S3 cache writes: 185, elapsed: 23s, sent to cache: 26 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 +:oss:airbyte-commons:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-db:db-lib:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-db:jooq:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-analytics:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-config:config-models:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-api:commons:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-api:commons:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-json-validation:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-featureflag:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-analytics:generatePomFileForPublishPublication:oss:airbyte-analytics:generatePomFileForPublishPublication + +:oss:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-metrics:metrics-lib:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons:compileKotlin:oss:airbyte-commons:compileKotlin + +:oss:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-bootloader:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-api:server-api:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-api:server-api:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-api:server-api:genApiClient:oss:airbyte-api:server-api:genApiClient + +:oss:airbyte-db:db-lib:processResources :oss:airbyte-db:db-lib:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-auth:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-data:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-data:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-protocol:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-micronaut:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-auth:generateIntents:oss:airbyte-commons-auth:generateIntents + +:oss:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-license:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-protocol:processResources:oss:airbyte-commons-protocol:processResources + +:oss:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-converters:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-config:config-secrets:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-config:config-persistence:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-protocol:processResources :oss:airbyte-commons-protocol:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-notification:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-notification:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-config:specs:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-config:init:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-oauth:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-persistence:job-persistence:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-api:problems-api:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-api:problems-api:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-bootloader:generatePomFileForPublishPublication:oss:airbyte-bootloader:generatePomFileForPublishPublication + +:oss:airbyte-api:problems-api:genAirbyteApiProblems:oss:airbyte-api:problems-api:genAirbyteApiProblems + +:oss:airbyte-commons-converters:processResources :oss:airbyte-commons-converters:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-commons-converters:generatePomFileForPublishPublication:oss:airbyte-commons-converters:generatePomFileForPublishPublication + +:oss:airbyte-commons-auth:generatePomFileForPublishPublication:oss:airbyte-commons-auth:generatePomFileForPublishPublication + +:oss:airbyte-commons-license:processResources:oss:airbyte-commons-license:processResources + +:oss:airbyte-api:server-api:genApiClient :oss:airbyte-api:server-api:genApiClient UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:server-api:genApiServer2 :oss:airbyte-api:server-api:genApiServer2 UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:server-api:generateApiDocs :oss:airbyte-api:server-api:generateApiDocs UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:server-api:generateApiServer:oss:airbyte-api:server-api:generateApiServer + +:oss:airbyte-commons-license:processResources :oss:airbyte-commons-license:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-commons-license:generatePomFileForPublishPublication:oss:airbyte-commons-license:generatePomFileForPublishPublication + +:oss:airbyte-api:problems-api:genAirbyteApiProblems :oss:airbyte-api:problems-api:genAirbyteApiProblems UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-logging:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-logging:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-api:server-api:generateApiServer :oss:airbyte-api:server-api:generateApiServer UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-logging:generatePomFileForPublishPublication:oss:airbyte-commons-logging:generatePomFileForPublishPublication + +:oss:airbyte-commons-micronaut:generatePomFileForPublishPublication:oss:airbyte-commons-micronaut:generatePomFileForPublishPublication + +:oss:airbyte-commons:compileKotlin :oss:airbyte-commons:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons:compileJava :oss:airbyte-commons:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-featureflag:kspKotlin :oss:airbyte-featureflag:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-featureflag:compileKotlin :oss:airbyte-featureflag:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-featureflag:compileJava :oss:airbyte-featureflag:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-json-validation:compileKotlin :oss:airbyte-json-validation:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-json-validation:compileJava :oss:airbyte-json-validation:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-models:kspKotlin:oss:airbyte-config:config-models:kspKotlin + +:oss:airbyte-commons:downloadSpecSecretMask:oss:airbyte-commons:downloadSpecSecretMask + +:oss:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-micronaut-security:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons:generatePomFileForPublishPublication:oss:airbyte-commons:generatePomFileForPublishPublication + +Download https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yamlDownload https://connectors.airbyte.com/files/registries/v0/specs_secrets_mask.yaml + +:oss:airbyte-commons-micronaut-security:compileKotlin :oss:airbyte-commons-micronaut-security:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-commons-micronaut-security:compileJava:oss:airbyte-commons-micronaut-security:compileJava + +:oss:airbyte-commons-protocol:generatePomFileForPublishPublication:oss:airbyte-commons-protocol:generatePomFileForPublishPublication + +:oss:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-server:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-temporal-core:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-temporal:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-worker-models:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-worker-models:processResources:oss:airbyte-worker-models:processResources + +:oss:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-with-dependencies:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-worker-models:processResources :oss:airbyte-worker-models:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-worker-models:generateJsonSchema2Pojo:oss:airbyte-worker-models:generateJsonSchema2Pojo + +:oss:airbyte-api:connector-builder-api:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-api:connector-builder-api:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-worker-models:generateJsonSchema2Pojo :oss:airbyte-worker-models:generateJsonSchema2Pojo UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:generatePomFileForPublishPublication:oss:airbyte-commons-server:generatePomFileForPublishPublication + +:oss:airbyte-api:connector-builder-api:genConnectorBuilderServerApiClient:oss:airbyte-api:connector-builder-api:genConnectorBuilderServerApiClient + +:oss:airbyte-commons-temporal:processResources :oss:airbyte-commons-temporal:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal:generatePomFileForPublishPublication:oss:airbyte-commons-temporal:generatePomFileForPublishPublication + +:oss:airbyte-commons-micronaut-security:compileJava :oss:airbyte-commons-micronaut-security:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut-security:processResources :oss:airbyte-commons-micronaut-security:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-commons-micronaut-security:classes :oss:airbyte-commons-micronaut-security:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut-security:jar :oss:airbyte-commons-micronaut-security:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut-security:generateMetadataFileForPublishPublication:oss:airbyte-commons-micronaut-security:generateMetadataFileForPublishPublication + +:oss:airbyte-api:connector-builder-api:genConnectorBuilderServerApiClient :oss:airbyte-api:connector-builder-api:genConnectorBuilderServerApiClient UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal-core:generatePomFileForPublishPublication:oss:airbyte-commons-temporal-core:generatePomFileForPublishPublication + +:oss:airbyte-commons-micronaut-security:generatePomFileForPublishPublication:oss:airbyte-commons-micronaut-security:generatePomFileForPublishPublication + +:oss:airbyte-commons-with-dependencies:processResources :oss:airbyte-commons-with-dependencies:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-commons-with-dependencies:generatePomFileForPublishPublication:oss:airbyte-commons-with-dependencies:generatePomFileForPublishPublication + +:oss:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-commons-worker:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-mappers:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-mappers:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-micronaut-security:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-micronaut-security:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-api:workload-api:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-api:workload-api:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-workload-api-server:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-commons-worker:generatePomFileForPublishPublication:oss:airbyte-commons-worker:generatePomFileForPublishPublication + +:oss:airbyte-config:config-models:kspKotlin :oss:airbyte-config:config-models:kspKotlin FROM-CACHEFROM-CACHE + +:oss:airbyte-config:config-models:processResources :oss:airbyte-config:config-models:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-models:generateJsonSchema2Pojo :oss:airbyte-config:config-models:generateJsonSchema2Pojo UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-models:compileKotlin:oss:airbyte-config:config-models:compileKotlin + +:oss:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-connector-builder-server:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-connector-builder-server:generateOpenApiServer:oss:airbyte-connector-builder-server:generateOpenApiServer + +:oss:airbyte-commons:downloadSpecSecretMask :oss:airbyte-commons:downloadSpecSecretMask UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons:processResources :oss:airbyte-commons:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons:classes :oss:airbyte-commons:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons:jar :oss:airbyte-commons:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons:generateMetadataFileForPublishPublication:oss:airbyte-commons:generateMetadataFileForPublishPublication + +:oss:airbyte-connector-builder-server:generateOpenApiServer :oss:airbyte-connector-builder-server:generateOpenApiServer UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:generatePomFileForPublishPublication:oss:airbyte-connector-builder-server:generatePomFileForPublishPublication + +:oss:airbyte-commons:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-config:config-models:compileKotlin :oss:airbyte-config:config-models:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-models:compileJava :oss:airbyte-config:config-models:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-db:db-lib:compileKotlin :oss:airbyte-db:db-lib:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-db:db-lib:compileJava:oss:airbyte-db:db-lib:compileJava + +:oss:airbyte-config:config-models:classes :oss:airbyte-config:config-models:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-models:jar :oss:airbyte-config:config-models:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut:kspKotlin:oss:airbyte-commons-micronaut:kspKotlin + +:oss:airbyte-commons-protocol:compileKotlin:oss:airbyte-commons-protocol:compileKotlin + +:oss:airbyte-db:db-lib:compileJava :oss:airbyte-db:db-lib:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-db:db-lib:classes:oss:airbyte-db:db-lib:classes + +:oss:airbyte-commons-protocol:compileKotlin :oss:airbyte-commons-protocol:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-db:db-lib:classes :oss:airbyte-db:db-lib:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-protocol:compileJava:oss:airbyte-commons-protocol:compileJava + +:oss:airbyte-db:db-lib:jar :oss:airbyte-db:db-lib:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-db:jooq:generateConfigsDatabaseJooq:oss:airbyte-db:jooq:generateConfigsDatabaseJooq + +:oss:airbyte-commons-micronaut:kspKotlin :oss:airbyte-commons-micronaut:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut:compileKotlin:oss:airbyte-commons-micronaut:compileKotlin + +:oss:airbyte-commons-protocol:compileJava :oss:airbyte-commons-protocol:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-protocol:classes :oss:airbyte-commons-protocol:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-protocol:jar :oss:airbyte-commons-protocol:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:specs:compileKotlin :oss:airbyte-config:specs:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-config:specs:compileJava :oss:airbyte-config:specs:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-protocol:generateMetadataFileForPublishPublication:oss:airbyte-commons-protocol:generateMetadataFileForPublishPublication + +:oss:airbyte-db:jooq:generateConfigsDatabaseJooq :oss:airbyte-db:jooq:generateConfigsDatabaseJooq UP-TO-DATEUP-TO-DATE + +:oss:airbyte-db:jooq:generateJobsDatabaseJooq:oss:airbyte-db:jooq:generateJobsDatabaseJooq + +:oss:airbyte-commons-micronaut:compileKotlin :oss:airbyte-commons-micronaut:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut:compileJava:oss:airbyte-commons-micronaut:compileJava + +:oss:airbyte-db:jooq:generateJobsDatabaseJooq :oss:airbyte-db:jooq:generateJobsDatabaseJooq UP-TO-DATEUP-TO-DATE + +:oss:airbyte-db:jooq:compileKotlin :oss:airbyte-db:jooq:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-db:jooq:compileJava:oss:airbyte-db:jooq:compileJava + +:oss:airbyte-commons-micronaut:compileJava :oss:airbyte-commons-micronaut:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:kspKotlin:oss:airbyte-commons-auth:kspKotlin + +:oss:airbyte-commons-license:compileKotlin :oss:airbyte-commons-license:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-commons-license:compileJava:oss:airbyte-commons-license:compileJava + +:oss:airbyte-commons-micronaut:processResources :oss:airbyte-commons-micronaut:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut:classes :oss:airbyte-commons-micronaut:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut:jar :oss:airbyte-commons-micronaut:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut:generateMetadataFileForPublishPublication:oss:airbyte-commons-micronaut:generateMetadataFileForPublishPublication + +:oss:airbyte-db:jooq:compileJava :oss:airbyte-db:jooq:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-license:compileJava :oss:airbyte-commons-license:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-license:classes :oss:airbyte-commons-license:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:metrics-lib:kspKotlin:oss:airbyte-metrics:metrics-lib:kspKotlin + +:oss:airbyte-commons-license:jar :oss:airbyte-commons-license:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-license:generateMetadataFileForPublishPublication:oss:airbyte-commons-license:generateMetadataFileForPublishPublication + +:oss:airbyte-metrics:metrics-lib:kspKotlin :oss:airbyte-metrics:metrics-lib:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:metrics-lib:compileKotlin:oss:airbyte-metrics:metrics-lib:compileKotlin + +:oss:airbyte-commons-auth:kspKotlin :oss:airbyte-commons-auth:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:compileKotlin:oss:airbyte-commons-auth:compileKotlin + +:oss:airbyte-metrics:metrics-lib:compileKotlin :oss:airbyte-metrics:metrics-lib:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:metrics-lib:compileJava :oss:airbyte-metrics:metrics-lib:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:commons:kspKotlin:oss:airbyte-api:commons:kspKotlin + +:oss:airbyte-commons-auth:compileKotlin :oss:airbyte-commons-auth:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:compileJava :oss:airbyte-commons-auth:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:kspKotlin:oss:airbyte-config:config-secrets:kspKotlin + +:oss:airbyte-api:commons:kspKotlin :oss:airbyte-api:commons:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:commons:compileKotlin:oss:airbyte-api:commons:compileKotlin + +:oss:airbyte-config:config-secrets:kspKotlin :oss:airbyte-config:config-secrets:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:compileKotlin:oss:airbyte-config:config-secrets:compileKotlin + +:oss:airbyte-api:commons:compileKotlin :oss:airbyte-api:commons:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:commons:compileJava :oss:airbyte-api:commons:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-api:server-api:kspKotlin:oss:airbyte-api:server-api:kspKotlin + +:oss:airbyte-config:config-secrets:compileKotlin :oss:airbyte-config:config-secrets:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:compileJava :oss:airbyte-config:config-secrets:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-api:problems-api:kspKotlin:oss:airbyte-api:problems-api:kspKotlin + +:oss:airbyte-api:server-api:kspKotlin :oss:airbyte-api:server-api:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:server-api:compileKotlin:oss:airbyte-api:server-api:compileKotlin + +:oss:airbyte-api:problems-api:kspKotlin :oss:airbyte-api:problems-api:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:problems-api:compileKotlin :oss:airbyte-api:problems-api:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:problems-api:compileJava :oss:airbyte-api:problems-api:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-oauth:compileKotlin :oss:airbyte-oauth:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-oauth:compileJava:oss:airbyte-oauth:compileJava + +:oss:airbyte-api:server-api:compileKotlin :oss:airbyte-api:server-api:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:server-api:compileJava :oss:airbyte-api:server-api:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-analytics:kspKotlin:oss:airbyte-analytics:kspKotlin + +:oss:airbyte-oauth:compileJava :oss:airbyte-oauth:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-data:kspKotlin:oss:airbyte-data:kspKotlin + +:oss:airbyte-analytics:kspKotlin :oss:airbyte-analytics:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-analytics:compileKotlin :oss:airbyte-analytics:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-analytics:compileJava :oss:airbyte-analytics:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-analytics:processResources:oss:airbyte-analytics:processResources + +:oss:airbyte-data:kspKotlin :oss:airbyte-data:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-data:compileKotlin:oss:airbyte-data:compileKotlin + +:oss:airbyte-analytics:processResources :oss:airbyte-analytics:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-analytics:classes :oss:airbyte-analytics:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-analytics:jar :oss:airbyte-analytics:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-analytics:generateMetadataFileForPublishPublication:oss:airbyte-analytics:generateMetadataFileForPublishPublication + +:oss:airbyte-data:compileKotlin :oss:airbyte-data:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-data:compileJava :oss:airbyte-data:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-converters:compileKotlin :oss:airbyte-commons-converters:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-converters:compileJava :oss:airbyte-commons-converters:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:kspKotlin :oss:airbyte-config:config-persistence:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:compileKotlin :oss:airbyte-config:config-persistence:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:compileJava :oss:airbyte-config:config-persistence:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-notification:kspKotlin :oss:airbyte-notification:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-notification:compileKotlin :oss:airbyte-notification:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-notification:compileJava :oss:airbyte-notification:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-persistence:job-persistence:kspKotlin :oss:airbyte-persistence:job-persistence:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-persistence:job-persistence:compileKotlin :oss:airbyte-persistence:job-persistence:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-persistence:job-persistence:compileJava :oss:airbyte-persistence:job-persistence:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:init:kspKotlin :oss:airbyte-config:init:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:init:compileKotlin :oss:airbyte-config:init:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:init:compileJava :oss:airbyte-config:init:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-bootloader:kspKotlin :oss:airbyte-bootloader:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-bootloader:compileKotlin :oss:airbyte-bootloader:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-bootloader:compileJava :oss:airbyte-bootloader:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-bootloader:processResources :oss:airbyte-bootloader:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-bootloader:classes :oss:airbyte-bootloader:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-bootloader:jar :oss:airbyte-bootloader:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-bootloader:generateMetadataFileForPublishPublication:oss:airbyte-bootloader:generateMetadataFileForPublishPublication + +:oss:airbyte-commons:publish:oss:airbyte-commons:publish + +:oss:airbyte-commons-auth:processResources :oss:airbyte-commons-auth:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:classes :oss:airbyte-commons-auth:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:jar :oss:airbyte-commons-auth:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:generateMetadataFileForPublishPublication:oss:airbyte-commons-auth:generateMetadataFileForPublishPublication + +:oss:airbyte-commons-converters:classes :oss:airbyte-commons-converters:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-license:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-license:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-logging:kspKotlin:oss:airbyte-commons-logging:kspKotlin + +:oss:airbyte-analytics:publishPublishPublicationToCloudrepoRepository:oss:airbyte-analytics:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-bootloader:publishPublishPublicationToCloudrepoRepository:oss:airbyte-bootloader:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-converters:jar :oss:airbyte-commons-converters:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-auth:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-auth:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-converters:generateMetadataFileForPublishPublication:oss:airbyte-commons-converters:generateMetadataFileForPublishPublication + +:oss:airbyte-commons-converters:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-converters:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-logging:kspKotlin :oss:airbyte-commons-logging:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-micronaut:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-micronaut:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-logging:compileKotlin :oss:airbyte-commons-logging:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-logging:compileJava :oss:airbyte-commons-logging:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-commons-logging:processResources :oss:airbyte-commons-logging:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-logging:classes :oss:airbyte-commons-logging:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-logging:jar :oss:airbyte-commons-logging:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-logging:generateMetadataFileForPublishPublication:oss:airbyte-commons-logging:generateMetadataFileForPublishPublication + +:oss:airbyte-commons-logging:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-logging:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-micronaut-security:publish:oss:airbyte-commons-micronaut-security:publish + +:oss:airbyte-commons-protocol:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-protocol:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-converters:publish:oss:airbyte-commons-converters:publish + +:oss:airbyte-commons-temporal-core:kspKotlin:oss:airbyte-commons-temporal-core:kspKotlin + +:oss:airbyte-analytics:publish:oss:airbyte-analytics:publish + +:oss:airbyte-worker-models:compileKotlin :oss:airbyte-worker-models:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-worker-models:compileJava:oss:airbyte-worker-models:compileJava + +:oss:airbyte-commons-temporal-core:kspKotlin :oss:airbyte-commons-temporal-core:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal-core:compileKotlin:oss:airbyte-commons-temporal-core:compileKotlin + +:oss:airbyte-worker-models:compileJava :oss:airbyte-worker-models:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:connector-builder-api:kspKotlin:oss:airbyte-api:connector-builder-api:kspKotlin + +:oss:airbyte-commons-temporal-core:compileKotlin :oss:airbyte-commons-temporal-core:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal-core:compileJava:oss:airbyte-commons-temporal-core:compileJava + +:oss:airbyte-api:connector-builder-api:kspKotlin :oss:airbyte-api:connector-builder-api:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:connector-builder-api:compileKotlin:oss:airbyte-api:connector-builder-api:compileKotlin + +:oss:airbyte-commons-temporal-core:compileJava :oss:airbyte-commons-temporal-core:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal:compileKotlin:oss:airbyte-commons-temporal:compileKotlin + +:oss:airbyte-api:connector-builder-api:compileKotlin :oss:airbyte-api:connector-builder-api:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:connector-builder-api:compileJava :oss:airbyte-api:connector-builder-api:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-commons-temporal-core:processResources :oss:airbyte-commons-temporal-core:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal-core:classes :oss:airbyte-commons-temporal-core:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal-core:jar :oss:airbyte-commons-temporal-core:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal-core:generateMetadataFileForPublishPublication:oss:airbyte-commons-temporal-core:generateMetadataFileForPublishPublication + +:oss:airbyte-commons-temporal:compileKotlin :oss:airbyte-commons-temporal:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal-core:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-temporal-core:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-temporal:compileJava :oss:airbyte-commons-temporal:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-with-dependencies:compileKotlin :oss:airbyte-commons-with-dependencies:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-commons-with-dependencies:compileJava :oss:airbyte-commons-with-dependencies:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:kspKotlin :oss:airbyte-commons-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:compileKotlin :oss:airbyte-commons-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:compileJava :oss:airbyte-commons-server:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:processResources :oss:airbyte-commons-server:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:classes :oss:airbyte-commons-server:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:jar :oss:airbyte-commons-server:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-server:generateMetadataFileForPublishPublication:oss:airbyte-commons-server:generateMetadataFileForPublishPublication + +:oss:airbyte-commons-logging:publish:oss:airbyte-commons-logging:publish + +:oss:airbyte-commons-temporal:classes :oss:airbyte-commons-temporal:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal:jar :oss:airbyte-commons-temporal:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal:generateMetadataFileForPublishPublication:oss:airbyte-commons-temporal:generateMetadataFileForPublishPublication + +:oss:airbyte-commons-protocol:publish:oss:airbyte-commons-protocol:publish + +:oss:airbyte-commons-with-dependencies:classes :oss:airbyte-commons-with-dependencies:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-with-dependencies:jar :oss:airbyte-commons-with-dependencies:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-with-dependencies:generateMetadataFileForPublishPublication:oss:airbyte-commons-with-dependencies:generateMetadataFileForPublishPublication + +:oss:airbyte-commons-with-dependencies:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-with-dependencies:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-license:publish:oss:airbyte-commons-license:publish + +:oss:airbyte-mappers:kspKotlin :oss:airbyte-mappers:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-mappers:compileKotlin :oss:airbyte-mappers:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-mappers:compileJava :oss:airbyte-mappers:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-workload-api-server:kspKotlin :oss:airbyte-workload-api-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-api-server:compileKotlin :oss:airbyte-workload-api-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:workload-api:genWorkloadApiClient :oss:airbyte-api:workload-api:genWorkloadApiClient UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:workload-api:kspKotlin:oss:airbyte-api:workload-api:kspKotlin + +:oss:airbyte-commons-micronaut:publish:oss:airbyte-commons-micronaut:publish + +:oss:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-connector-sidecar:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-api:workload-api:kspKotlin :oss:airbyte-api:workload-api:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-sidecar:generatePomFileForPublishPublication:oss:airbyte-connector-sidecar:generatePomFileForPublishPublication + +:oss:airbyte-api:workload-api:compileKotlin :oss:airbyte-api:workload-api:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:workload-api:compileJava :oss:airbyte-api:workload-api:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-commons-worker:kspKotlin :oss:airbyte-commons-worker:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-worker:compileKotlin:oss:airbyte-commons-worker:compileKotlin + +:oss:airbyte-commons-auth:publish:oss:airbyte-commons-auth:publish + +:oss:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-container-orchestrator:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-container-orchestrator:processResources :oss:airbyte-container-orchestrator:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-container-orchestrator:generatePomFileForPublishPublication:oss:airbyte-container-orchestrator:generatePomFileForPublishPublication + +:oss:airbyte-cron:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-cron:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-cron:kspKotlin:oss:airbyte-cron:kspKotlin + +:oss:airbyte-commons-worker:compileKotlin :oss:airbyte-commons-worker:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-worker:compileJava :oss:airbyte-commons-worker:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-worker:processResources :oss:airbyte-commons-worker:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-worker:classes :oss:airbyte-commons-worker:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-worker:jar :oss:airbyte-commons-worker:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-worker:generateMetadataFileForPublishPublication:oss:airbyte-commons-worker:generateMetadataFileForPublishPublication + +:oss:airbyte-cron:kspKotlin :oss:airbyte-cron:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:kspKotlin :oss:airbyte-connector-builder-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:compileKotlin :oss:airbyte-connector-builder-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:compileJava :oss:airbyte-connector-builder-server:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:processResources :oss:airbyte-connector-builder-server:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:classes :oss:airbyte-connector-builder-server:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:jar :oss:airbyte-connector-builder-server:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-builder-server:generateMetadataFileForPublishPublication:oss:airbyte-connector-builder-server:generateMetadataFileForPublishPublication + +:oss:airbyte-connector-builder-server:publishPublishPublicationToCloudrepoRepository:oss:airbyte-connector-builder-server:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-bootloader:publish:oss:airbyte-bootloader:publish + +:oss:airbyte-connector-sidecar:kspKotlin :oss:airbyte-connector-sidecar:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-sidecar:compileKotlin :oss:airbyte-connector-sidecar:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-sidecar:compileJava :oss:airbyte-connector-sidecar:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-connector-sidecar:processResources :oss:airbyte-connector-sidecar:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-sidecar:classes :oss:airbyte-connector-sidecar:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-sidecar:jar :oss:airbyte-connector-sidecar:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-connector-sidecar:generateMetadataFileForPublishPublication:oss:airbyte-connector-sidecar:generateMetadataFileForPublishPublication + +:oss:airbyte-connector-sidecar:publishPublishPublicationToCloudrepoRepository:oss:airbyte-connector-sidecar:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-with-dependencies:publish:oss:airbyte-commons-with-dependencies:publish + +:oss:airbyte-cron:compileKotlin :oss:airbyte-cron:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-cron:compileJava :oss:airbyte-cron:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-cron:processResources :oss:airbyte-cron:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-cron:classes :oss:airbyte-cron:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-cron:jar :oss:airbyte-cron:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-cron:generateMetadataFileForPublishPublication:oss:airbyte-cron:generateMetadataFileForPublishPublication + +:oss:airbyte-cron:generatePomFileForPublishPublication:oss:airbyte-cron:generatePomFileForPublishPublication + +:oss:airbyte-container-orchestrator:compileKotlin :oss:airbyte-container-orchestrator:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-container-orchestrator:compileJava :oss:airbyte-container-orchestrator:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-container-orchestrator:classes :oss:airbyte-container-orchestrator:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-container-orchestrator:jar :oss:airbyte-container-orchestrator:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-container-orchestrator:generateMetadataFileForPublishPublication:oss:airbyte-container-orchestrator:generateMetadataFileForPublishPublication + +:oss:airbyte-container-orchestrator:publishPublishPublicationToCloudrepoRepository:oss:airbyte-container-orchestrator:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-cron:publishPublishPublicationToCloudrepoRepository:oss:airbyte-cron:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-temporal-core:publish:oss:airbyte-commons-temporal-core:publish + +:oss:airbyte-data:processResources :oss:airbyte-data:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-data:classes :oss:airbyte-data:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-data:jar :oss:airbyte-data:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-temporal:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-temporal:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-data:kspTestFixturesKotlin :oss:airbyte-data:kspTestFixturesKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-data:compileTestFixturesKotlin :oss:airbyte-data:compileTestFixturesKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-data:compileTestFixturesJava :oss:airbyte-data:compileTestFixturesJava NO-SOURCENO-SOURCE + +:oss:airbyte-data:processTestFixturesResources :oss:airbyte-data:processTestFixturesResources NO-SOURCENO-SOURCE + +:oss:airbyte-data:testFixturesClasses :oss:airbyte-data:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:oss:airbyte-data:testFixturesJar :oss:airbyte-data:testFixturesJar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-commons-worker:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-worker:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-server:publishPublishPublicationToCloudrepoRepository:oss:airbyte-commons-server:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-data:generateMetadataFileForPublishPublication:oss:airbyte-data:generateMetadataFileForPublishPublication + +:oss:airbyte-data:generatePomFileForPublishPublication:oss: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.64.3 which cannot be mapped to Maven - Declares capability io.airbyte:airbyte-data-test-fixtures:0.64.3 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte:airbyte-data-test-fixtures:0.64.3 which cannot be mapped to Maven - Declares capability io.airbyte:airbyte-data-test-fixtures:0.64.3 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. + +:oss:airbyte-data:publishPublishPublicationToCloudrepoRepository:oss:airbyte-data:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-connector-builder-server:publish:oss:airbyte-connector-builder-server:publish + +:oss:airbyte-featureflag:processResources :oss:airbyte-featureflag:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-featureflag:classes :oss:airbyte-featureflag:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-featureflag:jar :oss:airbyte-featureflag:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-featureflag:generateMetadataFileForPublishPublication:oss:airbyte-featureflag:generateMetadataFileForPublishPublication + +:oss:airbyte-featureflag:generatePomFileForPublishPublication:oss:airbyte-featureflag:generatePomFileForPublishPublication + +:oss:airbyte-featureflag:publishPublishPublicationToCloudrepoRepository:oss:airbyte-featureflag:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-connector-sidecar:publish:oss:airbyte-connector-sidecar:publish + +:oss:airbyte-json-validation:processResources :oss:airbyte-json-validation:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-json-validation:classes :oss:airbyte-json-validation:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-json-validation:jar :oss:airbyte-json-validation:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-json-validation:generateMetadataFileForPublishPublication:oss:airbyte-json-validation:generateMetadataFileForPublishPublication + +:oss:airbyte-json-validation:generatePomFileForPublishPublication:oss:airbyte-json-validation:generatePomFileForPublishPublication + +:oss:airbyte-json-validation:publishPublishPublicationToCloudrepoRepository:oss:airbyte-json-validation:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-container-orchestrator:publish:oss:airbyte-container-orchestrator:publish + +:oss:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-keycloak:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-keycloak:compileKotlin :oss:airbyte-keycloak:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-keycloak:compileJava :oss:airbyte-keycloak:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-keycloak:processResources :oss:airbyte-keycloak:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-keycloak:classes :oss:airbyte-keycloak:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-keycloak:jar :oss:airbyte-keycloak:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-keycloak:generateMetadataFileForPublishPublication:oss:airbyte-keycloak:generateMetadataFileForPublishPublication + +:oss:airbyte-keycloak:generatePomFileForPublishPublication:oss:airbyte-keycloak:generatePomFileForPublishPublication + +:oss:airbyte-keycloak:publishPublishPublicationToCloudrepoRepository:oss:airbyte-keycloak:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-server:publish:oss:airbyte-commons-server:publish + +:oss:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-keycloak-setup:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-keycloak-setup:compileKotlin :oss:airbyte-keycloak-setup:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-keycloak-setup:compileJava:oss:airbyte-keycloak-setup:compileJava + +:oss:airbyte-cron:publish:oss:airbyte-cron:publish + +:oss:airbyte-mappers:processResources :oss:airbyte-mappers:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-mappers:classes :oss:airbyte-mappers:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-mappers:jar :oss:airbyte-mappers:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-mappers:generateMetadataFileForPublishPublication:oss:airbyte-mappers:generateMetadataFileForPublishPublication + +:oss:airbyte-mappers:generatePomFileForPublishPublication:oss:airbyte-mappers:generatePomFileForPublishPublication + +:oss:airbyte-keycloak-setup:compileJava :oss:airbyte-keycloak-setup:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-keycloak-setup:processResources :oss:airbyte-keycloak-setup:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-keycloak-setup:classes :oss:airbyte-keycloak-setup:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-keycloak-setup:jar :oss:airbyte-keycloak-setup:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-keycloak-setup:generateMetadataFileForPublishPublication:oss:airbyte-keycloak-setup:generateMetadataFileForPublishPublication + +:oss:airbyte-mappers:publishPublishPublicationToCloudrepoRepository:oss:airbyte-mappers:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-temporal:publish:oss:airbyte-commons-temporal:publish + +:oss:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-micronaut-temporal:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-micronaut-temporal:compileKotlin :oss:airbyte-micronaut-temporal:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-micronaut-temporal:compileJava :oss:airbyte-micronaut-temporal:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-micronaut-temporal:processResources :oss:airbyte-micronaut-temporal:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-micronaut-temporal:classes :oss:airbyte-micronaut-temporal:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-micronaut-temporal:jar :oss:airbyte-micronaut-temporal:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-micronaut-temporal:generateMetadataFileForPublishPublication:oss:airbyte-micronaut-temporal:generateMetadataFileForPublishPublication + +:oss:airbyte-micronaut-temporal:generatePomFileForPublishPublication:oss:airbyte-micronaut-temporal:generatePomFileForPublishPublication + +:oss:airbyte-micronaut-temporal:publishPublishPublicationToCloudrepoRepository:oss:airbyte-micronaut-temporal:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-commons-worker:publish:oss:airbyte-commons-worker:publish + +:oss:airbyte-notification:processResources :oss:airbyte-notification:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-notification:classes :oss:airbyte-notification:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-notification:jar :oss:airbyte-notification:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-notification:generateMetadataFileForPublishPublication:oss:airbyte-notification:generateMetadataFileForPublishPublication + +:oss:airbyte-featureflag:publish:oss:airbyte-featureflag:publish + +:oss:airbyte-oauth:processResources :oss:airbyte-oauth:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-oauth:classes :oss:airbyte-oauth:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-oauth:jar :oss:airbyte-oauth:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-oauth:generateMetadataFileForPublishPublication:oss:airbyte-oauth:generateMetadataFileForPublishPublication + +:oss:airbyte-data:publish:oss:airbyte-data:publish + +:oss:airbyte-server:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-server:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-api:public-api:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-api:public-api:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-keycloak-setup:generatePomFileForPublishPublication:oss:airbyte-keycloak-setup:generatePomFileForPublishPublication + +:oss:airbyte-api:public-api:generatePublicApiServer :oss:airbyte-api:public-api:generatePublicApiServer UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:public-api:kspKotlin:oss:airbyte-api:public-api:kspKotlin + +:oss:airbyte-keycloak-setup:publishPublishPublicationToCloudrepoRepository:oss:airbyte-keycloak-setup:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-json-validation:publish:oss:airbyte-json-validation:publish + +:oss:airbyte-server:generatePomFileForPublishPublication:oss:airbyte-server:generatePomFileForPublishPublication + +:oss:airbyte-notification:generatePomFileForPublishPublication:oss:airbyte-notification:generatePomFileForPublishPublication + +:oss:airbyte-oauth:generatePomFileForPublishPublication:oss:airbyte-oauth:generatePomFileForPublishPublication + +:oss:airbyte-oauth:publishPublishPublicationToCloudrepoRepository:oss:airbyte-oauth:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-notification:publishPublishPublicationToCloudrepoRepository:oss:airbyte-notification:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-api:public-api:kspKotlin :oss:airbyte-api:public-api:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:public-api:compileKotlin :oss:airbyte-api:public-api:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-api:public-api:compileJava :oss:airbyte-api:public-api:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-temporal:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-temporal:compileKotlin :oss:airbyte-temporal:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-temporal:compileJava :oss:airbyte-temporal:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-temporal:processResources :oss:airbyte-temporal:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-temporal:classes :oss:airbyte-temporal:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-temporal:jar :oss:airbyte-temporal:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-temporal:generateMetadataFileForPublishPublication:oss:airbyte-temporal:generateMetadataFileForPublishPublication + +:oss:airbyte-temporal:generatePomFileForPublishPublication:oss:airbyte-temporal:generatePomFileForPublishPublication + +:oss:airbyte-temporal:publishPublishPublicationToCloudrepoRepository:oss:airbyte-temporal:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-keycloak:publish:oss:airbyte-keycloak:publish + +:oss:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-test-utils:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-test-utils:compileKotlin :oss:airbyte-test-utils:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-test-utils:compileJava :oss:airbyte-test-utils:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-test-utils:processResources :oss:airbyte-test-utils:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-test-utils:classes :oss:airbyte-test-utils:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-test-utils:jar :oss:airbyte-test-utils:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-test-utils:generateMetadataFileForPublishPublication:oss:airbyte-test-utils:generateMetadataFileForPublishPublication + +:oss:airbyte-test-utils:generatePomFileForPublishPublication:oss:airbyte-test-utils:generatePomFileForPublishPublication + +:oss:airbyte-test-utils:publishPublishPublicationToCloudrepoRepository:oss:airbyte-test-utils:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-mappers:publish:oss:airbyte-mappers:publish + +:oss:airbyte-worker-models:classes :oss:airbyte-worker-models:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-worker-models:jar :oss:airbyte-worker-models:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-worker-models:generateMetadataFileForPublishPublication:oss:airbyte-worker-models:generateMetadataFileForPublishPublication + +:oss:airbyte-worker-models:generatePomFileForPublishPublication:oss:airbyte-worker-models:generatePomFileForPublishPublication + +:oss:airbyte-worker-models:publishPublishPublicationToCloudrepoRepository:oss:airbyte-worker-models:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-micronaut-temporal:publish:oss:airbyte-micronaut-temporal:publish + +:oss:airbyte-workers:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-workers:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-workers:kspKotlin :oss:airbyte-workers:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workers:compileKotlin :oss:airbyte-workers:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workers:compileJava :oss:airbyte-workers:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workers:processResources :oss:airbyte-workers:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workers:classes :oss:airbyte-workers:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workers:jar :oss:airbyte-workers:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workers:generateMetadataFileForPublishPublication:oss:airbyte-workers:generateMetadataFileForPublishPublication + +:oss:airbyte-keycloak-setup:publish:oss:airbyte-keycloak-setup:publish + +:oss:airbyte-workload-api-server:compileJava :oss:airbyte-workload-api-server:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-workload-api-server:processResources :oss:airbyte-workload-api-server:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-api-server:classes :oss:airbyte-workload-api-server:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-api-server:jar :oss:airbyte-workload-api-server:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-api-server:generateMetadataFileForPublishPublication:oss:airbyte-workload-api-server:generateMetadataFileForPublishPublication + +:oss:airbyte-workload-api-server:generatePomFileForPublishPublication:oss:airbyte-workload-api-server:generatePomFileForPublishPublication + +:oss:airbyte-workload-api-server:publishPublishPublicationToCloudrepoRepository:oss:airbyte-workload-api-server:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-notification:publish:oss:airbyte-notification:publish + +:oss:airbyte-workload-init-container:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-workload-init-container:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-workload-init-container:kspKotlin:oss:airbyte-workload-init-container:kspKotlin + +:oss:airbyte-oauth:publish:oss:airbyte-oauth:publish + +:oss:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-workload-launcher:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-workload-launcher:kspKotlin:oss:airbyte-workload-launcher:kspKotlin + +:oss:airbyte-workload-init-container:kspKotlin :oss:airbyte-workload-init-container:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-init-container:compileKotlin :oss:airbyte-workload-init-container:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-init-container:compileJava :oss:airbyte-workload-init-container:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-workload-init-container:processResources :oss:airbyte-workload-init-container:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-init-container:classes :oss:airbyte-workload-init-container:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-init-container:jar :oss:airbyte-workload-init-container:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-init-container:generateMetadataFileForPublishPublication:oss:airbyte-workload-init-container:generateMetadataFileForPublishPublication + +:oss:airbyte-workload-launcher:kspKotlin :oss:airbyte-workload-launcher:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-server:kspKotlin:oss:airbyte-server:kspKotlin + +:oss:airbyte-workload-launcher:compileKotlin :oss:airbyte-workload-launcher:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-launcher:compileJava :oss:airbyte-workload-launcher:compileJava NO-SOURCENO-SOURCE + +:oss:airbyte-workload-launcher:processResources :oss:airbyte-workload-launcher:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-launcher:classes :oss:airbyte-workload-launcher:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-launcher:jar :oss:airbyte-workload-launcher:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-launcher:generateMetadataFileForPublishPublication:oss:airbyte-workload-launcher:generateMetadataFileForPublishPublication + +:oss:airbyte-server:kspKotlin :oss:airbyte-server:kspKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-server:compileKotlin :oss:airbyte-server:compileKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-server:compileJava :oss:airbyte-server:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-server:processResources :oss:airbyte-server:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-server:classes :oss:airbyte-server:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-server:jar :oss:airbyte-server:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-server:generateMetadataFileForPublishPublication:oss:airbyte-server:generateMetadataFileForPublishPublication + +:oss:airbyte-server:publishPublishPublicationToCloudrepoRepository:oss:airbyte-server:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-temporal:publish:oss:airbyte-temporal:publish + +:oss:airbyte-config:config-models:generateMetadataFileForPublishPublication:oss:airbyte-config:config-models:generateMetadataFileForPublishPublication + +:oss:airbyte-config:config-models:generatePomFileForPublishPublication:oss:airbyte-config:config-models:generatePomFileForPublishPublication + +:oss:airbyte-config:config-models:publishPublishPublicationToCloudrepoRepository:oss:airbyte-config:config-models:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-worker-models:publish:oss:airbyte-worker-models:publish + +:oss:airbyte-config:config-persistence:processResources :oss:airbyte-config:config-persistence:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:classes :oss:airbyte-config:config-persistence:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:jar :oss:airbyte-config:config-persistence:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-init-container:generatePomFileForPublishPublication:oss:airbyte-workload-init-container:generatePomFileForPublishPublication + +:oss:airbyte-workers:generatePomFileForPublishPublication:oss:airbyte-workers:generatePomFileForPublishPublication + +:oss:airbyte-workload-launcher:generatePomFileForPublishPublication:oss:airbyte-workload-launcher:generatePomFileForPublishPublication + +:oss:airbyte-config:config-persistence:kspTestFixturesKotlin :oss:airbyte-config:config-persistence:kspTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:compileTestFixturesKotlin :oss:airbyte-config:config-persistence:compileTestFixturesKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-config:config-persistence:compileTestFixturesJava :oss:airbyte-config:config-persistence:compileTestFixturesJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:processTestFixturesResources :oss:airbyte-config:config-persistence:processTestFixturesResources NO-SOURCENO-SOURCE + +:oss:airbyte-config:config-persistence:testFixturesClasses :oss:airbyte-config:config-persistence:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:oss:airbyte-workload-init-container:publishPublishPublicationToCloudrepoRepository:oss:airbyte-workload-init-container:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-config:config-persistence:testFixturesJar :oss:airbyte-config:config-persistence:testFixturesJar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-persistence:generateMetadataFileForPublishPublication:oss:airbyte-config:config-persistence:generateMetadataFileForPublishPublication + +:oss:airbyte-test-utils:publish:oss:airbyte-test-utils:publish + +:oss:airbyte-config:config-secrets:processResources :oss:airbyte-config:config-secrets:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:classes :oss:airbyte-config:config-secrets:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:jar :oss:airbyte-config:config-secrets:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:kspTestFixturesKotlin :oss:airbyte-config:config-secrets:kspTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:compileTestFixturesKotlin :oss:airbyte-config:config-secrets:compileTestFixturesKotlin UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:compileTestFixturesJava :oss:airbyte-config:config-secrets:compileTestFixturesJava NO-SOURCENO-SOURCE + +:oss:airbyte-config:config-secrets:processTestFixturesResources :oss:airbyte-config:config-secrets:processTestFixturesResources NO-SOURCENO-SOURCE + +:oss:airbyte-config:config-secrets:testFixturesClasses :oss:airbyte-config:config-secrets:testFixturesClasses UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:testFixturesJar :oss:airbyte-config:config-secrets:testFixturesJar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:config-secrets:generateMetadataFileForPublishPublication:oss:airbyte-config:config-secrets:generateMetadataFileForPublishPublication + +:oss:airbyte-workload-api-server:publish:oss:airbyte-workload-api-server:publish + +:oss:airbyte-config:init:processResources :oss:airbyte-config:init:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:init:classes :oss:airbyte-config:init:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:init:jar :oss:airbyte-config:init:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:init:generateMetadataFileForPublishPublication:oss:airbyte-config:init:generateMetadataFileForPublishPublication + +:oss:airbyte-server:publish:oss:airbyte-server:publish + +:oss:airbyte-config:specs:downloadConnectorRegistry:oss: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 + +:oss:airbyte-config:specs:downloadConnectorRegistry :oss:airbyte-config:specs:downloadConnectorRegistry UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:specs:processResources :oss:airbyte-config:specs:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:specs:classes :oss:airbyte-config:specs:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:specs:jar :oss:airbyte-config:specs:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-config:specs:generateMetadataFileForPublishPublication:oss:airbyte-config:specs:generateMetadataFileForPublishPublication + +:oss:airbyte-config:config-models:publish:oss:airbyte-config:config-models:publish + +:oss:airbyte-db:db-lib:generateMetadataFileForPublishPublication:oss:airbyte-db:db-lib:generateMetadataFileForPublishPublication + +:oss:airbyte-config:config-secrets:generatePomFileForPublishPublication:oss: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.64.3 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.64.3 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.64.3 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-secrets-test-fixtures:0.64.3 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. + +:oss:airbyte-db:db-lib:generatePomFileForPublishPublication:oss:airbyte-db:db-lib:generatePomFileForPublishPublication + +:oss:airbyte-config:init:generatePomFileForPublishPublication:oss:airbyte-config:init:generatePomFileForPublishPublication + +:oss:airbyte-config:specs:generatePomFileForPublishPublication:oss:airbyte-config:specs:generatePomFileForPublishPublication + +:oss:airbyte-config:specs:publishPublishPublicationToCloudrepoRepository:oss:airbyte-config:specs:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-db:db-lib:publishPublishPublicationToCloudrepoRepository:oss:airbyte-db:db-lib:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-config:config-secrets:publishPublishPublicationToCloudrepoRepository:oss:airbyte-config:config-secrets:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-workload-launcher:publishPublishPublicationToCloudrepoRepository:oss:airbyte-workload-launcher:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-workload-init-container:publish:oss:airbyte-workload-init-container:publish + +:oss:airbyte-db:jooq:processResources :oss:airbyte-db:jooq:processResources NO-SOURCENO-SOURCE + +:oss:airbyte-db:jooq:classes :oss:airbyte-db:jooq:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-db:jooq:jar :oss:airbyte-db:jooq:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-db:jooq:generateMetadataFileForPublishPublication:oss:airbyte-db:jooq:generateMetadataFileForPublishPublication + +:oss:airbyte-workload-launcher:publish:oss:airbyte-workload-launcher:publish + +:oss:airbyte-metrics:metrics-lib:processResources :oss:airbyte-metrics:metrics-lib:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:metrics-lib:classes :oss:airbyte-metrics:metrics-lib:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:metrics-lib:jar :oss:airbyte-metrics:metrics-lib:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:metrics-lib:generateMetadataFileForPublishPublication:oss:airbyte-metrics:metrics-lib:generateMetadataFileForPublishPublication + +:oss:airbyte-config:specs:publish:oss:airbyte-config:specs:publish + +:oss:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors:oss:airbyte-metrics:reporter:checkKotlinGradlePluginConfigurationErrors + +:oss:airbyte-metrics:reporter:compileKotlin :oss:airbyte-metrics:reporter:compileKotlin NO-SOURCENO-SOURCE + +:oss:airbyte-metrics:reporter:compileJava :oss:airbyte-metrics:reporter:compileJava UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:reporter:processResources :oss:airbyte-metrics:reporter:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:reporter:classes :oss:airbyte-metrics:reporter:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:reporter:jar :oss:airbyte-metrics:reporter:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-metrics:reporter:generateMetadataFileForPublishPublication:oss:airbyte-metrics:reporter:generateMetadataFileForPublishPublication + +:oss:airbyte-config:init:publishPublishPublicationToCloudrepoRepository:oss:airbyte-config:init:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-db:db-lib:publish:oss:airbyte-db:db-lib:publish + +:oss:airbyte-persistence:job-persistence:processResources :oss:airbyte-persistence:job-persistence:processResources UP-TO-DATEUP-TO-DATE + +:oss:airbyte-persistence:job-persistence:classes :oss:airbyte-persistence:job-persistence:classes UP-TO-DATEUP-TO-DATE + +:oss:airbyte-persistence:job-persistence:jar :oss:airbyte-persistence:job-persistence:jar UP-TO-DATEUP-TO-DATE + +:oss:airbyte-persistence:job-persistence:generateMetadataFileForPublishPublication:oss:airbyte-persistence:job-persistence:generateMetadataFileForPublishPublication + +:oss:airbyte-metrics:metrics-lib:generatePomFileForPublishPublication:oss:airbyte-metrics:metrics-lib:generatePomFileForPublishPublication + +:oss:airbyte-metrics:reporter:generatePomFileForPublishPublication:oss:airbyte-metrics:reporter:generatePomFileForPublishPublication + +:oss:airbyte-db:jooq:generatePomFileForPublishPublication:oss:airbyte-db:jooq:generatePomFileForPublishPublication + +:oss:airbyte-db:jooq:publishPublishPublicationToCloudrepoRepository:oss:airbyte-db:jooq:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-workers:publishPublishPublicationToCloudrepoRepository:oss:airbyte-workers:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-config:config-secrets:publish:oss:airbyte-config:config-secrets:publish + +:oss:airbyte-config:config-persistence:generatePomFileForPublishPublication:oss:airbyte-config:config-persistence:generatePomFileForPublishPublication + +:oss:airbyte-config:init:publish:oss:airbyte-config:init:publish + +:oss:airbyte-db:jooq:publish:oss:airbyte-db:jooq:publish + +:oss:airbyte-metrics:reporter:publishPublishPublicationToCloudrepoRepository:oss:airbyte-metrics:reporter:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-metrics:metrics-lib:publishPublishPublicationToCloudrepoRepository:oss:airbyte-metrics:metrics-lib:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-persistence:job-persistence:generatePomFileForPublishPublication:oss:airbyte-persistence:job-persistence:generatePomFileForPublishPublication + +:oss:airbyte-workers:publish:oss:airbyte-workers:publish + +:oss:airbyte-metrics:reporter:publish:oss:airbyte-metrics:reporter:publish + +:oss:airbyte-metrics:metrics-lib:publish:oss: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.64.3 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.64.3 which cannot be mapped to Maven + + - Variant testFixturesRuntimeElements: - Variant testFixturesRuntimeElements: + + - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.64.3 which cannot be mapped to Maven - Declares capability io.airbyte.airbyte-config:config-persistence-test-fixtures:0.64.3 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. + +:oss:airbyte-config:config-persistence:publishPublishPublicationToCloudrepoRepository:oss:airbyte-config:config-persistence:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-persistence:job-persistence:publishPublishPublicationToCloudrepoRepository:oss:airbyte-persistence:job-persistence:publishPublishPublicationToCloudrepoRepository + +:oss:airbyte-persistence:job-persistence:publish:oss:airbyte-persistence:job-persistence:publish + +:oss:airbyte-config:config-persistence:publish:oss:airbyte-config:config-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.10/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.10/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. + + + +BUILD SUCCESSFULBUILD SUCCESSFUL in 1m 2s in 1m 2s + +405 actionable tasks: 191 executed, 1 from cache, 213 up-to-date405 actionable tasks: 191 executed, 1 from cache, 213 up-to-date + + + +Publishing build scan...Publishing build scan... + +https://gradle.com/s/p6mkhbyhk2euahttps://gradle.com/s/p6mkhbyhk2eua + + + +S3 cache 159ms wasted on hits, hits: 1, elapsed: 77ms, received: 3535 BS3 cache 159ms wasted on hits, hits: 1, elapsed: 77ms, received: 3535 B + diff --git a/scan-journal.log b/scan-journal.log new file mode 100644 index 00000000000..bc6c037d348 --- /dev/null +++ b/scan-journal.log @@ -0,0 +1 @@ +Fri Sep 06 18:08:03 UTC 2024 - p6mkhbyhk2eua - https://gradle.com/s/p6mkhbyhk2eua