test(session-query): name binding retry precisely (round 3)
This commit is contained in:
@@ -561,7 +561,7 @@ describe('SQLite reconciliation and source lifecycle', () => {
|
|||||||
expect(TestPersistence.loads.get(added.id)).toBe(1)
|
expect(TestPersistence.loads.get(added.id)).toBe(1)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('retries if the source revision changes while live sessions are observed', async () => {
|
it('retries if the persistence binding changes while live sessions are observed', async () => {
|
||||||
const durable = header('live-boundary-retry')
|
const durable = header('live-boundary-retry')
|
||||||
TestPersistence.reset([{ meta: durable, events: messageEvents('durable needle') }])
|
TestPersistence.reset([{ meta: durable, events: messageEvents('durable needle') }])
|
||||||
const ctx = await liveContext()
|
const ctx = await liveContext()
|
||||||
|
|||||||
Reference in New Issue
Block a user