mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-26 06:35:59 +03:00
[PR #2124] [CLOSED] tests: Add a background worker test #2002
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#2002
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/2124
Author: @marcelklehr
Created: 12/14/2025
Status: ❌ Closed
Base:
develop← Head:test/background-worker📝 Commits (10+)
3e71cc1tests: Add a background worker teste457896fix: Fix offscreen ping93a1963fix: Remove offscreen madness as it doesn't workec6bd93test: Force sync in background worker test to reveal inconcistenciesdd2c429fix: Try to prolong the bg worker lifetime with snakeoilb78de77fix: Persist state more frequently when running in a bg workerfe0f08ffix: Make Controller proxy wait for response of syncAccount2c9244atests: Run benchmarks on chrome as well0d1964ffix: Remove unnecessary code72f5fa0fix(Account#progressCallback): Prevent errors getting mappings after sync has finished📊 Changes
22 files changed (+716 additions, -217 deletions)
View changed files
📝
.github/workflows/build.yml(+10 -1)📝
.github/workflows/tests.yml(+14 -0)➕
doiuse-report.baseline.txt(+16 -0)📝
gulpfile.js(+2 -9)➖
html/offscreen.html(+0 -2)📝
manifest.chrome.json(+1 -1)📝
package-lock.json(+294 -0)📝
package.json(+9 -6)➖
src/entries/offscreen.js(+0 -24)📝
src/lib/Account.ts(+3 -28)📝
src/lib/Controller.ts(+13 -2)📝
src/lib/LocalTabs.ts(+22 -27)📝
src/lib/Scanner.ts(+14 -1)📝
src/lib/Tree.ts(+2 -1)➖
src/lib/offscreen.ts(+0 -15)📝
src/lib/strategies/Default.ts(+28 -27)📝
src/lib/strategies/Unidirectional.ts(+4 -4)➕
src/lib/yieldToEventLoop.ts(+3 -0)📝
src/test/test.js(+156 -2)📝
src/ui/NativeApp.vue(+11 -9)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.