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-15T04:24:28.990Z] [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-15T04:24:29.158Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (225ms) 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-15T04:24:37.273Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-15T04:24:37.359Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T04:24:37.457Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T04:24:39.153Z] [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-15T04:24:39.171Z] [INFO] Current operator memory limit: 512Mi [2026-07-15T04:24:39.181Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-15T04:24:40.060Z] [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-15T04:24:40.076Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-15T04:24:51.870Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-15T04:24:51.888Z] [INFO] Operator rollout completed successfully [2026-07-15T04:24:51.960Z] [INFO] Create and verify SQL database for model registry [2026-07-15T04:24:51.979Z] [INFO] Create SQL database 'mysql-db-registry-1784089476971' for model registry [2026-07-15T04:24:51.994Z] [INFO] Creating SQL database 'mysql-db-registry-1784089476971' for model registry in namespace rhoai-model-registries [2026-07-15T04:24:52.286Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784089476971 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T04:24:52.294Z] [INFO] Database 'mysql-db-registry-1784089476971' does not exist, proceeding with creation [2026-07-15T04:24:52.866Z] [INFO] [EXEC] oc apply -f /tmp/db-1784089492362.yaml [2026-07-15T04:24:53.007Z] [INFO] [EXEC] rm -f /tmp/db-1784089492362.yaml [2026-07-15T04:24:53.072Z] [INFO] Wait for model registry database 'mysql-db-registry-1784089476971' to be ready [2026-07-15T04:24:53.090Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784089476971' to be ready... [2026-07-15T04:25:27.061Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784089476971 -n rhoai-model-registries --timeout=600s [2026-07-15T04:25:27.070Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784089476971 condition met [2026-07-15T04:25:27.102Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T04:25:27.126Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784089476971' for model registry [2026-07-15T04:25:27.146Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784089476971' for model registry in namespace rhoai-model-registries [2026-07-15T04:25:27.403Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784089476971 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T04:25:27.411Z] [INFO] PostgreSQL database 'postgres-db-registry-1784089476971' does not exist, proceeding with creation [2026-07-15T04:25:27.712Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784089527415.yaml [2026-07-15T04:25:27.808Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784089527415.yaml [2026-07-15T04:25:27.834Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784089476971' to be ready [2026-07-15T04:25:27.852Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784089476971' to be ready... [2026-07-15T04:25:54.343Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784089476971 -n rhoai-model-registries --timeout=600s [2026-07-15T04:25:54.351Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784089476971 condition met [2026-07-15T04:25:54.422Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T04:25:54.439Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T04:25:54.445Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T04:25:54.450Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T04:25:54.455Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T04:25:54.494Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T04:25:54.515Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ [2026-07-15T04:25:57.754Z] [INFO] Setting tests timeout to: 480 seconds [2026-07-15T04:25:57.766Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-15T04:25:57.856Z] [INFO] Ensure operator has optimal memory for testing [2026-07-15T04:25:58.136Z] [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-15T04:25:58.158Z] [INFO] Current operator memory limit: 1Gi [2026-07-15T04:25:58.163Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-15T04:25:58.172Z] [INFO] Create and verify SQL database for model registry [2026-07-15T04:25:58.175Z] [INFO] Create SQL database 'mysql-db-registry-1784089557616' for model registry [2026-07-15T04:25:58.178Z] [INFO] Creating SQL database 'mysql-db-registry-1784089557616' for model registry in namespace rhoai-model-registries [2026-07-15T04:25:58.491Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784089557616 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T04:25:58.497Z] [INFO] Database 'mysql-db-registry-1784089557616' does not exist, proceeding with creation [2026-07-15T04:25:58.793Z] [INFO] [EXEC] oc apply -f /tmp/db-1784089558500.yaml [2026-07-15T04:25:58.903Z] [INFO] [EXEC] rm -f /tmp/db-1784089558500.yaml [2026-07-15T04:25:58.918Z] [INFO] Wait for model registry database 'mysql-db-registry-1784089557616' to be ready [2026-07-15T04:25:58.957Z] [INFO] Waiting for model registry database 'mysql-db-registry-1784089557616' to be ready... [2026-07-15T04:26:30.506Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1784089557616 -n rhoai-model-registries --timeout=600s [2026-07-15T04:26:30.516Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1784089557616 condition met [2026-07-15T04:26:30.539Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-15T04:26:30.555Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1784089557616' for model registry [2026-07-15T04:26:30.569Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1784089557616' for model registry in namespace rhoai-model-registries [2026-07-15T04:26:30.798Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784089557616 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-15T04:26:30.804Z] [INFO] PostgreSQL database 'postgres-db-registry-1784089557616' does not exist, proceeding with creation [2026-07-15T04:26:31.098Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1784089590807.yaml [2026-07-15T04:26:31.207Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1784089590807.yaml [2026-07-15T04:26:31.221Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1784089557616' to be ready [2026-07-15T04:26:31.241Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1784089557616' to be ready... [2026-07-15T04:26:50.747Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1784089557616 -n rhoai-model-registries --timeout=600s [2026-07-15T04:26:50.771Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1784089557616 condition met [2026-07-15T04:26:50.831Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T04:26:50.855Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T04:26:50.861Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T04:26:50.865Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T04:26:50.870Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T04:26:50.899Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T04:26:50.914Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ [2026-07-15T04:26:51.174Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T04:26:51.288Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T04:27:03.045Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-15T04:27:03.049Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-15T04:27:03.054Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T04:27:03.059Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T04:27:03.065Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T04:27:03.092Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T04:27:03.108Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ [2026-07-15T04:27:03.266Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T04:27:03.272Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/settings/model-resources-operations/model-registry 1) Creates a model registry with mysql database and then deletes it [2026-07-15T04:27:15.223Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T04:27:15.226Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T04:27:15.231Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T04:27:15.236Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T04:27:15.241Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T04:27:15.266Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T04:27:15.280Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ [2026-07-15T04:27:15.402Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T04:27:15.408Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T04:27:27.351Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T04:27:27.358Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T04:27:27.363Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T04:27:27.367Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T04:27:27.371Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T04:27:27.404Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T04:27:27.416Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ [2026-07-15T04:27:27.559Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T04:27:27.565Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/settings/model-resources-operations/model-registry 2) Creates a model registry with PostgreSQL database and then deletes it [2026-07-15T04:27:40.060Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T04:27:40.062Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T04:27:40.066Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T04:27:40.070Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T04:27:40.074Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T04:27:40.103Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T04:27:40.120Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ [2026-07-15T04:27:40.230Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T04:27:40.236Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/settings/model-resources-operations/model-registry [2026-07-15T04:27:53.009Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-15T04:27:53.013Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-15T04:27:53.019Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-15T04:27:53.024Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@FeatureStore","@FeatureStoreCI","@SettingsCI","@ModelServingCI","@KServeCI","@ModelServing","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@NotebookAdministration","@MaaS","@MaaSCI","@MaasSubscriptions","@AutoML","@ODS-327","@ODS-492","@AutoML","@AutoMLCI"] [2026-07-15T04:27:53.031Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-15T04:27:53.073Z] [INFO] [STEP 1] Login as an Admin [2026-07-15T04:27:53.087Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ [2026-07-15T04:27:53.248Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-15T04:27:53.255Z] [INFO] Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/settings/model-resources-operations/model-registry 3) Creates a model registry with default database and then deletes it [2026-07-15T04:28:04.685Z] [INFO] Navigate away from model registry before cleanup [2026-07-15T04:28:04.798Z] [INFO] Delete the model registry (MySQL external db) [2026-07-15T04:28:04.815Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-15T04:28:05.098Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-15T04:28:05.102Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-07-15T04:28:05.105Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T04:28:05.388Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-15T04:28:05.396Z] [INFO] Delete the MySQL database [2026-07-15T04:28:05.401Z] [INFO] Deleting model registry database 'mysql-db-registry-1784089557616' from namespace rhoai-model-registries [2026-07-15T04:28:05.614Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784089557616 -n rhoai-model-registries [2026-07-15T04:28:05.623Z] [INFO] Database 'mysql-db-registry-1784089557616' exists, proceeding with deletion... [2026-07-15T04:28:08.276Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1784089557616 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T04:28:08.284Z] [INFO] Delete command output: service "mysql-db-registry-1784089557616" deleted persistentvolumeclaim "mysql-db-registry-1784089557616" deleted deployment.apps "mysql-db-registry-1784089557616" deleted secret "mysql-db-registry-1784089557616" deleted [2026-07-15T04:28:08.498Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1784089557616 -n rhoai-model-registries [2026-07-15T04:28:08.504Z] [INFO] Model registry database 'mysql-db-registry-1784089557616' successfully deleted after 1 attempts [2026-07-15T04:28:08.510Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-07-15T04:28:08.513Z] [INFO] Deleting model registry postgres-registry-1784089557616 from namespace rhoai-model-registries [2026-07-15T04:28:08.762Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1784089557616 -n rhoai-model-registries --timeout=240s [2026-07-15T04:28:08.766Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-15T04:28:08.770Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784089557616 [2026-07-15T04:28:09.015Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1784089557616 [2026-07-15T04:28:09.020Z] [INFO] Delete the PostgreSQL database [2026-07-15T04:28:09.023Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1784089557616' from namespace rhoai-model-registries [2026-07-15T04:28:09.236Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784089557616 -n rhoai-model-registries [2026-07-15T04:28:09.244Z] [INFO] PostgreSQL database 'postgres-db-registry-1784089557616' exists, proceeding with deletion... [2026-07-15T04:28:10.297Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1784089557616 -n rhoai-model-registries --ignore-not-found=true [2026-07-15T04:28:10.306Z] [INFO] Delete command output: service "postgres-db-registry-1784089557616" deleted persistentvolumeclaim "postgres-db-registry-1784089557616" deleted deployment.apps "postgres-db-registry-1784089557616" deleted secret "postgres-db-registry-1784089557616" deleted [2026-07-15T04:28:10.524Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1784089557616 -n rhoai-model-registries [2026-07-15T04:28:10.532Z] [INFO] PostgreSQL database 'postgres-db-registry-1784089557616' 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.3c9a9014-bde8-4e38-b746-7a1dd8b61317.prod.konfluxeaas.com/ 3. Navigate to Model Registry Settings 4. Navigate to: https://rh-ai.apps.3c9a9014-bde8-4e38-b746-7a1dd8b61317.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