fix(k1): harden live handoff and camera recovery
This commit is contained in:
@@ -237,6 +237,14 @@ test("recorded RRD bytes are never split across LogChannel.send_rrd calls", asyn
|
||||
source,
|
||||
/if \(readyToRender && !readyPublished\)[\s\S]*eventCode: "live_receiver_active_store_admitted"[\s\S]*diagnosticLifecycle\.markAdmitted\(\)/,
|
||||
);
|
||||
assert.match(
|
||||
source,
|
||||
/liveOpenWatchdog = initialLiveReceiverOpenWatchdogState\(null, Date\.now\(\)\)/,
|
||||
);
|
||||
assert.doesNotMatch(
|
||||
source,
|
||||
/initialLiveReceiverOpenWatchdogState\(\s*liveActivitySequenceRef\.current/,
|
||||
);
|
||||
assert.doesNotMatch(
|
||||
source,
|
||||
/\], \[followLive, liveRecoveryAuthorityIdentity, liveStreamId, sourceUrl\]\);/,
|
||||
|
||||
Reference in New Issue
Block a user