From 795e5232a8d82ae6bc8411047450b43cc5abeb28 Mon Sep 17 00:00:00 2001 From: liulei Date: Fri, 25 Feb 2022 11:31:47 +0800 Subject: [PATCH] revert: undo base_grpc of requestTimeout test logic --- test/busi/base_grpc.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/busi/base_grpc.go b/test/busi/base_grpc.go index fe5d255..682c37d 100644 --- a/test/busi/base_grpc.go +++ b/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 == "" {