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
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

alexpott’s picture

Status: Active » Needs review
FileSize
617 bytes

This is actually broken on MySQL too - but duck typing between MySQL and PHP is preventing us from catching it.

This will fail.

alexpott’s picture

Lol - 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.

dawehner’s picture

Nice.

16:52:19 Insertion failed because database is full: database or disk is full

dawehner’s picture

Status: Needs review » Closed (duplicate)

Someone called "Alexpott" created an issue #2561135: Views.Drupal\views\Tests\Handler\FieldFieldTest fails on postgres and fix it there.