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
CommentFileSizeAuthor
#2 2542124.2.patch1.78 KBalexpott
#1 2542124.1.patch617 bytesalexpott

Comments

alexpott’s picture

Status: Active » Needs review
StatusFileSize
new617 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

StatusFileSize
new1.78 KB

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.