Add ability to run tests with cluster mode #3297
Annotations
10 errors and 10 warnings
Run tests:
test/02-sync-migrator.test.ts#L22
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/02-sync-migrator.test.ts#L36
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/02-sync-migrator.test.ts#L73
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/02-sync-migrator.test.ts#L85
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/02-sync-migrator.test.ts#L103
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/02-sync-migrator.test.ts#L136
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/03-async-migrator.test.ts#L25
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/03-async-migrator.test.ts#L105
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/03-async-migrator.test.ts#L218
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
test/03-async-migrator.test.ts#L239
Type 'ChildProcess[]' is missing the following properties from type 'ChildProcess': stdin, stdout, stderr, stdio, and 27 more.
|
Run tests:
src/bin/utils.ts#L2
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
Run tests:
src/data-server/sbvr-server.ts#L237
Expected an error object to be thrown
|
Run tests:
src/database-layer/db.ts#L191
Async arrow function 'rejectFn' has no 'await' expression
|
Run tests:
src/database-layer/db.ts#L202
Async arrow function 'rejectFn' has no 'await' expression
|
Run tests:
src/database-layer/db.ts#L422
Async method 'getTxLevelLock' has no 'await' expression
|
Run tests:
src/database-layer/db.ts#L935
Async method '_commit' has no 'await' expression
|
Run tests:
src/database-layer/db.ts#L984
Expected the Promise rejection reason to be an Error
|
Run tests:
src/express-emulator/express.js#L64
Expected an error object to be thrown
|
Run tests:
src/express-emulator/express.js#L105
Expected the Promise rejection reason to be an Error
|
Run tests:
src/express-emulator/express.js#L114
Expected the Promise rejection reason to be an Error
|
Loading