Page MenuHomePhabricator

Test Backported Pingback
Closed, ResolvedPublic

Description

  • Test that the pingback actually happens? Make best effort to do so

Event Timeline

toan renamed this task from Test Pingback to Test Backported Pingback.Mar 1 2021, 11:53 AM
toan created this task.

Change 667828 had a related patch set uploaded (by Tobias Andersson; owner: Tobias Andersson):
[mediawiki/extensions/Wikibase@master] pingback: move host to setting

https://gerrit.wikimedia.org/r/667828

The first gerrit patch is moving the beacon host to settings rather than hardcode it for testing that it works in the pipeline. this needs to be merged into master / REL1_35 before this would work.

https://github.com/wmde/wikibase-release-pipeline/pull/81 - adds test that intercepts the message and checks the database

Also added WIKIBASE_PINGBACK env variable for the docker image for easier access to users.

Change 667828 merged by jenkins-bot:
[mediawiki/extensions/Wikibase@master] pingback: move host to setting

https://gerrit.wikimedia.org/r/667828

Tested and works (tested both the after-install pingback, and the after-30-days pingback). Test added is also nice addition.