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-12T15:05:40.671Z] [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-12T15:05:40.863Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (396ms) 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-12T15:05:51.463Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-07-12T15:05:51.557Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T15:05:51.669Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T15:05:54.065Z] [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-12T15:05:54.160Z] [INFO] Current operator memory limit: 512Mi [2026-07-12T15:05:54.168Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-07-12T15:05:55.965Z] [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-12T15:05:56.068Z] [INFO] Successfully patched operator memory to 1Gi [2026-07-12T15:06:08.770Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-07-12T15:06:08.871Z] [INFO] Operator rollout completed successfully [2026-07-12T15:06:08.956Z] [INFO] Create and verify SQL database for model registry [2026-07-12T15:06:08.976Z] [INFO] Create SQL database 'mysql-db-registry-1783868751064' for model registry [2026-07-12T15:06:08.980Z] [INFO] Creating SQL database 'mysql-db-registry-1783868751064' for model registry in namespace rhoai-model-registries [2026-07-12T15:06:10.063Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783868751064 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T15:06:10.072Z] [INFO] Database 'mysql-db-registry-1783868751064' does not exist, proceeding with creation [2026-07-12T15:06:12.166Z] [INFO] [EXEC] oc apply -f /tmp/db-1783868770162.yaml [2026-07-12T15:06:12.563Z] [INFO] [EXEC] rm -f /tmp/db-1783868770162.yaml [2026-07-12T15:06:12.670Z] [INFO] Wait for model registry database 'mysql-db-registry-1783868751064' to be ready [2026-07-12T15:06:12.761Z] [INFO] Waiting for model registry database 'mysql-db-registry-1783868751064' to be ready... [2026-07-12T15:06:47.881Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-1783868751064 -n rhoai-model-registries --timeout=600s [2026-07-12T15:06:47.964Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-1783868751064 condition met [2026-07-12T15:06:47.982Z] [INFO] Create and verify PostgreSQL database for model registry [2026-07-12T15:06:48.052Z] [INFO] Create PostgreSQL database 'postgres-db-registry-1783868751064' for model registry [2026-07-12T15:06:48.063Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-1783868751064' for model registry in namespace rhoai-model-registries [2026-07-12T15:06:48.686Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783868751064 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T15:06:48.759Z] [INFO] PostgreSQL database 'postgres-db-registry-1783868751064' does not exist, proceeding with creation [2026-07-12T15:06:49.862Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1783868808778.yaml [2026-07-12T15:06:50.063Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1783868808778.yaml [2026-07-12T15:06:50.156Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-1783868751064' to be ready [2026-07-12T15:06:50.163Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-1783868751064' to be ready... [2026-07-12T15:07:14.715Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-1783868751064 -n rhoai-model-registries --timeout=600s [2026-07-12T15:07:14.737Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-1783868751064 condition met [2026-07-12T15:07:14.790Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-12T15:07:14.794Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-12T15:07:14.799Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T15:07:14.804Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T15:07:14.808Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T15:07:14.876Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T15:07:14.962Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T15:07:15.658Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-07-12T15:07:15.661Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-07-12T15:07:15.666Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T15:07:15.671Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T15:07:15.677Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T15:07:15.714Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T15:07:15.756Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 1) Creates a model registry with mysql database and then deletes it [2026-07-12T15:07:16.106Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T15:07:16.108Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T15:07:16.112Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T15:07:16.116Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T15:07:16.120Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T15:07:16.177Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T15:07:16.187Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T15:07:16.552Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T15:07:16.574Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T15:07:16.587Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T15:07:16.597Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T15:07:16.604Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T15:07:16.665Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T15:07:16.678Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ 2) Creates a model registry with PostgreSQL database and then deletes it [2026-07-12T15:07:17.061Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-12T15:07:17.064Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-12T15:07:17.071Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T15:07:17.076Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T15:07:17.083Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T15:07:17.157Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T15:07:17.172Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T15:07:17.593Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-07-12T15:07:17.598Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-07-12T15:07:17.610Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4","@NonConcurrent"] [2026-07-12T15:07:17.655Z] [INFO] Skip tags: ["@Bug","@Maintain","@Featureflagged","@ModelServingCI","@KServeCI","@ModelServing","@MaaSCI","@ProjectsCI","@PipelinesCI","@Pipelines","@ci-dashboard-regression-tags","@ModelRegistryCI","@AutoMLCI","@Tier1","@ODS-327","@ODS-492"] [2026-07-12T15:07:17.660Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-07-12T15:07:17.688Z] [INFO] [STEP 1] Login as an Admin [2026-07-12T15:07:17.710Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ [2026-07-12T15:07:18.092Z] [INFO] OAuth login flow detected - completing authentication [2026-07-12T15:07:20.303Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-07-12T15:07:20.383Z] [INFO] Navigate to: https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-07-12T15:07:21.933Z] [INFO] [STEP 3] Create a model registry with default database [2026-07-12T15:07:22.599Z] [INFO] [STEP 4] Verify it is available in the UI [2026-07-12T15:08:21.760Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-07-12T15:08:21.780Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783868751064 [2026-07-12T15:08:22.271Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783868751064 [2026-07-12T15:08:22.279Z] [INFO] Command output: rhoai-model-registries default-db-registry-1783868751064 True 60s [2026-07-12T15:08:22.285Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-07-12T15:08:22.288Z] [INFO] Waiting for default database 'default-db-registry-1783868751064' to be ready... [2026-07-12T15:08:22.671Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-1783868751064 -n rhoai-model-registries --timeout=600s [2026-07-12T15:08:22.678Z] [INFO] Default database wait result: deployment.apps/default-db-registry-1783868751064 condition met [2026-07-12T15:08:22.683Z] [INFO] Checking if default database 'default-db-registry-1783868751064' exists for registry 'default-db-registry-1783868751064' [2026-07-12T15:08:22.983Z] [INFO] [EXEC] oc get deployment default-db-registry-1783868751064 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T15:08:22.989Z] [INFO] Default database 'default-db-registry-1783868751064' exists and ready: true [2026-07-12T15:08:22.995Z] [INFO] [STEP 7] Delete the model registry with default database [2026-07-12T15:08:23.573Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-07-12T15:08:23.880Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-07-12T15:08:23.887Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783868751064 [2026-07-12T15:08:24.210Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-1783868751064 [2026-07-12T15:08:24.305Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-07-12T15:08:24.500Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-07-12T15:08:24.521Z] [INFO] Deleting model registry e2e-test-registry from namespace rhoai-model-registries [2026-07-12T15:08:24.880Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry -n rhoai-model-registries --timeout=240s [2026-07-12T15:08:24.884Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-07-12T15:08:24.887Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T15:08:25.214Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry [2026-07-12T15:08:25.219Z] [INFO] [STEP 13] Delete the MySQL database [2026-07-12T15:08:25.223Z] [INFO] Deleting model registry database 'mysql-db-registry-1783868751064' from namespace rhoai-model-registries [2026-07-12T15:08:25.481Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783868751064 -n rhoai-model-registries [2026-07-12T15:08:25.490Z] [INFO] Database 'mysql-db-registry-1783868751064' exists, proceeding with deletion... [2026-07-12T15:08:27.678Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=mysql-db-registry-1783868751064 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T15:08:27.686Z] [INFO] Delete command output: service "mysql-db-registry-1783868751064" deleted persistentvolumeclaim "mysql-db-registry-1783868751064" deleted deployment.apps "mysql-db-registry-1783868751064" deleted secret "mysql-db-registry-1783868751064" deleted [2026-07-12T15:08:27.953Z] [INFO] [EXEC] oc get deployment mysql-db-registry-1783868751064 -n rhoai-model-registries [2026-07-12T15:08:27.958Z] [INFO] Model registry database 'mysql-db-registry-1783868751064' successfully deleted after 1 attempts [2026-07-12T15:08:27.964Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-07-12T15:08:27.967Z] [INFO] Deleting model registry postgres-registry-1783868751064 from namespace rhoai-model-registries [2026-07-12T15:08:28.349Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-1783868751064 -n rhoai-model-registries --timeout=240s [2026-07-12T15:08:28.352Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-07-12T15:08:28.355Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783868751064 [2026-07-12T15:08:28.693Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-1783868751064 [2026-07-12T15:08:28.699Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-07-12T15:08:28.703Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-1783868751064' from namespace rhoai-model-registries [2026-07-12T15:08:28.951Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783868751064 -n rhoai-model-registries [2026-07-12T15:08:28.958Z] [INFO] PostgreSQL database 'postgres-db-registry-1783868751064' exists, proceeding with deletion... [2026-07-12T15:08:30.018Z] [INFO] [EXEC] oc delete service,pvc,deployment,secret -l app.kubernetes.io/name=postgres-db-registry-1783868751064 -n rhoai-model-registries --ignore-not-found=true [2026-07-12T15:08:30.027Z] [INFO] Delete command output: service "postgres-db-registry-1783868751064" deleted persistentvolumeclaim "postgres-db-registry-1783868751064" deleted deployment.apps "postgres-db-registry-1783868751064" deleted secret "postgres-db-registry-1783868751064" deleted [2026-07-12T15:08:30.329Z] [INFO] [EXEC] oc get deployment postgres-db-registry-1783868751064 -n rhoai-model-registries [2026-07-12T15:08:30.335Z] [INFO] PostgreSQL database 'postgres-db-registry-1783868751064' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (66658ms) 1 passing (3m) 2 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.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) 2) Verify a model registry can be created and deleted Creates a model registry with PostgreSQL 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/ Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 Error: Failed to visit 'https://rh-ai.apps.rosa.rh-nightly-pm.nuth.p3.openshiftapps.com/'. Status code: 503 at Context.eval (webpack://@odh-dashboard/cypress/./cypress/support/commands/application.ts:429:14) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 1 │ │ Failing: 2 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 5 │ │ Video: false │ │ Duration: 2 minutes, 39 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) 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 (1919x1079) 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) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with PostgreSQL database and then deletes it (failed).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) istry/testCreateModelRegistry.cy.ts/Verify a model registry can be created and d eleted -- Creates a model registry with PostgreSQL database and then deletes it (failed) (attempt 2).png - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) 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 ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (3 of 6) [2026-07-12T15:08:33.689Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-07-12T15:08:33.699Z] [INFO] [STEP NaN] Load test data from fixture [2026-07-12T15:08:33.735Z] [INFO] Ensure operator has optimal memory for testing [2026-07-12T15:08:34.051Z] [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-12T15:08:34.059Z] [INFO] Current operator memory limit: 1Gi [2026-07-12T15:08:34.063Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-07-12T15:08:34.071Z] [INFO] Create and verify SQL database for model registry [2026-07-12T15:08:34.074Z] [INFO] Create SQL database 'model-registry-db-662874' for model registry [2026-07-12T15:08:34.076Z] [INFO] Creating SQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-07-12T15:08:34.367Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-07-12T15:08:34.372Z] [INFO] Database 'model-registry-db-662874' does not exist, proceeding with creation [2026-07-12T15:08:34.911Z] [INFO] [EXEC] oc apply -f /tmp/db-1783868914375.yaml [2026-07-12T15:08:35.027Z] [INFO] [EXEC] rm -f /tmp/db-1783868914375.yaml [2026-07-12T15:08:35.037Z] [INFO] Wait for model registry database 'model-registry-db-662874' to be ready [2026-07-12T15:08:35.041Z] [INFO] Waiting for model registry database 'model-registry-db-662874' to be ready... [2026-07-12T15:09:09.090Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-07-12T15:09:09.109Z] [INFO] Database wait result: deployment.apps/model-registry-db-662874 condition met [2026-07-12T15:09:09.121Z] [INFO] Create a model registry using YAML [2026-07-12T15:09:09.137Z] [INFO] Creating model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-07-12T15:09:09.803Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1783868949176-ot9gj0131.yaml && rm -f /tmp/cypress-yaml-1783868949176-ot9gj0131.yaml [2026-07-12T15:09:09.809Z] [INFO] Command exit code: 0 [2026-07-12T15:09:09.815Z] [INFO] Verify model registry is created [2026-07-12T15:09:09.829Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T15:09:10.163Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T15:09:10.181Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 False 1s [2026-07-12T15:09:10.196Z] [INFO] Wait for model registry to be in Available state [2026-07-12T15:09:10.201Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-07-12T15:09:26.522Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-07-12T15:09:26.531Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-07-12T15:09:36.559Z] [INFO] Create a project for register and store test [2026-07-12T15:09:36.564Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-07-12T15:09:36.897Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-07-12T15:09:36.929Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-07-12T15:09:36.951Z] [INFO] Project 'test-register-store-662874' exists. [2026-07-12T15:09:36.996Z] [INFO] Project test-register-store-662874 already exists. Deleting it. 1) "before all" hook for "Registers models via model registry using object storage and URI" [2026-07-12T15:12:37.236Z] [INFO] Navigate away from model registry before cleanup [2026-07-12T15:12:37.516Z] [INFO] Clean up registered models from database [2026-07-12T15:12:37.931Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-07-12T15:12:37.942Z] [INFO] Cleaning up registered models: test-obj-model-662874, test-uri-model, test-oci-model-662874, test-oci-uri-model-662874 [2026-07-12T15:12:38.592Z] [INFO] [EXEC] oc exec model-registry-db-662874-7956bc68d9-qkch5 -n rhoai-model-registries -- mysql -u *** -pTheBlurstOfTimes --database="model-registry" -e "DELETE cp FROM ContextProperty cp JOIN Context c ON cp.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE pc FROM ParentContext pc JOIN Context c ON pc.context_id = c.id OR pc.parent_context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE a FROM Association a JOIN Context c ON a.context_id = c.id WHERE c.name IN ('test-obj-model-662874', 'test-uri-model', 'test-oci-model-662874', 'test-oci-uri-model-662874'); DELETE at FROM Attribution at JOIN Context c ON at.context_id = c.id WHERE c.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-07-12T15:12:38.599Z] [INFO] Database cleanup completed successfully [2026-07-12T15:12:38.603Z] [INFO] Delete the model registry [2026-07-12T15:12:38.607Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-07-12T15:12:39.125Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-07-12T15:12:39.129Z] [INFO] Verify model registry is removed from the backend [2026-07-12T15:12:39.133Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T15:12:39.560Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-07-12T15:12:39.568Z] [INFO] Delete the SQL database [2026-07-12T15:12:39.571Z] [INFO] Deleting model registry database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-07-12T15:12:39.914Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-12T15:12:39.921Z] [INFO] Database 'model-registry-db-662874' exists, proceeding with deletion... [2026-07-12T15:12:43.199Z] [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-07-12T15:12:43.211Z] [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-07-12T15:12:43.598Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-07-12T15:12:43.605Z] [INFO] Model registry database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-07-12T15:12:43.612Z] [INFO] Delete the test project [2026-07-12T15:12:43.993Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found [2026-07-12T15:12:44.001Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (4m) 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 SQL database for model registry 4. Create SQL database 'model-registry-db-662874' for model registry 5. Wait for model registry database 'model-registry-db-662874' to be ready 6. Create a model registry using YAML 7. Verify model registry is created 8. Wait for model registry to be in Available state 9. Create a project for register and store test `cy.exec('oc delete project test-register-store-662874 --wait')` timed out after waiting `180000ms`. 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 delete project test-register-store-662874 --wait')` timed out after waiting `180000ms`. 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 deleteOpenShiftProject (webpack://@odh-dashboard/cypress/./cypress/utils/oc_commands/project.ts:66:12) at Context.eval (webpack://@odh-dashboard/cypress/./cypress/utils/projectChecker.ts:23:29) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_002.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 0 │ │ Failing: 1 │ │ Pending: 0 │ │ Skipped: 3 │ │ Screenshots: 1 │ │ Video: false │ │ Duration: 4 minutes, 10 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ (Screenshots) - /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots/modelReg (1919x1079) 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 (4 of 6) [2026-07-12T15:13:52.068Z] [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-07-12T15:13:52.175Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (221ms) 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/createRunDeletePipelineCustomPipMirror.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/pipelines.cy.ts (5 of 6) [2026-07-12T15:13:59.073Z] [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-07-12T15:13:59.089Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (185ms) 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/pipelines.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/testSchedulePipeline.cy.ts (6 of 6) [2026-07-12T15:14:05.690Z] [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-07-12T15:14:05.752Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (203ms) 1 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_005.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 ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ ✔ automl/testAutomlBinaryClassificati 403ms 4 - - 4 - │ │ on.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testCreateModelRegist 02:39 3 1 2 - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✖ modelRegistry/testRegisterModel.cy. 04:10 4 - 1 - 3 │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 226ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 192ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 209ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✖ 2 of 6 failed (33%) 06:50 14 1 3 7 3