This issue is part of #2157455: [Meta] Make Drupal 8 work with PostgreSQL or remove support from core before release.

Currently there is one or more fail or exception in the book test group identified by the new docker based testbot that need to be fixed to make PostgreSQL finally passing all tests. Command in use:

sudo DCI_DBTYPE='pgsql' \
DCI_DBVER='9.1' \
DCI_PHPVERSION='5.5' \
DCI_CONCURRENCY='4' \
DCI_TESTGROUPS='book' \
DCI_DRUPALBRANCH='8.0.x' \
DCI_VERBOSE='true' \
DCI_UPDATEREPO='true' \
./containers/web/run.sh
CommentFileSizeAuthor
book_group_tests.txt8.19 KBbzrudi71

Comments

bzrudi71’s picture

Status: Active » Closed (fixed)

Nice! This one is automagically fixed by latest updates in HEAD :-)

Drupal test run
---------------

Tests to be run:
  - Drupal\book\Tests\BookTest
  - Drupal\book\Tests\BookUninstallTest

Test run started:
  Friday, January 16, 2015 - 10:37

Test summary
------------

Drupal\book\Tests\BookUninstallTest                           17 passes                                      
Drupal\book\Tests\BookTest                                   1039 passes