Skip to content
Snippets Groups Projects
Commit 8fad63d4 authored by Morton Jonuschat's avatar Morton Jonuschat
Browse files

[BUGFIX] Remove indeterministic test ensureCorrectPostOrderingByCategoryTitle

The test only works on MySQL with disabled SQL MODE ONLY_FULL_GROUP_BY.
All standard conformant database setups fail this test as the result of
the query is not deterministic due to GROUP BY being evaluated before
ORDER BY.

Change-Id: Ib6d4599e0f5682e8b72971d0f35ef00cfa8d3e6a
Resolves: #80014
Releases: master, 7.6
Reviewed-on: https://review.typo3.org/51844


Reviewed-by: default avatarThomas Hohn <thomas@hohn.dk>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarJohannes Goslar <jogo@kronberger-spiele.de>
Tested-by: default avatarJohannes Goslar <jogo@kronberger-spiele.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
Tested-by: default avatarMorton Jonuschat <m.jonuschat@mojocode.de>
parent 6d546983
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment