Fixed dashboard button #2
Merged
Annotations
10 errors
|
packages/big-daddy/src/engine/topology/index.ts#L108
Error: Topology not created. Call create() first to initialize the cluster.
❯ Topology.ensureCreated src/engine/topology/index.ts:108:10
❯ Topology.getTopology src/engine/topology/index.ts:132:8
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/conductor.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should execute queries with parameters". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/index.ts#L108
Error: Topology not created. Call create() first to initialize the cluster.
❯ Topology.ensureCreated src/engine/topology/index.ts:108:10
❯ Topology.getQueryPlanData src/engine/topology/index.ts:414:8
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/topology.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should throw error if topology not created". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/administration.ts#L67
Error: Table 'nonexistent' not found in topology
❯ AdministrationOperations.getQueryPlanData src/engine/topology/administration.ts:67:10
❯ Topology.getQueryPlanData src/engine/topology/index.ts:415:30
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/topology.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should throw error if table does not exist". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/index.ts#L108
Error: Topology not created. Call create() first to initialize the cluster.
❯ Topology.ensureCreated src/engine/topology/index.ts:108:10
❯ Topology.updateTopology src/engine/topology/index.ts:142:8
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/topology.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should throw if topology not created". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/index.ts#L108
Error: Topology not created. Call create() first to initialize the cluster.
❯ Topology.ensureCreated src/engine/topology/index.ts:108:10
❯ Topology.getTopology src/engine/topology/index.ts:132:8
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/topology.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should throw if topology not created". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/crud.ts#L44
Error: Topology already created. Storage nodes cannot be modified after creation.
❯ CRUDOperations.create src/engine/topology/crud.ts:44:10
❯ Topology.create src/engine/topology/index.ts:125:20
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/topology.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should throw if create is called twice". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/resharding.ts#L51
Error: Invalid shard count: 257. Must be between 1 and 256
❯ ReshardingOperations.createPendingShards src/engine/topology/resharding.ts:51:10
❯ Topology.createPendingShards src/engine/topology/index.ts:159:26
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/resharding.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should validate new shard count". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/resharding.ts#L51
Error: Invalid shard count: 0. Must be between 1 and 256
❯ ReshardingOperations.createPendingShards src/engine/topology/resharding.ts:51:10
❯ Topology.createPendingShards src/engine/topology/index.ts:159:26
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/resharding.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should validate new shard count". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
packages/big-daddy/src/engine/topology/resharding.ts#L46
Error: Table 'nonexistent' not found
❯ ReshardingOperations.createPendingShards src/engine/topology/resharding.ts:46:10
❯ Topology.createPendingShards src/engine/topology/index.ts:159:26
❯ DurableObject.fn home/runner/work/big-daddy/big-daddy/node_modules/.pnpm/@cloudflare+vitest-pool-workers@0.10.3_@cloudflare+workers-types@4.20251224.0_@vitest+runner@_ou7hbo3ptxjlyssnkvrfwqdwby/node_modules/@cloudflare/vitest-pool-workers/dist/worker/lib/cloudflare/test-internal.mjs:358:14
This error originated in "test/engine/resharding.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should reject creating pending shards if table does not exist". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
|
|
The logs for this run have expired and are no longer available.
Loading