logservice: enabled TestGossipInSimulatedCluster (#4468)
Enabled TestGossipInSimulatedCluster to be always executed, it simulates a 48 nodes cluster to test gossip on log shard info. The test is slightly tweaked to check all nodes except one can get expected shard info in a timely manner. Updated go.mod to use a private fork of memberlist for now as the upstream version has known data race issue. Approved by: @yingfeng
Showing
- go.mod 5 additions, 1 deletiongo.mod
- go.sum 4 additions, 5 deletionsgo.sum
- pkg/logservice/config.go 10 additions, 2 deletionspkg/logservice/config.go
- pkg/logservice/config_test.go 4 additions, 0 deletionspkg/logservice/config_test.go
- pkg/logservice/service_test.go 66 additions, 42 deletionspkg/logservice/service_test.go
- pkg/logservice/store.go 4 additions, 1 deletionpkg/logservice/store.go
- pkg/logservice/store_test.go 1 addition, 0 deletionspkg/logservice/store_test.go
Please register or sign in to comment