https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
Bug ID: 67663 Summary: unsigned comments cause travis build breakage Product: Pywikibot Version: core (2.0) Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: archivebot.py Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: jayvdb@gmail.com Web browser: --- Mobile Platform: ---
When a section ends with an unsigned comment, on one of Xqt's talk pages, the archivebot tests fail
https://travis-ci.org/wikimedia/pywikibot-core/jobs/29181593
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
--- Comment #1 from John Mark Vandenberg jayvdb@gmail.com --- This one has hit again: https://travis-ci.org/wikimedia/pywikibot-core/jobs/30901634
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
Amir Ladsgroup ladsgroup@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal CC| |ladsgroup@gmail.com
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
--- Comment #2 from John Mark Vandenberg jayvdb@gmail.com --- Previously the error was
====================================================================== FAIL: test_wikipedia_de (tests.archivebot_tests.TestArchiveBot) Test archivebot for one site ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/wikimedia/pywikibot-core/tests/archivebot_tests.py", line 63, in test_archivebot self.assertTrue(isinstance(thread.timestamp, datetime)) AssertionError: False is not true
that line of test code has changed slightly, and the error is now:
====================================================================== FAIL: test_archivebot_de (tests.archivebot_tests.TestArchiveBot) Test archivebot for one site on wikipedia:de ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/wikimedia/pywikibot-core/tests/aspects.py", line 243, in wrapped_method func(self, key) File "/home/travis/build/wikimedia/pywikibot-core/tests/archivebot_tests.py", line 68, in test_archivebot self.assertIsInstance(thread.timestamp, datetime) AssertionError: None is not an instance of <type 'datetime.datetime'>
https://travis-ci.org/wikimedia/pywikibot-core/jobs/35365726
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
--- Comment #3 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 160513 had a related patch set uploaded by John Vandenberg: Remove test dependency on sigs on de:user_talk:xqt
https://gerrit.wikimedia.org/r/160513
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
Gerrit Notification Bot gerritadmin@wikimedia.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |PATCH_TO_REVIEW
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
--- Comment #4 from Gerrit Notification Bot gerritadmin@wikimedia.org --- Change 160513 merged by jenkins-bot: Remove test dependency on sigs on de:user_talk:xqt
https://gerrit.wikimedia.org/r/160513
https://bugzilla.wikimedia.org/show_bug.cgi?id=67663
John Mark Vandenberg jayvdb@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW
--- Comment #5 from John Mark Vandenberg jayvdb@gmail.com --- We have a partial workaround only
pywikipedia-bugs@lists.wikimedia.org