Browse Source

update unit test

pull/443/head
yedf2 3 years ago
parent
commit
25cab75ec8
  1. 3
      test/tcc_barrier_test.go

3
test/tcc_barrier_test.go

@ -63,6 +63,9 @@ func TestTccBarrierDisorderRedis(t *testing.T) {
}
func runTestTccBarrierDisorder(t *testing.T, store string) {
if store == "mongo" {
MaySkipMongo(t)
}
before := getBeforeBalances(store)
cancelFinishedChan := make(chan string, 2)
cancelCanReturnChan := make(chan string, 2)

Loading…
Cancel
Save