Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#4033 closed enhancement (fixed)

Broken test with PG11

Reported by: Algunenano Owned by: Algunenano
Priority: medium Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

PG has changed how some queries behave internally and some tests are failing as because order isn't enforced.

Failing currently:

  • regress/tickets
  • topology/test/regress/st_remedgenewface
  • topology/test/regress/st_remedgemodface

Change History (2)

comment:1 by Raul Marin, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16453:

PG11: Force order in failing test

Closes #4033
Closes #https://github.com/postgis/postgis/pull/229

comment:2 by Raul Marin, 6 years ago

I haven't been able to reproduce the issue in the topology tests again. I'll keep an eye since it's possible that it depends on parallelization and how it's handled by the planner.

Note: See TracTickets for help on using tickets.