Commit 5e63068
committed
packaging: fix macOS smoke-test Scylla address (scylladb#463)
## Summary
- publish Scylla shard-aware CQL port 19042 in the packaging smoke-test
compose file
- set `--broadcast-rpc-address 127.0.0.1` so the host-side smoke app
uses a host-reachable address on macOS Docker/Colima
## Reason
The macOS package job runs the smoke app on the host while Scylla runs
inside a Docker/Colima VM. With the Rust driver bump, the driver can use
the RPC address advertised by Scylla metadata; without a host-reachable
broadcast RPC address, that can become the compose bridge IP
`172.44.0.2`, which is not routable from the macOS host. Publishing
`19042` also lets shard-aware connections reach the single-node test
instance.
## Testing
- `docker compose -f packaging/smoke-test-app/docker-compose.yml config`
(cherry picked from commit 068bc47)1 parent 2353ee8 commit 5e63068
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
0 commit comments