alertmanager/cluster
gotjosh d352d16e27
Fix flaky test TestClusterJoinAndReconnect/TestTLSConnection (#3722)
wait until `p2.Status()` returns because it blocks until we're ready - that way, we're guaranteed to know that the cluster size is 2.

Signed-off-by: gotjosh <josue.abreu@gmail.com>
2024-02-14 11:18:28 +00:00
..
clusterpb
testdata cluster: fix panic when `tls_client_config` is empty 2023-08-04 14:29:06 +02:00
advertise.go use Go standard errors 2023-12-08 16:44:13 +01:00
advertise_test.go
channel.go
channel_test.go
cluster.go use Go standard errors 2023-12-08 16:44:13 +01:00
cluster_test.go Fix flaky test TestClusterJoinAndReconnect/TestTLSConnection (#3722) 2024-02-14 11:18:28 +00:00
connection_pool.go use Go standard errors 2023-12-08 16:44:13 +01:00
delegate.go
tls_config.go cluster: fix panic when `tls_client_config` is empty 2023-08-04 14:29:06 +02:00
tls_connection.go use Go standard errors 2023-12-08 16:44:13 +01:00
tls_connection_test.go golangci-lint: enable testifylint linter 2023-12-10 08:50:03 +00:00
tls_transport.go use Go standard errors 2023-12-08 16:44:13 +01:00
tls_transport_test.go golangci-lint: enable testifylint linter 2023-12-10 08:50:03 +00:00