jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/342449 )
Change subject: page_tests.py: Skip testLinks on wsbeta
......................................................................
page_tests.py: Skip testLinks on wsbeta
Language links on beta cluster are not configured properly and are not
suitable for our testing purposes.
Bug: T160308
Change-Id: I050baf2e509496906e5ee1d0aa916c4e488b7d28
---
M tests/page_tests.py
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/tests/page_tests.py b/tests/page_tests.py
index 762bbfa..44b561a 100644
--- a/tests/page_tests.py
+++ b/tests/page_tests.py
@@ -487,8 +487,8 @@
def testLinks(self):
"""Test the different types of links from a page."""
- if self.site.family.name == 'wpbeta':
- raise unittest.SkipTest('Test fails on betawiki; T69931')
+ if self.site.family.name in ('wpbeta', 'wsbeta'):
+ raise unittest.SkipTest('Test fails on betawiki; T69931; T160308')
mainpage = self.get_mainpage()
for p in mainpage.linkedPages():
self.assertIsInstance(p, pywikibot.Page)
--
To view, visit https://gerrit.wikimedia.org/r/342449
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I050baf2e509496906e5ee1d0aa916c4e488b7d28
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Dalba <dalba.wiki(a)gmail.com>
Gerrit-Reviewer: Dalba <dalba.wiki(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Magul <tomasz.magulski(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot <>
jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/342333 )
Change subject: template.py: improve doc
......................................................................
template.py: improve doc
-subst: substitution not available insied <pagelit ... /> tag.
Bug: T151940
Change-Id: I90f403496f95e3479063ae1393981c4c88993296
---
M scripts/template.py
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/scripts/template.py b/scripts/template.py
index 8371e5b..b4bd2aa 100755
--- a/scripts/template.py
+++ b/scripts/template.py
@@ -19,7 +19,8 @@
article. This is done by changing {{...}} or {{msg:...}} into
{{subst:...}}.
Substitution is not available inside <ref>...</ref>,
- <gallery>...</gallery> and <poem>...</poem> tags.
+ <gallery>...</gallery>, <poem>...</poem> and <pagelist ... />
+ tags.
-assubst Replaces the first argument as old template with the second
argument as new template but substitutes it like -subst does.
--
To view, visit https://gerrit.wikimedia.org/r/342333
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I90f403496f95e3479063ae1393981c4c88993296
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Mpaa <mpaa.wiki(a)gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb(a)gmail.com>
Gerrit-Reviewer: Xqt <info(a)gno.de>
Gerrit-Reviewer: jenkins-bot <>
Build Update for wikimedia/pywikibot-core
-------------------------------------
Build: #3908
Status: Errored
Duration: 1 hour, 52 minutes, and 55 seconds
Commit: 60b4a9a (master)
Author: dalba
Message: site_detect_tests.py: Skip tests on ServerError and Timeout
These two error types used to be skipped before 917c7e115e9a8749386ad.
This change brings back that behaviour and removes _retry_few_times
logic which seems unnecessary. We have 13 builds which run these tests
which can be considered some form of _retry_few_times.
Bug: T160268
Change-Id: Ifb3592d565013b9998265993ebe3ae92f0cd78fe
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/1ef3d7419275...60b4a9aa…
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/210239041
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications