Opened 2 years ago

Closed 2 years ago

#5062 closed defect (fixed)

check_test_enabled is disabled

Reported by: strk Owned by: strk
Priority: medium Milestone: PostGIS 3.2.1
Component: build Version: 3.2.x
Keywords: Cc: pramsey

Description

Since commit [11dc1c60d8dbf5e534d1d32b1731038d92bf2be2/git] and now that I run it manually it found problems:

The following tests are available but not enabled in:
- topology/test/tests.mk:
  topology/test/regress/topogeometry_srid
  topology/test/regress/findlayer
  topology/test/regress/st_removeisoedge

Paul: how about filing a ticket for that MacOS issue ?

Change History (4)

comment:2 by Sandro Santilli <strk@…>, 2 years ago

In bc537823/git:

Enable tests found disabled by make check_test_enabled

CI was not catching this because the test was disabled
in commit 11dc1c60d8dbf5e534d1d32b1731038d92bf2be2
see #5062

comment:3 by Sandro Santilli <strk@…>, 2 years ago

In 8828402/git:

Enable tests found disabled by make check_test_enabled

CI was not catching this because the test was disabled
in commit 11dc1c60d8dbf5e534d1d32b1731038d92bf2be2
see #5062

comment:4 by strk, 2 years ago

Milestone: PostGIS 3.3.0PostGIS 3.2.1
Version: master3.2.x

comment:5 by Sandro Santilli <strk@…>, 2 years ago

Resolution: fixed
Status: newclosed

In 6ab30ba/git:

Enable check-tests-enabled test on "make check"

Closes #5062

Note: See TracTickets for help on using tickets.