Browse Source

rollback tcc come back

pull/25/head
yedf2 5 years ago
parent
commit
a12f3c9529
  1. 4
      test/grpc_tcc_test.go

4
test/grpc_tcc_test.go

@ -11,9 +11,9 @@ import (
)
func TestGrpcTcc(t *testing.T) {
// tccGrpcNormal(t)
tccGrpcNormal(t)
tccGrpcNested(t)
// tccGrpcRollback(t)
tccGrpcRollback(t)
}
func tccGrpcNormal(t *testing.T) {

Loading…
Cancel
Save