Warning: The allowCypressEnv configuration option is enabled. This allows any browser code to read values from Cypress.env(). This is insecure and will be removed in a future major version. 1. Replace Cypress.env() calls with cy.env() (for sensitive values) or Cypress.expose() (for public configuration) 2. Set allowCypressEnv: false in your Cypress configuration to disable Cypress.env() Learn more: https://on.cypress.io/cypress-env-migration @cypress/grep: filtering using tag(s) "@SmokeSet4" ================================================================================ (Run Starting) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Cypress: 15.17.0 │ │ Browser: Electron 138 (headless) │ │ Node Version: v22.22.0 (/usr/bin/node-22) │ │ Specs: 6 found (automl/testAutomlBinaryClassification.cy.ts, modelRegistry/testCreate │ │ ModelRegistry.cy.ts, modelRegistry/testRegisterModel.cy.ts, pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, pipelines/pipelines.cy.ts, pipelines/tes │ │ tSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/automl/testAutomlBinaryClassification.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e2e/modelRegistr │ │ y/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRunDeletePipeline │ │ CustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy.ts, cypress/te │ │ sts/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: automl/testAutomlBinaryClassification.cy.ts (1 of 6) [2026-07-14T14:06:01.932Z] [INFO] Setting tests timeout to: 480 seconds AutoML Binary Classification E2E - Can create and submit an AutoML binary classification run - Verify binary classification run completes with leaderboard - Can interact with results page (leaderboard, model details, download) - Can open register model modal from model details [2026-07-14T14:06:02.010Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (194ms) 4 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 4 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: automl/testAutomlBinaryClassification.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (2 of 6) [2026-07-14T14:06:07.407Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-14T14:06:07.418Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T14:06:07.511Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T14:06:08.811Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-07-14T14:06:08.826Z] [INFO] Current operator memory limit: 512Mi [2026-07-14T14:06:08.833Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-14T14:06:09.406Z] [INFO] [EXEC] oc patch deployment model-registry-operator-controller-manager -n redhat-ods-applications -p '{"spec":{"template":{"spec":{"containers":[{"name":"manager","resources":{"limits":{"memory":"1Gi"}}}]}}}}' [2026-07-14T14:06:09.415Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-14T14:06:23.214Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-14T14:06:23.241Z] [INFO] Operator rollout completed successfully [2026-07-14T14:06:23.254Z] [INFO] Create and verify SQL database for model registry [2026-07-14T14:06:23.312Z] [INFO] Create SQL database 'mysql-db-registry-1784037967105' for model registry [2026-07-14T14:06:23.316Z] [INFO] Creating SQL database 'mysql-db-registry-1784037967105' for model registry in namespace rhoai-model-registries [2026-07-14T14:06:23.702Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784037967105 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T14:06:23.733Z] [INFO] Database 'mysql-db-registry-1784037967105' does not exist, proceeding with creation [2026-07-14T14:06:24.501Z] [INFO] [EXEC] oc apply -f /tmp/db-1784037983748.yaml [2026-07-14T14:06:24.716Z] [INFO] [EXEC] rm -f /tmp/db-1784037983748.yaml [2026-07-14T14:06:24.736Z] [INFO] Wait for model registry database 'mysql-db-registry-1784037967105' to be ready [2026-07-14T14:06:24.813Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784037967105' to be ready... [2026-07-14T14:07:06.340Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784037967105 -n rhoai-model-registries --timeout=600s [2026-07-14T14:07:06.364Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784037967105 condition met [2026-07-14T14:07:06.374Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-14T14:07:06.390Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784037967105' for model registry [2026-07-14T14:07:06.406Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784037967105' for model registry in namespace rhoai-model-registries [2026-07-14T14:07:06.652Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784037967105 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T14:07:06.658Z] [INFO] PostgreSQL database 'postgres-db-registry-1784037967105' does not exist, proceeding with creation [2026-07-14T14:07:07.033Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784038026663.yaml [2026-07-14T14:07:07.151Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784038026663.yaml [2026-07-14T14:07:07.202Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784037967105' to be ready [2026-07-14T14:07:07.207Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784037967105' to be ready... [2026-07-14T14:07:29.643Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784037967105 -n rhoai-model-registries --timeout=600s [2026-07-14T14:07:29.708Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784037967105 condition met [2026-07-14T14:07:29.768Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-14T14:07:29.771Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-14T14:07:29.801Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T14:07:29.807Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:07:29.811Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T14:07:29.864Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T14:07:29.916Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:07:29.923Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:07:33.519Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-14T14:07:33.529Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-14T14:07:33.554Z] [INFO] Ensure operator has optimal memory for testing [2026-07-14T14:07:33.770Z] [INFO] [EXEC] oc get deployment model-registry-operator-controller-manager -n redhat-ods-applications -o jsonpath='{.spec.template.spec.containers[0].resources.limits.memory}' [2026-07-14T14:07:33.777Z] [INFO] Current operator memory limit: 1Gi [2026-07-14T14:07:33.808Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-14T14:07:33.820Z] [INFO] Create and verify SQL database for model registry [2026-07-14T14:07:33.824Z] [INFO] Create SQL database 'mysql-db-registry-1784038053451' for model registry [2026-07-14T14:07:33.828Z] [INFO] Creating SQL database 'mysql-db-registry-1784038053451' for model registry in namespace rhoai-model-registries [2026-07-14T14:07:34.124Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784038053451 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T14:07:34.131Z] [INFO] Database 'mysql-db-registry-1784038053451' does not exist, proceeding with creation [2026-07-14T14:07:34.442Z] [INFO] [EXEC] oc apply -f /tmp/db-1784038054134.yaml [2026-07-14T14:07:34.530Z] [INFO] [EXEC] rm -f /tmp/db-1784038054134.yaml [2026-07-14T14:07:34.539Z] [INFO] Wait for model registry database 'mysql-db-registry-1784038053451' to be ready [2026-07-14T14:07:34.543Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784038053451' to be ready... [2026-07-14T14:08:09.744Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784038053451 -n rhoai-model-registries --timeout=600s [2026-07-14T14:08:09.817Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784038053451 condition met [2026-07-14T14:08:09.904Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-14T14:08:09.927Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784038053451' for model registry [2026-07-14T14:08:09.934Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784038053451' for model registry in namespace rhoai-model-registries [2026-07-14T14:08:10.514Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784038053451 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-14T14:08:10.532Z] [INFO] PostgreSQL database 'postgres-db-registry-1784038053451' does not exist, proceeding with creation [2026-07-14T14:08:11.515Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784038090610.yaml [2026-07-14T14:08:11.742Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784038090610.yaml [2026-07-14T14:08:11.835Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784038053451' to be ready [2026-07-14T14:08:11.904Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784038053451' to be ready... [2026-07-14T14:08:35.108Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784038053451 -n rhoai-model-registries --timeout=600s [2026-07-14T14:08:35.152Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784038053451 condition met [2026-07-14T14:08:35.215Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-14T14:08:35.220Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-14T14:08:35.227Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T14:08:35.234Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:08:35.239Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T14:08:35.272Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T14:08:35.315Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:08:35.321Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:08:35.566Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T14:08:35.630Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-14T14:08:35.653Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:08:48.056Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-14T14:08:48.059Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-14T14:08:48.064Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T14:08:48.069Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:08:48.073Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T14:08:48.107Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T14:08:48.135Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:08:48.210Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:08:48.404Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T14:08:48.412Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-14T14:08:48.416Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 1) Creates a model registry with mysql database and then deletes it [2026-07-14T14:09:00.634Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T14:09:00.637Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T14:09:00.643Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T14:09:00.649Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:09:00.655Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T14:09:00.687Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T14:09:00.711Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:09:00.715Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:09:00.839Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T14:09:00.845Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-14T14:09:00.848Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:09:13.928Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T14:09:13.931Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T14:09:13.938Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T14:09:13.942Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:09:13.946Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T14:09:14.018Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T14:09:14.033Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:09:14.039Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:09:14.328Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T14:09:14.338Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-14T14:09:14.343Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 2) Creates a model registry with PostgreSQL database and then deletes it [2026-07-14T14:09:27.472Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-14T14:09:27.479Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-14T14:09:27.505Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T14:09:27.510Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:09:27.515Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T14:09:27.543Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T14:09:27.568Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:09:27.604Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:09:27.739Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T14:09:27.747Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-14T14:09:27.750Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:09:42.017Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-14T14:09:42.024Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-14T14:09:42.103Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-14T14:09:42.108Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-14T14:09:42.114Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-14T14:09:42.204Z] [INFO] [STEP 1] Login as an Admin [2026-07-14T14:09:42.250Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ [2026-07-14T14:09:42.307Z] [INFO] BYOIDC cluster detected - using Keycloak authentication [2026-07-14T14:09:42.636Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-14T14:09:42.644Z] [INFO] Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-14T14:09:42.649Z] [INFO] BYOIDC cluster detected - using Keycloak authentication 3) Creates a model registry with default database and then deletes it [2026-07-14T14:09:54.616Z] [INFO] Navigate away from model registry before cleanup [2026-07-14T14:09:54.727Z] [INFO] Delete the model registry (MySQL external db) [2026-07-14T14:09:54.744Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-14T14:09:55.203Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-14T14:09:55.208Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-07-14T14:09:55.213Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T14:09:55.826Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-14T14:09:55.834Z] [INFO] Delete the MySQL database [2026-07-14T14:09:55.839Z] [INFO] Deleting model registry database 'mysql-db-registry-1784038053451' from namespace rhoai-model-registries [2026-07-14T14:09:56.162Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784038053451 -n rhoai-model-registries [2026-07-14T14:09:56.207Z] [INFO] Database 'mysql-db-registry-1784038053451' exists, proceeding with deletion... [2026-07-14T14:09:58.519Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1784038053451 -n rhoai-model-registries --ignore-not-found=true [2026-07-14T14:09:58.529Z] [INFO] Delete command output: service "mysql-db-registry-1784038053451" deleted persistentvolumeclaim "mysql-db-registry-1784038053451" deleted deployment.apps "mysql-db-registry-1784038053451" deleted secret "mysql-db-registry-1784038053451" deleted [2026-07-14T14:09:58.929Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784038053451 -n rhoai-model-registries [2026-07-14T14:09:58.936Z] [INFO] Model registry database 'mysql-db-registry-1784038053451' successfully deleted after 1 attempts [2026-07-14T14:09:58.941Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-07-14T14:09:58.944Z] [INFO] Deleting model registry postgres-registry-1784038053451 from namespace rhoai-model-registries [2026-07-14T14:09:59.516Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1784038053451 -n rhoai-model-registries --timeout=240s [2026-07-14T14:09:59.522Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-14T14:09:59.526Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784038053451 [2026-07-14T14:10:00.036Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784038053451 [2026-07-14T14:10:00.043Z] [INFO] Delete the PostgreSQL database [2026-07-14T14:10:00.103Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1784038053451' from namespace rhoai-model-registries [2026-07-14T14:10:00.434Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784038053451 -n rhoai-model-registries [2026-07-14T14:10:00.442Z] [INFO] PostgreSQL database 'postgres-db-registry-1784038053451' exists, proceeding with deletion... [2026-07-14T14:10:01.708Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1784038053451 -n rhoai-model-registries --ignore-not-found=true [2026-07-14T14:10:01.810Z] [INFO] Delete command output: service "postgres-db-registry-1784038053451" deleted persistentvolumeclaim "postgres-db-registry-1784038053451" deleted deployment.apps "postgres-db-registry-1784038053451" deleted secret "postgres-db-registry-1784038053451" deleted [2026-07-14T14:10:02.130Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784038053451 -n rhoai-model-registries [2026-07-14T14:10:02.138Z] [INFO] PostgreSQL database 'postgres-db-registry-1784038053451' successfully deleted after 1 attempts 0 passing (4m) 3 failing 1) Verify a model registry can be created and deleted Creates a model registry with mysql database and then deletes it: Test steps were: 1. Login as an Admin 2. Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/ 3. Navigate to Model Registry Settings 4. Navigate to: https://rh-ai.apps.00f219f9-6d3b-4c7a-8be9-cafdd6832fbf.prod.konfluxeaas.com/settings/model-resources-operations/model-registry Timed out retrying after 10000ms: Unable to find an element by: [data-testid="app-page-title"] Ignored nodes: comments, script, style Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform Log in · Red Hat OpenShift Container Platform