You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix pre-existing red: derive pipelineSeries schema version in dataSync test
The 10→11 pipelineSeries bump (#2179) left dataSync.pipelineUniverse.test.js
asserting a hardcoded senderV: 11 / receiverV: 10 for the "sender ahead"
gate — but the receiver is now 11, so sender==receiver and the snapshot
applied instead of blocking, reddening CI on main. Derive both versions from
PORTOS_SCHEMA_VERSIONS (sender = receiver + 1) so this test stops drifting on
every future bump. Dynamic-imported after the vi.mock hoist.
0 commit comments