Open LaSylv opened 7 months ago
Thank you for reporting this :bow: I will create a test case in the near future
@LaSylv I opened https://github.com/fishi0x01/vsh/pull/117 with an example test case. However, it succeeds - can you elaborate please on how I can properly reproduce the issue?
When I use cp, the fields I'm copying have a data field, meaning the method
isValidKV2Data
(client/util.go:82
) returns true, while it's still KV1 data, so it converts the dataI'll try to do an example test case