Scripting Console: Commands like "cleanProject" timeout for GIT projects when GIT label decorations are enabled

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium

      When project commands like "cleanProject" are used for GIT projects, the command appears to be executed successfully but does not return immediately and eventually times out. This only happens when the label decorations for GIT is enabled and the project name accounts for the label decoration. For example, for a dirty GIT project, there is a preceding ">" icon before the project name that needs to be accounted for:

      js:> cleanProject("> projectName")

      This will successfully clean the projectName project but the command will hang and eventually timeout.

      If label decorations for GIT is simply disabled so that there is no preceding ">" icon to account for, then the below command works fine:

      js:> cleanProject("projectName")

      This will also successfully clean the projectName project but the command will return immediately as expected.

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-2305 - Scripting Console: Commands like "c...
                SYNCHRONIZED
                • Last Sync Date: