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
Test fixes and code hardening in preparation for parallel features (#5022)
As we're planning to enable various parallel features by default, this
PR cleans up some test paths and hardens the code. Concrete changes are:
- Crank in tests to support async apply flow
- Harden shutdown paths (avoid calling LM in App destructor - if BM
initialization throws, LM is null)
- Don't parallel apply in standalone mode (as it expects immediate
result)
- Test fixes to properly work with Postgres (e.g. make timestamps valid
to avoid pg complaining)
0 commit comments