Opened 4 days ago
Closed 3 days ago
#5869 closed defect (fixed)
woodie failing on regress index
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.6.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description ¶
Woodie has been failing on this for both pg12 and pg17 runs.
Haven't figured out what changed. I tried rerunning to see if it was a fluke but still an issue. Woodie seems to be the only ci failing
regress/core/regress_index .. failed (diff expected obtained: /tmp/pgis_reg/test_54_diff) ----------------------------------------------------------------------------- --- /woodpecker/src/git.osgeo.org/gitea/postgis/postgis/regress/core/regress_index_expected 2025-03-20 21:36:47.291191428 +0000 +++ /tmp/pgis_reg/test_54_out 2025-03-20 21:57:33.691533418 +0000 @@ -10,6 +10,10 @@ 27373|POINT(125.017705 130.219927) 33863|POINT(131.608071 127.468328) 45851|POINT(130.986464 132.890625) +WARNING: nonstandard use of escape in a string literal at character 389 +WARNING: nonstandard use of escape in a string literal at character 389 +WARNING: nonstandard use of escape in a string literal at character 293 +WARNING: nonstandard use of escape in a string literal at character 28 &&|1|5+-5:true &&|2|912+-60:true &&|3|12505+-500:true -----------------------------------------------------------------------------
Change History (2)
comment:1 by , 4 days ago
Component: | QA/buildbots → postgis |
---|---|
Owner: | changed from | to
Note:
See TracTickets
for help on using tickets.
oh wait this might be my fault. Just remembered I had changed this test to fix PG18 failing cause they introduced decimals in row count and I think woodie might be the only bot testing escape string postgres config settings. So I'll fix this test.