Skip to content

Added nooba default bucket existence check#69

Open
HaruChebrolu wants to merge 1 commit intored-hat-storage:masterfrom
HaruChebrolu:AC001
Open

Added nooba default bucket existence check#69
HaruChebrolu wants to merge 1 commit intored-hat-storage:masterfrom
HaruChebrolu:AC001

Conversation

@HaruChebrolu
Copy link

Added a check for nooba-default-bucket-class existence as a prerequisite to create a DataSource in Data Federation.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 3, 2022

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: HaruChebrolu
Once this PR has been reviewed and has the lgtm label, please assign cloudbehl for approval by writing /assign @cloudbehl in a comment. For more information see:The Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Aug 3, 2022

@HaruChebrolu: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/mcg-ms-console-e2e-aws c509fea link true /test mcg-ms-console-e2e-aws

Full PR test history. Your PR dashboard.

Details

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/test-infra repository. I understand the commands that are listed here.

cy.byLegacyTestID('horizontal-link-Buckets').click();
cy.byTestRows('resource-row').each(($el) => {
cy.wrap($el).within(() => {
/* eslint-disable cypress/require-data-selectors */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO it would be better to add the appropriate data selector than disabling the lint rule.

@alfonsomthd
Copy link
Contributor

@HaruChebrolu The Ci job failed with:
1) data source creation "before all" hook for "creates a data source having AWS as the provider": AssertionError: Timed out retrying after 30000ms: expected '<td#name>' to contain 'nooba-default-bucket-class'

cy.byTestRows('resource-row').each(($el) => {
cy.wrap($el).within(() => {
/* eslint-disable cypress/require-data-selectors */
cy.get('td')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use cy.byTestRows. we have this tag already data-test-rows="resource-row"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants