Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 294925

Random failure in SchemaTest::testSchemaChangePrimaryKey with order of composite primary key

$
0
0

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

Viewing all articles
Browse latest Browse all 294925

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>