Improve backup/restore transfer speeds with parallelization #801
Annotations
5 errors
|
SDK unit tests:
packages/sandbox/tests/sandbox.test.ts#L2514
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ tests/sandbox.test.ts:2514:29
|
|
SDK unit tests:
packages/sandbox/tests/sandbox.test.ts#L2500
Error: Test timed out in 10000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ tests/sandbox.test.ts:2500:5
|
|
SDK unit tests:
packages/sandbox/tests/sandbox.test.ts#L2490
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ tests/sandbox.test.ts:2490:36
|
|
SDK unit tests:
packages/sandbox/tests/local-backup.test.ts#L356
AssertionError: expected "createArchive" to be called with arguments: [ '/workspace/myapp', …(3) ]
Received:
1st createArchive call:
@@ -1,10 +1,12 @@
[
"/workspace/myapp",
- StringContaining "/var/backups/",
- Any<String>,
+ "/var/backups/3c30413c-800c-41a5-b25c-22b41b9f55ff.sqsh",
+ "__sandbox_backup_288b1078-624b-4826-b7e1-2676bb35cca2",
{
+ "compressThreads": 8,
+ "compression": "lz4",
"excludes": [
"node_modules/.cache",
".next/cache",
"dist",
],
Number of calls: 1
❯ Proxy.methodWrapper home/runner/work/sandbox-sdk/sandbox-sdk/packages/sandbox/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/deps_ssr/vitest___@vitest_expect___chai.js:1601:25
❯ tests/local-backup.test.ts:356:51
|
|
SDK unit tests:
packages/sandbox/tests/local-backup.test.ts#L212
AssertionError: expected "createArchive" to be called with arguments: [ '/workspace/myapp', …(3) ]
Received:
1st createArchive call:
[
"/workspace/myapp",
- StringContaining "/var/backups/",
- Any<String>,
+ "/var/backups/821080f2-7910-442d-ab13-d05bd7177f6e.sqsh",
+ "__sandbox_backup_f16bc403-be06-42a5-9432-0726d343b6d7",
{
+ "compressThreads": 8,
+ "compression": "lz4",
"excludes": [],
"gitignore": false,
},
]
Number of calls: 1
❯ Proxy.methodWrapper home/runner/work/sandbox-sdk/sandbox-sdk/packages/sandbox/node_modules/.vite/vitest/da39a3ee5e6b4b0d3255bfef95601890afd80709/deps_ssr/vitest___@vitest_expect___chai.js:1601:25
❯ tests/local-backup.test.ts:212:51
|
background
wait
wait-all
cancel
Loading