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-16T16:24:41.374Z] [INFO] Setting tests timeout to: 480 seconds Verify a model registry can be created and deleted [2026-09-16T16:24:41.385Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-16T16:24:41.411Z] [INFO] Ensure operator has optimal memory for testing [2026-09-16T16:24:42.036Z] [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-16T16:24:42.046Z] [INFO] Current operator memory limit: 512Mi [2026-09-16T16:24:42.050Z] [INFO] Patching operator memory limit from 512Mi to 1Gi... [2026-09-16T16:24:42.357Z] [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-16T16:24:42.366Z] [INFO] Successfully patched operator memory to 1Gi [2026-09-16T16:24:54.934Z] [INFO] [EXEC] oc rollout status deployment/model-registry-operator-controller-manager -n redhat-ods-applications --timeout=120s [2026-09-16T16:24:54.949Z] [INFO] Operator rollout completed successfully [2026-09-16T16:24:54.965Z] [INFO] Create and verify SQL database for model registry [2026-09-16T16:24:54.982Z] [INFO] Create SQL database 'mysql-db-registry-298031' for model registry [2026-09-16T16:24:54.992Z] [INFO] Creating SQL database 'mysql-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-16T16:24:55.273Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-16T16:24:55.279Z] [INFO] Database 'mysql-db-registry-298031' does not exist, proceeding with creation [2026-09-16T16:24:55.787Z] [INFO] [EXEC] oc apply -f /tmp/db-1789575895283.yaml [2026-09-16T16:24:55.869Z] [INFO] [EXEC] rm -f /tmp/db-1789575895283.yaml [2026-09-16T16:24:55.879Z] [INFO] Wait for model registry database 'mysql-db-registry-298031' to be ready [2026-09-16T16:24:55.883Z] [INFO] Waiting for model registry database 'mysql-db-registry-298031' to be ready... [2026-09-16T16:25:15.151Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/mysql-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-16T16:25:15.178Z] [INFO] Database wait result: deployment.apps/mysql-db-registry-298031 condition met [2026-09-16T16:25:15.200Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-16T16:25:15.233Z] [INFO] Create PostgreSQL database 'postgres-db-registry-298031' for model registry [2026-09-16T16:25:15.249Z] [INFO] Creating PostgreSQL database 'postgres-db-registry-298031' for model registry in namespace rhoai-model-registries [2026-09-16T16:25:15.549Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-16T16:25:15.564Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' does not exist, proceeding with creation [2026-09-16T16:25:16.181Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789575915579.yaml [2026-09-16T16:25:16.285Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789575915579.yaml [2026-09-16T16:25:16.295Z] [INFO] Wait for PostgreSQL database 'postgres-db-registry-298031' to be ready [2026-09-16T16:25:16.311Z] [INFO] Waiting for PostgreSQL database 'postgres-db-registry-298031' to be ready... [2026-09-16T16:25:35.400Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/postgres-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-16T16:25:35.472Z] [INFO] PostgreSQL database wait result: deployment.apps/postgres-db-registry-298031 condition met [2026-09-16T16:25:35.502Z] [INFO] Starting 480s timeout for: Creates a model registry with mysql database and then deletes it [2026-09-16T16:25:35.506Z] [INFO] Test title: Creates a model registry with mysql database and then deletes it [2026-09-16T16:25:35.512Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T16:25:35.535Z] [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-16T16:25:35.540Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T16:25:35.572Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T16:25:35.586Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:25:36.252Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:25:39.162Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T16:25:39.261Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T16:25:41.462Z] [INFO] [STEP 3] Create a model registry with mysql database [2026-09-16T16:25:42.894Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T16:26:11.249Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-16T16:26:11.276Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-16T16:26:11.765Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-16T16:26:11.819Z] [INFO] Command output: rhoai-model-registries e2e-test-registry-298031 True 28s [2026-09-16T16:26:11.847Z] [INFO] [STEP 6] Delete the model registry [2026-09-16T16:26:12.548Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-16T16:26:12.780Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-16T16:26:12.822Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-16T16:26:13.363Z] [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 (92068ms) [2026-09-16T16:26:13.582Z] [INFO] Starting 480s timeout for: Creates a model registry with PostgreSQL database and then deletes it [2026-09-16T16:26:13.584Z] [INFO] Test title: Creates a model registry with PostgreSQL database and then deletes it [2026-09-16T16:26:13.589Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T16:26:13.594Z] [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-16T16:26:13.601Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T16:26:13.636Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T16:26:13.647Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:13.846Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:15.661Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T16:26:15.680Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T16:26:17.158Z] [INFO] [STEP 3] Create a model registry with PostgreSQL database [2026-09-16T16:26:19.086Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T16:26:46.779Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-16T16:26:46.804Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T16:26:47.219Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T16:26:47.226Z] [INFO] Command output: rhoai-model-registries postgres-registry-298031 True 28s [2026-09-16T16:26:47.259Z] [INFO] [STEP 6] Delete the model registry [2026-09-16T16:26:47.982Z] [INFO] [STEP 7] Verify model registry is removed from UI [2026-09-16T16:26:48.434Z] [INFO] [STEP 8] Verify model registry is removed from the backend [2026-09-16T16:26:48.462Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T16:26:48.847Z] [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 (35393ms) [2026-09-16T16:26:49.083Z] [INFO] Starting 480s timeout for: Creates a model registry with default database and then deletes it [2026-09-16T16:26:49.085Z] [INFO] Test title: Creates a model registry with default database and then deletes it [2026-09-16T16:26:49.089Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@Smoke","@SmokeSet4"] [2026-09-16T16:26:49.092Z] [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-16T16:26:49.097Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T16:26:49.126Z] [INFO] [STEP 1] Login as an Admin [2026-09-16T16:26:49.141Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:26:49.368Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:26:50.909Z] [INFO] [STEP 2] Navigate to Model Registry Settings [2026-09-16T16:26:50.921Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/settings/model-resources-operations/model-registry [2026-09-16T16:26:51.739Z] [INFO] [STEP 3] Create a model registry with default database [2026-09-16T16:26:52.245Z] [INFO] [STEP 4] Verify it is available in the UI [2026-09-16T16:27:51.615Z] [INFO] [STEP 5] Verify model registry is created on the backend [2026-09-16T16:27:51.643Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T16:27:52.049Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T16:27:52.056Z] [INFO] Command output: rhoai-model-registries default-db-registry-298031 True 60s [2026-09-16T16:27:52.063Z] [INFO] [STEP 6] Verify the default database was created on the backend [2026-09-16T16:27:52.092Z] [INFO] Waiting for default database 'default-db-registry-298031' to be ready... [2026-09-16T16:27:52.508Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/default-db-registry-298031 -n rhoai-model-registries --timeout=600s [2026-09-16T16:27:52.555Z] [INFO] Default database wait result: deployment.apps/default-db-registry-298031 condition met [2026-09-16T16:27:52.578Z] [INFO] Checking if default database 'default-db-registry-298031' exists for registry 'default-db-registry-298031' [2026-09-16T16:27:52.944Z] [INFO] [EXEC] oc get deployment default-db-registry-298031 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-16T16:27:53.006Z] [INFO] Default database 'default-db-registry-298031' exists and ready: true [2026-09-16T16:27:53.039Z] [INFO] [STEP 7] Delete the model registry with default database [2026-09-16T16:27:53.722Z] [INFO] [STEP 8] Verify model registry is removed from UI [2026-09-16T16:28:21.641Z] [INFO] [STEP 9] Verify model registry is removed from the backend [2026-09-16T16:28:21.669Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T16:28:22.068Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep default-db-registry-298031 [2026-09-16T16:28:22.261Z] [INFO] [STEP 10] Navigate away from model registry before cleanup [2026-09-16T16:28:22.490Z] [INFO] [STEP 11] Delete the model registry (MySQL external db) [2026-09-16T16:28:22.517Z] [INFO] Deleting model registry e2e-test-registry-298031 from namespace rhoai-model-registries [2026-09-16T16:28:22.885Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io e2e-test-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-16T16:28:22.888Z] [INFO] [STEP 12] Verify model registry (MySQL external db) is removed from the backend [2026-09-16T16:28:22.891Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-16T16:28:23.274Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep e2e-test-registry-298031 [2026-09-16T16:28:23.312Z] [INFO] [STEP 13] Delete the MySQL database [2026-09-16T16:28:23.348Z] [INFO] Deleting model registry database 'mysql-db-registry-298031' from namespace rhoai-model-registries [2026-09-16T16:28:23.699Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-16T16:28:23.737Z] [INFO] Database 'mysql-db-registry-298031' exists, proceeding with deletion... [2026-09-16T16:28:26.564Z] [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-16T16:28:26.574Z] [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-16T16:28:26.956Z] [INFO] [EXEC] oc get deployment mysql-db-registry-298031 -n rhoai-model-registries [2026-09-16T16:28:27.021Z] [INFO] Model registry database 'mysql-db-registry-298031' successfully deleted after 1 attempts [2026-09-16T16:28:27.056Z] [INFO] [STEP 14] Delete the model registry (PostgreSQL external db) [2026-09-16T16:28:27.088Z] [INFO] Deleting model registry postgres-registry-298031 from namespace rhoai-model-registries [2026-09-16T16:28:27.481Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io postgres-registry-298031 -n rhoai-model-registries --timeout=240s [2026-09-16T16:28:27.484Z] [INFO] [STEP 15] Verify model registry (PostgreSQL external db) is removed from the backend [2026-09-16T16:28:27.488Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T16:28:27.846Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep postgres-registry-298031 [2026-09-16T16:28:27.852Z] [INFO] [STEP 16] Delete the PostgreSQL database [2026-09-16T16:28:27.855Z] [INFO] Deleting PostgreSQL database 'postgres-db-registry-298031' from namespace rhoai-model-registries [2026-09-16T16:28:28.155Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-16T16:28:28.195Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' exists, proceeding with deletion... [2026-09-16T16:28:29.554Z] [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-16T16:28:29.599Z] [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-16T16:28:30.015Z] [INFO] [EXEC] oc get deployment postgres-db-registry-298031 -n rhoai-model-registries [2026-09-16T16:28:30.022Z] [INFO] PostgreSQL database 'postgres-db-registry-298031' successfully deleted after 1 attempts ✓ Creates a model registry with default database and then deletes it (93071ms) 3 passing (4m) [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 3 │ │ Passing: 3 │ │ Failing: 0 │ │ Pending: 0 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 3 minutes, 48 seconds │ │ Spec Ran: modelRegistry/testCreateModelRegistry.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: modelRegistry/testRegisterModel.cy.ts (2 of 5) [2026-09-16T16:28:33.940Z] [INFO] Setting tests timeout to: 480 seconds Verify models can be registered in a model registry [2026-09-16T16:28:33.950Z] [INFO] [STEP NaN] Load test data from fixture [2026-09-16T16:28:33.983Z] [INFO] Ensure operator has optimal memory for testing [2026-09-16T16:28:34.313Z] [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-16T16:28:34.320Z] [INFO] Current operator memory limit: 1Gi [2026-09-16T16:28:34.324Z] [INFO] Operator memory limit is already 1Gi, no patch needed [2026-09-16T16:28:34.333Z] [INFO] Create and verify PostgreSQL database for model registry [2026-09-16T16:28:34.335Z] [INFO] Create PostgreSQL database 'model-registry-db-662874' for model registry [2026-09-16T16:28:34.340Z] [INFO] Creating PostgreSQL database 'model-registry-db-662874' for model registry in namespace rhoai-model-registries [2026-09-16T16:28:34.652Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries -o jsonpath='{.status.readyReplicas}' [2026-09-16T16:28:34.658Z] [INFO] PostgreSQL database 'model-registry-db-662874' does not exist, proceeding with creation [2026-09-16T16:28:35.259Z] [INFO] [EXEC] oc apply -f /tmp/postgres-db-1789576114661.yaml [2026-09-16T16:28:35.366Z] [INFO] [EXEC] rm -f /tmp/postgres-db-1789576114661.yaml [2026-09-16T16:28:35.377Z] [INFO] Wait for PostgreSQL database 'model-registry-db-662874' to be ready [2026-09-16T16:28:35.382Z] [INFO] Waiting for PostgreSQL database 'model-registry-db-662874' to be ready... [2026-09-16T16:29:22.369Z] [INFO] [EXEC] oc wait --for=condition=Available deployment/model-registry-db-662874 -n rhoai-model-registries --timeout=600s [2026-09-16T16:29:22.389Z] [INFO] PostgreSQL database wait result: deployment.apps/model-registry-db-662874 condition met [2026-09-16T16:29:22.394Z] [INFO] PostgreSQL database wait stderr: W0916 16:29:20.683269 18193 reflector.go:470] k8s.io/client-go/tools/watch/informerwatcher.go:146: watch of *unstructured.Unstructured ended with: an error on the server ("unable to decode an event from the watch stream: http2: client connection lost") has prevented the request from succeeding [2026-09-16T16:29:22.415Z] [INFO] Create a PostgreSQL-backed model registry using YAML [2026-09-16T16:29:22.434Z] [INFO] Creating PostgreSQL-backed model registry test-model-registry-662874 in namespace rhoai-model-registries using database 'model-registry-db-662874' [2026-09-16T16:29:22.796Z] [INFO] [EXEC] oc apply -f /tmp/cypress-yaml-1789576162453-i8ns03kwg.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789576162453-i8ns03kwg.yaml; exit $return_code [2026-09-16T16:29:22.803Z] [INFO] Command exit code: 0 [2026-09-16T16:29:22.808Z] [INFO] Verify model registry is created [2026-09-16T16:29:22.823Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-16T16:29:23.179Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-16T16:29:23.184Z] [INFO] Command output: rhoai-model-registries test-model-registry-662874 1s [2026-09-16T16:29:23.190Z] [INFO] Wait for model registry to be in Available state [2026-09-16T16:29:23.206Z] [INFO] Waiting for model registry test-model-registry-662874 to be available... [2026-09-16T16:29:43.209Z] [INFO] [EXEC] oc wait --for=condition=Available modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 -n rhoai-model-registries --timeout=480s [2026-09-16T16:29:43.218Z] [INFO] Wait result: modelregistry.modelregistry.opendatahub.io/test-model-registry-662874 condition met [2026-09-16T16:29:53.229Z] [INFO] Create a project for register and store test [2026-09-16T16:29:53.234Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-16T16:29:53.551Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-16T16:29:53.574Z] [INFO] Command result: {"stdout":"","stderr":"Error from server (NotFound): namespaces \"test-register-store-662874\" not found","exitCode":1} [2026-09-16T16:29:53.614Z] [INFO] Project 'test-register-store-662874' does not exist. [2026-09-16T16:29:53.659Z] [INFO] Creating project test-register-store-662874 [2026-09-16T16:29:54.033Z] [INFO] [EXEC] oc new-project test-register-store-662874 [2026-09-16T16:29:54.060Z] [INFO] 🔍 Polling for namespace test-register-store-662874 (max 30s) [2026-09-16T16:29:54.391Z] [INFO] [EXEC] oc get namespace test-register-store-662874 [2026-09-16T16:29:54.397Z] [INFO] ✅ namespace test-register-store-662874 (found after 0.4s) [2026-09-16T16:29:54.732Z] [INFO] [EXEC] oc label namespace test-register-store-662874 opendatahub.io/dashboard=true --overwrite [2026-09-16T16:29:54.755Z] [INFO] 🔍 Polling for project test-register-store-662874 dashboard-ready (max 15s) [2026-09-16T16:29:55.083Z] [INFO] [EXEC] oc get project test-register-store-662874 -o json | jq -e '.metadata.labels["opendatahub.io/dashboard"] == "true" and .status.phase == "Active"' [2026-09-16T16:29:55.106Z] [INFO] ✅ project test-register-store-662874 dashboard-ready (found after 0.4s) [2026-09-16T16:29:55.144Z] [INFO] Executing command: oc get project "test-register-store-662874" -o name [2026-09-16T16:29:55.475Z] [INFO] [EXEC] oc get project "test-register-store-662874" -o name [2026-09-16T16:29:55.481Z] [INFO] Command result: {"stdout":"project.project.openshift.io/test-register-store-662874","stderr":"","exitCode":0} [2026-09-16T16:29:55.504Z] [INFO] Project 'test-register-store-662874' exists. [2026-09-16T16:29:55.525Z] [INFO] Grant project access to the model registry [2026-09-16T16:29:55.976Z] [INFO] [EXEC] oc apply -n rhoai-model-registries -f /tmp/cypress-yaml-1789576195558-nwwyvoq35.yaml; return_code=$?; rm -f -- /tmp/cypress-yaml-1789576195558-nwwyvoq35.yaml; exit $return_code [2026-09-16T16:29:55.983Z] [INFO] Command exit code: 0 [2026-09-16T16:29:56.029Z] [INFO] Starting 480s timeout for: Registers models via model registry using object storage and URI [2026-09-16T16:29:56.046Z] [INFO] Test title: Registers models via model registry using object storage and URI [2026-09-16T16:29:56.087Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-16T16:29:56.128Z] [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-16T16:29:56.134Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers models via model registry using object storage and URI [2026-09-16T16:29:56.190Z] [INFO] Starting 480s timeout for: Registers a new version via versions view [2026-09-16T16:29:56.193Z] [INFO] Test title: Registers a new version via versions view [2026-09-16T16:29:56.198Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@ModelRegistryCI","@Smoke","@SmokeSet4"] [2026-09-16T16:29:56.203Z] [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-16T16:29:56.209Z] [INFO] Grep tags: ["@SmokeSet4"] - Registers a new version via versions view [2026-09-16T16:29:56.240Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination [2026-09-16T16:29:56.242Z] [INFO] Test title: Registers and stores a model to an OCI destination [2026-09-16T16:29:56.247Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-16T16:29:56.251Z] [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-16T16:29:56.255Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T16:29:56.295Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:29:56.313Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:29:56.586Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:29:58.757Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-16T16:29:58.890Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-09-16T16:30:00.818Z] [INFO] [STEP 3] Click Register Model button [2026-09-16T16:30:01.266Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-16T16:30:01.317Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-16T16:30:01.501Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-16T16:30:01.528Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-16T16:30:02.223Z] [INFO] [STEP 8] Selected namespace: test-register-store-662874 [2026-09-16T16:30:02.273Z] [INFO] [STEP 9] Verify origin and destination location sections appear [2026-09-16T16:30:02.342Z] [INFO] [STEP 10] Fill in model details [2026-09-16T16:30:04.459Z] [INFO] [STEP 11] Fill in transfer job name [2026-09-16T16:30:04.713Z] [INFO] [STEP 12] Fill in origin S3 location and credentials [2026-09-16T16:30:06.112Z] [INFO] [STEP 13] Fill in OCI destination fields [2026-09-16T16:30:06.944Z] [INFO] [STEP 14] Verify submit button is enabled [2026-09-16T16:30:06.974Z] [INFO] [STEP 15] Submit the register and store form [2026-09-16T16:30:07.179Z] [INFO] [STEP 16] Verify transfer job started notification appears [2026-09-16T16:30:07.576Z] [INFO] [STEP 17] Verify transfer job and pod started in the backend [2026-09-16T16:30:07.637Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-transfer-job-662874) [2026-09-16T16:30:08.280Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-16T16:30:08.322Z] [INFO] oc wait stdout: pod/oci-transfer-job-662874-fdfbf condition met [2026-09-16T16:30:08.330Z] [INFO] [STEP 18] Verify navigation away from the registration form ✓ Registers and stores a model to an OCI destination (12232ms) [2026-09-16T16:30:08.653Z] [INFO] Starting 480s timeout for: Registers and stores a model to an OCI destination using URI origin [2026-09-16T16:30:08.661Z] [INFO] Test title: Registers and stores a model to an OCI destination using URI origin [2026-09-16T16:30:08.676Z] [INFO] Test tags: ["@Dashboard","@ModelRegistry","@NonConcurrent","@Smoke","@SmokeSet4"] [2026-09-16T16:30:08.690Z] [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-16T16:30:08.704Z] [INFO] Grep tags: ["@SmokeSet4"] [2026-09-16T16:30:08.747Z] [INFO] [STEP 1] Log into the application [2026-09-16T16:30:08.761Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ [2026-09-16T16:30:08.920Z] [INFO] OAuth login flow detected - completing authentication [2026-09-16T16:30:10.575Z] [INFO] [STEP 2] Navigate to Model Registry [2026-09-16T16:30:10.605Z] [INFO] Navigate to: https://rh-ai.apps.rosa.nmanos-konflux1.durx.p3.openshiftapps.com/ai-hub/models/registry/test-model-registry-662874 [2026-09-16T16:30:11.812Z] [INFO] [STEP 3] Click Register Model button [2026-09-16T16:30:12.121Z] [INFO] [STEP 4] Verify registration mode toggle is visible [2026-09-16T16:30:12.176Z] [INFO] [STEP 5] Toggle to Register and store mode [2026-09-16T16:30:12.335Z] [INFO] [STEP 6] Verify namespace selector appears [2026-09-16T16:30:12.376Z] [INFO] [STEP 7] Select a namespace from the dropdown [2026-09-16T16:30:13.064Z] [INFO] [STEP 8] Verify origin and destination location sections appear [2026-09-16T16:30:13.199Z] [INFO] [STEP 9] Fill in model details [2026-09-16T16:30:15.211Z] [INFO] [STEP 10] Fill in transfer job name [2026-09-16T16:30:15.456Z] [INFO] [STEP 11] Select URI as origin location type and fill in URI [2026-09-16T16:30:16.030Z] [INFO] [STEP 12] Fill in OCI destination fields [2026-09-16T16:30:16.809Z] [INFO] [STEP 13] Verify submit button is enabled [2026-09-16T16:30:16.836Z] [INFO] [STEP 14] Submit the register and store form [2026-09-16T16:30:17.000Z] [INFO] [STEP 15] Verify transfer job started notification appears [2026-09-16T16:30:17.385Z] [INFO] [STEP 16] Verify transfer job and pod started in the backend [2026-09-16T16:30:17.419Z] [INFO] Waiting for model transfer Job pod to be scheduled (job=oci-uri-transfer-job-662874) [2026-09-16T16:30:17.938Z] [INFO] [EXEC] oc wait -n test-register-store-662874 -l job-name=oci-uri-transfer-job-662874 --for=condition=PodScheduled pod --timeout=120s [2026-09-16T16:30:18.001Z] [INFO] oc wait stdout: pod/oci-uri-transfer-job-662874-d274z condition met [2026-09-16T16:30:18.036Z] [INFO] [STEP 17] Verify navigation away from the registration form [2026-09-16T16:30:18.345Z] [INFO] [STEP 18] Navigate away from model registry before cleanup [2026-09-16T16:30:18.579Z] [INFO] [STEP 19] Clean up registered models from database [2026-09-16T16:30:18.966Z] [INFO] [EXEC] oc get pods -n rhoai-model-registries -o name | grep model-registry-db-662874 | head -1 | cut -d'/' -f2 [2026-09-16T16:30:19.008Z] [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-16T16:30:19.685Z] [INFO] [EXEC] oc exec model-registry-db-662874-57585d784d-8gpgw -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-16T16:30:19.744Z] [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-16T16:30:19.774Z] [INFO] [STEP 20] Delete the model registry [2026-09-16T16:30:19.804Z] [INFO] Deleting model registry test-model-registry-662874 from namespace rhoai-model-registries [2026-09-16T16:30:20.326Z] [INFO] [EXEC] oc delete modelregistry.modelregistry.opendatahub.io test-model-registry-662874 -n rhoai-model-registries --timeout=240s [2026-09-16T16:30:20.330Z] [INFO] [STEP 21] Verify model registry is removed from the backend [2026-09-16T16:30:20.333Z] [INFO] Running command: oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-16T16:30:20.704Z] [INFO] [EXEC] oc get modelregistry.modelregistry.opendatahub.io --all-namespaces | grep test-model-registry-662874 [2026-09-16T16:30:20.734Z] [INFO] [STEP 22] Delete the PostgreSQL database [2026-09-16T16:30:20.761Z] [INFO] Deleting PostgreSQL database 'model-registry-db-662874' from namespace rhoai-model-registries [2026-09-16T16:30:21.084Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-16T16:30:21.117Z] [INFO] PostgreSQL database 'model-registry-db-662874' exists, proceeding with deletion... [2026-09-16T16:30:22.891Z] [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-16T16:30:22.899Z] [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-16T16:30:23.205Z] [INFO] [EXEC] oc get deployment model-registry-db-662874 -n rhoai-model-registries [2026-09-16T16:30:23.266Z] [INFO] PostgreSQL database 'model-registry-db-662874' successfully deleted after 1 attempts [2026-09-16T16:30:23.297Z] [INFO] [STEP 23] Delete the test project [2026-09-16T16:30:23.678Z] [INFO] [EXEC] oc delete project test-register-store-662874 --wait=false --ignore-not-found ✓ Registers and stores a model to an OCI destination using URI origin (9607ms) 2 passing (2m) 2 pending [mochawesome] Report JSON saved to /workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/.jsons/mochawesome_001.json (Results) ┌────────────────────────────────────────────────────────────────────────────────────────────────┐ │ Tests: 4 │ │ Passing: 2 │ │ Failing: 0 │ │ Pending: 2 │ │ Skipped: 0 │ │ Screenshots: 0 │ │ Video: false │ │ Duration: 1 minute, 49 seconds │ │ Spec Ran: modelRegistry/testRegisterModel.cy.ts │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ──────────────────────────────────────────────────────────────────────────────────────────────────── Running: pipelines/createRunDeletePipelineCustomPipMirror.cy.ts (3 of 5) [2026-09-16T16:30:28.135Z] [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-16T16:30:28.147Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (78ms) 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-16T16:30:31.780Z] [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-16T16:30:31.798Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (94ms) 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-16T16:30:35.415Z] [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-16T16:30:35.430Z] [INFO] No tests were executed. Skipping soft assertions. 0 passing (89ms) 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" Media folder "/workspace/tests-shared/tests-payload/results/SmokeSet4/e2e/screenshots" not found, nothing to copy 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 03:48 3 3 - - - │ │ ry.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ modelRegistry/testRegisterModel.cy. 01:49 4 2 - 2 - │ │ ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/createRunDeletePipelineCu 82ms 1 - - 1 - │ │ stomPipMirror.cy.ts │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/pipelines.cy.ts 99ms 1 - - 1 - │ ├────────────────────────────────────────────────────────────────────────────────────────────────┤ │ ✔ pipelines/testSchedulePipeline.cy.t 93ms 1 - - 1 - │ │ s │ └────────────────────────────────────────────────────────────────────────────────────────────────┘ ✔ All specs passed! 05:38 10 5 - 5 -