nameservice-expiry tests failing #25

Closed
opened 2023-01-24 05:23:10 +00:00 by 0xmuralik · 0 comments
0xmuralik commented 2023-01-24 05:23:10 +00:00 (Migrated from github.com)
yarn test:nameservice-expiry
yarn run v1.22.19
$ TEST_NAMESERVICE_EXPIRY=1 jest --runInBand --verbose src/nameservice-expiry.test.ts
 FAIL  src/nameservice-expiry.test.ts (141.912 s)
  Nameservice Expiry
    ✕ Set record and check bond balance (5057 ms)
    ✓ Reserve authority and set bond (9986 ms)
    ✓ Wait for expiry duration (60003 ms)
    ✕ Check record expiry time (12 ms)
    ✕ Check authority expiry time (14 ms)
    ✕ Check bond balance (5 ms)
    ✓ Wait for expiry duration (60001 ms)
    ✕ Check record deleted without bond balance (9 ms)
    ✕ Check authority expired without bond balance (19 ms)

Test Suites: 1 failed, 1 total
Tests:       6 failed, 3 passed, 9 total
Snapshots:   0 total
Time:        142.01 s
``` yarn test:nameservice-expiry yarn run v1.22.19 $ TEST_NAMESERVICE_EXPIRY=1 jest --runInBand --verbose src/nameservice-expiry.test.ts FAIL src/nameservice-expiry.test.ts (141.912 s) Nameservice Expiry ✕ Set record and check bond balance (5057 ms) ✓ Reserve authority and set bond (9986 ms) ✓ Wait for expiry duration (60003 ms) ✕ Check record expiry time (12 ms) ✕ Check authority expiry time (14 ms) ✕ Check bond balance (5 ms) ✓ Wait for expiry duration (60001 ms) ✕ Check record deleted without bond balance (9 ms) ✕ Check authority expired without bond balance (19 ms) Test Suites: 1 failed, 1 total Tests: 6 failed, 3 passed, 9 total Snapshots: 0 total Time: 142.01 s ```
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#25
No description provided.