test(crawler): deflake sync serialization concurrency test #7
Reference in New Issue
Block a user
Delete Branch "fix/deflake-sync-serialization-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pre-existing flaky test blocking the 0.84.0 deploy. The advisory lock serializes the two concurrent syncs but not which commits last; both [A,B,C] and [A,B] are valid last-writer-wins outcomes. Assert either. Product sync logic unchanged. See commit body.