fix(ci): set management.server.port=0 in test profile to fix 25-min test timeout #594

Merged
marcel merged 1 commits from fix/issue-593-management-port-zero into main 2026-05-15 08:55:04 +02:00

View File

@@ -23,6 +23,8 @@ otel:
# Disable trace export in tests — prevents OTLP connection attempts when no Tempo is running.
# Sampling probability 0.0 means no spans are created, so no export is attempted.
management:
server:
port: 0 # random port per context — prevents TIME_WAIT conflicts when @DirtiesContext restarts the context
tracing:
sampling:
probability: 0.0