Opened 3 years ago

Closed 3 years ago

#4878 closed defect (worksforme)

check_tests_enabled files in parallel make

Reported by: pramsey Owned by: strk
Priority: high Milestone: PostGIS 3.2.0
Component: postgis Version: master
Keywords: Cc:

Description

After build, running the tests, use

make -j2 check

to get a parallel build of the tests, and see a failure

utils/check_tests_enabled.sh
The following tests are available but not enabled in:
- topology/test/tests.mk:
  topology/test/regress/droptopogeometrycolumn
  topology/test/regress/topogeom_addtopogeom
  topology/test/regress/addedge

using -j1 the check proceeds as usual.

Change History (1)

comment:1 by pramsey, 3 years ago

Resolution: worksforme
Status: assignedclosed

Not sure if something changed, but I cannot dupe.

Note: See TracTickets for help on using tickets.