Deno 2.6.7 write some thing and read some else
Deno.* APIsHi,
I have a very big test suite that runs for a long time without any problems, and with the update to 2.6.7, it gets an error. It's the same error on MacOS and Linux (arm/x86)
If I run it with 2.6.6 all good, if it's 2.6.7 it fails.
I added a checksum in the write and read methods. (there are only uint8 buffer written)
I'm sorry to been lazy not to track it down to the root cause:
filtered result of the file x for 2.6.6
for 2.6.7
I have a very big test suite that runs for a long time without any problems, and with the update to 2.6.7, it gets an error. It's the same error on MacOS and Linux (arm/x86)
If I run it with 2.6.6 all good, if it's 2.6.7 it fails.
I added a checksum in the write and read methods. (there are only uint8 buffer written)
I'm sorry to been lazy not to track it down to the root cause:
filtered result of the file x for 2.6.6
for 2.6.7
