Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
440 commits
Select commit Hold shift + click to select a range
05fcc6e
perf(B2): index collection members by subject for O(1) lookup
joepio May 9, 2026
3567f66
perf: drop OPFS putResource verification round-trip
joepio May 9, 2026
5278b60
perf: skip useResource LoadingChange listener for already-loaded reso…
joepio May 9, 2026
8336f88
Update PERFORMANCE_PLAN: B2 + 2 bonus wins shipped, B1/B3/B8 deferred…
joepio May 9, 2026
66864e8
perf: combine OPFS getResource + getLoroSnapshot into one worker roun…
joepio May 9, 2026
8bc26cf
ci: oxfmt-format lib + data-browser, add putResources batch handler
joepio May 9, 2026
a7801ce
perf: cold-load — split init/seed wait + batch the bootstrap seed loop
joepio May 9, 2026
b2c8b19
perf: cold-load — preload OPFS WASM + parallelise IDB read with Loro …
joepio May 9, 2026
5c25c19
perf-plan: log cold-load wins shipped (combined OPFS read, init/seed …
joepio May 9, 2026
bd7bd12
perf: add hot-path benchmarks for regression detection
joepio May 9, 2026
07dae7c
ci: lock cargo registry cache + add waitForInit/isInitialized to Node…
joepio May 9, 2026
b1f6276
ci: bump search::test_update_resource poll deadline 5s → 30s
joepio May 9, 2026
51a156b
e2e: bump CI retries 1 → 2 (match nextest)
joepio May 9, 2026
b56a4b3
ci: bump nextest retries to 5 for search::test_update_resource
joepio May 9, 2026
ae3a177
docs: annotate flaky tests inline with \`// FLAKY (env): ...\` markers
joepio May 9, 2026
185460d
ci: mount .config/nextest.toml into rustBuild dagger container
joepio May 9, 2026
06382e0
ci: split rustFmt/Clippy/Test off the JS-coupled rustBuild
joepio May 9, 2026
9d35dfe
fix: await getResource/getLoroSnapshot in OPFS worker batch handler
joepio May 9, 2026
1e0a0cd
ci: nextest override `retries` needs the `{ count, ... }` table form
joepio May 9, 2026
9b9fa12
perf-plan: record local-vs-dagger regression baseline (May 9, 2026)
joepio May 9, 2026
41a7d89
perf: drop the futile waitForFirstDriveSync retry in Collection.fetch…
joepio May 9, 2026
1458e45
perf: race OPFS lookup against server /query in Collection.fetchPage
joepio May 9, 2026
62ab776
ci: nextest override filter — use \`package()\` not \`binary()\`
joepio May 9, 2026
e7abbd3
perf-plan: refresh dagger baseline after override + cold-load fixes
joepio May 9, 2026
ad7d275
fix: coalesce concurrent pushCommits to stop genesis double-POST
joepio May 9, 2026
da73e51
perf-infra: always-on trace + e2e CPU throttle to repro dagger flakes
joepio May 9, 2026
6c0ae9b
perf-probe: sidebar visibility timing after reload
joepio May 9, 2026
72b6bf1
fix: collection drops members created while initial /query is in flight
joepio May 9, 2026
e13e681
fix(client-db): bump leader-election timeout 5s → 30s for dagger CI
joepio May 9, 2026
2cfe184
phase 1: OpfsPersistor — single chokepoint for OPFS writes
joepio May 9, 2026
d4ccea8
phase 2: LocalOutbox — single durable queue for unsynced writes
joepio May 9, 2026
602cdfe
phase 3a: applyIncoming chokepoint — WS UPDATE + SYNC_PUSH migrated
joepio May 9, 2026
60db06f
phase 3b: applyIncoming chokepoint completes — every ingress unified
joepio May 9, 2026
fa886dc
phase 3c: aggressive deletion — −238 LoC across the chokepoint code
joepio May 9, 2026
c59a7b1
phase 3d: delete OpfsPersistor wrapper — −182 LoC
joepio May 9, 2026
bc12831
phase 3e: trim verbose comments in resource.ts hot paths — −66 LoC
joepio May 9, 2026
41de499
phase 3f: delete ResourceSource — duplicate of ChangeSource
joepio May 9, 2026
7003b55
phase 3g: simplify WSClient.handleOpen — −15 LoC
joepio May 9, 2026
e5ee25d
docs: post-mortem of the architecture-review gripes vs what was shipped
joepio May 9, 2026
ec20a9d
phase 5a: useValue → useSyncExternalStore, no more proxy dependency
joepio May 10, 2026
6fe8596
phase 4a: drop _dirtySyncInProgress, derive from outbox.isDraining
joepio May 10, 2026
66ce3dd
phase 5b: useResource → useSyncExternalStore — −44 LoC
joepio May 10, 2026
1d532ed
phase 5c: useResources (plural) → useSyncExternalStore — −31 LoC
joepio May 10, 2026
23e0d71
phase 5d: trim useValue dead-state — −29 LoC
joepio May 10, 2026
cf6becd
phase 5e: useLoroDoc → useSyncExternalStore — −10 LoC
joepio May 10, 2026
0c022fa
phase 5f: drop deprecated APIs — −44 LoC
joepio May 10, 2026
44118a9
phase 5g: drop dead deprecated APIs — −31 LoC
joepio May 10, 2026
9b2d1be
phase 5h: dedupe Collection.fetchPageFromLocalDb empty-page stamping
joepio May 10, 2026
c92ea2b
trim: drop unused putLoroSnapshot proxy paths
joepio May 10, 2026
3a4e14e
docs: refresh post-mortem with actual final state after Phases 4a + 5
joepio May 10, 2026
b4cab80
trim: drop verifyCommit-stub dead comment
joepio May 10, 2026
4998b7b
trim: drop unused parseCommitResource export
joepio May 10, 2026
ed43aa9
trim: consolidate redundant useValue subscribe-source comments
joepio May 10, 2026
6b3829c
trim: drop unused WaitForImmediate helper in resource.ts
joepio May 10, 2026
13afec1
data-browser: clean up Resource.getSubject + Resource.source aftershocks
joepio May 10, 2026
ac16b28
phase 4b: trim StoreSyncStatus + drop dead helpers
joepio May 10, 2026
5a6d826
docs: post-mortem reflects Phase 4b sync-status surface trim
joepio May 10, 2026
4dbe83b
big-refactor 1/N: delete proxyResource — major-bump territory
joepio May 10, 2026
4d64736
big-refactor 2/N: extract getResolved + failResource helpers
joepio May 10, 2026
d716935
big-refactor 3/N: collapse Loro subscriber boilerplate
joepio May 10, 2026
0c598cb
big-refactor 4/N: collapse commit-log entry construction
joepio May 10, 2026
ea9a557
big-refactor 5/N: tidy pushCommitLog + drop stale TODOs/dead code
joepio May 10, 2026
3018767
big-refactor 6/N: clean up duplicate jsdoc + double-normalize
joepio May 10, 2026
a59593e
big-refactor 7/N: extract Resource.extractLoroSnapshot helper
joepio May 10, 2026
8ee9e0f
big-refactor 8/N: dedupe Loro snapshot decode in getLoroDoc
joepio May 10, 2026
5c1085d
big-refactor 9/N: extract resolveSubject + buildPreloadUrl helpers
joepio May 10, 2026
0e774f4
big-refactor 10/N: extract WSClient.sendText helper
joepio May 10, 2026
f161cc0
big-refactor 11/N: simplify getResourceLoading
joepio May 10, 2026
b64fd70
big-refactor 12/N: collapse Resource.getRights write/read duplication
joepio May 10, 2026
849220e
big-refactor 13/N: route Store.subscribe through addLoroSubscriber
joepio May 10, 2026
9d1f480
docs: post-mortem reflects major-bump cleanup pass
joepio May 10, 2026
a93ac88
big-refactor 14/N: extract hydrateOfflineReplay helper
joepio May 10, 2026
75d5d8e
big-refactor 15/N: drop the unsubscribeWebSocket dead chain
joepio May 10, 2026
bba1994
big-refactor 16/N: extract Resource.saveOffline helper
joepio May 10, 2026
bd1355f
big-refactor 17/N: Resource.applyToStore helper
joepio May 10, 2026
eada0f5
big-refactor 18/N: Resource.destroy uses shared getCommitEndpoint
joepio May 10, 2026
e7ae691
big-refactor 19/N: extract Collection.writePageMembers helper
joepio May 10, 2026
8e24470
big-refactor 20/N: extract commitIdOf shared helper
joepio May 10, 2026
8546568
big-refactor 21/N: extract WSClient.takePending helper
joepio May 10, 2026
85bc6e7
docs: post-mortem reflects round-3b major-bump cleanup
joepio May 10, 2026
906d84c
flake-fix: serialize outbox drain before refetch on reconnect
joepio May 10, 2026
ac2799b
flake-fix: wake WS reconnect immediately on browser 'online' event
joepio May 10, 2026
14d4446
flake-fix: single reconnect chain — handleOpen owns auth+drain+refetc…
joepio May 10, 2026
9af1307
flake-fix: reject in-flight pending GETs on WS close
joepio May 10, 2026
3be8881
flake-fix: cancel stale extractMembers runs in useChildren
joepio May 10, 2026
aab151e
fix: narrow useValue return type to JSONValue (was latent ts error)
joepio May 10, 2026
47b4f30
trim: drop unused waitForFirstDriveSync + supporting state
joepio May 10, 2026
29ef751
flake-fix: guard the 'online' listener against double-socket race
joepio May 10, 2026
e7ecb8f
flake-fix: clear getResource wait-timer on resolve
joepio May 10, 2026
03e4112
flake-fix: don't leave refetch'd resource stuck on loading=true
joepio May 10, 2026
95b821e
flake-fix: cancel stale canWrite resolves in useCanWrite
joepio May 10, 2026
3da3b25
flake-fix: await cookie installation before the request that needs it
joepio May 10, 2026
c1aa17e
flake-fix: stale-write guard on invalidateCollection
joepio May 10, 2026
f178b87
flake-fix: prune stale recentlyCreatedSubjects entries
joepio May 10, 2026
a1bcb01
flake-fix: guard handleSyncDiff send against mid-flight WS close
joepio May 10, 2026
8571648
flake-fix: reject pending GETs on WS error too, not just close
joepio May 10, 2026
00174a5
flake-fix: Resource.set falls back to no-validate on getProperty failure
joepio May 10, 2026
ad2dbc5
flake-fix: catch multi-step parent cycles in Resource.canWrite
joepio May 10, 2026
0299f36
flake-fix: time out sendToLeader rpc-req on dead leader
joepio May 10, 2026
190080f
flake-fix: off-by-one slice on LORO_EPHEMERAL_UPDATE
joepio May 10, 2026
816cd42
flake-fix: catch unawaited handleSyncDiff rejections
joepio May 10, 2026
872b83d
chore: oxfmt fixes for the flake-fix series
joepio May 10, 2026
b1043d5
ci: enable pnpm-store + cargo-install caches in dagger
joepio May 10, 2026
c9f824c
perf: kill the ClientDb safety-net reseed (-1.8s cold load)
joepio May 11, 2026
81f3b3f
perf: gate ClientDb seed on a bootstrap fingerprint
joepio May 11, 2026
329a4f2
perf: don't block first paint on Loro WASM init
joepio May 11, 2026
45d78b4
test: add first-paint, dev-drive timing + CDP-trace specs
joepio May 11, 2026
49839d6
perf: race server vs OPFS in Collection.fetchPage
joepio May 11, 2026
7d0222f
perf: defer Loro WASM download until after first paint
joepio May 11, 2026
5996935
perf: pre-compress static assets with brotli q11 at build time
joepio May 11, 2026
b9e4718
fix: cache the unknown-subject Resource in getResourceLoading
joepio May 11, 2026
be34899
fix: revert Collection.fetchPage server/OPFS race — caused stale side…
joepio May 11, 2026
c7a73e7
fix: undo Loro requestIdleCallback deferral — broke title-save in tests
joepio May 11, 2026
1d915f7
test: fix perf-sidebar-reload via setTitle + annotate two pre-existin…
joepio May 11, 2026
ae520d2
test(e2e): default to workers=1 locally — matches CI, drops flake count
joepio May 11, 2026
86587ec
fix: harden e2e under high parallelism (workers=4+)
joepio May 11, 2026
23bb62b
fix: optimistic page-0 bootstrap + notify-before-navigate
joepio May 11, 2026
e0ac579
fix: Collection preserves optimistic adds across background re-fetch
joepio May 11, 2026
69767a7
test: perf-sidebar-reload waits for URL change before setTitle
joepio May 11, 2026
dc7eb54
test: table-refresh:86 waits for stable row count, not a fixed 1500ms
joepio May 11, 2026
a7b3ff6
Various e2e fixes
joepio May 12, 2026
67bc064
Fix more tests
joepio May 12, 2026
e571742
Fix sync perf issue
joepio May 12, 2026
7be2e88
Store commits in client
joepio May 12, 2026
52faf29
Far less requests over WS
joepio May 12, 2026
fe1c465
perf(server): boot in seconds, not a minute
joepio May 13, 2026
2f58392
test(e2e): bump per-subject GET threshold to 10 for parallel load
joepio May 13, 2026
416cdf6
test(e2e): wait for /show after Save before opening context menu
joepio May 13, 2026
e81654e
test: WS GET latency benchmark for anonymous users on private resources
joepio May 13, 2026
99abf56
test: add SYNC_VV head-of-line blocker benchmark
joepio May 13, 2026
7321e95
fix(sync): skip full-store scan on SYNC_VV for non-DID "drives"
joepio May 13, 2026
d8db031
fix(ws): skip SYNC_VV when drive is not a real DID
joepio May 13, 2026
b01f232
Revert "fix(ws): skip SYNC_VV when drive is not a real DID"
joepio May 13, 2026
7ee35e2
Revert "fix(sync): skip full-store scan on SYNC_VV for non-DID "drives""
joepio May 13, 2026
0d4a5e0
OPFS fix
joepio May 13, 2026
ca7e8e6
Flutter + dart #1195 + Canvas #1172
joepio May 13, 2026
8a6e406
Add flutter CI #1195
joepio May 13, 2026
868c367
Planning / docs cleanup
joepio May 13, 2026
22ab21e
Lint fixes
joepio May 13, 2026
48c2fa8
Fix search test
joepio May 13, 2026
2c9ddfd
E2E fixes
joepio May 14, 2026
1107c7c
fix e2e
May 19, 2026
875a58d
Improve sync page
joepio May 19, 2026
26e9273
Commits over WS sync
joepio May 19, 2026
98dd749
Virtual drive plan #1154
joepio May 19, 2026
c6db6a9
Fix commit bug - loro changes not stored
joepio May 19, 2026
b2cf5ab
Update virtual-drive.md
joepio May 19, 2026
8879aa2
Fix history and ontology
joepio May 19, 2026
281d187
Fix sync canvas
joepio May 19, 2026
dd771c2
E2E fixes, loro fixes
joepio May 21, 2026
58f62b3
Loro source of truth
joepio May 21, 2026
2c44b1a
Loro 2b/2c: snapshot+projection in one tx, strip loroUpdate from blob
joepio May 21, 2026
2cbd6d4
Ignore .antigravitycli tooling dir
joepio May 21, 2026
4118aeb
Loro 2a step 1: explicit is_native() guard for loroUpdate serialization
joepio May 22, 2026
80a5033
Loro 2a step 2: add fallible doc-first set_unsafe_fallible / remove_p…
joepio May 22, 2026
38b9ab0
Loro 2a step 3: migrate Commit::into_resource to set_unsafe_fallible
joepio May 22, 2026
e961d09
Loro 2a: doc-first fallible mutation + client/server doc continuity
joepio May 22, 2026
ac47c01
e2e: robust dialog close + outbox diagnostics on sync timeout
joepio May 22, 2026
bb7b2c7
Outbox: skip already-applied commits instead of stranding the drain
joepio May 22, 2026
b8c1c21
e2e: retry typeInSearch against the re-rendering search overlay
joepio May 22, 2026
f985691
react: retry useServerSearch while results are empty
joepio May 22, 2026
caacbf5
e2e: cover offline search against the local index
joepio May 22, 2026
be9f341
lib: rehydrate local search index from ClientDb on startup
joepio May 22, 2026
abae32f
lib: per-drive local search index + offline scoping
joepio May 22, 2026
39200a8
commit: distinguish idempotent replay from silent LWW loss
joepio May 22, 2026
8e4e5e0
e2e: poll the real index in scoped-search instead of a fixed sleep
joepio May 22, 2026
cf2c3c2
collection: keep optimistic adds in totalMembers after a local-DB fetch
joepio May 22, 2026
32db134
Improve drive page, resources in sub menu
joepio May 22, 2026
15495b1
planning: commit-retention proposal + Phase 0 audit findings
joepio May 22, 2026
7435a27
history: surface document body content in version history
joepio May 22, 2026
58664e8
Canvas browser default name and move with space #1172
joepio May 23, 2026
37062d4
e2e: expand the drive page 'Resources' section before checking rename…
joepio May 23, 2026
e69a236
chore: oxfmt sweep across earlier session commits
joepio May 23, 2026
9390155
i18n: prune wuchale-obsolete .po entries (clean)
joepio May 23, 2026
9572560
Update rust deps
joepio May 23, 2026
24a866c
Fmt & clippy fixes
joepio May 23, 2026
547f6a8
chore: remove accidentally-committed binaries, scratch files, and too…
joepio May 23, 2026
1449c31
deps: bump browser packages + adapt source for the regressions surfaced
joepio May 23, 2026
da16502
canvas: scrub-history gesture on undo button + jsonArray ontology + u…
joepio May 23, 2026
64f77a7
lib: tag system commits + exclude from UndoManager so tap-undo actual…
joepio May 23, 2026
d199553
canvas: bottom pill toolbar with 9 buttons (Flutter parity, Phase D1)
joepio May 23, 2026
dfbd4fc
canvas: color + width fans with drag-to-pick gesture (Flutter parity,…
joepio May 23, 2026
5832a76
canvas: zoom-scrub on the zoom button (Flutter parity, Phase D4)
joepio May 23, 2026
77b3cac
Browser canvas #1172
joepio May 23, 2026
e36c903
Editable title in navbar
joepio May 23, 2026
ee3b11e
Fix Drag & Drop, use floats
joepio May 23, 2026
7d07743
Fix canvas sync
joepio May 24, 2026
42d4ddb
Fix ctrl-z in doc editor
joepio May 25, 2026
c9fdae4
Fix document cursor sync
joepio May 26, 2026
12befb3
DevDrive secret to clipboard
joepio May 26, 2026
fa7d657
Fix ws drops
joepio May 26, 2026
b5a9fee
Add authorization sync
joepio May 26, 2026
ad098e3
FIx e2e tests
joepio May 26, 2026
5656f31
Auto install wasm-pack
Polleps May 26, 2026
7f3741a
Fix dev CSS class names, switch to swc react
joepio May 26, 2026
7575aed
Commig config.toml for wasm compilation
joepio May 26, 2026
d3e33ba
Update planning docs, sync protocol #1178
joepio May 26, 2026
a6c0d7c
Improve sync page toasts
joepio May 26, 2026
cef3654
Fix DnD on tables and chatrooms
joepio May 26, 2026
ebe1662
Re-enable important linter rules
Polleps May 26, 2026
4f684b9
Fix classnames react again
joepio May 26, 2026
1427744
Fix large sync message error, canvas test and lint issue
Polleps May 27, 2026
4c202d0
Refactor UPDATE decoding, fix legacy parsing bug, and document protoc…
joepio May 27, 2026
ae95925
Remove legacy JsonArray datatype and optimize TS client Loro delta im…
joepio May 27, 2026
f8bcb2c
Format bytes in logs
joepio May 27, 2026
d1385af
Always show message size in kb in debug logging
joepio May 27, 2026
24d84f6
Fix lastCommit preservation on Resource merge to prevent accidental g…
joepio May 27, 2026
ffcd097
Improve sync protocol docs and references #1178
joepio May 27, 2026
01f774c
Simplify sync protocol, not query_update
joepio May 28, 2026
31d4152
WS cleanup + new planning items
joepio May 28, 2026
28d7f85
Fix various E2E tests
joepio May 28, 2026
91d00e7
Fix sync issue
joepio May 29, 2026
14b730c
Debounce LocalOutbox.persist; plan sign-at-drain
joepio May 29, 2026
b22c5ee
sign-at-drain: protocol cleanups + non-goals
joepio May 29, 2026
a909ad3
S4a step 1: outbox owns signed-but-not-acked commits
joepio May 29, 2026
f720a3f
S4a step 2: drop previousCommit retry + commitBuilder backup
joepio May 29, 2026
d2c815a
S4a step 3: fix hydrateResourceFromJson clobber guard
joepio May 29, 2026
da7f31d
S4a step 4: simplify postOutboxEntry — delegate to resource
joepio May 29, 2026
1f810f1
S4a step 5: merge applyPendingCommitsLocally into saveOffline
joepio May 29, 2026
1e9e2f0
S4a step 6: delete unused Resource.saveAsGenesis
joepio May 29, 2026
7c699f3
Lage commit refactor, e2e green
joepio May 29, 2026
f3ea0b1
Commit api design & test cleanup
joepio May 30, 2026
7f7b56f
Fix configure-drive flake: mirror agent to clientDb on online save
joepio May 30, 2026
48e32cd
Table refactor, smoother UX and less flakiness
joepio May 31, 2026
f43150e
Migrate to url-safe Base44
joepio Jun 1, 2026
816a6d3
long table bug fix
joepio Jun 1, 2026
92e44e9
Sort rows on virtual table resources
joepio Jun 1, 2026
7904f24
enable offline tables spec
joepio Jun 1, 2026
f83392c
Migrate away from stringified JSON datatypes in properties #1206
joepio Jun 1, 2026
5507e2d
Speed up e2e tests
joepio Jun 1, 2026
6f52b24
Remove flakiness
joepio Jun 1, 2026
b02f088
Faster OPFS / js init, skip seed
joepio Jun 1, 2026
5b0dabd
Speed up init, less front-end microsearch indexing
joepio Jun 1, 2026
c098d83
Faster decode vv
joepio Jun 1, 2026
c49b23c
Improved about page
joepio Jun 1, 2026
4110eb3
Fix spinner in offline mode
joepio Jun 1, 2026
e0819b2
Fix failing e2e tests on 9883
joepio Jun 1, 2026
74278b5
Fix search e2e issue on 9883
joepio Jun 1, 2026
027b9eb
Fix Keyboard shortcuts
joepio Jun 1, 2026
538e2cf
Integrate
Polleps Jun 2, 2026
e054d3c
Fix chatroom creator/date vanishing on refresh
joepio Jun 3, 2026
d020537
Outbox: scope per-agent, back off retries, park unrecoverable commits
joepio Jun 4, 2026
f137aae
ClientDb: graceful leadership fallback on non-Chromium + locks e2e
joepio Jun 4, 2026
f453f83
Docs: add disk-storage/encryption/plugin planning notes + cross-link
joepio Jun 4, 2026
e979b4f
test(e2e): ephemeral Loro cursor presence (parked as fixme)
joepio Jun 4, 2026
0189385
Fix collaborative editor crash with ephemeral cursors
joepio Jun 5, 2026
edd686b
Add drive to genesis certificate (scaffolding)
joepio Jun 5, 2026
9828d0b
Allow Agent to read/edit loro based document + remove yjs references
Polleps Jun 5, 2026
1fc588c
Fix Canvas editor stealing inputs from AI Sidebar
Polleps Jun 5, 2026
7e4ade6
Fast delete resources when holding shift
Polleps Jun 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[alias]
bin = ["run", "--package", "cargo-bin", "--"]
34 changes: 34 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# See https://nexte.st/book/configuration.html

[profile.default]
# Many integration tests spin up an actix HTTP server on a unique port.
# Running them all in parallel (default = num CPUs) saturates the runtime
# and surfaces flakes in `query_subscribe`, `blob_sync`, and `search`.
# 2 threads is the sweet spot for the rest of the suite; the search test
# below needs serial isolation specifically.
test-threads = 2
retries = 2

# Serialize the tantivy-backed search test — its `IndexReader::reload()`
# can return before a fresh searcher is visible if CPU is contested,
# making `Updated Title` appear missing despite the writer having
# committed it.
[[profile.default.overrides]]
# Use `package(atomic-server)` rather than `binary(=atomic-server)` —
# the latter matches the binary *name* not binary-id, and silently
# fails to match the lib-unit-test binary in this workspace
# (verified via `cargo nextest run -E '...'`: package() returns the
# test, binary() returns 0). Symptom of the wrong syntax: nextest
# parses the override but the filter matches no tests, so the
# test-group + retries override never applies in practice.
filter = 'package(atomic-server) and test(=search::tests::test_update_resource)'
test-group = 'serial'
# This test hits a tantivy reload race under heavy parallel CI load
# (the reader uses `OnCommitWithDelay` and the background segment-merge
# thread can starve when 20+ actix HTTP servers are spinning up). The
# in-test poll loop already waits 30s; allow more retries on top so a
# truly unlucky run still has a fallback before the hard fail.
retries = 5

[test-groups]
serial = { max-threads = 1 }
1 change: 1 addition & 0 deletions .dagger/.gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/sdk/** linguist-generated
tar
Loading
Loading