Bug
Tobject::all returns topics in different order
Issue description
The regression tests for issue 9730 fail. The failing asserts are unrelated to the core of the issue. When checking back what data was imported by a tabular table import, by iteration over the creating instances of a specific topic type, the first and last topics are checked in detail. But the last topic is now different than it was before which indicates a subtle change in the recent os update from bookworm to trixie, where mariadb was changed from version 10 to 11. In this change there was most likely a fundamental change in how a non-ordered query returns the rows.
Developer comments
In theory this could be avoided by ordering by id. But this does slow things down and Topincs does not really commit to any specific order when getting tobjects, therefore only the test was adjusted.
|
|
We are sorry
This page cannot be displayed in your browser. Use Firefox, Opera, Safari, or Chrome instead.