fix(client): 🩹 Remove the use of implicit() in ExtensionOperations trait
#357
Annotations
7 errors
|
|
|
Run backend tests
The operation was canceled.
|
|
Run backend tests:
test/test/suites/integration/backend/buckets.test.ts#L278
AssertionError [ERR_ASSERTION]: Should have been fulfilled
+ actual - expected
+ 'inProgress'
- 'ready'
at TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/buckets.test.ts:278:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
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: 'inProgress',
expected: 'ready',
operator: 'strictEqual'
}
|
|
Run backend tests:
test/test/suites/integration/backend/buckets.test.ts#L250
Error: Failed to detect fileSystem.mspRespondStorageRequestsMultipleBuckets extrinsic in txPool. Error: Error: Failed to find matching extrinsic after 10s: No matching extrinsic found for fileSystem.mspRespondStorageRequestsMultipleBuckets
at waitForTxInPool (/home/runner/_work/storage-hub/storage-hub/test/util/bspNet/waits.ts:73:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Module.waitForMspResponseWithoutSealing (/home/runner/_work/storage-hub/storage-hub/test/util/bspNet/waits.ts:462:3)
at async TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/buckets.test.ts:250:7)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7)
|
|
Run backend tests:
test/test/suites/integration/backend/buckets.test.ts#L278
AssertionError [ERR_ASSERTION]: Should have been fulfilled
+ actual - expected
+ 'inProgress'
- 'ready'
at TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/buckets.test.ts:278:7)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
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: 'inProgress',
expected: 'ready',
operator: 'strictEqual'
}
|
|
Run backend tests:
test/test/suites/integration/backend/buckets.test.ts#L250
Error: Failed to detect fileSystem.mspRespondStorageRequestsMultipleBuckets extrinsic in txPool. Error: Error: Failed to find matching extrinsic after 10s: No matching extrinsic found for fileSystem.mspRespondStorageRequestsMultipleBuckets
at waitForTxInPool (/home/runner/_work/storage-hub/storage-hub/test/util/bspNet/waits.ts:73:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Module.waitForMspResponseWithoutSealing (/home/runner/_work/storage-hub/storage-hub/test/util/bspNet/waits.ts:462:3)
at async TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/buckets.test.ts:250:7)
at async Test.run (node:internal/test_runner/test:1054:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:744:7)
|
|
Run backend tests:
test/test/suites/integration/backend/buckets.test.ts#L135
AssertionError [ERR_ASSERTION]: Failed to detect file in Provider's file storage after 20s
at Module.waitForFileStorageComplete (/home/runner/_work/storage-hub/storage-hub/test/util/bspNet/waits.ts:239:7)
at async TestContext.<anonymous> (/home/runner/_work/storage-hub/storage-hub/test/suites/integration/backend/buckets.test.ts:135: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: '=='
}
|
Loading