Drupal test run
---------------
Tests to be run:
- Drupal\views\Tests\Handler\FieldFieldTest
Test run started:
Wednesday, July 29, 2015 - 15:20
Test summary
------------
Drupal\views\Tests\Handler\FieldFieldTest 204 passes 1 fails
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2542124.2.patch | 1.78 KB | alexpott |
| #1 | 2542124.1.patch | 617 bytes | alexpott |
Comments
Comment #1
alexpottThis is actually broken on MySQL too - but duck typing between MySQL and PHP is preventing us from catching it.
This will fail.
Comment #2
alexpottLol - it's broken when you add a sort to the view. The follow patch passes on MySQL, sqlite, and Postgres. The view that is changed in this patch is only used in this test.
Comment #3
dawehnerNice.
Comment #4
dawehnerSomeone called "Alexpott" created an issue #2561135: Views.Drupal\views\Tests\Handler\FieldFieldTest fails on postgres and fix it there.