alanmcgovern / monotorrent

The official repository for MonoTorrent, a bittorrent library for .NET
https://github.com/alanmcgovern/monotorrent
MIT License
1.14k stars 396 forks source link

End-to-end integration test for >2GB files in a torrent #656

Closed lostmsu closed 2 months ago

lostmsu commented 4 months ago

This test currently fails! See https://github.com/alanmcgovern/monotorrent/issues/657

alanmcgovern commented 2 months ago

Merged this! Thanks for the extra test.

It does take a fair bit of time to run when executing all unit tests as the tests run under multiple framework versions. I'll probably try move this to be an in-memory test rather than writing that much data to disk too.

Writing reading/writing 6GB per test per framework is gonna be a little slow :p