hw118118 commented on issue #1395: URL: https://github.com/apache/cloudberry/issues/1395#issuecomment-3430325199
> The following are the results when running `make check`: > > ``` > Run Summary: Type Total Ran Passed Failed Inactive > suites 47 47 n/a 0 0 > tests 332 332 331 1 0 > asserts 5391 5391 5390 1 n/a > > Elapsed time = 0.065 seconds > make[2]: *** [Makefile:103: check] Error 1 > make[2]: Leaving directory '/home/gpadmin/postgis/postgis/build/postgis-3.3.2/liblwgeom/cunit' > make[1]: *** [Makefile:216: check-unit] Error 2 > make[1]: Leaving directory '/home/gpadmin/postgis/postgis/build/postgis-3.3.2/liblwgeom' > make: *** [GNUmakefile:24: check-unit] Error 1 > ``` > > ``` > Suite: split > Test: test_lwline_split_by_point_to ...passed > Test: test_lwgeom_split ...FAILED > 1. cu_split.c:136 - ASSERT_STRING_EQUAL > * Expected: SRID=1;GEOMETRYCOLLECTION(LINESTRING(0 1,7 1),LINESTRING(7 1,10 1)) > * Obtained: SRID=1;GEOMETRYCOLLECTION(LINESTRING(7 1,10 1),LINESTRING(0 1,7 1)) > ``` I have fixed it and standardize PostGIS testing: https://github.com/cloudberry-contrib/postgis/pull/10 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
