Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-5326

Around 80 designer tests fail when run in Windows environment

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • jBPM 6.5.0.CR1
    • Designer
    • NEW
    • NEW

    Description

      When jbpm-designer tests are run in Windows environment, many of them fail. You can see the list of failing tests attached in a txt file. They fail with this stacktrace [1]. The wrong URI from the stacktrace can be fixed by putting this code into RepositoryBaseTest class:

      protected static final String VFS_REPOSITORY_ROOT =
      System.getProperty("os.name").contains("Windows") ?
      "default:///" + REPOSITORY_ROOT.replace("
      ", "/")
      : "default://" + REPOSITORY_ROOT;

      However this didn't fixed the tests, because many of them still fail at other places. This needs further research. Please let me know if there is a need to help with this. I'm not sure if they test things that shouldn't be run on Windows or so.

      [1] http://pastebin.com/QSPDXsbp

      Attachments

        Issue Links

          Activity

            People

              rhn-support-tsurdilo Tihomir Surdilovic (Inactive)
              tzimanyi@redhat.com Tibor Zimányi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: