EntityQueryTest fails currently with PostgreSQL as database backend.
Failing test is EntityQueryTest::testSort(). The problem is the way that fields with the value NULL are sorted. MySQL default behavior, the behavior expected by Drupal, is to sort NULL first when in ascending order and last in descending order per its documentation.
Update the postgreSQL Select::orderBy() method, so that ascending orderby's order NULL values first and descending orderby's order NULL values last.
Write patch.
(Maybe) Create a follow-up feature request to support arbitrary NULL sorting for 8.1.x or 9.0.x???
None.
None.
Fixed
8.0 ⚰️
Particularly affects sites running on the PostgreSQL database.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.