Skip to content

Commit 7787b9e

Browse files
committed
update
Signed-off-by: 0oshowero0 <o0shower0o@outlook.com>
1 parent 0520828 commit 7787b9e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/e2e/test_kv_interface_e2e.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ def test_kv_put_with_dict_fields(self, controller, tq_api):
199199
expected = torch.tensor([[1, 2, 3, 4]]) # unsqueezed
200200
assert_tensor_equal(retrieved["data"], expected)
201201

202-
# delete the key (MooncakeStore does not support updating existing key, so we need to clear it before next test)
203202
tq_api.kv_clear(keys=key, partition_id=partition_id)
204203

205204
def test_kv_put_with_tensordict_fields(self, controller, tq_api):

0 commit comments

Comments
 (0)