in TestConcurrentReadWrite, each last go routine send -1 to succEnq, succDeq but, last go routine do not guarantee that is executed last so, increment enqSuccess, deqSuccess using sync.atomic.AddInt32(...) or other correct method