This PR fixes db.synthetic_write by bumping the runtime.revision.
This wasn't needed before because runtime_mut went through jars_mut which increments the revision.
Since this is no longer the case, bump the revision manually.
I verified that the test failed before making the change.
This PR fixes
db.synthetic_write
by bumping theruntime.revision
.This wasn't needed before because
runtime_mut
went throughjars_mut
which increments the revision. Since this is no longer the case, bump the revision manually.I verified that the test failed before making the change.