You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch is flaky and occasionally fails when building in nixpkgs. This was not resolved by #56 and #57.
manga-tui> failures:
manga-tui>
manga-tui> ---- view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch stdout ----
manga-tui> thread 'view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch' panicked at src/backend/error_log.rs:44:64:
manga-tui> called `Result::unwrap()` on an `Err` value: Os { code: 17, kind: AlreadyExists, message: "File exists" }
manga-tui> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
manga-tui> thread 'view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch' panicked at src/view/pages/manga.rs:1872:14:
manga-tui> called `Result::unwrap()` on an `Err` value: Elapsed(())
manga-tui>
manga-tui>
manga-tui> failures:
manga-tui> view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch
This failure seems hard to reproduce, but it occurs (especially on lower spec machines such as low resource build servers). See NixOS/nixpkgs#353060 (comment).
The text was updated successfully, but these errors were encountered:
The test
view::pages::manga::test::it_sends_event_chapter_bookmarked_failed_to_fetch
is flaky and occasionally fails when building innixpkgs
. This was not resolved by #56 and #57.This failure seems hard to reproduce, but it occurs (especially on lower spec machines such as low resource build servers). See NixOS/nixpkgs#353060 (comment).
The text was updated successfully, but these errors were encountered: