use agent-browser for sync parallel clients tests

This commit is contained in:
Tienson Qin
2026-04-06 22:18:02 +08:00
parent c3df967f67
commit 92999a6a76
24 changed files with 3213 additions and 303 deletions

View File

@@ -56,6 +56,13 @@ yarn download-graph-db --graph-id 6f2d7f6f-xxxx-xxxx-xxxx-xxxxxxxxxxxx --admin-t
You can also pass `--admin-token <token>` or set `DB_SYNC_ADMIN_TOKEN`. The output defaults to
`tmp/graph-<graph-id>.snapshot.sqlite` and can be changed with `--output`.
Show stored and recomputed checksum for a local sqlite graph db:
```bash
cd deps/db-sync
yarn show-sqlite-checksum --db ~/Downloads/test.sqlite
```
Delete the graphs owned by a production user after an explicit confirmation:
```bash