Improve TaskClient
, BatchClient
and associated types
#3545
Annotations
5 errors
Run tests:
src/task.ts#L119
MeiliSearchTimeOutError: timeout of 1ms has exceeded on process 1588 when waiting a task to be resolved.
❯ Timeout._onTimeout src/task.ts:119:15
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "tests/wait_for_task.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 "Master key: Try to wait for task in client with small timeout and raise an error". 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.
|
Run tests:
src/task.ts#L119
MeiliSearchTimeOutError: timeout of 1ms has exceeded on process 1601 when waiting a task to be resolved.
❯ Timeout._onTimeout src/task.ts:119:15
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "tests/wait_for_task.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 "Master key: Tests to wait for tasks in client with small timeout and raise an error". 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.
|
Run tests:
src/task.ts#L119
MeiliSearchTimeOutError: timeout of 1ms has exceeded on process 1610 when waiting a task to be resolved.
❯ Timeout._onTimeout src/task.ts:119:15
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "tests/wait_for_task.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 "Admin key: Try to wait for task in client with small timeout and raise an error". 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.
|
Run tests:
src/task.ts#L119
MeiliSearchTimeOutError: timeout of 1ms has exceeded on process 1623 when waiting a task to be resolved.
❯ Timeout._onTimeout src/task.ts:119:15
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "tests/wait_for_task.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 "Admin key: Tests to wait for tasks in client with small timeout and raise an error". 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.
|
Run tests
Process completed with exit code 1.
|
Loading