Keep P2P consumers on the current transport

This commit is contained in:
vorotamoroz
2026-07-20 15:06:05 +00:00
parent 893c08ad2a
commit 6484a43e2f
34 changed files with 731 additions and 73 deletions
+4 -2
View File
@@ -18,7 +18,7 @@ COPY src/apps/webpeer/package.json ./src/apps/webpeer/package.json
RUN npm ci
COPY . .
RUN npm run build -w self-hosted-livesync-cli
RUN LIVESYNC_CLI_TEST_SUPPORT=1 npm run build -w self-hosted-livesync-cli
WORKDIR /workspace/src/apps/cli/testdeno
@@ -28,7 +28,9 @@ RUN deno cache --lock=deno.lock \
bench-p2p-split-node.ts \
bench-p2p.ts \
bench-couchdb.ts \
test-p2p-sync.ts
test-p2p-sync.ts \
test-p2p-replicator-replacement.ts \
test-p2p-relay-disconnect.ts
COPY test/bench-network/run-bench.sh /usr/local/bin/run-livesync-bench
COPY src/apps/cli/testdeno/run-cli-e2e.sh /usr/local/bin/run-livesync-cli-e2e