Page MenuHomePhabricator

Setup a test-system for backported build
Closed, ResolvedPublic

Description

  • Verification that Federated Properties 1.35 works as intended for users should be able to be done in some kind of test system.

Event Timeline

maybe re-use this? https://wikidata-federated-properties.wmflabs.org

currently seems filled with trash from docker and is not working.

It is currently deployed from build 642502716 using this repo https://github.com/toban/wb-docker

last commit does not contain the release notes but all the backporting is in there.

executed like this

./startup.sh

using my personal dockerhub images

WIKIBASE_IMAGE_NAME=toanwmde/wikibase:1.35.0-wmde.1
QUERYSERVICE_IMAGE_NAME=toanwmde/wdqs:0.3.40-wmde.1
QUERYSERVICE_UI_IMAGE_NAME=toanwmde/wdqs-frontend:wmde.1
ELASTICSEARCH_IMAGE_NAME=toanwmde/elasticsearch:6.5.4-wmde.1
WIKIBASE_BUNDLE_IMAGE_NAME=toanwmde/wikibase-bundle:1.35.0-wmde.1
QUICKSTATEMENTS_IMAGE_NAME=toanwmde/quickstatements:wmde.1

for testing failed requests for fedprops X-FedProps-SourceApiResponse headers set to 404 should work

wikibase -> https://wikibase-product-testing.wmflabs.org
queryservice ui -> https://wikibase-query-testing.wmflabs.org
quickstatements -> https://wikibase-qs-testing.wmflabs.org

Ok so this wb-docker thing has now been moved into a proposed PR -> https://github.com/wmde/wikibase-release-pipeline/pull/117/

Ok yay!

@Samantha_Alipio_WMDE

All the backports are in the new images are published to my wmde dockerhub account.

bundled fedprops version (only wikibase):
https://wikibase-fedprops-product-testing.wmflabs.org/wiki/Special:ListProperties

The full suite
wikibase -> https://wikibase-product-testing.wmflabs.org
queryservice ui -> https://wikibase-query-testing.wmflabs.org
quickstatements -> https://wikibase-qs-testing.wmflabs.org

Is there any engineering peer review work left here?

Query service, was non being updated and the updater was in crash backoff loop. I repaired by removing the volume and restarting. Seems to be working now

I'm struggling to alter labels with QS (creating new items with a label is working fine.

I get an error in the QS UI. Obviously I now need to dig into the logs and figure out why

Another thing we probably want to change is the WIKIBASE_HOST

Looks like this task has made it to a successful conclusion, thanks!