Initial fixes for parameter lookups. #2890
test.yml
on: push
Core Test
1m 41s
Build and Test PowerSync Service
1m 42s
Matrix: MongoDB Test
Matrix: MSSQL Test
Matrix: MySQL Test
Matrix: Postgres Test
Annotations
144 errors
|
MySQL Test (5.7)
Process completed with exit code 1.
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity by changing the type of a column in a compound unique index:
modules/module-mysql/test/src/schema-changes.test.ts#L491
AssertionError: expected [ …(2) ] to match object [ { op: 'REMOVE', …(2) }, …(1) ]
(8 matching properties omitted from actual)
- Expected
+ Received
[
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
{
"object_id": "t2",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:491:47
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity default by modifying primary key column type:
modules/module-mysql/test/src/schema-changes.test.ts#L445
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:445:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from index by dropping the unique constraint:
modules/module-mysql/test/src/schema-changes.test.ts#L412
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:412:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from full to index by adding a unique index:
modules/module-mysql/test/src/schema-changes.test.ts#L376
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:376:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from full to index by adding a unique constraint:
modules/module-mysql/test/src/schema-changes.test.ts#L341
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:341:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity full by adding a column:
modules/module-mysql/test/src/schema-changes.test.ts#L305
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:305:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity default to full by dropping the primary key:
modules/module-mysql/test/src/schema-changes.test.ts#L268
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:268:30
|
|
MySQL Test (8.4)
Process completed with exit code 1.
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity by changing the type of a column in a compound unique index:
modules/module-mysql/test/src/schema-changes.test.ts#L491
AssertionError: expected [ …(2) ] to match object [ { op: 'REMOVE', …(2) }, …(1) ]
(8 matching properties omitted from actual)
- Expected
+ Received
[
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
{
"object_id": "t2",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:491:47
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity default by modifying primary key column type:
modules/module-mysql/test/src/schema-changes.test.ts#L445
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:445:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from index by dropping the unique constraint:
modules/module-mysql/test/src/schema-changes.test.ts#L412
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:412:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from full to index by adding a unique index:
modules/module-mysql/test/src/schema-changes.test.ts#L376
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:376:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from full to index by adding a unique constraint:
modules/module-mysql/test/src/schema-changes.test.ts#L341
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:341:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity full by adding a column:
modules/module-mysql/test/src/schema-changes.test.ts#L305
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:305:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity default to full by dropping the primary key:
modules/module-mysql/test/src/schema-changes.test.ts#L268
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:268:30
|
|
MySQL Test (8)
Process completed with exit code 1.
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity by changing the type of a column in a compound unique index:
modules/module-mysql/test/src/schema-changes.test.ts#L491
AssertionError: expected [ …(2) ] to match object [ { op: 'REMOVE', …(2) }, …(1) ]
(8 matching properties omitted from actual)
- Expected
+ Received
[
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
{
"object_id": "t2",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:491:47
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity default by modifying primary key column type:
modules/module-mysql/test/src/schema-changes.test.ts#L445
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:445:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from index by dropping the unique constraint:
modules/module-mysql/test/src/schema-changes.test.ts#L412
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:412:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from full to index by adding a unique index:
modules/module-mysql/test/src/schema-changes.test.ts#L376
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:376:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity from full to index by adding a unique constraint:
modules/module-mysql/test/src/schema-changes.test.ts#L341
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:341:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity full by adding a column:
modules/module-mysql/test/src/schema-changes.test.ts#L305
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:305:30
|
|
test/src/schema-changes.test.ts > MySQL Schema Changes > mongodb storage > Change Replication Identity default to full by dropping the primary key:
modules/module-mysql/test/src/schema-changes.test.ts#L268
AssertionError: expected [ …(2) ] to match object [ { op: 'PUT', …(3) }, …(1) ]
(4 matching properties omitted from actual)
- Expected
+ Received
@@ -6,8 +6,8 @@
"op": "PUT",
},
{
"object_id": "t1",
"object_type": "test_data",
- "op": "REMOVE",
+ "op": "PUT",
},
]
❯ test/src/schema-changes.test.ts:268:30
|
|
MSSQL Test (2022)
Process completed with exit code 1.
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L18
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/CDCStream_resumable_snapshot.test.ts:18:5
❯ test/src/util.ts:39:5
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L78
AssertionError: expected Error: postgres query late to be an instance of ReplicationAbortedError
❯ testResumingReplication test/src/CDCStream_resumable_snapshot.test.ts:78:19
❯ test/src/CDCStream_resumable_snapshot.test.ts:16:7
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L18
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/CDCStream_resumable_snapshot.test.ts:18:5
❯ test/src/util.ts:35:5
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L14
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/CDCStream_resumable_snapshot.test.ts:14:5
❯ test/src/util.ts:35:5
|
|
MSSQL Test (2025)
Process completed with exit code 1.
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L18
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/CDCStream_resumable_snapshot.test.ts:18:5
❯ test/src/util.ts:39:5
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L78
AssertionError: expected ConnectionError: Connection is closed. { code: '…' } to be an instance of ReplicationAbortedError
❯ testResumingReplication test/src/CDCStream_resumable_snapshot.test.ts:78:19
❯ test/src/CDCStream_resumable_snapshot.test.ts:16:7
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L18
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/CDCStream_resumable_snapshot.test.ts:18:5
❯ test/src/util.ts:35:5
|
|
test/src/CDCStream_resumable_snapshot.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-mssql/test/src/CDCStream_resumable_snapshot.test.ts#L14
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/CDCStream_resumable_snapshot.test.ts:14:5
❯ test/src/util.ts:35:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:25:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:25:5
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:25:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:25:5
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:25:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:25:5
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:25:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:25:5
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:25:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:25:5
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:25:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:25:5
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > postgres storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:29:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (2):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L16
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:16:5
❯ test/src/util.ts:25:5
|
|
test/src/resuming_snapshots.test.ts > batch replication > mongodb storage > resuming initial replication (1):
modules/module-postgres/test/src/resuming_snapshots.test.ts#L12
Error: Test timed out in 240000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ test/src/resuming_snapshots.test.ts:12:5
❯ test/src/util.ts:25:5
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > postgres storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of bucket_data docs:
modules/module-postgres/test/src/large_batch.test.ts#L211
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:211:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > large number of operations:
modules/module-postgres/test/src/large_batch.test.ts#L120
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:120:13
|
|
test/src/large_batch.test.ts > batch replication > mongodb storage > initial replication performance:
modules/module-postgres/test/src/large_batch.test.ts#L65
Error: Active sync rules not available
❯ test/src/large_batch.test.ts:65:13
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (mixed):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L70
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:70:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (float):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L58
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:58:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (compound):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L47
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:47:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (Timestamp):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L36
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:36:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (int32):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L25
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:25:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (mixed):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L70
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:70:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (float):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L58
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:58:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (compound):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L47
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:47:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (Timestamp):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L36
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:36:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (int32):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L25
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:25:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (mixed):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L70
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:70:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (float):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L58
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:58:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (compound):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L47
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:47:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (Timestamp):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L36
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:36:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (int32):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L25
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:25:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (mixed):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L70
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:70:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (float):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L58
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:58:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (compound):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L47
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:47:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (Timestamp):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L36
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:36:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (int32):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L25
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:25:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (mixed):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L70
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:70:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (float):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L58
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:58:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (compound):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L47
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:47:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (Timestamp):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L36
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:36:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > postgres storage > chunked snapshot (int32):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L25
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:25:3
❯ test/src/util.ts:32:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (mixed):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L70
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:70:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (float):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L58
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:58:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (compound):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L47
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:47:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (Timestamp):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L36
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:36:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshot.test.ts > chunked snapshots > mongodb storage > chunked snapshot (int32):
modules/module-mongodb/test/src/chunked_snapshot.test.ts#L25
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshot.test.ts:25:3
❯ test/src/util.ts:28:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > postgres storage > chunked snapshot edge case (text):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L49
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:49:3
❯ test/src/util.ts:29:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > postgres storage > chunked snapshot edge case (int8):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L39
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:39:3
❯ test/src/util.ts:29:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > postgres storage > chunked snapshot edge case (int4):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L29
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:29:3
❯ test/src/util.ts:29:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > postgres storage > chunked snapshot edge case (int2):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L19
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:19:3
❯ test/src/util.ts:29:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > mongodb storage > chunked snapshot edge case (uuid):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L69
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:69:3
❯ test/src/util.ts:25:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > mongodb storage > chunked snapshot edge case (varchar):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L59
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:59:3
❯ test/src/util.ts:25:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > mongodb storage > chunked snapshot edge case (text):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L49
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:49:3
❯ test/src/util.ts:25:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > mongodb storage > chunked snapshot edge case (int8):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L39
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:39:3
❯ test/src/util.ts:25:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > mongodb storage > chunked snapshot edge case (int4):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L29
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:29:3
❯ test/src/util.ts:25:5
|
|
test/src/chunked_snapshots.test.ts > chunked snapshots > mongodb storage > chunked snapshot edge case (int2):
modules/module-postgres/test/src/chunked_snapshots.test.ts#L19
Error: Test timed out in 120000ms.
If this is a long-running test, pass a timeout value as the last argument or configure it globally with "testTimeout".
❯ defineBatchTests test/src/chunked_snapshots.test.ts:19:3
❯ test/src/util.ts:25:5
|