Uh oh!
There was an error while loading. Please reload this page.
Fix miscellaneous state machine bugs - #3283
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
theoilie
commented
Jun 21, 2022
thanks for the review! we're missing test coverage for the updateReplicaSet job processor, but other than that it's difficult (and probably not recommended) to test the formatter that was set up incorrectly because it would be testing a dependency's functionality. the issue was that I was passing the transformer incorrectly, which is easy to spot in staging -- the whole dashboard went blank when more data came in. also, I updated findReplicaSetUpdates job processor tests to cover the change in data it returns |
Uh oh!
There was an error while loading. Please reload this page.
[a4a8b72] hotfix: Stripe onramp modal (#3286) Marcus Pasell [7fb12e0] [C-2348] Change offline download location (#3152) Andrew Mendelsohn [70da3aa] Fix parsing create notification track owner id (#3283) sabrina-kiam [d859aee] [CON-664] Split storage v2 feature flag into signup+upload (#3281) Theo Ilie [bda57d9] [C-2496, C-2497] Refactor Playlist Library UI (#3272) Dylan Jeffers [87bccc0] [PAY-1158] Haptic feedback when opening chat reactions popup (#3282) Reed [dcacd70] Better fix for reactions using LayoutEvent (#3280) Reed [25d45ad] [C-2524] Fix mobile notification reactions (#3279) Reed [06eb6a0] [PAY-827][PAY-1154] Use DN stream endpoint for track download and offline mode (#3276) Michael Piazza [0c9d109] [PAY-1187][PAY-1190][PAY-1176] Update SDK: User Chat Permissions to match backend (#3278) Marcus Pasell [67571e5] [PAY-1106] Unmount reaction popup animations (#3271) Reed [15ef755] [CON-660] Prefer duration from track metadata over track_segments calculation (#3277) Theo Ilie [4104018] [C-2527] Remove cognito from mobile (#3275) Raymond Jacobson [433f2b3] [C-2526] Remove pagination from related artists as endpoint doesn't support it (#3274) Andrew Mendelsohn [93529ef] [C-1998] Reset notification state on sign-out (#3273) Dylan Jeffers [0efa38d] [PLAT-908] Fix new notifications not tagged in ui (#3268) Dylan Jeffers [1985e7b] [PLAT-903] Fix missing remix notifications (#3270) Dylan Jeffers [d06c616] Mobile chats block/unblock users (#3267) Reed [4fb2425] put back the ref (#3269) Andrew Mendelsohn [75d8d6b] [C-2512] Fix scrolling on modals and related artists (#3266) Andrew Mendelsohn [0410fd9] SDK respects DN override using initialSelectedNode (#3265) Reed [0aa1cce] [PAY-1122] Mobile chats keyboard improvements (#3262) Reed [1637821] [C-2498] Update mobile verification flow to use the account user handle for verification (#3261) Kyle Shanks
Description
replicaSetNodesToUserClockStatusesMapsent to updateReplicaSet job from a map of node => wallet => clockValue to just node => clockValue (it doesn't need all wallets - just the one for the user whose replica set is being updated)Tests
A uplocally to make sure truncating didn't break Bull Board(will need more data from staging to verify actual functionality)and tested with a max of 10 characters (instead of 10,000) to verify functionalityMonitoring - How will this change be monitored? Are there sufficient logs / alerts?
Push out to stage CN11 and monitor the
/health/bullendpoint. Look for failed jobs or data mismatching between jobs.