Integration Tests / integration-test (push) Failing after 1m15s
* Adjust connection strings in integration tests for consistency * Ensure compatibility with CI environments that use IPv4
26 lines
461 B
YAML
26 lines
461 B
YAML
databases:
|
|
- name: test
|
|
host: 127.0.0.1
|
|
port: 5433
|
|
database: broker_test
|
|
user: user
|
|
password: password
|
|
sslmode: disable
|
|
max_open_conns: 10
|
|
max_idle_conns: 5
|
|
conn_max_lifetime: 5m
|
|
queue_count: 1
|
|
|
|
broker:
|
|
name: pgsql-broker-test
|
|
fetch_query_que_size: 10
|
|
queue_timer_sec: 2
|
|
queue_buffer_size: 10
|
|
worker_idle_timeout_sec: 5
|
|
notify_retry_seconds: 10s
|
|
enable_debug: true
|
|
|
|
logging:
|
|
level: debug
|
|
format: json
|