Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-34737

[CI-Watcher] pipeline-ci.feature integration tests if flaking

XMLWordPrintable

    • No
    • Rejected
    • False
    • Hide

      None

      Show
      None

      pipeline-ci.feature integration tests if flaking sporadically for both console and console operator repositories.

        Running:  pipeline-ci.feature                                                             (1 of 1)
      [44967:0531/101125.324181:ERROR:zygote_host_impl_linux.cc(263)] Failed to adjust OOM score of renderer with pid 45335: Permission denied (13)
      Couldn't determine Mocha version
      
      
        Logging in as kubeadmin
            Installing operator: "Red Hat OpenShift Pipelines"
        1) "before all" hook for "Background Steps"
            Deleting "" namespace
      
        0 passing (16s)
        1 failing
      
        1) Entire pipeline flow from Builder page
             "before all" hook for "Background Steps":
           CypressError: `cy.type()` failed because the page updated as a result of this command, but you tried to continue the command chain. The subject is no longer attached to the DOM, and Cypress cannot requery the page after commands such as `cy.type()`.
      
      Common situations why this happens:
        - Your JS framework re-rendered asynchronously
        - Your app code reacted to an event firing and removed the element
      
      You can typically solve this by breaking up a chain. For example, rewrite:
      
      > `cy.get('button').click().should('have.class', 'active')`
      
      to
      
      > `cy.get('button').as('btn').click()`
      > `cy.get('@btn').should('have.class', 'active')`
      
      https://on.cypress.io/element-has-detached-from-dom
      
      Because this error occurred during a `before all` hook we are skipping all of the remaining tests. 

      console-operator repository search

      console repository search

              spathak Sanket Pathak
              jhadvig@redhat.com Jakub Hadvig
              YaDan Pei YaDan Pei
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: