Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-7323

BDD: Scenario `Deploy process-postgresql-persistence-quarkus service with native enabled using PostgreSQL` is failing

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.23.0.Final
    • 1.22.1.Final
    • Operator
    • None
    • False
    • None
    • False
    • Hide

      Mark the scenario with `@test` tag

      $ make run-tests timeout=360 load_factor=2 concurrent=2 smoke=false load_default_config=true ci=jenkins operator_image_tag=quay.io/kiegroup/kogito-operator-nightly:1.22.1-temp custom_maven_repo_url=https://repository.jboss.org/nexus/content/groups/kogito-public/ maven_ignore_self_signed_certificate=true examples_ref=1.22.1.Final-c2d4ul30r3 examples_uri=https://github.com/bsig-gh-bot/kogito-examples enable_clean_cluster=true container_engine=docker build_builder_image_tag=quay.io/kiegroup/kogito-builder-nightly:1.22.1-temp build_runtime_jvm_image_tag=quay.io/kiegroup/kogito-runtime-jvm-nightly:1.22.1-temp build_runtime_native_image_tag=quay.io/kiegroup/kogito-runtime-native-nightly:1.22.1-temp services_image_registry=quay.io/kiegroup services_image_name_suffix=nightly services_image_version=1.22.1-temp image_cache_mode=always runtime_application_image_registry=quay.io/kiegroup runtime_application_image_name_prefix=examples runtime_application_image_name_suffix=nightly runtime_application_image_version=1.22.1.final-temp tags=@test

      Show
      Mark the scenario with `@test` tag $ make run-tests timeout=360 load_factor=2 concurrent=2 smoke=false load_default_config=true ci=jenkins operator_image_tag=quay.io/kiegroup/kogito-operator-nightly:1.22.1-temp custom_maven_repo_url= https://repository.jboss.org/nexus/content/groups/kogito-public/ maven_ignore_self_signed_certificate=true examples_ref=1.22.1.Final-c2d4ul30r3 examples_uri= https://github.com/bsig-gh-bot/kogito-examples enable_clean_cluster=true container_engine=docker build_builder_image_tag=quay.io/kiegroup/kogito-builder-nightly:1.22.1-temp build_runtime_jvm_image_tag=quay.io/kiegroup/kogito-runtime-jvm-nightly:1.22.1-temp build_runtime_native_image_tag=quay.io/kiegroup/kogito-runtime-native-nightly:1.22.1-temp services_image_registry=quay.io/kiegroup services_image_name_suffix=nightly services_image_version=1.22.1-temp image_cache_mode=always runtime_application_image_registry=quay.io/kiegroup runtime_application_image_name_prefix=examples runtime_application_image_name_suffix=nightly runtime_application_image_version=1.22.1.final-temp tags=@test
    • ---
    • ---
    • 2022 Week 20-22 (from May 16)

    Description

      There is a race condition between the start of postgres pod and the start of the application.

      As there is no probe on postgres, this one considers the db to be running and accepting connections. Thus the application is started. But the native app is really fast and tries to update the DB but cannot ...

      We should add probes to postgres deployment to be sure the DB is ready.

      Attachments

        Activity

          People

            tradisso@redhat.com Tristan Radisson
            tradisso@redhat.com Tristan Radisson
            Karel Suta Karel Suta
            Karel Suta Karel Suta
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: