This was originally discovered in #2177799: Allow IntegerItem's to be unsigned but was not committed as part of the patch there as it was deemed out of scope.

Problem/Motivation

EntityQueryTest performs queries without a sort() and then performs assertions on the result order.

Proposed resolution

Add appropriate sort() calls.

Remaining tasks

User interface changes

None.

API changes

None.

CommentFileSizeAuthor
entity-query-test-sort.patch1.42 KBtstoeckler
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for splitting this out! :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 8.x. Thanks!

  • Commit d3cb54e on 8.x by webchick:
    Issue #2235111 by tstoeckler: EntityQueryTest is fragile.
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.