Revanth14 commented on code in PR #1505:
URL: https://github.com/apache/iceberg-go/pull/1505#discussion_r3781093635


##########
Makefile:
##########
@@ -67,7 +67,7 @@ integration-io:
        go test -tags=integration -v ./io/...
 
 integration-rest:
-       go test -tags=integration -v -run="^TestRestIntegration$$" 
./catalog/rest
+       RUN_INTEGRATION_TESTS=1 go test -tags=integration -v 
-run="^TestRestIntegration$$" ./catalog/rest

Review Comment:
   Good point, agreed. I moved the Java scan-planning tests into a separate 
`integration-rest-scan-planning` target and scoped `RUN_INTEGRATION_TESTS=1` to 
that target. `integration-rest` remains on the stable REST/conformance path.
   
   I also separated the scan-planning fixture onto port `8182` so it doesn’t 
affect the released REST fixture. Thanks!



-- 
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]

Reply via email to