PHPunit Test failed to complete; Error: PHPUnit 7.5.20 by Sebastian Bergmann and contributors.
Testing Drupal\KernelTests\Core\Database\RegressionTest ...F 4 / 4 (100%)
Time: 20.23 seconds, Memory: 8.00 MB
There was 1 failure:
1) Drupal\KernelTests\Core\Database\RegressionTest::testDBIndexExists
Returns false for nonexistent index.
Failed asserting that true is identical to false.
/core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php:59
FAILURES!
Tests: 4, Assertions: 7, Failures: 1.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | memsql-regression_test-3112840-3-D8.patch | 786 bytes | sinn |
Comments
Comment #2
sinn commentedSHOW INDEX in MemSQL has to support WHERE (https://docs.memsql.com/v7.0/reference/sql-reference/show-commands/show-...) but looks like it doesn't work.
Comment #3
sinn commentedPatch has been attached.
Comment #5
sinn commented