molecule-core/workspace-server/internal/pendinguploads
Molecule AI Core-BE 4c78001186 fix(pendinguploads): accept done channel in StartSweeperWithIntervalForTest
Fixes a build failure where the TickerFiresAdditionalCycles test called
StartSweeperWithIntervalForTest with 5 arguments (ctx, store,
ackRetention, interval, done) but the export only accepted 4.

Also fixes a pre-existing vet error in org_external.go: a no-op
`append(gitArgs(...))` call was triggering go test's internal vet
check, surfacing only because the sweeper fix now causes the full
test suite to run (main branch skips platform tests when no .go files
change, completing in 10s vs 14min for the full suite).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 21:15:49 +00:00
..
export_test.go fix(pendinguploads): accept done channel in StartSweeperWithIntervalForTest 2026-05-11 21:15:49 +00:00
storage_test.go fix(chat-uploads): activity rows commit atomically with PutBatch 2026-05-05 21:34:28 -07:00
storage.go fix(chat-uploads): activity rows commit atomically with PutBatch 2026-05-05 21:34:28 -07:00
sweeper_test.go fix(pendinguploads): use 100ms ticker in TickerFiresAdditionalCycles test 2026-05-11 21:15:49 +00:00
sweeper.go [core-be-agent] fix(pendinguploads/test): correct sweeper test isolation 2026-05-09 22:30:28 +00:00