Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve a TODO item
Browse files Browse the repository at this point in the history
Signed-off-by: zyguan <zhongyangguan@gmail.com>
zyguan committed Jan 23, 2025
1 parent eed5293 commit cc7b159
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tikv/test_util.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc7b159

Please sign in to comment.