Failing on PostgreSQL 9.1:
https://www.drupal.org/pift-ci-job/986641
https://www.drupal.org/pift-ci-job/991466
1) Drupal\KernelTests\Core\Database\SchemaTest::testSchemaChangePrimaryKey with data set "composite_primary_key" (array('test_field', 'other_test_field'), array('test_field_renamed', 'other_test_field'))
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 0 => 'test_field_renamed'
- 1 => 'other_test_field'
+ 0 => 'other_test_field'
+ 1 => 'test_field_renamed'
)
/var/www/html/core/tests/Drupal/KernelTests/KernelTestBase.php:1112
/var/www/html/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php:765
2) Drupal\KernelTests\Core\Database\SchemaTest::testSchemaChangePrimaryKey with data set "composite_primary_key_different_order" (array('other_test_field', 'test_field'), array('other_test_field', 'test_field_renamed'))
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 0 => 'other_test_field'
- 1 => 'test_field_renamed'
+ 0 => 'test_field_renamed'
+ 1 => 'other_test_field'
)
/var/www/html/core/tests/Drupal/KernelTests/KernelTestBase.php:1112
/var/www/html/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php:765