Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-1288

narayana.sh doesn't tollerate situation where existing JBossAS clone is on 'no branch'

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 4.17.1, 5.0.0.M2
    • None
    • Build System
    • None

    Description

      If the previous run needed to resolve a conflict, the branch will be left in a state where the rebase was not completed and thus on "no branch".

      I think the safest thing to do would be to attempt to "git rebase --abort" before calling "checkout 5_BRANCH". This is because a previous test run could have failed to rebase, and you don't want it to affect subsequent tests.

      Alternatively, we could finish the rebase, by, doing a "git add" of the change and then a "git rebase --continue", but this may be harder to get right. Also, it doesn't solve the problem where this can go wrong, leaving the workspace in an un-recoverable state.

      Attachments

        Activity

          People

            paul.robinson@redhat.com Paul Robinson
            paul.robinson@redhat.com Paul Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: