fix: 🚑 make it so is_in_bucket is consistent across same file key records
#825
Annotations
7 errors and 1 notice
|
Run backend tests
Process completed with exit code 1.
|
|
Run backend tests:
test/test/suites/integration/backend/upload-download-file.test.ts#L372
AssertionError [ERR_ASSERTION]: Upload test must complete successfully before download test
at TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/upload-download-file.test.ts:372:7)
at Test.runInAsyncScope (node:async_hooks:214:14)
at Test.run (node:internal/test_runner/test:1047:25)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: true,
operator: '=='
}
|
|
Run backend tests:
test/test/suites/integration/backend/upload-download-file.test.ts#L364
AssertionError [ERR_ASSERTION]: Failed to confirm BSP storage after 10s. Last error: Error: Failed to find matching extrinsic after 0.1s: No extrinsic matching fileSystem.bspConfirmStoring found in block
at Module.waitForBspStored (/home/runner/_work/storage-hub/storage-hub/test/util/bspNet/waits.ts:207:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/upload-download-file.test.ts:364:7)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
|
|
Run backend tests:
test/test/suites/integration/backend/upload-download-file.test.ts#L277
TypeError [Error]: fetch failed
at node:internal/deps/undici/undici:13510:13
at async Promise.all (index 1)
at async TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/upload-download-file.test.ts:277:47)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7) {
[cause]: Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:159:15)
at writeGeneric (node:internal/stream_base_commons:150:3)
at Socket._writeGeneric (node:net:971:11)
at Socket._write (node:net:983:8)
at doWrite (node:internal/streams/writable:596:12)
at clearBuffer (node:internal/streams/writable:781:7)
at Writable.uncork (node:internal/streams/writable:529:7)
at AsyncWriter.write (node:internal/deps/undici/undici:6739:16)
at writeIterable (node:internal/deps/undici/undici:6673:23) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}
}
|
|
Run backend tests:
test/test/suites/integration/backend/upload-download-file.test.ts#L372
AssertionError [ERR_ASSERTION]: Upload test must complete successfully before download test
at TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/upload-download-file.test.ts:372:7)
at Test.runInAsyncScope (node:async_hooks:214:14)
at Test.run (node:internal/test_runner/test:1047:25)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: true,
operator: '=='
}
|
|
Run backend tests:
test/test/suites/integration/backend/upload-download-file.test.ts#L364
AssertionError [ERR_ASSERTION]: Failed to confirm BSP storage after 10s. Last error: Error: Failed to find matching extrinsic after 0.1s: No extrinsic matching fileSystem.bspConfirmStoring found in block
at Module.waitForBspStored (/home/runner/_work/storage-hub/storage-hub/test/util/bspNet/waits.ts:207:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/upload-download-file.test.ts:364:7)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
|
|
Run backend tests:
test/test/suites/integration/backend/upload-download-file.test.ts#L277
TypeError [Error]: fetch failed
at node:internal/deps/undici/undici:13510:13
at async Promise.all (index 1)
at async TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/upload-download-file.test.ts:277:47)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7) {
[cause]: Error: write EPIPE
at afterWriteDispatched (node:internal/stream_base_commons:159:15)
at writeGeneric (node:internal/stream_base_commons:150:3)
at Socket._writeGeneric (node:net:971:11)
at Socket._write (node:net:983:8)
at doWrite (node:internal/streams/writable:596:12)
at clearBuffer (node:internal/streams/writable:781:7)
at Writable.uncork (node:internal/streams/writable:529:7)
at AsyncWriter.write (node:internal/deps/undici/undici:6739:16)
at writeIterable (node:internal/deps/undici/undici:6673:23) {
errno: -32,
code: 'EPIPE',
syscall: 'write'
}
}
|
|
Run backend tests
Total Tests: 92
Suites 📂: 10
Passed ✅: 82
Failed ❌: 6
Canceled 🚫: 0
Skipped ⏭️: 4
Todo 📝: 0
Duration 🕐: 327029.187ms
|
Loading