[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-11-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #11 from Gerrit Notification Bot --- Change 171999 merged by jenkins-bot: Doc: Document problem sorting inserted data https://gerrit.wikimedia.org/r/171999 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 Erik Bernhardson changed: What|Removed |Added Summary|trigger intermittent|Intermittent PHPUnit test

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #4 from Erik Bernhardson --- When AbstractCollection::getAllRevisions() is called it runs a find query with sorting options. On the failed tests these sorting options are not being respected and the revisions are in the wrong order

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #5 from Erik Bernhardson --- Heres a narrower reproduction case: query( 'CREATE TEMP TABLE some_test ( workflow_id binary(11) not null, PRIMARY KEY (workflow_id))' ); $dbw->insert( 'some_test', array( array (

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #6 from Erik Bernhardson --- So it turns out this bug only happens when our UUID's contain a null byte. The full and complete value is returned from a query, but it gets sorted wrong. There is a bugfix in DatabaseSqlite::addQuot

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 Gerrit Notification Bot changed: What|Removed |Added Status|NEW |PATCH_TO_REVIEW -- You are

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #7 from Gerrit Notification Bot --- Change 170356 had a related patch set uploaded by EBernhardson: Fix intermittent test failures on 12.04 https://gerrit.wikimedia.org/r/170356 -- You are receiving this mail because: You are the

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #8 from Gerrit Notification Bot --- Change 170396 had a related patch set uploaded by EBernhardson: Always decode Blob objects from Database::decodeBlob https://gerrit.wikimedia.org/r/170396 -- You are receiving this mail because

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #9 from Gerrit Notification Bot --- Change 170356 merged by jenkins-bot: Fix intermittent test failures on 12.04 https://gerrit.wikimedia.org/r/170356 -- You are receiving this mail because: You are the assignee for the bug. You

[Bug 72367] Intermittent PHPUnit test failures when running RevisionCollectionPermissionsTest and others on 12.04

2014-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=72367 --- Comment #10 from Gerrit Notification Bot --- Change 171999 had a related patch set uploaded by EBernhardson: Doc: Document problem sorting inserted data https://gerrit.wikimedia.org/r/171999 -- You are receiving this mail because: You ar