#677 copr-dist-git fails to build against rawhide
Closed 4 years ago by praiskup. Opened 4 years ago by praiskup.

self = <test_crazy_merging.TestMerging object at 0x7fbe1e60e978>
initial_commit_everywhere = (('/tmp/tmpxxrnzemu/git_repos/bob/blah/quick-package', ['f20', 'epel7', 'el6', 'fedora/26', 'rhel-7'], ['el6', 'fedora...']), <test_crazy_merging.opts_basic.<locals>._ object at 0x7fbe1e6325c0>, '5f2b36115c3a17fae0808379bd7ab849cc09b3ea\n')
mc_setup_git_repo = <MagicMock name='setup_git_repo' id='140454530328056'>
mc_grp_getgrnam = <MagicMock name='getgrnam' id='140454530099296'>

    def test_merged_everything(self, initial_commit_everywhere, mc_setup_git_repo, mc_grp_getgrnam):
        branches, opts, v1_hash = initial_commit_everywhere
        origin, all_branches, middle_branches, border_branches = branches

        result = self.commit_to_branches(border_branches, opts, 2)
        v2_hash = compare_branches(border_branches, origin, result_hash=result)
        unchanged = compare_branches(middle_branches, origin)
        assert unchanged == v1_hash
>       assert v2_hash != v1_hash
E       AssertionError: assert '5f2b36115c3a17fae0808379bd7ab849cc09b3ea\n' != '5f2b36115c3a17fae0808379bd7ab849cc09b3ea\n'
...

Metadata Update from @praiskup:
- Issue untagged with: release-blocker

4 years ago

IOW, we have to live with the fact that the package won't be (for a while) buildable against Rawhide.

Metadata Update from @praiskup:
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata