From af0c81665dfd1db8c5caf16d33dbeba72b53e54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Thu, 2 May 2024 23:08:17 +0200 Subject: [PATCH] Update TODO --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.md b/TODO.md index 17a10ef..1840efd 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,16 @@ ## High priority +* use more recent debian/ubuntu for transfer test + * need to update way to set fake tls certificates so torrent clients accept them + +* udp (uring) + * run tests under valgrind + * hangs for integration tests, possibly related to https://bugs.kde.org/show_bug.cgi?id=463859 + * run tests with AddressSanitizer + * `RUSTFLAGS=-Zsanitizer=address cargo +nightly test -Zbuild-std --target x86_64-unknown-linux-gnu --verbose --profile "test-fast" -p aquatic_udp --features "io-uring"` + * build fails with `undefined reference to __asan_init`, currently unclear why + ## Medium priority * stagger cleaning tasks?