chore: add new test structure for pluginDivisionMode: schema - #4288
Conversation
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
PR Reviewer Guide 🔍(Review updated until commit 4a2e099)Here are some key observations to aid the review process:
|
Review Summary by QodoAdd E2E tests for pluginDivisionMode schema mode verification with enhanced Kubernetes diagnostics
WalkthroughsDescription• Adds comprehensive E2E test suites for verifying pluginDivisionMode: schema configuration on both OpenShift Operator and Helm chart deployments • Tests cover database setup, PostgreSQL connectivity, schema creation, and RHDH accessibility with detailed error handling and diagnostics • Enhances PostgreSQL credentials configuration with database parameter support for setting POSTGRES_DB environment variable • Improves Kubernetes client with advanced diagnostics capabilities including pod command execution, container logs, pod events, and replica set status logging • Adds comprehensive documentation for schema mode E2E test setup and execution • Registers new test files in Playwright configuration File Changes1. e2e-tests/playwright/e2e/plugin-division-mode-schema/verify-schema-mode-operator.spec.ts
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||||||||||
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days. |
…ere created], [Verify pluginDivisionMode: schema › Verify no separate plugin databases], and [Verify pluginDivisionMode: schema › Verify RHDH is accessible] Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
The container image build workflow finished with status: |
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
The container image build workflow finished with status: |
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
The container image build workflow finished with status: |
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
The container image build workflow finished with status: |
Signed-off-by: Fortune-Ndlovu <fndlovu@redhat.com>
|
/test e2e-ocp-helm-nightly |
|
The container image build workflow finished with status: |
|
/test e2e-ocp-operator-auth-providers-nightly |
|
I'll wait for the auth-providers job to run, just to make sure it's not affected by the changes in the shared functions. But it's looking great, and I'll approve right after that! |
|
/retest |
|
@Fortune-Ndlovu: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/override |
|
@Fortune-Ndlovu: /override requires failed status contexts to operate on, but none was given DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/override ci/prow/e2e-ocp-helm-nightly |
|
@Fortune-Ndlovu: Fortune-Ndlovu unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
48954ea
into
redhat-developer:main



Description
This PR adds nightly E2E tests for
pluginDivisionMode: schemaon OCP Helm deploymentsWhich issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer