Commit 0fe5817
committed
fix(ci): Use port 5001 for go-libsql embedded replica tests
The embedded replica tests use gRPC protocol, which runs on port 5001.
The original CI was using port 8080 (HTTP/Hrana), which doesn't support
native gRPC (only gRPC-Web over HTTP/1.1).
This fixes the 'Timeout performing handshake with primary' error in the
golang-bindings CI job.1 parent ad80427 commit 0fe5817
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
0 commit comments