Bamboo is storing git warnings in the commit_files table as file names

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 12.1.0
    • Affects Version/s: 11.0.5
    • Component/s: Builds
    • None
    • 1
    • Severity 3 - Minor
    • 1

      Issue Summary

      Bamboo is storing git warnings in the commit_files table as the file name

      SELECT * FROM commit_files WHERE commit_file_name like 'warning: %';
      
      "137941XXX","warning: you may want to set your diff.renameLimit variable to at least < some value> and retry the command.","<commit hash>"
      "137941XXX","warning: you may want to set your diff.renameLimit variable to at least <some value> and retry the command.","<commit hash>"
      
      

      Steps to Reproduce

      • Not reproducible as yet. Having lower diff.renameLimit and merge.renameLimit git values and a large commit didn't help.

      Expected Results

      • The commit_file_name column should not store git warnings or messages as file names.

      Actual Results

      • The table has some git warnings stored as file names.

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available

            Assignee:
            Alina-Maria Beg
            Reporter:
            Joel Mwangi
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: