CY_TEST_CONFIG: /workspace/tests-shared/tests-payload/results/cypress-runtime-config.yml 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: 5 found (modelRegistry/testCreateModelRegistry.cy.ts, modelRegistry/testRegist │ │ erModel.cy.ts, pipelines/createRunDeletePipelineCustomPipMirror.cy.ts, pipelin │ │ es/pipelines.cy.ts, pipelines/testSchedulePipeline.cy.ts) │ │ Searched: cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts, cypress/tests/e │ │ 2e/modelRegistry/testRegisterModel.cy.ts, cypress/tests/e2e/pipelines/createRu │ │ nDeletePipelineCustomPipMirror.cy.ts, cypress/tests/e2e/pipelines/pipelines.cy │ │ .ts, cypress/tests/e2e/pipelines/testSchedulePipeline.cy.ts │ │ Experiments: experimentalInteractiveRunEvents=true,experimentalMemoryManagement=true │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Remove output folder /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testCreateModelRegistry.cy.ts (1 of 5) [2026-09-15T16:57:46.650Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-15T16:57:46.661Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T16:57:46.714Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T16:57:47.397Z] [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-09-15T16:57:47.407Z] [INFO] Current operator memory limit: 512Mi [2026-09-15T16:57:47.411Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-15T16:57:47.747Z] [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-09-15T16:57:47.755Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-15T16:57:59.909Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-15T16:57:59.922Z] [INFO] Operator rollout completed successfully [2026-09-15T16:57:59.933Z] [INFO] Create and verify SQL database for model registry [2026-09-15T16:57:59.950Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-15T16:57:59.962Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T16:58:00.212Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T16:58:00.220Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-15T16:58:00.812Z] [INFO] [EXEC] oc apply -f /tmp/db-1789491480223.yaml [2026-09-15T16:58:00.905Z] [INFO] [EXEC] rm -f /tmp/db-1789491480223.yaml [2026-09-15T16:58:00.923Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-15T16:58:00.928Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-15T16:58:34.045Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T16:58:34.075Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-15T16:58:34.086Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-15T16:58:34.103Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-15T16:58:34.119Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-15T16:58:34.394Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T16:58:34.402Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-15T16:58:34.959Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789491514405.yaml [2026-09-15T16:58:35.070Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789491514405.yaml [2026-09-15T16:58:35.094Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-15T16:58:35.108Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-15T16:58:54.270Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-15T16:58:54.289Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-15T16:58:54.336Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T16:58:54.352Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T16:58:54.368Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T16:58:54.373Z] [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"] [2026-09-15T16:58:54.377Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T16:58:54.410Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T16:58:54.423Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T16:58:54.923Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T16:58:57.367Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T16:58:57.435Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T16:58:59.275Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T16:59:00.684Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T16:59:11.379Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-15T16:59:11.382Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-15T16:59:11.387Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T16:59:11.391Z] [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"] [2026-09-15T16:59:11.395Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T16:59:11.423Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T16:59:11.434Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T16:59:11.652Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T16:59:13.052Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T16:59:13.057Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T16:59:14.190Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-15T16:59:15.587Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T16:59:44.076Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T16:59:44.109Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T16:59:44.575Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T16:59:44.582Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 29s [2026-09-15T16:59:44.588Z] [INFO] [STEP 6] Delete the model registry [2026-09-15T16:59:45.203Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-15T16:59:45.428Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-15T16:59:45.432Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T16:59:45.726Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 ✓ Creates a model registry with mysql database and then deletes it (34444ms) [2026-09-15T16:59:45.898Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T16:59:45.900Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-15T16:59:45.905Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T16:59:45.909Z] [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"] [2026-09-15T16:59:45.913Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T16:59:45.937Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T16:59:45.946Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T16:59:46.133Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T16:59:47.625Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T16:59:47.634Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T16:59:48.454Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-15T16:59:50.172Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T17:00:18.361Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-15T17:00:18.368Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:00:18.656Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:00:18.662Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-15T17:00:18.667Z] [INFO] [STEP 6] Delete the model registry [2026-09-15T17:00:19.188Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-15T17:00:48.313Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-15T17:00:48.317Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:00:48.629Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 ✓ Creates a model registry with PostgreSQL database and then deletes it (62799ms) [2026-09-15T17:00:48.766Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T17:00:48.768Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T17:00:48.772Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T17:00:48.776Z] [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"] [2026-09-15T17:00:48.779Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T17:00:48.808Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T17:00:48.820Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T17:00:48.983Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T17:00:50.455Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T17:00:50.463Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T17:00:51.394Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T17:00:51.887Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-15T17:05:52.438Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-15T17:05:52.442Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-15T17:05:52.447Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-15T17:05:52.451Z] [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"] [2026-09-15T17:05:52.455Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-15T17:05:52.488Z] [INFO] [STEP 1] Login as an Admin [2026-09-15T17:05:52.502Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-09-15T17:05:52.762Z] [INFO] OAuth login flow detected - completing authentication [2026-09-15T17:05:54.562Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-15T17:05:54.571Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-15T17:05:56.014Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-15T17:05:56.648Z] [INFO] [STEP 4] Verify it is available in the UI 1) Creates a model registry with default database and then deletes it [2026-09-15T17:10:57.054Z] [INFO] Navigate away from model registry before cleanup [2026-09-15T17:10:57.344Z] [INFO] Delete the model registry (MySQL external db) [2026-09-15T17:10:57.370Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-15T17:10:57.705Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T17:10:57.709Z] [INFO] Verify model registry (MySQL external db) is removed from the backend [2026-09-15T17:10:57.711Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T17:10:58.056Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-15T17:10:58.063Z] [INFO] Delete the MySQL database [2026-09-15T17:10:58.066Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T17:10:58.304Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:10:58.313Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-15T17:11:00.649Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-09-15T17:11:00.658Z] [INFO] Delete command output: service "mysql-db-registry-298031" deleted persistentvolumeclaim "mysql-db-registry-298031" deleted deployment.apps "mysql-db-registry-298031" deleted secret "mysql-db-registry-298031" deleted [2026-09-15T17:11:00.900Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:11:00.906Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-15T17:11:00.912Z] [INFO] Delete the model registry (PostgreSQL external db) [2026-09-15T17:11:00.916Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-15T17:11:01.291Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-15T17:11:01.295Z] [INFO] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-15T17:11:01.298Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:11:01.619Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-15T17:11:01.626Z] [INFO] Delete the PostgreSQL database [2026-09-15T17:11:01.629Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-15T17:11:01.920Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:11:01.930Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-15T17:11:03.342Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-298031 -n rhoai-model-registries --ignore-not-found=true [2026-09-15T17:11:03.351Z] [INFO] Delete command output: service "postgres-db-registry-298031" deleted persistentvolumeclaim "postgres-db-registry-298031" deleted deployment.apps "postgres-db-registry-298031" deleted secret "postgres-db-registry-298031" deleted [2026-09-15T17:11:03.615Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-15T17:11:03.621Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts 2 passing (13m) 1 failing 1) Verify a model registry can be created and deleted Creates a model registry with default database and then deletes it: Test steps were: 1. Login as an Admin 2. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 3. Navigate to Model Registry Settings 4. Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry 5. Create a model registry with default database 6. Verify it is available in the UI Timed out retrying after 300000ms: Expected to find content: 'Available' within the element: but never did. AssertionError: Timed out retrying after 300000ms: Expected to find content: 'Available' within the element: but never did. at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testCreateModelRegistry.cy.ts:193:9) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 2 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 3 │ │ Video: false │ │ Duration: 13 minutes, 17 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with mysql database and then deletes it (fail ed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with default database and then deletes it (fa iled).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with default database and then deletes it (fa iled) (attempt 2).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (2 of 5) [2026-09-15T17:11:06.749Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-15T17:11:06.759Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-15T17:11:06.794Z] [INFO] Ensure operator has optimal memory for testing [2026-09-15T17:11:07.070Z] [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-09-15T17:11:07.076Z] [INFO] Current operator memory limit: 1Gi [2026-09-15T17:11:07.081Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-15T17:11:07.089Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-15T17:11:07.092Z] [INFO] Create PostgreSQL database 'model-registry-db-662874' for model registry [2026-09-15T17:11:07.095Z] [INFO] Creating PostgreSQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-15T17:11:07.350Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-15T17:11:07.355Z] [INFO] PostgreSQL database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-15T17:11:07.864Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789492267359.yaml [2026-09-15T17:11:07.968Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789492267359.yaml [2026-09-15T17:11:07.980Z] [INFO] Wait for PostgreSQL database 'model-registry-db-662874' to be ready [2026-09-15T17:11:07.984Z] [INFO] Waiting for PostgreSQL database 'model-registry-db-662874' to be ready... [2026-09-15T17:11:32.803Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-15T17:11:32.821Z] [INFO] PostgreSQL database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-15T17:11:32.831Z] [INFO] Create a PostgreSQL-backed model registry using YAML [2026-09-15T17:11:32.847Z] [INFO] Creating PostgreSQL-backed model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-15T17:11:33.220Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789492292867-0p3rugxxh.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789492292867-0p3rugxxh.yaml; exit $return_code [2026-09-15T17:11:33.227Z] [INFO] Command exit code: 0 [2026-09-15T17:11:33.243Z] [INFO] Verify model registry is created [2026-09-15T17:11:33.258Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T17:11:33.617Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T17:11:33.625Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 0s [2026-09-15T17:11:33.642Z] [INFO] Wait for model registry to be in Available state [2026-09-15T17:11:33.648Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... 1) "before all" hook for "Registers models via model registry using object storage and URI" [2026-09-15T17:19:33.847Z] [INFO] Navigate away from model registry before cleanup [2026-09-15T17:19:34.120Z] [INFO] Clean up registered models from database [2026-09-15T17:19:34.460Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-15T17:19:34.468Z] [INFO] Cleaning up registered models from PostgreSQL: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-09-15T17:19:35.060Z] [INFO] [EXEC] oc exec model-registry-db-662874-6449944bf8-7992q -n rhoai-model-registries -- env PGPASSWORD=TheBlurstOfTimes psql -U modelregistryuser -d model-registry -c "DELETE FROM contextproperty WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM parentcontext WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')) OR parent_context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM association WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM attribution WHERE context_id IN (SELECT id FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874')); DELETE FROM context WHERE name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874');" [2026-09-15T17:19:35.066Z] [INFO] PostgreSQL database cleanup failed: ERROR: relation "contextproperty" does not exist LINE 1: DELETE FROM contextproperty WHERE context_id IN (SELECT id F... ^ command terminated with exit code 1 [2026-09-15T17:19:35.069Z] [INFO] Delete the model registry [2026-09-15T17:19:35.072Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-15T17:19:35.539Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-15T17:19:35.545Z] [INFO] Verify model registry is removed from the backend [2026-09-15T17:19:35.549Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T17:19:35.878Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-15T17:19:35.887Z] [INFO] Delete the PostgreSQL database [2026-09-15T17:19:35.890Z] [INFO] Deleting PostgreSQL database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-15T17:19:36.206Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-15T17:19:36.214Z] [INFO] PostgreSQL database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-15T17:19:37.708Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=model-registry-db-662874 -n rhoai-model-registries --ignore-not-found=true [2026-09-15T17:19:37.716Z] [INFO] Delete command output: service "model-registry-db-662874" deleted persistentvolumeclaim "model-registry-db-662874" deleted deployment.apps "model-registry-db-662874" deleted secret "model-registry-db-662874" deleted [2026-09-15T17:19:37.972Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-15T17:19:37.977Z] [INFO] PostgreSQL database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-15T17:19:37.984Z] [INFO] Delete the test project [2026-09-15T17:19:38.260Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found [2026-09-15T17:19:38.269Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (9m) 1 failing 1) Verify models can be registered in a model registry "before all" hook for "Registers models via model registry using object storage and URI": Test steps were: 1. Load test data from fixture 2. Ensure operator has optimal memory for testing 3. Create and verify PostgreSQL database for model registry 4. Create PostgreSQL database 'model-registry-db-662874' for model registry 5. Wait for PostgreSQL database 'model-registry-db-662874' to be ready 6. Create a PostgreSQL-backed model registry using YAML 7. Verify model registry is created 8. Wait for model registry to be in Available state `cy.exec('oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s')` timed out after waiting `480000ms`. https://on.cypress.io/exec Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `Verify models can be regist...` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail CypressError: `cy.exec('oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s')` timed out after waiting `480000ms`. https://on.cypress.io/exec at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:124114:70) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:4156:41) at tryCatcher (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1777:23) at Promise._settlePromiseFromHandler (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1489:31) at Promise._settlePromise (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1546:18) at Promise._settlePromise0 (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1591:10) at Promise._settlePromises (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:1667:18) at _drainQueueStep (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2377:12) at _drainQueue (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2370:9) at Async._drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2386:5) at Async.drainQueues (https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/__cypress/runner/cypress_runner.js:2256:14) From Your Spec Code: at checkModelRegistryAvailable (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/modelRegistry.ts:488:5) at Context.eval (webpack://@odh-dashboard/cypress/./cypress/tests/e2e/modelRegistry/testRegisterModel.cy.ts:75:34) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 3 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 8 minutes, 31 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1280x720) istry/testRegisterModel.cy.ts/Verify models can be registered in a model registr y -- Registers models via model registry using object storage and URI -- before all hook (failed).png ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (3 of 5) [2026-09-15T17:19:42.491Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - Verify User Can Create, Run and Delete A Pipeline From DS Project Details Page Using Custom Pip Mirror [2026-09-15T17:19:42.504Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (80ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (4 of 5) [2026-09-15T17:19:46.061Z] [INFO] Setting tests timeout to: 480 seconds An admin user can import and run a pipeline - An admin User can Import and Run a Pipeline [2026-09-15T17:19:46.076Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (82ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_003.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (5 of 5) [2026-09-15T17:19:49.607Z] [INFO] Setting tests timeout to: 480 seconds Verify that a pipeline can be scheduled to run - Admin imports a pipeline and schedules it to run [2026-09-15T17:19:49.621Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (86ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_004.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 1 │ │ Passing: 0 │ │ Failing: 0 │ │ Pending: 1 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 0 seconds │ │ Spec Ran: pipelines/testSchedulePipeline.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ Start generate report process Read and merge jsons from "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons" Enhance report Create HTML report HTML report successfully created! /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/index.html ================================================================================ (Run Finished) Spec Tests Passing Failing Pending Skipped ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✖ modelRegistry/testCreateModelRegist 13:17 3 2 1 - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 08:31 4 - 1 - 3 │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 85ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 86ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 90ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 5 failed (40%) 21:49 10 2 2 3 3