UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

9 lines (7 loc) 280 B
import { testCluster } from "../../pg/__tests__/test-utils"; test("Shard.lastKnownIslandNo", async () => { const shard = testCluster.shardByNo(1); expect(shard.lastKnownIslandNo).toBeNull(); await testCluster.rediscover(); expect(shard.lastKnownIslandNo).toEqual(0); });