alertmanager/cluster
gotjosh 0fbd018ebd
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:19:27 +00:00
..
clusterpb Secure cluster traffic via mutual TLS (#2237) 2021-08-09 14:58:06 -06:00
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 Add feature flag to enable discovery and use of public IPaddr for clustering. (#2719) 2021-11-10 17:40:48 +01:00
channel.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
channel_test.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
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:19:27 +00:00
connection_pool.go use Go standard errors 2023-12-08 16:44:13 +01:00
delegate.go Update golangci-lint and fix complaints (#2853) 2022-03-25 17:59:51 +01:00
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