Hello,
I have added a new continuous integration job to check our postgres support. This is exactly the same job as MediaWiki-phpunit, only the database backend change.
The link is: https://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/
As of now, there are two tests failing.
On Thu, 12 Jan 2012 16:17:00 +0100, Antoine Musso wrote:
Hello,
I have added a new continuous integration job to check our postgres support. This is exactly the same job as MediaWiki-phpunit, only the database backend change.
The link is: https://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/
As of now, there are two tests failing.
Excellent. Thank you for this.
On Thu, Jan 12, 2012 at 7:17 AM, Antoine Musso hashar+wmf@free.fr wrote:
I have added a new continuous integration job to check our postgres support. This is exactly the same job as MediaWiki-phpunit, only the database backend change.
The link is: https://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/
Awesome! This'll be a big help in protecting against some common regressions.
-- brion
On Thu, 12 Jan 2012 16:17:00 +0100, Antoine Musso wrote:
Hello,
I have added a new continuous integration job to check our postgres support. This is exactly the same job as MediaWiki-phpunit, only the database backend change.
The link is: https://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/
As of now, there are two tests failing.
While I am grateful for the inclusion of a postgres backend in the integration tests, I just ran make safe on MW 108734 and got 1 error, 25 failures and 12 incomplete tests. Any idea why the local run has different results that the automated run?
I have attached the most recent run output to bug 33663.
On Thu, 12 Jan 2012 17:59:09 +0000, Dan Nessett wrote:
On Thu, 12 Jan 2012 16:17:00 +0100, Antoine Musso wrote:
Hello,
I have added a new continuous integration job to check our postgres support. This is exactly the same job as MediaWiki-phpunit, only the database backend change.
The link is: https://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/
As of now, there are two tests failing.
While I am grateful for the inclusion of a postgres backend in the integration tests, I just ran make safe on MW 108734 and got 1 error, 25 failures and 12 incomplete tests. Any idea why the local run has different results that the automated run?
I have attached the most recent run output to bug 33663.
Sorry, my mistake. I forgot to run update. After doing so, I also get only 2 failures.
On Thu, Jan 12, 2012 at 12:46 PM, Antoine Musso hashar+wmf@free.fr wrote:
Dan Nessett wrote:
Sorry, my mistake. I forgot to run update. After doing so, I also get only 2 failures.
Good to know your previous issues were solved :-) Now we need people to correct the last 2 ones :b
One should be fixed[1], not sure on why the JobQueue related issue is still broken. Only reason I can think of is it's not pulling from the right table, or the job isn't being inserted correctly.
1 - https://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/7/
On Thu, 12 Jan 2012 16:17:00 +0100, Antoine Musso wrote:
Hello,
I have added a new continuous integration job to check our postgres support. This is exactly the same job as MediaWiki-phpunit, only the database backend change.
The link is: https://integration.mediawiki.org/ci/job/MediaWiki-postgres-phpunit/
As of now, there are two tests failing.
I ran the JS tests for the following configuration and got 8 failures. How should I report the problems (e.g., dump the html into a file and attach it to a bug report?)
Configuration:
OS: CentOS 5.7 MW revision: 108821 PHP: 5.3.3 PHPUnit: 3.6.7 DB: Postgres 8.3.9
wikitech-l@lists.wikimedia.org