Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-570

Repositories cloned by rest disappear randomly

XMLWordPrintable

    • ER1
    • ER2
    • Hide

      Here are (bash) commands to reproduce this locally by running QE test suite:

      git clone git@github.com:jboss-integration/bxms-qe-tests.git
      
      cd bxms-qe-tests
      
      # create build.properties with parameters for tests (mandatory)
      cat << EOF > build.properties
      web.context-root=business-central
      browser=chrome
      repo.indexing.timeout=60
      EOF
      
      # run one randomly selected UI test
      mvn clean verify -Pkie-wb,RHBA,eap7,kie-wb-community -Dkie-wb-artifact-id=kie-wb -Dit.test=DataModelerTest
      
      Show
      Here are (bash) commands to reproduce this locally by running QE test suite: git clone git@github.com:jboss-integration/bxms-qe-tests.git cd bxms-qe-tests # create build.properties with parameters for tests (mandatory) cat << EOF > build.properties web.context-root=business-central browser=chrome repo.indexing.timeout=60 EOF # run one randomly selected UI test mvn clean verify -Pkie-wb,RHBA,eap7,kie-wb-community -Dkie-wb-artifact-id=kie-wb -Dit.test=DataModelerTest

      ... this leads to Error message appearing after entering library perspective ""Unable to complete your request. The following exception occurred: No filesystem for uri (default://master@bpms/console/) found""

      This is breaking most UI tests which rely on Pages perspective.

      We're using cargo-maven-plugin to enable running tests with 7.7.0-SNAPSHOT kie-wb, so it should be pretty easy for you to run it locally. I selected one random test which you can run. The choice of test doesn't matter - the important is the setup which runs before the tests (creation of git repos and cloning them to workbench via rest).

      If I run this repeatedly (that last mvn command -be patient - cloning those 21 projects takes ~ 1-2 minutes before tests), it fails with error "Unable to complete your request. The following exception occurred: No filesystem for uri (default://master@bpms/console/) found". Which repo is deleted seems to be random.

            eignatow Eder Ignatowicz
            jhrcek Jan Hrcek (Inactive)
            Jan Hrcek Jan Hrcek (Inactive)
            Jan Hrcek Jan Hrcek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: