kou opened a new issue, #4592: URL: https://github.com/apache/arrow-adbc/issues/4592
### What feature or improvement would you like to see? https://github.com/apache/arrow-adbc/blob/3b3f123a74c767845e83e559bb889d1fa7d7616b/go/adbc/driver/flightsql/example_usage_test.go#L129 always uses `localhost:8080`. If `8080` is already used by another process, `dev/release/verify-release-candidate.sh` will fail: ```text === RUN Example 2026/07/24 02:14:35 listen tcp 127.0.0.1:8080: bind: address already in use FAIL github.com/apache/arrow-adbc/go/adbc/driver/flightsql 16.778s ``` Can we use a free port or skip the test if 8080 is already used? -- 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]
