Working on this right now and making some slow, but steady progress. Test suite is here: https://github.com/Git-Mediawiki/Git-Mediawiki/tree/master/t
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Open | hexmode | T98 MABS: Create working import | ||
Open | hexmode | T298 MABS: make test harness work with docker |
Event Timeline
Comment Actions
Also spent some time yesterday looking at the bugs for MediaWiki::API which the git backend is based on.
While my I did experience one missed token in 500+ API calls, the problems I saw didn't seem anywhere near as bad as the those of the people on RT.
Also began toying with the official MediaWiki in Docker and learning about docker swarm and docker stack just from what is on that page.
Comment Actions
current problem with tests is t9365-continuing-queries.sh which inserts 500 edits successfully, but then cannot seem to pull them.
Comment Actions
When I looked at this yesterday I saw the following in the logs:
EditPage::importFormData: Form data appears to be incomplete POST DATA: array ( 'summary' => '', 'action' => 'edit', 'text' => 'revision 0...>', 'format' => 'json', 'title' => 'foo', 'token' => '0bb55b96d8345d89e5d816d2c54182a45d3b5d85+\\', )