Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

blurb release fails with Reloading xxx isn't reproducable AssertionError #205

Copy link
Copy link
Closed
@ned-deily

Description

@ned-deily
Issue body actions

I ran across this error when creating the recent 3.6.3rc1 and 3.7.0a3 releases. I spent a little bit of time investigating but, due to time constraints, I ignored the problem. After committing the consolidated blurbs for those releases, blurb release no longer fails for those branches. However, the problem still persists for the 2.7 branch which hasn't had a recent release. One way to demonstrate the problem:

# checkout prior to tagging 3.6.3rc1
$ git checkout d9cadc5f597e5966132c9249f6c7ff0ed1eba0cb
$ blurb release 3.6.8
Merging 110 blurbs to "Misc/NEWS.d/3.6.8.rst".
Saving.
Traceback (most recent call last):
  File "/usr/local/bin/blurb", line 11, in <module>
    sys.exit(main())
  File "/home/nad/blurb-venv/lib/python3.6/site-packages/blurb.py", line 1562, in main
    sys.exit(fn(*filtered_args, **kwargs))
  File "/home/nad/blurb-venv/lib/python3.6/site-packages/blurb.py", line 943, in release
    assert blurbs2 == blurbs, "Reloading {} isn't reproducable?!".format(output)
AssertionError: Reloading Misc/NEWS.d/3.6.8.rst isn't reproducable?!

One possible clue: these are the first blurb releases run after a change from Daylight Savings Time.

(Noted in passing: reproducable -> reproducible.)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.