From f32572987beac35ac5b1a9c1d069334bf8e49d10 Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sun, 3 Jul 2022 22:32:23 +0200 Subject: tests: Specify missing order in test The order of the returned resultset was implicit and up to SQLite, but the order for this test started changing starting with SQLite 3.39.0. Make the order explicit, so that SQLite implementation details don't leak up here. Closes: https://gitlab.gnome.org/GNOME/tracker/-/issues/370 --- tests/core/algebra/filter-scope-1.rq | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/core/algebra/filter-scope-1.rq b/tests/core/algebra/filter-scope-1.rq index 7ee5a24ad..a8cd89ca9 100644 --- a/tests/core/algebra/filter-scope-1.rq +++ b/tests/core/algebra/filter-scope-1.rq @@ -7,3 +7,4 @@ SELECT ?v ?w ?v2 OPTIONAL { :x :p ?v2 FILTER(?v = 1) } } } +ORDER BY ?v ?w ?v2 -- cgit v1.2.1