Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-9799

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium 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.

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

              Created:
              Updated:
              Resolved: