From cc7b159b482dc92e00af9ba70d45dedebed97876 Mon Sep 17 00:00:00 2001 From: zyguan Date: Thu, 23 Jan 2025 09:54:08 +0000 Subject: [PATCH] resolve a TODO item Signed-off-by: zyguan --- tikv/test_util.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tikv/test_util.go b/tikv/test_util.go index 116ee6f550..eb1c6d0d8c 100644 --- a/tikv/test_util.go +++ b/tikv/test_util.go @@ -59,8 +59,6 @@ func (c *CodecClient) SendRequest(ctx context.Context, addr string, req *tikvrpc if err != nil { return nil, err } - // TODO(zyguan): since unistore does not attach context yet, here we attach the context manually to make integration tests pass. - tikvrpc.AttachContext(req, req.Context) resp, err := c.Client.SendRequest(ctx, addr, req, timeout) if err != nil { return nil, err