1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-20 18:31:53 +02:00
This commit is contained in:
chrislu 2023-09-25 08:20:03 -07:00
parent 23f334dd13
commit 81e57bd45e

View file

@ -43,7 +43,7 @@ func Test_allocateOneBroker(t *testing.T) {
type args struct {
brokers cmap.ConcurrentMap[string, *BrokerStats]
partitionCount int
partitionCount int32
}
func testThem(t *testing.T, tests []struct {