Gleb Stepanov

Results 6 comments of Gleb Stepanov

i've used such code ``` for i := 0; i < len(words); i++ { shard := wordsMap.GetShard(words[i]) shard.RWMutex.Lock() count, ok := wordsMap.Get(words[i]) if ok != true { count = 0...

@taaraora In that case neither `run_tests.sh` nor `make build` won't work because control can't compile

@gz-c Could you provide more context about this issue?

Cannot reproduce, looks like tests are fixed on CI