mirror of https://github.com/citusdata/citus.git
Sometimes in CI our multi_reference_table test fails like this:
```diff
WHERE
colocated_table_test.value_2 = reference_table_test.value_2;
LOG: join order: [ "colocated_table_test" ][ reference join "reference_table_test" ]
value_2
---------
- 1
2
+ 1
(2 rows)
```
Source:
https://app.circleci.com/pipelines/github/citusdata/citus/30223/workflows/ce3ab5db-310f-4e30-ba0b-c3b31927d9b6/jobs/970041
We forgot an ORDER BY in this test.
|
||
|---|---|---|
| .. | ||
| columnar_freezing | ||
| hammerdb | ||
| recovery | ||
| regress | ||