Multi-Hoster-Upload/tests
Administrator 765bec03c0 test: add edge case tests for throttle and semaphore
- throttle: consume(0) resolves immediately
- throttle: updateRate(0) makes consume instant (unlimited)
- semaphore: release without acquire clamps active to 0

All 66 tests passing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 15:16:49 +01:00
..
backup-crypto.test.js test: add 4 new tests for untested code paths 2026-03-21 15:11:56 +01:00
config-store.test.js test: add 4 new tests for untested code paths 2026-03-21 15:11:56 +01:00
hosters.test.js feat: improve uploader UI and persist queue 2026-03-10 22:19:42 +01:00
remote-config.test.js feat(remote): add remote control defaults to config store 2026-03-12 06:54:46 +01:00
remote-server.test.js feat(remote): add WebSocket server with auth, signaling relay, and rate limiting 2026-03-12 06:54:51 +01:00
semaphore.test.js test: add edge case tests for throttle and semaphore 2026-03-21 15:16:49 +01:00
throttle.test.js test: add edge case tests for throttle and semaphore 2026-03-21 15:16:49 +01:00
ui-smoke.js feat: improve account-driven uploads 2026-03-11 02:41:32 +01:00
upload-manager.test.js feat: improve account-driven uploads 2026-03-11 02:41:32 +01:00