SDK tests failing in CI #54

Open
opened 2024-01-22 06:43:14 +00:00 by prathamesh · 0 comments
Member

Starting from PR #53, the SDK tests setup in the CI have started failing.
From debug logs, it can be seen that the tests timed out being stuck in the await registry.getNextBondId(privateKey) call in beforeAll hook of the naming tests (src/naming.test.ts).

The tests do pass locally; both when laconicd is run on the host machine as well as in docker (as done in the workflow).
Not clear why the tests pass locally but not in the CI; needs to be investigated.

Starting from PR https://git.vdb.to/cerc-io/laconic-sdk/pulls/53, the SDK tests setup in the CI have started failing. From debug logs, it can be seen that the tests timed out being stuck in the `await registry.getNextBondId(privateKey)` call in `beforeAll` hook of the naming tests (`src/naming.test.ts`). The tests do pass locally; both when laconicd is run on the host machine as well as in docker (as done in the workflow). Not clear why the tests pass locally but not in the CI; needs to be investigated.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconic-sdk#54
No description provided.