Browse Source

revert: undo base_grpc of requestTimeout test logic

pull/228/head
liulei 4 years ago
parent
commit
795e5232a8
  1. 4
      test/busi/base_grpc.go

4
test/busi/base_grpc.go

@ -128,10 +128,6 @@ func (s *busiServer) XaNotify(ctx context.Context, in *emptypb.Empty) (*emptypb.
return XaGrpcClient.HandleCallback(ctx)
}
func (s *busiServer) TransOutWithGlobalRequestTimeout(ctx context.Context, in *BusiReq) (*emptypb.Empty, error) {
return &emptypb.Empty{}, handleGrpcBusiness(in, MainSwitch.TransOutResult.Fetch(), in.TransOutResult, dtmimp.GetFuncName())
}
func (s *busiServer) TransOutHeaderYes(ctx context.Context, in *BusiReq) (*emptypb.Empty, error) {
meta := dtmgimp.GetMetaFromContext(ctx, "test_header")
if meta == "" {

Loading…
Cancel
Save